ConceptIntermediateAI Opportunity & Model Strategy / Build vs buy vs fine-tune decisions / #7
What is the switching cost of a fine-tuned model versus a prompted one?
PICK the cheap option and the expensive one were never competing on quality alone, they were competing on how hard each one is to walk back
Cascade Pay is a small business lending platform. RiskLine is the part of it that scores a loan application for default risk before an underwriter ever opens the file. Halima Bassong is the senior underwriter who trusts what it hands her every morning. Tobias Kreft is the engineer who asked, in a planning meeting, what happens the day the vendor changes the model underneath it.
The direct answer
A prompted model's switching cost is measured in hours: rewrite the prompt, rerun it against your eval set, ship. A fine-tuned model's switching cost is measured in weeks: recurate the training data, retrain, revalidate against the same eval set, and requalify anything downstream that assumed its exact behavior. Treat fine-tuning like signing a mortgage on the current model, not renting one you can hand back whenever a better one shows up.
Do this, in order
Default to prompting, because it costs almost nothing to walk back.Why: a new prompt against the same eval set is an afternoon of work, not a project.
Before you fine-tune anything, price out a real "swap test": what it costs in time and money to move to a different base model later.Why: most teams price the training cost and never price the exit cost, which is the one that actually bites.
Build a versioned golden eval set before you fine-tune, not after.Why: without it, nobody can prove a swapped model still behaves the same way, so drift ships quietly.
Only fine-tune once prompting has genuinely hit a wall your eval set can prove.Why: the accuracy gain has to be worth locking in weeks of future switching cost, not just a few points on a leaderboard.
Budget retraining as a recurring line item, not a one-time project cost.Why: the base model market keeps moving, and a fine-tune that never gets revisited becomes the most expensive stale model you own.
How to answer this, stage by stage
Nobody is scoring whether you know what fine-tuning means. They're scoring whether you priced the cost of getting back out of it before you priced the cost of getting in.
Stage 1
Scope it to one real feature
Say it like this
"Let me put this on one real feature. Cascade Pay scores small business loan applications with something called RiskLine. Halima, a senior underwriter, reviews whatever it flags. The question of switching cost only means something once you've got a real model sitting in a real pipeline, so let's start there."
Why this works
Keeps "switching cost" from turning into a textbook definition with nobody in it.
Stage 2
Say your structure out loud
Say it like this
"I'll run this as PICK. Position, my actual pick, stated first. Impact, who feels each kind of cost. Cost asymmetry, which side is cheap and visible and which is hidden and expensive. Kill criteria, what evidence would flip my pick."
Why this works
Tells the interviewer you're about to commit to something, not list pros and cons forever.
Stage 3
Reframe: this isn't "which model is smarter"
Say it like this
"This isn't really about which approach gets a higher score today. It's about which one you can still afford to be wrong about six months from now, once the model underneath it isn't the newest one anymore."
Why this works
Moves the conversation from a one-time accuracy comparison to the ongoing cost that actually decides it.
Stage 4
Give the one decision
Say it like this
"My pick is prompting, as the default. A prompted model's switching cost is an afternoon: new prompt, same eval set, ship. A fine-tuned model's switching cost is weeks: new data, a retrain, a full revalidation. I only pay that fine-tune cost once prompting has actually failed to clear the bar."
Why this works
This is the direct answer, said as a real pick with real units of time attached to each side.
Stage 5
Prove it with the compressed failure
Say it like this
"When the vendor deprecated the base model, the prompted sibling feature was patched and re-shipped in six hours. RiskLine's fine-tuned version took three weeks to recurate, retrain, and revalidate, and because there was no versioned eval set yet, its accuracy quietly dropped for ten days before anyone caught it."
Why this works
Turns "switching cost" from a definition into a specific, countable failure that actually happened.
Stage 6
Name the AI-specific reasoning and the trade-off accepted
Say it like this
"The honest reason fine-tuning is stickier isn't the training run itself, it's that the model's behavior gets baked into every downstream prompt and rule that was written around it. We accepted slower iteration and a real ongoing retraining cost in exchange for the extra few points of accuracy fine-tuning bought us on the hardest applications."
Why this works
Names the actual model-specific mechanism instead of a generic "it's more work" hand-wave, and states the trade-off plainly.
Stage 7
Say where it wouldn't matter, then close on one line
Say it like this
"If the task rarely changes and the base model market around it is stable, switching cost stops being the deciding factor, and fine-tuning is fine. For RiskLine, it wasn't stable, so the honest answer stands: prompt by default, and only take on a fine-tune's switching cost once prompting has genuinely failed."
Why this works
Closes with real judgment about when the whole argument doesn't apply, and restates the pick in one breath.
Let's learn
RiskLine is the part of Cascade Pay that reads a small business loan application and scores how likely it is to default, before an underwriter opens the file.
Before RiskLine, Halima and three other underwriters split about 40 applications a day by hand, roughly 20 minutes of reading each, close to 13 hours across the team just to get through the pile. RiskLine now scores all 40 in seconds and hands Halima the roughly 6 it flags as genuinely borderline, about 20 minutes of her actual attention.
The two sides were never competing on accuracy alone. They were competing on how expensive each one is to undo.
Hours of committed work to complete a model swap
PromptedFine-tuned
Twenty times the committed work to move a fine-tuned model versus a prompted one, and the fine-tune's clock only starts once the vendor forces the question.
Here's the turn: RiskLine's day-to-day mistakes were never the real problem, it cleared its accuracy bar comfortably. The real problem showed up the day the model underneath it had to change, and Halima found out about it only because the flagged pile got stranger for a week and nobody could say why.
We weren't paying for a smarter model. We were quietly signing up to keep paying every time the ground moved under it.
At its worst, the cost isn't a bad score, it's a fine-tuned model nobody can afford to move off of, still running on a base model everyone else has already left behind, because the retraining bill keeps getting pushed to next quarter.
The choice I would take back
Telling stakeholders that fine-tuning RiskLine was a one-time investment, "train it once and it's done." That made sense the week it shipped, when the base model felt current and stable. It stopped making sense the first time the vendor changed anything underneath it, because nobody had budgeted for that day.
What I would leave alone: a task like standard field extraction from a fixed loan form barely changes and the base-model market under it isn't shifting fast. Fine-tuning something that stable is fine, because you rarely need to switch it in the first place.
The lesson: a fine-tuned model isn't a better answer sitting next to a worse one. It's a real commitment with a real bill due the day you need to move, and that bill is the number that should decide whether you take it on, not how good the demo looked on day one.
Now here is the same thing as a story
The short version above is what you'd say out loud in the room. Read this one for what it actually felt like the week the ground moved and nobody had priced it.
Halima Bassong had underwritten small business loans for six years, long enough to spot a shaky cash-flow statement before she finished reading the first page. RiskLine had been live for eight months, and her mornings had settled into something steady: open the flagged pile, work through six or seven real judgment calls, done well before lunch.
Nobody at Cascade Pay had asked which one they were actually signing up for.
The kickoff meeting for RiskLine's second version had gone the same way most of these meetings go. Someone suggested fine-tuning a model on Cascade Pay's own eight years of historical loan outcomes, and it sounded like the serious, grown-up choice. Tobias Kreft, an engineer two seats down, asked the question that reordered the room: "What happens the day the vendor changes the model we fine-tuned this on?" Nobody had a real answer.
They fine-tuned it anyway, and for a while it looked like the right call, ninety-four percent accuracy on the eval set, three points better than the best prompted version they'd tried. Then, five months in, the model provider announced it was retiring the exact base model RiskLine had been fine-tuned against, with a ninety-day migration window.
A prompted sibling feature on the same team patched itself the same afternoon the notice arrived. RiskLine took three weeks, and for ten of those days nobody could prove whether it was still working.
Eval score during the twenty-one day migration window
The prompted feature never moved. The fine-tuned one dropped 13 points for a full week before the missing eval set let anyone notice.
We didn't lose three weeks to a hard problem. We lost them because we'd never built a way to prove the new version behaved like the old one.
A prompted feature on the same team, one that summarized applicant references, was patched and reshipped within six hours: new prompt, same eval set, done. RiskLine took three weeks to recurate its training data, retrain against the new base model, and get through revalidation, and because there was no versioned golden set from launch, the first ten days of the retrained model ran with nobody able to say for certain whether its accuracy had held.
Knowledge spark: why doesn't a good prompt just cost the same to move as a fine-tune?
A prompt is a set of instructions you hand a model at the moment it answers. Swap the model, hand it the same instructions, and it mostly still works. A fine-tune reshapes the model's own weights around your specific data. Swap the base model, and that reshaping doesn't transfer, you have to redo the whole training pass from scratch.
Halima noticed something was off before anyone told her: the flagged pile that week held two applications she'd have expected RiskLine to catch cleanly on its own, both quietly borderline in a way that felt new. She flagged it to her manager, more out of habit than alarm. It took another four days before engineering connected her note to the retraining that was already in flight.
RiskLine sat exactly where switching cost bites hardest: a model that rarely gets swapped, doing something too custom to just re-prompt.
Fine-tuning RiskLine had made complete sense the week it shipped. The historical data was real, the accuracy gain was real, and nobody expected the vendor to retire the base model within the year. It stopped making sense the moment that notice landed, because by then the cost of moving had already been signed for, three points of accuracy earlier, without anyone pricing what leaving would cost.
None of this is optional once you've fine-tuned. Each row is a real week, not a formality.
Here's the replay: with a versioned eval set built the second time around, the next base-model retirement notice triggered a retrain that finished in eight days instead of twenty-one, and the dip got caught on day two instead of day ten, because there was finally something to check it against. The prompted sibling feature, unchanged, patched itself again in an afternoon.
What I'd tell myself, sitting in that first kickoff meeting when Tobias asked his question: the accuracy number on day one was never the whole price. The real price shows up the day you have to move, and if you haven't priced that day, you haven't actually priced the decision.
PICK, run again on switching cost for a fine-tuneOne line per letter, in case you want to say it fast under pressure.
P
Position. Say the pick before the reasoning.
Prompt by default. Fine-tune only once prompting has genuinely failed to clear the bar, because fine-tuning's switching cost is weeks, not hours.
Committing first is what separates a decision from a lecture on the tradeoffs.
I
Impact. Who feels each kind of cost, and in what units?
Halima feels day-to-day quality either way. The engineering team feels switching cost directly, in hours for a prompted swap, in weeks plus a real revalidation project for a fine-tuned one.
Naming units, not adjectives, is what makes this checkable instead of vibes.
C
Cost asymmetry. Which side is cheap and visible, which is hidden and expensive?
A prompted swap is cheap and visible, you feel it as a quick task. A fine-tune's switching cost is hidden until the day the vendor forces it, and then it's a multi-week project nobody budgeted for.
This is the actual reasoning the whole pick rests on.
K
Kill criteria. What evidence would flip the pick?
A stable eval set showing prompting genuinely can't clear the accuracy bar, and confirmation that real, clean historical data exists to fine-tune on. Both have to be true, not just one.
Without a real kill criteria, this is stubbornness dressed up as conviction.
The recap, one line per letter: position is prompt-first, impact is measured in hours versus weeks for whoever has to do the swap, cost asymmetry is that the fine-tune's real bill is hidden until the vendor forces your hand, and kill criteria is a proven eval gap plus real data, both required before you sign up for the switching cost.
And if you want to be sure it really works, try it somewhere elseSame four letters, a pharmacy chain's refill-reminder tool instead of a lender's risk score.
Ingrid Solberg is the AI PM at Cordell Linguistics, a company that provides real-time interpretation for hospital intake calls. A stakeholder pushes to fine-tune a model on Cordell's own transcripts to catch medical terminology faster. Mapped onto PICK: position is still prompt-first, because a general model already handles medical vocabulary well with the right instructions in the prompt. Impact lands on interpreters mid-call, who need a correction inside two seconds or they lose the caller's trust. Cost asymmetry: a prompted fix ships in an afternoon and a fine-tune here would need constant retraining as new medical terms and drug names enter use monthly, a switching cost that never actually settles down. Kill criteria: only revisit fine-tuning if a full quarter of real call transcripts shows prompting missing the same class of term repeatedly, and even then, retrieval over an updated terminology list gets tried first, since it solves a moving-target vocabulary problem without fine-tuning's ongoing retraining bill.
Swap the trigger and it still runs.
Speed: an interviewer caps you at sixty seconds. Say "prompt by default, because its switching cost is hours not weeks, and only fine-tune once that's proven insufficient," and stop there.
Cost: no time to build a golden eval set before a decision is due. Say so honestly, and make building that set the very next task, since without it nobody can prove a swap even worked.
The model got better, for real: a new base model clears the accuracy bar on a plain prompt alone. Retire the fine-tune. A better prompted option removes the whole switching-cost problem instead of managing around it.
Where people run it wrong.
They price the cost of training a fine-tune and never price the cost of leaving it.
They fine-tune before a versioned eval set exists, so a future swap has nothing to be checked against.
They treat "it scored higher on day one" as the whole decision, instead of asking what day one hundred and eighty looks like.
How to use it live. The moment someone proposes fine-tuning, ask one question out loud: "What does it cost us the day we need to move off this exact model?" That question alone buys real thinking time, and it's usually the number nobody in the room has actually worked out yet.
Flashcards (tap any card to flip it)
1 · THE FRAMEWORK
What framework fits comparing switching cost between two model approaches?
Tap to flip
ANSWER
PICK: position, impact, cost asymmetry, kill criteria. It forces a real commitment first, then finds which side's cost is hidden and expensive.
2 · THE PEOPLE
Who is this answer about?
Tap to flip
ANSWER
Halima Bassong, the senior underwriter who reviews what RiskLine flags. Tobias Kreft is the engineer who first asked what happens the day the base model changes.
3 · THE ASYMMETRY
What's cheap and visible, and what's hidden and expensive?
Tap to flip
ANSWER
A prompted swap is cheap and visible, an afternoon of work. A fine-tune's switching cost is hidden until the vendor forces a move, then it's weeks of recurating, retraining, and revalidating.
4 · THE OLD DECISION
What decision would you take back?
Tap to flip
ANSWER
Telling stakeholders fine-tuning RiskLine was a one-time cost. Reasonable the week it shipped on a stable base model. Wrong the moment the vendor announced a retirement nobody had budgeted for.
5 · THE NUMBER
Fill in the blank: the prompted sibling feature patched itself in ___, while RiskLine's fine-tuned version took ___ to fully retrain and ship.
Tap to flip
ANSWER
Six hours, versus three weeks. And for ten of those days, nobody could prove the retrained model still worked, because no versioned eval set existed yet.
6 · THE REPLAY
Same deprecation notice, but with a versioned eval set already built. What changes?
Tap to flip
ANSWER
The retrain finishes in eight days instead of twenty-one, and a quality dip gets caught on day two instead of day ten, because there's finally something real to check the new version against.
7 · WHERE IT WOULDN'T MATTER
Name a place this switching-cost worry would NOT apply.
Tap to flip
ANSWER
Standard field extraction from a fixed loan form. The task barely changes and the base-model market under it isn't shifting, so fine-tuning it is fine, you rarely need to switch.
8 · CROSS PRODUCT TRANSFER
Section 4 runs PICK again on a different product. Which one, and what's the pick?
Tap to flip
ANSWER
Cordell Linguistics' hospital intake interpretation tool. Still prompt-first, because medical vocabulary drifts monthly, and fine-tuning there would mean a switching cost that never settles.
Check yourself Score: 0 / 0
Multiple choice
1. Why did the prompted sibling feature patch itself in six hours while RiskLine took three weeks?
A. The prompted feature had fewer users depending on it.
B. A prompted swap only needs new instructions handed to the model, while a fine-tune has to be recurated, retrained, and revalidated from scratch.
C. RiskLine's engineering team was short-staffed that month.
D. The vendor gave RiskLine less notice than the other feature.
Show hint
Look at the knowledge spark on why prompts and fine-tunes cost differently to move.
Show answer
B. A fine-tune reshapes the model's own weights around specific data, so a new base model can't just inherit that shaping, the whole training pass has to happen again.
True or false
2. True or false: RiskLine's accuracy problems were what actually cost Cascade Pay the most.
True
False
Show hint
Look at "here's the turn" in Let's learn.
Show answer
False. RiskLine's day-to-day accuracy cleared the bar comfortably. The real cost showed up the day the model underneath had to change, and there was no way to check the new version against the old one.
Fill in the blank
3. Fill in the blank: the fine-tuned RiskLine model ran for ___ days after retraining began before anyone could confirm whether its accuracy had actually held.
Show hint
Look at the timeline diagram's emphasized milestone.
Show answer
Ten days. Because no versioned golden eval set existed yet, there was nothing to check the retrained model against until the gap was noticed by hand.
Short answer, where it wouldn't matter
4. Name a task where switching cost stops being the deciding factor between prompting and fine-tuning, and say why.
Show hint
Look at "what I would leave alone."
Show answer
Model answer: Standard field extraction from a fixed loan form. It barely changes, and the base-model market around it isn't moving fast, so you rarely have to pay the switching cost in the first place.
Short answer, apply it yourself
5. Think of an AI feature you use yourself. If the company behind it swapped its underlying model tomorrow, would you even notice? What would tell you it happened?
Show hint
Think about whether the tool's behavior is general instructions or something baked in from training on specific examples.
Show answer
Model answer: A writing assistant that suggests edits would probably feel the same after a swap, since its behavior mostly comes from prompts. A spam filter trained on years of a specific inbox's flagged mail would likely feel different fast, since a new base model wouldn't carry that specific training over.
Short answer, work the number
6. If the fine-tune's accuracy gain over prompting had been half a point instead of three points, would fine-tuning RiskLine still have been the right call?
Show hint
Weigh the accuracy gain against the weeks of switching cost it locks in.
Show answer
Model answer: No. Half a point doesn't come close to justifying weeks of ongoing switching cost every time the base model changes. The gain has to be large enough to be worth a real, recurring bill, not just statistically real.
Before you close the answer
Why this works
Tests whether you can price a decision by its exit cost, not just its entry cost. Most candidates compare accuracy on day one and stop there.
Follow-up traps
"Isn't fine-tuning always going to win on accuracy anyway?" Response: often yes, on day one, but the three-point gain has to be weighed against a real recurring switching cost, not treated as a free win.
"Couldn't you just avoid this by never switching base models?" Response: no, providers deprecate models on their own schedule, not yours, so the switching cost shows up whether you plan for it or not.
If pressed
The second retraining cycle also added a shadow-mode step, running the new fine-tune alongside the old one on live traffic for 48 hours before cutover, which is what let the team catch the day-two dip instead of waiting for Halima to notice something felt off.
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.