Feature AI Risk
AI Risk KRIs: Metrics for Model Drift, Bias, Hallucination, Complaints, and Human Overrides
AI models fail gradually, not all at once. Here are the five KRI categories that catch model drift, bias signals, GenAI hallucination rates, human override patterns, and AI-specific complaint trends before an examiner does.
Table of Contents
TL;DR
- AI risk KRIs are different from traditional operational KRIs — they need to track drift, fairness, output quality, and governance health, not just loss events
- Five KRI categories every AI governance program needs: model drift (PSI/CSI), fairness metrics, hallucination rates, human override patterns, and AI-specific complaints
- OCC Bulletin 2026-13 requires continuous monitoring with materially-mapped thresholds — a quarterly validation snapshot is not a monitoring program
- Most organizations only track model performance at validation time; the gap between validations is where the regulatory risk lives
Your fraud model passed its annual validation six months ago. Clean bill of health. Since then, consumer approval rates in one geography have shifted 12 points. Human reviewers have been quietly overriding model outputs at a rate of 24%. A complaint pattern is building — not yet at the volume that triggers escalation, but trending up across three consecutive months.
None of this showed up in the annual validation, because it happened after the validation. None of it showed up in your KRI dashboard, because your dashboard doesn’t have AI-specific indicators — it has operational KRIs: loss events, issue counts, overdue findings. By the time the AI risk materialized into a complaint cluster or an examiner question, you were already in remediation mode.
AI models need a different kind of monitoring than traditional risk processes. Here’s how to build the KRIs that actually catch the problems before your examiner does.
Why Traditional KRIs Don’t Work for AI
Most risk dashboards are built for processes with known, stable behavior. Policies either match practice or they don’t. Controls either operate or fail. The failure mode is usually discrete and visible.
AI models fail differently. They fail gradually. A credit underwriting model trained on 2022 data may perform well in 2023 and drift materially by 2025 — not because anyone changed it, but because the applicant population, economic conditions, or fraud patterns shifted. A customer service chatbot might be accurate on 95% of queries and wrong on the 5% that happen to be the highest-stakes, most sensitive interactions.
The regulatory baseline is now explicit. OCC Bulletin 2026-13, issued April 17, 2026 to replace SR 11-7, retained three core validation components: conceptual soundness, outcomes analysis, and ongoing monitoring. On monitoring, the guidance is specific: performance drift, data drift, and stability must be tracked continuously, with thresholds mapped to materiality.
That’s a continuous monitoring requirement, not an annual validation requirement. Your KRI program needs to be designed accordingly.
The Five AI Risk KRI Categories
1. Model Drift KRIs
Drift occurs when the world your model was trained on no longer matches the world it’s operating in. It’s one of the most common production failure modes in deployed AI — and it’s invisible until you’re actively measuring it.
| KRI | What It Measures | Data Source | Owner | Green | Amber | Red |
|---|---|---|---|---|---|---|
| Population Stability Index (PSI) | Distribution shift in input features vs. training baseline | Model monitoring platform / feature pipeline | Model owner | <0.10 | 0.10–0.20 | >0.20 |
| Characteristic Stability Index (CSI) | Distribution shift in top predictive features | Feature store / model logs | Model validation team | <0.10 | 0.10–0.20 | >0.20 |
| Performance metric degradation (AUC/GINI) | Predictive power decline vs. validation baseline | Model performance log | Model owner | <5% decline | 5–10% | >10% |
| Prediction distribution shift | Shift in model output score distribution vs. baseline period | Scoring pipeline | Risk analytics | <5-percentile shift | 5–10 | >10 |
Why PSI above 0.20 is a mandatory trigger: PSI originated in credit model monitoring and is now standard across financial services. A value above 0.20 means the model is operating on input data that’s materially different from what it was validated on. At that point, the model’s predictive behavior in the new population is unknown — and your examiner’s question will be why monitoring didn’t catch this sooner. Most model risk frameworks treat PSI >0.20 as a mandatory revalidation event, not a matter of judgment.
2. Fairness and Bias KRIs
Fair lending, UDAAP, and the CFPB’s Reg B disparate impact rule (effective July 21, 2026) mean that AI bias isn’t only a model quality problem — it’s a compliance violation. Fairness KRIs need to run continuously, not just at point-in-time validation.
| KRI | What It Measures | Data Source | Owner | Threshold |
|---|---|---|---|---|
| Approval rate disparity by demographic proxy | Approval/denial rate gaps by race, gender, or age proxy vs. a reference group | Decision logs | Fair lending / compliance | Flag if gap >5 pp vs. prior period baseline |
| Adverse action reason drift | Shift in reason code distribution vs. validation period | Adverse action logs | Compliance | Flag >10% shift in top reason code mix |
| Override rate by demographic proxy | Rate at which human reviewers override AI decisions by customer demographic group | Override logs | Fair lending | Investigate any systematic directional override pattern >10% |
| AI-related adverse decision complaints | Complaints citing unfair, biased, or discriminatory AI output | Complaint management | Compliance | Flag if >2% of AI-touched adverse decisions generate a complaint |
The override rate is a hidden fairness signal. If human reviewers are systematically overriding model outputs in one direction — consistently approving what the model declined for a specific customer segment — that’s both a model performance problem and a potential disparate impact finding. It belongs in your fair lending monitoring, not just model governance. And when it lands in a regulatory exam, neither team will be happy to explain why the pattern wasn’t caught earlier.
3. Hallucination and Output Quality KRIs (GenAI)
For generative AI use cases — customer service chatbots, compliance drafting tools, regulatory change summaries — the failure mode isn’t drift, it’s confabulation. The model generates plausible-sounding but factually incorrect output.
A 2026 benchmark across 37 models found hallucination rates ranging from 15% to 52% without guardrails. Enterprise chatbot deployments report approximately 18% hallucination rates in live interactions on average. For regulated financial services use cases — where incorrect information can constitute a UDAAP violation or create consumer harm — that baseline is not a starting point. It’s a ceiling you need to stay far below.
| KRI | What It Measures | Data Source | Owner | Green | Amber | Red |
|---|---|---|---|---|---|---|
| Hallucination/confabulation rate | Frequency of factually incorrect or unsupported outputs | Automated evaluation pipeline + human sample review | AI governance / compliance | <2% | 2–5% | >5% |
| Citation accuracy rate | Percentage of AI-cited sources that are accurate and retrievable | Spot-check audit log | Compliance | >98% accurate | 95–98% | <95% |
| Abstention failure rate | Rate at which model responds when it should refuse or escalate | Evaluation pipeline | AI governance | <1% | 1–3% | >3% |
| Sensitive data in output | Rate of PII, NPI, or confidential data appearing in model output | DLP / output monitoring | CISO / Privacy | 0 instances | Any instance triggers investigation | — |
Calibrate thresholds to the use case: A 5% hallucination rate is too loose for a customer-facing advice tool and reasonable for an internal research assistant with mandatory human review before any output reaches a customer. Set thresholds based on customer impact, the human-review layer in place, and regulatory sensitivity of the content domain.
4. Human Override KRIs
In AI-assisted decision processes, human overrides are a signal — about model accuracy, about trust, about whether the process is working. An override rate that’s too high means the model isn’t trusted or is wrong in specific scenarios. An override rate that’s too low for a decision support model may mean reviewers are rubber-stamping without genuine review.
| KRI | What It Measures | Owner | Threshold |
|---|---|---|---|
| Override rate | Percentage of AI decisions reversed by human reviewer | Process owner / model owner | Flag if >15%; investigate reason distribution when trending |
| Override concentration | Percentage of overrides attributed to top 3 reason codes | Compliance / model owner | Flag if >60% share the same reason code — indicates systematic model failure |
| Directional override rate | Net direction of overrides (approve-up vs. approve-down) | Fair lending | Flag any systematic directional override pattern by customer segment |
| Override by reviewer | Override rate by individual reviewer vs. peer benchmark | Supervision / audit | Investigate reviewers with >2× peer override rate |
| Time-to-override | Average time from AI output to human override decision | Process owner | Flag if median <30 seconds — signals rubber-stamping rather than genuine review |
The time-to-override metric catches a specific control failure: reviewers approving or overriding without actually reviewing. If the median override decision takes under 30 seconds, the human-in-the-loop safeguard is providing optics, not oversight. That’s an exam finding — and in high-stakes credit or AML contexts, it’s a material control gap.
5. AI Complaint KRIs
Most complaint management systems aren’t designed to categorize AI-specific complaints separately. They should be. AI-related complaints — unfair decisions, incorrect information, inaccessible outputs — are early regulatory signals. The CFPB and state attorneys general increasingly use complaint data as an entry point for fair lending and UDAAP investigations involving AI systems, and examiners look at complaint patterns during CMS reviews.
| KRI | What It Measures | Owner | Threshold |
|---|---|---|---|
| AI-specific complaint volume and rate | Volume and rate of complaints attributable to AI-touched decisions or outputs | Complaint management / compliance | Flag trending increase; investigate if >2% of AI-touched adverse decisions |
| Unfair/biased decision complaints | Complaints citing algorithmic unfairness or discriminatory output | Fair lending / compliance | Any clustering pattern triggers fair lending review |
| AI complaint escalation rate | Percentage of AI complaints escalating to regulatory, legal, or CFPB | Legal / compliance | Flag any instance; track trend quarterly |
| AI complaint resolution time | Days to investigate and resolve AI-specific complaints | Compliance | Flag if AI complaints aging >30 days beyond standard SLA |
AI Governance Health KRIs
Beyond model-level metrics, you need KRIs that measure whether your AI governance program is keeping pace. Model KRIs tell you what’s happening to specific models. Governance KRIs tell you whether your risk management process itself is functioning.
| KRI | What It Measures | Owner | Threshold |
|---|---|---|---|
| AI inventory completeness | Percentage of deployed AI use cases formally inventoried | AI governance / compliance | <95% is amber; any known-undocumented high-risk use case is red |
| Overdue revalidations | Number of AI models past their scheduled revalidation date | Model risk / AI governance | Zero overdue high-tier models is target; any is red |
| Monitoring gap rate | Percentage of production AI models without active performance monitoring | AI governance | Zero is target; any high-risk model without monitoring is red |
| Vendor AI review currency | Percentage of third-party AI vendors with reviews current within 12 months | TPRM / AI governance | <95% is amber; any critical vendor overdue is red |
| Open AI findings aging | Average age of open AI-related audit or exam findings | Compliance / AI governance | Flag any high-severity finding unresolved >90 days |
Building Your AI Risk KRI Program
Start with your highest-risk use cases. If you have a credit underwriting model, a fraud detection model, and a GenAI customer service tool, start with those three. Assign 3–5 KRIs per model. Set thresholds based on your risk appetite — not benchmarks alone.
Connect KRIs to your model inventory. Every AI use case in your inventory should have at least one active KRI. A model with no monitoring KRI is an unmonitored model — and that’s an exam finding. The NIST AI RMF MANAGE function treats ongoing monitoring as a core operational requirement, not optional governance overhead.
Run governance KRIs at the program level. Model KRIs tell you whether specific models are behaving. Program KRIs tell you whether your governance process is keeping pace with the number and complexity of AI deployments. Both matter.
Don’t treat validation as monitoring. OCC Bulletin 2026-13 is explicit: continuous monitoring with materially-mapped thresholds is a separate and ongoing requirement. Annual validations are still required — they just don’t substitute for the monitoring that should be happening every day in between.
So What?
If your AI risk monitoring consists of an annual validation and a dashboard that turns green when the validation passes, you’re not managing AI risk in production — you’re documenting a moment in time.
The AI governance framework gives you the operating model. The NIST AI RMF gives you the conceptual structure. What sits between them is a set of metrics that turn model risk into something you can actually manage between validation cycles.
Start with five KRIs per high-risk AI use case. Assign owners. Connect thresholds to your risk appetite statement. Build the escalation path so that when a KRI hits amber, something actually happens before it hits red.
The KRIs in this article are a starting point. If you want a pre-built library that includes AI and model risk KRIs alongside operational, compliance, vendor, and financial risk indicators — with thresholds, owner templates, and escalation triggers — the KRI Library (132 Key Risk Indicators) gives you a foundation you can populate and present in a board cycle, not a quarter.
◆ Need the working template?
Start with the source guide.
These answer-first guides summarize the required fields, evidence, and implementation steps behind the templates practitioners search for.
◆ Related template
KRI Library (132 Key Risk Indicators)
132 KRIs with thresholds, data sources, and escalation triggers pre-built for financial services.
◆ Immaterial Findings · Weekly
Sharp risk & compliance insights. No fluff.
◆ FAQ
Frequently asked questions.
What is an AI risk KRI?
What does OCC Bulletin 2026-13 say about AI model monitoring?
How do I measure AI model drift?
What is a reasonable hallucination rate KRI for a financial services GenAI deployment?
What human override rate signals a problem in an AI decision process?
Do AI complaints need to be tracked separately from regular complaints?
Author
Rebecca Leung
Rebecca Leung has 8+ years of risk and compliance experience across first and second line roles at commercial banks, asset managers, and fintechs. Former management consultant advising financial institutions on risk strategy. Founder of RiskTemplates.
◆ Related framework
KRI Library (132 Key Risk Indicators)
132 KRIs with thresholds, data sources, and escalation triggers pre-built for financial services.
◆ Keep reading
Related posts.
AI Risk
NIST AI RMF Implementation: The Minimum Artifact Set for a Team That Cannot Build 200 Controls
What a small risk team actually needs to produce for NIST AI RMF and FS AI RMF compliance — 12 artifacts across GOVERN, MAP, MEASURE, and MANAGE that hold up to examiner scrutiny.
Jul 24, 2026
AI Risk
AI Governance Decision Log: The Missing Artifact Between Committee Meetings and Production Approval
An AI governance framework example for logging approval conditions, dissent, evidence, owners, and expiry dates before an AI use case goes live.
Jul 23, 2026
AI Risk
August 2 Is Ten Days Away: What the EU AI Act's High-Risk Deadline Actually Requires from Financial Services AI
The EU AI Act's Annex III high-risk AI obligations take effect August 2, 2026. Credit scoring models, creditworthiness assessment systems, and insurance risk pricing AI are all in scope. Here's what providers and deployers in financial services must have in place before the deadline—and what the Digital Omnibus deferred.
Jul 22, 2026