A lender running AI in credit answers to more than one audience: examiners, partner banks, funding counterparties and, eventually, applicants who contest a decision. They converge on four questions. Can you explain an individual decision? Can you show the model does not disadvantage a protected class? Who validated it, independently of whoever built it? And what happens when it drifts?
None of those is a question about model architecture. All four are questions about evidence — which is why lenders with excellent models routinely fail them.
1. The specific-reasons problem
US credit rules require a lender taking adverse action to give the specific principal reasons for the decision. The Consumer Financial Protection Bureau has been explicit that the complexity of the underlying algorithm does not relieve that duty, and that a lender cannot fall back on generic checkbox reasons that do not describe what actually drove the outcome.
This reframes the explainability question usefully. The constraint is not interpretability in the research sense. It is operational: for any individual declined applicant, can you produce accurate, specific, non-generic reasons — and would those reasons survive being checked against what the model actually did?
Three failure modes we see repeatedly. Reason codes mapped from an older, simpler model that the current one has replaced. Post-hoc attribution methods used to generate reasons without anyone testing whether the attributions are faithful to the decision. And reason text that is technically derived from the model but meaningless to the applicant — "insufficient score in composite feature 7" is not a reason a person can act on.
The gap between what a regulator means by explainability and what an engineering team means is wide enough to be worth its own read: what explainability means to a regulator.
2. Disparate impact, and why proxies do the work
Disparate impact is a facially neutral model producing materially different outcomes for a protected class. It requires no intent, and it does not require the protected characteristic to be an input — which is the point that most often surprises teams who removed the obvious variables and considered the matter closed.
Machine-learning models are very good at reconstructing removed information from correlated features. Geography, device type, employer, education history, transaction patterns and application channel all carry demographic signal, and a model optimising for repayment will use whatever predicts repayment, including the parts of a feature that are actually predicting something else.
Testing for it means measuring outcomes by group — approval rate, pricing, terms, and the distribution of scores, not just the pass rate at the cut-off — and being able to justify differences where they exist. A defensible test states its populations, its date, its method and its thresholds before it reports its numbers; what a defensible fairness evaluation actually measures covers the shape of that in detail.
Two practical notes. Testing at the model cut-off only tells you about the marginal applicant; the exposure often sits in pricing and terms rather than in approve/decline. And a test you ran once at launch describes a model that no longer exists.
3. Independent validation
Supervisory expectations for model risk management — SR 11-7 is the reference point most examiners and partner banks use — are technology-neutral. They are about models used in decision-making: how they are developed, how they are validated, who owns them, and whether the validation was performed by someone independent of the developer.
An AI model is a model. What changes is that the validation is harder, not that the expectation is different. Three areas where AI makes the standard exercise more difficult:
- Conceptual soundness is harder to assess when the model has no stated functional form. The substitute is evidence about the data, the target definition, the feature set and the exclusions — and target leakage is the failure that hurts most, because it produces excellent validation results and poor production performance.
- Outcomes analysis requires performance data over time on real decisions, which means a lender that has never held out a control population has limited ability to say what the model bought.
- Ongoing monitoring has to cover input distributions as well as outputs, because the first sign of trouble in a credit model is usually that the applicants have changed, not that the model has.
The independence requirement is doing real work here, and it is the part organisations most often satisfy nominally. A validation performed by a team that reports to the model owner is a review; it is not independent validation, and a counterparty asking the question is asking specifically about the reporting line. What independence actually means is the distinction.
4. Drift, and the model nobody deployed
Credit models degrade without anyone changing them. The applicant population shifts, the macro environment moves, a marketing channel changes the mix, an upstream data provider alters a field definition, or a vendor updates a model behind an unchanged API.
What a counterparty wants to see is not an absence of drift. It is that you would know. That means monitoring on input distributions, on score distributions, on approval and pricing outcomes by segment, and on realised performance against expectation — with thresholds set in advance and a defined route when one is crossed. A monitoring dashboard nobody has an obligation to act on is telemetry, not a control.
Vendor models: the responsibility does not transfer
Most lenders running AI in credit are running at least some of it from a vendor, and the recurring belief is that this moves the obligation. It does not. In every arrangement we have reviewed, the contract allocates the compliance obligation to the lender, whatever the marketing materials implied.
What a vendor owes you is evidence: the model's intended use and its limits, the population it was developed and validated on, performance by segment, the reason-code methodology and its faithfulness testing, the monitoring the vendor performs, and the change-notification terms. What you owe your counterparties is a documented judgement about that evidence — including where it was insufficient and what you did about it.
Ask one question early, because the answer determines how much of the above you can ever satisfy: what notice do you get before the model changes? A vendor that can update the model behind an unchanged API without telling you has made your validation evidence unreliable by design.
What to have ready
Partner-bank and examiner requests converge on four artefacts:
- A model inventory with owners, intended use, and the decisions each model influences — including the models embedded in vendor products.
- Independent validation evidence, with the reporting line of the validator stated.
- Fair-lending testing with results broken out by segment, dated, with method and thresholds recorded.
- A monitoring description naming the metrics, the thresholds and the escalation route.
The difficulty is almost never producing an answer. It is that the evidence lives across four teams and cannot be assembled in the two weeks a counterparty allows — which is most of what preparing for an audit is about.
What we review for lenders, and against which frameworks, is set out on the lenders page. The NIST framing that a growing number of US counterparties now use in their questionnaires is covered in NIST AI RMF for financial services.
Frequently asked questions
- Does model risk management guidance apply to AI models?
- The supervisory expectations set out in SR 11-7 are technology-neutral: they are about models used in decision-making, how they are validated, and who owns them. An AI or machine-learning model is a model. What changes with AI is that the validation is harder, not that the expectation is different.
- Can we use an AI model if we cannot fully explain it?
- Under US credit rules, a lender taking adverse action has to give the specific principal reasons for the decision. The CFPB has been explicit that the complexity of the underlying algorithm does not relieve that duty. So the practical constraint is not explainability in the research sense — it is whether you can produce accurate, specific reasons for an individual decision.
- What is disparate impact in an AI lending model?
- A facially neutral model producing materially different outcomes for a protected class. It does not require intent, and it does not require the protected characteristic to be an input — proxies do the work. Testing for it means measuring outcomes by group, and being able to justify a difference where one exists.
- Our credit model is from a vendor. Whose problem is it?
- The lender's, in every arrangement we have reviewed. "Our vendor handles it" has not succeeded as a defence, and the contract usually allocates the compliance obligation to the lender regardless of what the sales conversation implied. What the vendor owes you is evidence; what you owe your counterparties is a judgement about that evidence.
- What do partner banks actually ask for?
- In our experience it converges on four things: a model inventory with owners, independent validation evidence, fair-lending testing with results by segment, and a description of ongoing monitoring. The recurring difficulty is not the answers — it is that the evidence is spread across teams and cannot be produced quickly.