CalculationAdvancedQuality, Cost & Token Economics / Cost modeling and unit economics / #11

Describe the tradeoff between a cheaper model and more retries.

PICK · cost modeling & unit economics

A cheap model that keeps trying costs almost nothing on paper. But a retry loop with no ceiling does not fail loudly. It fails by quietly accepting its own worst guess, and that guess can sit inside a client's own books for weeks before anyone finds it.

The direct answer
Run the cheap model first, but cap its retries at two tries, then hand the document to the pricier model, or a person, on the third failure. Never let the cheap model keep guessing on its own past that point. Escalating early costs a few more cents and gets caught the same second. Retrying past the cap costs almost nothing on paper and, once the system finally gives up and guesses, can end up wrong inside someone's ledger for weeks.
Do this, in order
  1. Cap cheap model retries at a small number, then escalate to the pricier model or a person, never let the loop retry forever.Why: an unbounded retry loop does not fail loudly, it fails by quietly accepting its own weakest guess.
  2. Never let a retry loop auto accept its own last, lowest confidence guess. Send that document to a person instead.Why: an auto accepted guess is what let a wrong total sit inside a client's ledger for three weeks before anyone caught it.
  3. Track retries per document, not just pass or fail, so a document type quietly burning retries shows up before an audit finds it.Why: the queue that grew from a few hundred to thousands never showed up on any dashboard that only tracked accuracy.
  4. Size the retry cap and escalation point against real cost per document type, not one number for the whole system.Why: a cap that is right for a clean typed invoice is wrong for a faded thermal receipt, and one number hides that.
  5. Set a kill line: once a document type's failure rate crosses a set point, skip retries and send it straight to the pricier model.Why: past that point, a failure is not bad luck, it is proof the cheap model was never going to read that kind of document.
  6. Leave clean, simple documents alone. Do not add review weight where retries almost never happen.Why: the easy 90 percent of the work does not need protecting against a problem that only shows up in the hard tail.

How to answer this, stage by stage

Nobody is grading whether you can say "it depends." They are grading whether you can name a real pick, put a number behind it, and say what would change your mind.

1
Ground it in one product before talking tradeoffs in the abstract
Say it like this
"Let's ground this in one product. Formglass is the tool Corravue built to turn a photo of a receipt or invoice into rows a bookkeeper's ledger can use straight away. Tobin Winnick is the engineer who owns how it picks between the cheap model and the pricier one."
Why this works
An abstract "cheap model or more retries" question turns into a real decision the moment one product and one person own the bill.
2
State your position first, before any of the reasoning
Say it like this
"I would run the cheap model first, but cap its retries at two, and hand anything still unread to the pricier model, or a person. I would not let the cheap model keep guessing on its own past that point."
Why this works
An interviewer is checking whether you can commit to a call, not list both sides and shrug.
3
Name who feels each kind of error, in real units
Say it like this
"If Formglass escalates too early, Corravue pays a few extra cents a document, and finance sees that on the monthly bill. If Formglass retries too long and finally guesses, a bookkeeper at the client's own company enters a wrong number into their books, and nobody sees it until reconciliation."
Why this works
A tradeoff with no person attached to each side is two settings on a dial, not a real decision.
4
Find the cost asymmetry, the heart of the whole answer
Say it like this
"Escalating too early is the cheap, visible error. It costs a few cents, and finance can see it on a line item the same month. Retrying too long is the hidden, expensive one. It costs almost nothing on paper, and it can hide inside a client's books for weeks before anyone finds it."
Why this works
Naming which error is hidden is what turns "it depends" into a real, defendable call.
5
Show the arithmetic behind the number
Say it like this
"Running the pricier model on every one of Corravue's 800,000 documents a month costs about $17,600. Running the cheap model first, capped at two retries, then escalating, costs about $2,720, roughly six and a half times less, and it still catches almost everything the pricier model would."
Why this works
A pick with no visible number behind it is a hunch wearing a decision's clothes.
6
Name the kill criteria, what would flip the pick
Say it like this
"If a document type's failure rate after two tries climbed past about 15 percent, I would stop retrying it at all and send it straight to the pricier model. Retrying past that point is not catching bad luck any more. It is proof the cheap model was never going to read that kind of document."
Why this works
A pick that no evidence could ever overturn is stubbornness, not judgment.
7
Close on the guardrail, not the last number
Say it like this
"So: cheap model first, capped at two retries, escalate on the third failure, and never let the loop auto accept its own weakest guess. Anything the pricier model cannot read confidently goes to a person, not into the ledger."
Why this works
Ending on the guardrail, not the arithmetic, is what makes this sound like judgment instead of a spreadsheet read aloud.

Let's learn

What actually happens the day a cheap model gives up trying and just guesses instead?

Formglass is the tool inside Corravue's back office platform that reads a photo of a receipt or invoice and turns it into rows a bookkeeper's ledger can use straight away.

Before Formglass, a data entry team retyped every scanned receipt by hand, about 40 seconds a document, and Corravue kept 22 people on staff just to keep up with what clients uploaded each day.

Formglass reads most receipts in under a second now. It uses a cheap model first, since it costs about a tenth what the accurate model costs, and only calls the pricier model when the cheap one fails.

Knowledge spark: what does "escalate" mean here? Handing a document the cheap model could not read to something stronger, either the pricier model or a person, instead of asking the same cheap model to try again.

The turn: the extra misreads that came with picking a cheap model were never the real problem. A few wrong reads a day is the cost of choosing cheap over accurate, and any team that makes that pick should expect it. The real problem was what the system did the moment the cheap model kept failing on the same document: it just kept trying, on its own, until it ran out of patience and quietly accepted its own worst guess.

The retry loop was never trying to get the answer right. Past a certain point, it was trying to stop retrying.
Cost by the numbers: the pricier model on every document, versus a capped retry that escalates
$18k $9k 0 Pricier model, every document $17,600 Cheap model, capped, escalate $2,720
Pricier model on every documentCheap model, capped retries, escalate on failure
Both numbers are for the same 800,000 documents a month. The capped and escalated policy still catches almost everything the pricier model would, at roughly a sixth the cost.
Hand sketched comparison titled same faded receipt, two different endings. Left panel, a small gauge icon labeled escalate to the pricier model, caption reads a few cents more, caught same second. Right panel, a document icon labeled retry loop quietly guesses, caption reads wrong total, found three weeks later.
Same document, two different endings. One error costs a little and gets caught right away. The other costs almost nothing and hides for weeks.
The choice that mattered Letting the system auto accept its last retry's answer once it hit a retry ceiling, instead of sending that document to a person. It looked like a small fallback, written years before Formglass had a real client. It meant nobody ever saw the documents the cheap model was least sure about.

At its worst, a retry loop that finally gives up and guesses is worse than never building the cheap model path at all, because it looks exactly like a system checking its own work, right up until the week it silently is not.

What I would leave alone: clean, typed PDF invoices. The cheap model reads those right on the first try almost every time, so capping retries there, or routing them for review, would just slow down the easy 90 percent of the work to protect against a problem that never shows up there.

The lesson: a retry that costs a cent looks free right up until the moment it is the tenth retry on a document the model was never going to read, and the system quietly decides that guessing counts as finishing.

Now here is the same thing as a story

Read the version below when you want to feel why an uncapped retry loop went wrong, not just be told that it did.

Tobin Winnick could read a scanned receipt faster than most people could open the email it came in. Before Formglass existed, he was one of the engineers who built Corravue's manual review screens, the ones a data entry clerk used to fix whatever the old system got wrong.

Formglass launched in the spring, and the first few months were genuinely good. A receipt that used to take a clerk 40 seconds to retype now got read in under a second, most of the time. Tobin set the cheap model to retry twice on anything it was not sure about, then hand the rare leftover to the pricier model. By June the retry queue rarely held more than a few hundred documents at any hour of the day.

By July, the queue had grown quietly, mostly documents from one client, Tulley's Diner Group, whose thermal receipts faded fast in a hot kitchen and photographed poorly under fluorescent light. Tobin noticed the queue length once, on a slow Friday, and told himself it was probably just Tulley's uploading in a batch that week. By September, an old fallback nobody quite remembered writing, built years earlier for a different reason, had quietly started kicking in: after ten failed retries, the system stopped asking and just kept its last, lowest confidence guess.

The trigger was nothing dramatic. Corravue ran a routine month end reconciliation for every client, and in October, a bookkeeper working through Tulley's books found the ledger sitting $180 over what the bank statement showed.

It took a senior bookkeeper about six hours to trace it back through three weeks of transactions to one receipt: a coffee and lunch order that Formglass had read as $312.40 on its tenth and final retry. The real total, once someone actually looked at the photo, was $132.40.

The mistake was never the wrong number. The mistake was a system that kept trying long enough to convince itself a guess counted as an answer.

It was never really about one wrong total on one receipt. Tobin's team had no number for how often this happened, because nothing was counting retries past the second one. They had a switch nobody had noticed was on: keep trying quietly, or stop and ask.

The fallback that finally auto accepted a guess went back to a meeting two years earlier, before Formglass had a single paying client outside the pilot. Someone had asked what should happen if the cheap model just never succeeded, and the answer, reasonable at the time, was do not let a document sit in the queue forever, take its best guess and move on. Nobody expected "best guess" to ever mean a tenth try nobody had checked.

Run that October morning again with Tobin's new design in place. The same faded Tulley's receipt fails the cheap model twice, in under two seconds combined. On the third failure it escalates automatically to the pricier model, which reads $132.40 correctly in about half a second. If the pricier model had not been confident either, the document would have dropped into a queue a person clears the same day, never touching the ledger unchecked.

One design trusted a two year old fallback to know when "good enough" had quietly become "not checked at all." The other design draws that line itself, in code, before a guess ever reaches a client's books.

What I would tell myself, back in that meeting two years earlier: a rule for what happens after ten failed tries is not a small detail to leave for later. It is the whole answer to the question, and leaving it unwritten just means someone else writes it by accident, the day the retries finally run out.

PICK, the four moves behind the retry cap

This is not a story wearing a framework. It is a tradeoff question, and PICK is what stops "it depends" from standing in for a real decision.

PPosition. What is the pick, in one sentence, before any reasoning?
Run the cheap model first, cap its retries at two, and escalate to the pricier model, or a person, on the third failure. Never let the cheap model keep guessing on its own past that point.
Say the pick before defending it, or the answer reads as two sides with no decision at the end.
IImpact. Who feels each kind of error, and in what units?
Escalate too early and Corravue's own finance line feels it, a few extra cents a document, visible on the monthly bill. Retry too long and it finally guesses, and a bookkeeper at the client's company feels it, a wrong number sitting inside their own books.
This is where the rejected alternative sits, see below: paying for the pricier model on every document.
CCost asymmetry. Which error is cheap and visible, and which is hidden and expensive?
Escalating early is cheap and visible: a few cents, caught the same month on a line item. Retrying too long is hidden and expensive: almost free on paper, and once the old fallback auto accepted a guess, wrong for three weeks inside a real client's ledger before anyone found it.
This is the hardest step, and the one most answers skip. Optimize against the error nobody would notice in time.
KKill criteria. What evidence would flip the pick?
If a document type's failure rate after two tries climbed past about 15 percent, the right move is to stop retrying it at all and send it straight to the pricier model. Past that point, a failure is not bad luck, it is proof the cheap model cannot read that kind of document.
A pick with no evidence that could overturn it is stubbornness dressed as a decision.
The kill line: how much each extra retry actually buys, out of the documents that failed the first try
98% 90% 82% cap sits here try 1 try 2 try 3 try 4 try 5 try 6
Share of documents resolved by this try, cumulativeWhere the cap sits
The first two tries do almost all the real work, 82 percent then 92 percent resolved. Every try after that adds a point or less. Past the cap, an extra retry is not solving the document, it is stalling.

Three things worth stating directly, since this is where the real judgment sits. The alternative Tobin's team considered and dropped was paying for the pricier model on every document, since it reads almost everything correctly the first time. It lost because it costs roughly six and a half times more for a small accuracy gain on the 92 percent of documents the cheap model already reads correctly within two tries. The AI specific failure mode worth naming by name is a model retried against a document it is systematically bad at, a faded thermal receipt, not a random noisy scan. More retries do not fix that, because the failure is not luck, it is a mismatch between what the model was trained to read and what it is being shown. The guardrail is two part: a hard retry cap paired with routing anything still unresolved to a person instead of auto accepting the last guess, and tracking failure rate by document type so a systematic mismatch shows up in a chart, not in a reconciliation audit three weeks later. And the bar Formglass holds itself to was never a promise of zero misreads across 800,000 documents a month, no model that cheap can promise that. It is a checked bar: at least 98 percent of automated reads match what a person would enter, sampled weekly, with every read below the confidence cut off routed to a person rather than logged as done.

And if you want to be sure it really works, try it somewhere else

Same four letters, a fishing dock instead of a back office, and this time the thing that decides whether a retry is worth it is not the document at all. It is what time the sun came up.

Catchline is an AI tool Norsund Fisheries Cooperative built to read paper catch tickets, species, weight, vessel, and port, photographed dockside as boats unload. Iida Koskinen runs dock operations for the co-op.

The build up: Catchline handles about 60,000 tickets a month across the fleet. The cheap model costs about a tenth of a cent a ticket, the pricier one about a cent and a half, roughly 15 times more. Tickets logged around midday, in good light, fail after two tries only about 8 percent of the time. Tickets logged before sunrise, when boats come in with the dawn catch and the paper is often damp, fail after two tries about 40 percent of the time. Volume is not what decides whether a retry is worth it here. The hour on the clock is.

The decision Iida would take back Treating a dawn catch ticket the same as a midday one, with the same two try retry cap and the same fallback, on the assumption that a hard to read ticket was just unlucky rather than a predictable pattern tied to the hour it was logged.

That assumption broke when a compliance spot check found Norsund appearing to be about 400 kilograms over its quota for one species, a number that only made sense once someone traced it back to a run of dawn tickets where a retried, low confidence weight had quietly been accepted. The fix looked the same shape as Tobin's: stop treating every failure as equally random, and route the ones with a known, predictable cause straight past the retry loop.

Same method, different lever: for Formglass, the lever worth stress testing first was which document type kept failing. For Catchline, it is what hour a ticket was logged. If Norsund shifted a quarter of its fleet to dawn landings, the failure rate feeding retries would climb from about 8 percent to well over 20 percent almost overnight, the single biggest swing in that system by far.

Swap the trigger and it still runs.
Speed: an interviewer caps you at ninety seconds. Skip straight to it: cap retries, escalate on the third failure, and never let the loop auto accept its own guess.
Cost: there is only budget this quarter for one fix, the retry cap or the per type failure tracking, not both. Take the cap first. It stops the worst hidden failures on its own, tracking can follow once that guardrail exists.
The model got better, for real: say the cheap model's overall accuracy climbs after an upgrade. That does not mean the hard tail, faded receipts, dawn catches, got any better. The easy majority can get easier while the hard slice stays exactly as broken, so the cap and the escalation stay in place regardless.

Where people run it wrong.
They cap retries but never decide what happens after the cap, so it defaults to auto accept by accident, the exact fallback that caused the problem in the first place.
They set one retry cap for the whole system instead of per document type, so a class of document that is systematically hard keeps hitting the same wall every time.
They watch pass or fail rate, but never watch retries per document, so a queue quietly filling up with tries does not show up on any dashboard until someone goes looking for it.

How to use it live. Ask the real question before quoting a number: is this failure random bad luck, or proof the model cannot read this kind of document at all? That buys a beat to think, and it is usually the difference between the right pick and a guess dressed as a policy.

Flashcards (tap any card to flip it)

1 · THE FRAMEWORK
What framework is this, and what's its one job?
Tap to flip
ANSWER
PICK: commit to a position, then show the asymmetry between the two kinds of error. Built for tradeoff questions, not estimation or metric questions.
2 · THE PERSON
Who is this answer about?
Tap to flip
ANSWER
Tobin Winnick, senior engineer at Corravue. Owns how Formglass decides between the cheap model and the pricier one.
3 · THE OLD HABIT
What did the retry loop do quietly, because it usually worked?
Tap to flip
ANSWER
Kept retrying the cheap model past any real cap, and after ten failed tries, auto accepted its own lowest confidence guess instead of asking for help.
4 · THE TWO SETTINGS
What's the tradeoff here, with both sides named?
Tap to flip
ANSWER
Escalate early and pay a few extra cents, caught the same second. Or keep retrying cheap, and risk a wrong number quietly reaching a client's ledger, found weeks later.
5 · THE OLD DECISION
What decision would Tobin take back?
Tap to flip
ANSWER
Letting a two year old fallback auto accept a document's last retry after ten tries, instead of sending it to a person.
6 · THE NUMBER
Fill in the blank: the pricier model on every document cost about $___ a month. The capped, escalating policy cost about $___.
Tap to flip
ANSWER
$17,600, and $2,720. Roughly six and a half times less, and it still catches almost everything the pricier model would.
7 · THE REPLAY
Same October morning, new design, what changes?
Tap to flip
ANSWER
The same faded receipt fails twice in under two seconds, then escalates automatically. The pricier model reads it correctly in half a second, or a person clears it the same day. It never reaches the ledger unchecked.
8 · CROSS-PRODUCT TRANSFER
Section 4 answers this same question again for a different product. Which product, and what's the dominant lever there?
Tap to flip
ANSWER
Catchline, at Norsund Fisheries Cooperative. There, failure rate swings on what time of day a ticket was logged, dawn catches in low light, not document type the way Formglass's did.

Check yourself Score: 0 / 0

True or false
1. True or false: because Formglass's overall read accuracy stayed high, the old ten retry fallback was rarely a real problem.
  • True
  • False
Show hint
Look at how many documents a month actually hit the ten try ceiling, not the company wide accuracy number.
Show answer
False. About 11,200 documents a month hit the old ceiling and got auto accepted. Roughly a third of those, about 3,700 a month, carried a wrong number into a client's ledger with nobody flagging it. A healthy overall accuracy figure said nothing about that slice.
Fill in the blank
2. Under the old design, about ___ documents a month hit the ten retry ceiling and got auto accepted, and about ___ of those a month carried a wrong number into a client's ledger.
Show hint
Check the numbers named in the framework recap's C step and the paragraph just after it.
Show answer
11,200, then 3,700. Roughly a third of the documents that hit the ceiling carried a wrong number all the way into a client's books.
Multiple choice
3. Why does escalating to the pricier model too early count as the "cheap" error in this tradeoff, and retrying too long count as the "expensive" one?
  • A. The pricier model is actually cheaper than the cheap model once you count engineering time.
  • B. Escalating early costs a few visible cents, caught the same month. Retrying too long can end in a wrong number nobody catches for weeks.
  • C. Retries are always free, so there is no real cost to compare.
  • D. Escalating early is illegal under Corravue's contract with its clients.
Show hint
Re-read the C step in the framework recap, the one marked in red.
Show answer
B. A cheap error is one you can see and price right away. An expensive error is one that looks free until it quietly costs a client's own bookkeeper six hours tracing a bad number weeks later.
Short answer, name the rejected alternative
4. What alternative did Tobin's team consider instead of the capped retry and escalate policy, and why did it lose?
Show hint
Look at the I step in the framework recap, where it names what got dropped and why.
Show answer
Model answer: Paying for the pricier model on every document, since it reads almost everything correctly the first time. It lost because it costs roughly six and a half times more, for a small accuracy gain on the 92 percent of documents the cheap model already reads correctly within two tries.
Short answer, apply it yourself
5. Pick an AI product you use yourself that might retry quietly behind the scenes. Name one place a retry loop might be hiding a bad guess instead of asking for help, and how you'd check.
Show hint
Think of a product where something fails silently sometimes, a photo that will not upload, a voice command that gets misheard, and the app just tries again on its own.
Show answer
Model answer: A receipt scanning app in a budgeting tool might retry reading a blurry photo a few times and, if it never succeeds, quietly log its best guess as the amount spent instead of asking the user to retake the photo. I would check by looking for a "low confidence" flag anywhere in the app, and if there is not one, I would ask what the app actually does after its last silent retry fails.
Multiple choice
6. If Corravue's monthly document volume doubled to 1,600,000, what happens to the gap between the pricier-model-always cost and the capped-retry-and-escalate cost?
  • A. The gap disappears, since both policies scale the same way.
  • B. The gap roughly doubles too, from about $14,880 a month to about $29,760 a month.
  • C. The gap shrinks, since retries get cheaper at higher volume.
  • D. It cannot be estimated without switching frameworks entirely.
Show hint
Both policies are priced per document, so doubling volume doubles both totals, and the gap between two numbers that both double, doubles too.
Show answer
B. At 800,000 documents the gap is $17,600 minus $2,720, or $14,880. At 1,600,000 it is $35,200 minus $5,440, or $29,760, exactly double, since both costs scale linearly with volume.
Before you close the answer
Why this works
Tests whether you will price a "cheap" retry loop by its per call cost, or by what happens the day it quietly gives up and guesses. Most candidates stop at the price tag on the model call.
Follow-up traps
"Won't capping retries just push more documents to the pricier model and blow up the bill?" Response: only the roughly 4 percent of documents already failing the cheap model twice ever reach that point. The other 96 percent never touch the pricier model, so the bill stays close to $2,720, not $17,600.

"Why not just raise the retry cap instead of escalating?" Response: a document still failing after two tries is usually not bad luck, it is a document the cheap model was never going to read. More retries mostly buy time for a fallback to eventually guess wrong.
If pressed
The escalation path carries its own cut off too: even the pricier model's answer only posts straight to the ledger above a stated confidence score, about 90 percent. Anything below that still goes to a person, so the redesign does not just move the guessing problem up to a more expensive model, it removes auto accepted guessing entirely.
From U2xAI Academy

From answering questions to owning outcomes.

A live workshop where you ship a working AI agent, defend a launch decision, and walk away with a portfolio recruiters can't wave off, not just more questions to study.

  • A live AI agent you actually shipped
  • A launch decision you can defend under pressure
  • An interview-ready portfolio, not more flashcards
Know more