Champion and Challenger: Deploying a New Credit Model Without Betting the Book

Champion and Challenger: Deploying a New Credit Model Without Betting the Book | HL Hunt
Payments & AI

Champion and Challenger: Deploying a New Credit Model Without Betting the Book

A new model validates well on historical data, everyone agrees it's better, and it goes live across all applications. Eight months later losses on that cohort are worse than the model it replaced, and nobody can reconstruct why — because there's no comparison group. The most common mistake in credit model deployment is switching completely, all at once, on the strength of backtesting. Historical validation tells you the model would have ranked past applicants well. It cannot tell you how it behaves on applicants your current process attracts, on data pipelines in production, or on the specific population where it disagrees with your existing model. This guide covers shadow mode, challenger design, and the analysis that actually answers whether a switch helps.

By the HL Hunt Research Desk · 15 min read · Updated August 2026

Why backtesting isn't enough

Historical validation is necessary and it answers a narrow question: would this model have ranked past applicants better than the model that decided them? What it cannot answer:

  • Selection. Your historical data contains outcomes only for applicants you approved. The model's behavior on the population you declined is unobserved, and that population is exactly where a new model's additional approvals come from.
  • Population change. Your current applicant mix differs from the one in the training window — different channels, different marketing, different economic conditions. The cycle sensitivity in our credit cycle analysis means a model validated on one environment may behave differently in another.
  • Production data. Fields that were clean in a curated training set arrive missing, late, or differently formatted in production — the most common cause of a model performing worse live than in validation.
  • Operational fit. Whether reason attribution is usable for adverse action, whether latency is acceptable, whether the referral volume it generates is manageable.
  • Interaction with policy. Your hard rules and the model interact, and a model that ranks well may produce strange results after policy overlays.

Which produces the sequencing that the rest of this guide describes: backtest, then shadow, then challenger, then roll out. Each stage answers questions the previous one couldn't, and skipping stages is how a well-validated model produces a bad vintage.

Shadow mode and what it answers

Shadow mode runs the candidate against live applications and records its output without acting on it. The existing model decides everything; the challenger's decisions are logged and compared.

What this answers, at zero credit risk:

  • Where the models disagree, and on what kinds of applicants — the swap set, covered next.
  • Whether the pipeline works in production — data availability, latency, error rates, missing fields.
  • How it handles real edge cases that a curated dataset didn't contain.
  • Whether reason attribution is usable for adverse action notices, which is a compliance prerequisite rather than a nice-to-have per our notices guide.
  • Score distribution stability on your actual population versus the validation sample.
  • Referral and manual review volume it would generate, which is an operational cost, per our decisioning guide.

What shadow mode cannot answer, and this limit is frequently forgotten: whether the challenger's decisions perform better. Its approvals were never funded, so no outcome exists for them. Shadow mode tells you what would change; only a live challenger tells you whether the change helps.

Run it for long enough to see a full cycle of application patterns — weekly and monthly seasonality at minimum — and treat any operational problem found here as a reason to delay rather than a detail to fix later.

Same approval rate, different book
Two models can approve identical percentages while approving different people. The approval rate hides the swap entirely — which is why it's the metric to stop reporting and the swap set is the one to start.

Swap-set analysis

The central analytical tool, and the one that makes everything else interpretable.

When you compare two models on the same applicants, four groups result:

Challenger approvesChallenger declines
Champion approvesAgreed approvals — no changeSwap-out — you'd lose these
Champion declinesSwap-in — you'd gain theseAgreed declines — no change

The agreed groups are irrelevant to the decision — both models treat them identically. All the information is in the two swap groups, because they are the only decisions that change.

What to examine:

  • Swap-in size and composition. Who are these applicants? If a challenger's gains come primarily from thin-file applicants, that's a specific claim about a specific population you can test — and the population our thin-file analysis describes.
  • Swap-out size and composition. A challenger declining applicants your champion approved is claiming those were mistakes. Are they concentrated somewhere?
  • Net volume effect, which is the approval rate change decomposed into its actual sources.
  • Swap-in performance, once live. The decisive test — if the challenger's additional approvals perform acceptably, the model is better on the dimension that matters.
  • Swap-out performance. Harder, because you approved them under the champion, so you can observe how they did — which is a genuine advantage of running a challenger against an existing book rather than replacing it.

The framing worth adopting internally: a model change is a bet about a specific group of applicants, not a general improvement. Identifying that group and tracking it is the whole discipline.

Designing the challenger split

A live challenger routes a share of applications to the new model and lets it decide. Getting the design right determines whether the results are readable.

  1. Random assignment. Assign by a stable random key, not by channel, geography, time of day, or anything correlated with applicant quality — otherwise you've compared populations rather than models.
  2. Size the challenger honestly. Too small and outcomes take forever to become readable; too large and a bad model does real damage. Something in the range of ten to thirty percent is common, and the right number depends on your volume and how long you're prepared to wait.
  3. Tag every decision with the model, version, and assignment group, permanently. Untagged decisions are unanalyzable later, which is the most common way a challenger test produces no usable conclusion.
  4. Keep everything else identical — same terms, same pricing, same servicing. A challenger with different pricing tests two changes at once and can't isolate either.
  5. Hold the assignment stable for repeat applicants, so someone doesn't get scored by both models across applications.
  6. Monitor for early operational failures daily, distinct from performance, so a broken pipeline is caught immediately.
  7. Set stopping rules in advance — the loss or approval-rate bounds at which you'd halt the challenger regardless of how promising it looked, which is the circuit-breaker logic our monitoring guide describes.

One structural caution: a challenger changes your funnel, not just your decisions. Approving different applicants affects conversion, funding rates, and downstream servicing volumes — and where your channel partners see approval rates, they may respond to a change they don't know about. Communicate internally before, not after.

How long to wait

The question with the most expensive wrong answer.

Credit outcomes mature slowly. Losses follow the maturation pattern our loss forecasting guide describes — near zero early, rising through a peak, then flattening. A challenger cohort evaluated at three months is being evaluated during the period when almost nothing has defaulted regardless of quality.

Which means:

  • Compare cohorts at the same months on book, never at the same calendar date.
  • Early results are about operations, not credit — pipeline stability, referral volume, and swap-set composition are readable at week two; performance isn't.
  • Expect to wait many months for a credible performance read on most consumer products.
  • Early-cycle losses are the exception. Elevated first-payment defaults in the challenger group are readable early and signal a fraud or data problem rather than a credit one — per our fraud guide.
  • Resist the pressure to conclude. The organizational push to declare a winner and roll out arrives long before the data supports it, and a documented waiting period agreed in advance is the defense against it.

What to measure

Operational, from day one:

  • Decision latency and error rates
  • Data field availability and missingness
  • Referral and manual review volume
  • Score distribution against expectation
  • Reason code distribution, watching for any single reason dominating

Decision composition, from week one:

  • Approval rate by group, decomposed into swap-in and swap-out
  • Swap set size and characteristics
  • Approved population mix — score bands, channels, segments
  • Terms assigned, where the model influences limits or pricing

Performance, as cohorts mature:

  • Delinquency and loss by group at matched months on book
  • Swap-in cohort performance specifically — the decisive number
  • Early-cycle default rates
  • Roll rates by group
  • Revenue and margin per approved applicant, since a model approving more marginal business may be better or worse depending on pricing

The metric to stop reporting: approval rate as a standalone figure. It's the number executives ask for and it conceals the only thing that matters.

Fairness testing on both

A challenger changes who gets approved, which means it changes the distribution of approvals across groups — and that requires examination regardless of whether losses improve.

What to test:

  • Outcome disparities under both models, on the same applicant population, which is the cleanest comparison available and one a challenger design uniquely enables.
  • Swap-set composition across groups. A challenger whose swap-outs are concentrated in one population is a specific finding requiring a specific explanation.
  • Reason code distribution across groups, since a reason appearing disproportionately is a signal.
  • Whether a less disparate alternative achieves comparable performance, which is the analysis our governance report treats as central.
  • Proxy risk in newly introduced variables, particularly where a challenger uses alternative data the champion didn't.

The point worth making to anyone treating this as a compliance tax: a challenger test is the best fairness testing opportunity you will ever have, because you have two models deciding comparable populations simultaneously. That comparison is unavailable before deployment and impossible after a full switch. Using it is both the compliance answer and the analytically superior one.

Rolling out and rolling back

If the challenger wins, expand in stages rather than switching:

  1. Increase the challenger share in steps, monitoring at each level.
  2. Keep a champion holdout even after the challenger becomes the majority — a permanent small control group is the only way to detect drift in the new model against a stable reference, and it's cheap.
  3. Tag the transition so cohorts before, during, and after are distinguishable in perpetuity.
  4. Update the adverse action mapping and confirm reasons remain accurate at full volume.
  5. Retrain staff on the new score scale, since intuition built on the old distribution doesn't transfer.
  6. Recalibrate downstream — limits, pricing, and reserves keyed to the old model's distribution all need review, including the loss forecast.

And plan the rollback before you need it: the ability to revert to the champion within hours, with the old configuration retained and tested, not merely archived. A rollback path that has never been exercised is a rollback path that fails when it matters.

The governance record

The documentation that makes a model change defensible to an examiner, an auditor, or a future team trying to understand what happened.

What to retain:

  • The validation work — methodology, data window, results, and known limitations.
  • Shadow mode findings, including operational problems found and how they were resolved.
  • The challenger design — assignment method, share, stopping rules, and duration agreed in advance.
  • Swap-set analysis at each review point.
  • Performance comparison at matched months on book.
  • Fairness testing on both models, and any alternatives considered.
  • The decision — who approved the switch, on what evidence, and when.
  • Versioned configurations for both models and the reason mappings, as of every decision date.
  • The rollback plan and evidence it was tested.

The standard this desk keeps returning to across regulated activity: an undocumented control and an absent one are treated identically. A model change that was carefully tested but poorly recorded looks, in an examination, like one that wasn't tested — and the record is also what lets your own team understand a decision made two years earlier by people who have since left.

Test it against your current process, on your actual applicants

HL Hunt AI Underwriting runs in shadow mode against live applications and then as a tagged challenger — with swap-set reporting, per-applicant reason attribution, versioned configurations, and cohort tagging that makes the performance comparison readable at matched months on book.

Explore HL Hunt AI Underwriting

Frequently asked questions

What is shadow mode in credit model testing?

Running a candidate against live applications without acting on its output. It reveals disagreement, pipeline problems, and reason-code usability at zero credit risk — but can't tell you whether its decisions perform, since they were never made.

Why is approval rate a bad way to evaluate a new credit model?

Two models can approve identical percentages while approving different applicants entirely. The approval rate conceals the swap, which is where all the information is.

What is swap-set analysis?

Examining the applicants the two models disagree about — challenger approves and champion declines, and vice versa. Those are the only decisions that change, so they contain the entire case for or against switching.

How long should a champion challenger test run?

Long enough for credit outcomes to mature — many months for most consumer products. Compare cohorts at the same months on book, and treat early results as operational rather than credit information.

Key takeaways

  • Backtesting can't see the population you declined, production data problems, or operational fit — so sequence backtest, shadow, challenger, rollout.
  • Shadow mode answers disagreement and readiness at zero risk, but never answers whether the challenger's decisions perform.
  • Analyze the swap set, not the approval rate — identical approval rates can mean an entirely different book.
  • Assign randomly, tag every decision permanently, hold everything else constant, and set stopping rules before you start.
  • Compare cohorts at matched months on book, and resist the organizational pressure to conclude before outcomes mature.
  • A challenger test is the best fairness testing opportunity available, because two models are deciding comparable populations at once.

Find out what would actually change

Before committing to any model change, run HL Hunt AI Underwriting in shadow mode to see the swap set against your current process — which applicants it would approve that you decline, and which it would decline that you approve.

Get Started with HL Hunt AI Underwriting


This guide is educational and does not constitute legal or compliance advice. Model risk management expectations, fair lending obligations, and adverse action requirements apply to model changes; consult qualified counsel and your model risk function before deploying a new credit model.