ConceptAdvancedShipping & Model Lifecycle / Model migration and version changes for users / #10

Explain the migration risk specific to a fine-tuned model.

The direct answer
A fine-tuned model cannot ride along with a base-model upgrade the way a prompt-based feature can. Swapping in the new base breaks the fine-tune, so every future upgrade needs a whole new fine-tuning run, its own data, its own eval, its own risk, while the rest of the product moves on in a day. The real risk is not the retrain itself. It is the weeks or months the fine-tuned feature spends stuck on the older, more error-prone model while everything else has already caught up, so only fine-tune where that recurring bill is worth paying for the quality it buys.
Do this, in order
  1. Price the recurring migration cost before you choose fine-tuning, not just the launch-day quality gain.Why: this is the decision the whole answer turns on, and it only ever gets made once, at build time.
  2. Treat a base-model upgrade as broken for any fine-tuned feature until proven otherwise, never assume it swaps in like a prompt does.Why: catches the stuck-on-an-old-model window before a vendor's deprecation date turns it into a rushed job.
  3. Keep one fixed, hand-annotated eval set that every retrain has to clear before it ships, deadline or not.Why: stops a rushed re-fine-tune from quietly shipping a model that fabricates results more often than the one it replaced.
  4. Reach for prompting, retrieval, or a smaller targeted fine-tune wherever it can clear the same quality bar.Why: keeps that feature's future migrations close to free instead of a multi-week project every generation.
  5. Leave the narrow, rarely-upgraded fine-tunes alone.Why: a small fine-tune doing one structured task never needed the frontier model's general skill, so it does not carry the same migration bill.
  6. Track how many base-model generations behind each fine-tuned feature is, the same way you would track uptime.Why: turns a quiet drift into a number someone owns, instead of a surprise on a deprecation deadline.

How to answer this, stage by stage

Eight moves. The real number shows up in stage five, and the whole answer turns on what a fine-tune actually welds itself to.

1
Scope it to one concrete product and person
Say it like this
"Let me make this concrete. Corvent Health builds a note summarizer that turns a doctor's dictated visit note into a clean clinical summary. Ilsa Vukovic is the only ML engineer who owns that model's fine-tune, and her migration board has fifteen rows, fourteen of them boring."
Why this works
Grounds an abstract migration question in a real system before any theory starts.
2
Say your structure out loud
Say it like this
"Here's how I'll take this: what actually makes a fine-tuned model different from a prompt-based one when the base model updates, the one decision I'd price differently, and what changes once you do."
Why this works
Two sentences of structure tell the interviewer you have a plan, not a wandering story.
3
Reframe: it's not about retraining faster
Say it like this
"It's tempting to answer this as 'just retrain faster' or 'test the new base model more before you trust it.' That's not the risk. A fine-tune is trained into one specific base model's own weights. It can't move to a new generation the way a prompt can, because there's nothing to move. It has to be rebuilt, on its own schedule, every single time."
Why this works
Separates a strong candidate from someone who reaches for "test more" as the whole answer.
4
Give the one decision
Say it like this
"Concretely: I only fine-tune when the quality gain is worth paying the migration cost again on every future base-model release, and I price that recurring cost at decision time, not after the first upgrade breaks it. Where a lighter approach, better prompting, retrieval, or a small targeted fine-tune, can hit the same bar, I take it, because it rides along with the platform for free."
Why this works
A specific, ownable rule, not a vague call to "be careful with fine-tuning."
5
Prove it with the compressed failure
Say it like this
"Say Corvent's fourteen prompt-based features move to the vendor's new base model in a single day, config swap, standard eval, done. The note summarizer can't. Its fine-tune is trained into the old model's weights, so it needs a full new run, new hospital data, new eval, about nine weeks. And the board marked all fifteen rows green anyway, because someone read 'config updated' as 'migrated.'"
Why this works
Ends on the exact gap between what the board tracked and what was actually true.
6
Say what you'd measure, and what you'd leave alone
Say it like this
"I'd track how many base-model generations behind each fine-tuned feature is, the same way you'd track uptime, so it's a number on a dashboard instead of a surprise at deprecation. I'd leave the narrow fine-tunes alone, the ones doing one small structured task that was never chasing the frontier model's general skill in the first place."
Why this works
Shows judgment instead of treating every fine-tune as equally risky.
7
Name the guardrail
Say it like this
"And I'd keep one fixed, hospital-annotated eval set that every retrain has to clear, deadline or not. A retrain only ships when it fabricates a lab value on fewer than one note in a hundred on that set, that run, not a promise it's zero forever. Under a vendor's deprecation date, that's the one number I won't let a rushed retrain skip."
Why this works
Names the actual AI-specific failure, a model inventing a result, and the check that catches it, before an interviewer has to ask.
8
Close on the one line
Say it like this
"So here's the short version. A prompt-based feature moves with the platform. A fine-tuned one is a standing commitment, it has to be rebuilt from scratch on every future upgrade, and the real cost is the stretch where it's stuck on the older, worse model while everything else has already moved on."
Why this works
Ends on the sentence an interviewer remembers, the decision restated in one breath.

Let's learn

What happens when the model underneath a feature changes, but the feature was built on top of exactly one version of it?

Corvent Health makes a tool that turns a doctor's dictated visit note into a clean, structured clinical summary. Feed a general model that dictation cold and it gets the hospital's own shorthand wrong a lot: a local abbreviation, a formulary drug name that isn't in general use, a department template that only exists at three hospitals. On Corvent's own eval of hospital-specific terms, that error rate sat at 18 in 100.

So the team fine-tuned it. They collected forty thousand real note pairs from six partner hospitals and trained the model on the hospital's own language. The error rate on those same terms fell to 4 in 100. A real win, and the summarizer became the reason two hospitals signed within the quarter.

Knowledge spark: what's a fine-tune, in one line? Take a base model and train it a bit more on your own examples, so it picks up your own language for good. Unlike a prompt, that extra training gets baked into the model's own numbers. Nothing gets typed in fresh each time.

Fourteen months later, the vendor ships a new generation of the base model, not a small patch, a real jump. Every other feature at Corvent, all fourteen of them, prompts the model instead of fine-tuning it, and every one moves to the new generation the same way: swap the model's name in a config file, run the standard eval, ship. One day, all fourteen.

The note summarizer can't do that. Its fine-tune is trained into the specific numbers of the old base model. Point its config at the new one and the training doesn't come along, the model's own numbers changed underneath it. There's no swap. There's only a new fine-tuning run: new hospital data, a new eval, a new safety check. About nine weeks.

Days to migrate: fourteen prompt-based features versus the one fine-tune
0 15 30 45 60 75 days 1 day 14 prompt-based features 63 days The fine-tuned summarizer
Same vendor, same release day. Fourteen features swap in one day. The one fine-tune needs a new training run from the data up, about nine weeks, and that clock only starts once someone notices.

Here's the turn. Nine extra weeks is not actually the problem. The problem is what the team does with that gap. Faced with a nine-week retrain and thirteen other launches already on the calendar, nobody schedules it right away. The note summarizer just stays on the old model.

We didn't lose nine weeks. We lost every improvement the new model shipped, for as long as we let the old one sit.
The decision that mattered Fourteen months earlier, the team picked fine-tuning because it hit the quality bar fastest at build time. Nobody priced what it would cost to move it forward every single time the ground underneath it changed.
Two small panels. Left, a gently rising green line labelled hospital-term quality over months, climbing from eighteen percent wrong to four percent wrong, the fine-tune's real quality win. Right, a line labelled how the migration gets handled, running flat and low at routine config swap, then jumping straight up with no slope in between to flat and high at full rebuild every cycle.
The fine-tune's quality kept climbing steadily. Whether a migration needs a person by hand only ever had two settings.

At its worst, this doesn't stay a scheduling problem. The new base model also cuts a real safety number: it fabricates a lab value the note never mentioned on only 0.3 in 100 notes, against 1.2 in 100 for the old one. Every other Corvent feature already picked that up for free. The note summarizer, the one built to handle exactly this kind of clinical detail, is the one still running the worse number, for as long as the retrain sits unscheduled. And eventually the vendor sets a hard cutoff, ninety days until the old model's programming interface closes for good. Now the retrain runs on the vendor's clock, not Corvent's. Compressed to hit that date, it's tempting to skip collecting a full new set of hospital notes and reuse most of the old set instead, which drags some of the old model's own blind spots straight into the new one. Built badly enough, under enough pressure, the note summarizer can ship worse than if Corvent had never fine-tuned it at all.

Left, a dial with many fine marks and an amber needle, labelled how automatic we assumed every migration was. Right, a tall switch with two positions, one grey labelled rides the platform free, the other red-orange labelled rebuilt by hand every time. Whether a migration needs a person is a switch, not a dial.
Whether a migration rides along for free isn't a dial you read off a clean-looking config. It's a switch with two positions, and a fine-tune only ever gets the second one.
Two grids of sixty small hand-drawn note cards each, side by side. Left grid, labelled Vantage 2, the model it's stuck on, shows five cards colored red-orange for a fabricated lab value in about 1.2 of 100 notes. Right grid, labelled Vantage 3, everyone else already migrated, shows one card colored red-orange for about 0.3 of 100 notes.
Same kind of note, two models. One grid still invents a value here and there. The other mostly doesn't, and only the note summarizer is stuck reading from the first one.

The choice I would take back. Fourteen months earlier, when the fine-tune was proposed, the team weighed it against a lighter approach: feed the model retrieved hospital terms alongside each note instead of training them in. That lighter version scored 9 wrong in 100 against the fine-tune's 4. Fine-tuning won cleanly on quality, and nobody in the room ever priced what winning would cost the next time the base model changed.

What I would leave alone. Corvent also fine-tuned a small model that only pulls billing codes out of a note, a narrow, structured task that never needed the frontier model's general skill to begin with. It doesn't chase every base-model generation, so it doesn't carry this same bill. Leave it exactly as it is.

The lesson. A fine-tune's real price isn't what it costs to build. It's what it costs every single time the ground underneath it moves, and that bill comes due on somebody else's schedule, not yours.

Now here is the same thing as a story

Pull this one out when there's more time, and you want the interviewer to feel the gap, not just note it down.

Every time Corvent Health's vendor shipped a new base-model release, the migration board refreshed on a Monday, and for a year, Ilsa Vukovic barely had to look at it. She is the only ML engineer at Corvent who owns a model end to end, and she can read the difference between two eval runs and name, before lunch, exactly which hospital's phrasing tripped the model up.

The note summarizer's fine-tune was hers too. She built it fourteen months back, forty thousand real note pairs from six partner hospitals, and watched the hospital-term error rate on Corvent's own eval fall from 18 in 100 to 4 in 100. Two hospitals signed within the quarter, both mentioning the summarizer by name in the deal.

The first minor version bump came three months later. Ilsa opened the note summarizer's row on the board by hand, reran its hospital-term eval herself, watched it hold at 4 in 100, and only then marked it done.

The second bump, four months after that, she skimmed. The automated eval had already run and passed, so she checked the number, not the notes underneath it, and moved on to the next thing on her list.

By the third bump, she didn't open the row at all. Fifteen rows, fifteen green checks, the same Monday ritual it had always been. Why would she. It kept being fine.

Then came Vantage 3, a new generation, not a patch. The platform lead posted in the migration channel at ten past nine: fifteen rows, fifteen green, done before lunch. Ilsa was closing the ticket when she noticed the note summarizer's hospital-term score in that morning's log wasn't a number. It said, plainly, not run.

A missing number isn't a red flag by itself. So she opened the row properly for the first time in three cycles, and found that Vantage 3's config had gone in clean, same as the other fourteen, and the summarizer had returned nonsense for every single dictated note in the automated eval. Not slightly worse. Nonsense. The fine-tune had been trained into Vantage 2's own numbers, and Vantage 3's aren't the same numbers wearing a new name. There was nothing to swap. There was only a new fine-tuning run, from the data up: new hospital notes, a new eval, a new safety check. Ilsa's own estimate: nine weeks.

We didn't lose nine weeks. We lost every improvement the new model shipped, for as long as we let the old one sit.

Nine weeks is a number. It was never the real cost. Ilsa never had a migration-cost number for this feature in her head. She had a belief, the same one the whole team shared, that migrations were basically free, because for fourteen other features and two prior version bumps, they always had been. Three clean cycles is what it takes to build a belief like that. It only ever had two settings: something to check by hand, or something that just works. By the third cycle, hers had flipped to just works, and nothing was going to flip it back on its own.

So here is the decision she would take back.

Fourteen months earlier, in the meeting where the fine-tune got approved, someone had actually asked what happens when the base model changes. The answer in the room, Ilsa's included, was reasonable at the time: we'll cross that bridge when it comes, the quality win is worth it now. The lighter option on the table that day, feeding the model retrieved hospital terms alongside each note instead of training them in, scored 9 wrong in 100 against the fine-tune's 4. Fine-tuning won on the numbers in front of them. Nobody in that room priced what winning would cost the next time the ground moved.

I would put a number on that decision the day it gets made, not the day it gets tested. Say Corvent had chosen the lighter, retrieval-based design instead, accepting 9 wrong in 100 rather than 4, or had built a fine-tune small enough to retrain in days, not a full nine-week run. Run Vantage 3 through that version. It migrates the same Monday as the other fourteen. The hospital-term number holds inside Corvent's own cutoff. No missing score in the log, no nine-week project landing on Ilsa's calendar alone, and no ninety-day countdown from the vendor deciding how much time she gets to do it in. And the hospitals using it would have picked up Vantage 3's lower fabrication rate, 0.3 in 100 instead of 1.2, the same Monday as everyone else, instead of carrying the higher number for nine more weeks while Ilsa worked it alone.

If I'm honest, the third clean cycle wasn't the mistake. Nobody keeps opening a row that keeps coming back fine. The mistake was fourteen months earlier, the day we picked the version that wins today's eval without ever asking what it would still cost to keep winning after the ground underneath it moved.

The five letters, walked through Ilsa's migration board

The letters matter less than which one snaps first. Here's the same five steps, mapped onto the Monday the note summarizer stopped being routine.

Five stacked rows, each an icon in a coloured circle, a step letter, and a short label, mapping FLIPS onto Ilsa's fine-tune. The I row's icon has a red-orange accent.
FLIPS, five rows
FFind the person
Whose migration board is this, and what has always just worked?
Not "the ML team" in the abstract. The one person who owns this feature's fine-tune end to end.
In this answer: Ilsa Vukovic, the only ML engineer at Corvent Health who owns the note summarizer's fine-tune, and can read an eval diff before lunch.
LLocate the habit
What did she stop doing because it kept coming back clean?
Look for the manual check that quietly shrank across version bumps, not the one cycle it vanished all at once.
In this answer: opening the note summarizer's row on the migration board by hand, checked in full on bump one, skimmed on bump two, skipped completely by bump three.
IIdentify the flip
Does a base-model upgrade stay a same-day config swap, or does it become a project only she can run?
"It got a bit more complicated" is a mood. Name the two states with nothing between them.
In this answer: every prompt-based feature rides a new base model in a day. The note summarizer cannot ride it at all. It needs new data, a new training run, a new eval, a new safety check, on Ilsa's calendar alone, every single generation.
PPinpoint the old decision
Which choice only made sense before the ground moved?
Look for a specific call from one meeting. "We should have watched it more closely" doesn't count, that's a mood, not a decision.
In this answer: fourteen months earlier, the team picked fine-tuning over a lighter, retrieval-based design because it scored better then, 4 wrong in 100 against 9, and never priced what winning would cost the next base-model release.
SShow the replay
Same Vantage 3 release, the lighter design already in place. What changes?
Run the identical trigger through the fixed design and count where it stops.
In this answer: the note summarizer migrates the same Monday as the other fourteen features. The hospital-term error rate holds inside its cutoff. Nobody's calendar loses nine weeks, and the ninety-day deprecation countdown never becomes an emergency.

"They should have retrained faster" is a diagnosis anyone can offer after the fact. The harder part is naming the exact bridge that only ever got crossed once, in one meeting, and showing there was no cheaper fix once a missing score had already shown up in the log.

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

Falkirk County is nowhere near a hospital. Its Building and Safety Department fine-tuned a model to flag permit applications for violations of the county's own, frequently amended building code, the kind of local rule a general model has never seen. Same question, a different flip. Nobody reclaims the migration by hand the way Ilsa did. The team just quietly stops opening the ticket for it.

F. Emrys Greaves, the one data engineer at Falkirk County who maintains the fine-tuned permit-violation model and the only one who can explain why it flags what it flags.
L. Twice before, when the vendor shipped a new base-model generation, someone filed a ticket to schedule the county's re-fine-tune. Both times nothing about the classifier looked broken while the ticket sat open, so it kept getting pushed behind budget season and other requests, until filing the ticket at all stopped happening.
I. A different flip from Ilsa's. He doesn't reclaim the migration and own it as a project. He stops opening the ticket, full stop. One setting: an upgrade ships, and a re-fine-tune gets filed and worked. The other: an upgrade ships, and nothing happens, because the old classifier still runs, so there's no visible reason to.
P. When the fine-tune first shipped, the team decided not to tie its migration to the vendor's own deprecation calendar, only to whether anything looked broken. Reasonable then, deprecation felt far off, and nobody wanted another standing task on a thin backlog.
S. Tie the re-fine-tune trigger to the vendor's deprecation date itself, not to whether anything looks broken. Run it again: ninety days before the old base model's programming interface closes, the ticket files itself and blocks that quarter's roadmap. The retrain finishes with three weeks to spare, instead of the county finding out the classifier is dead the same day the old interface starts returning errors and every permit review in the building department stops cold.

Base-model generations behind, Falkirk's permit classifier
0 1 2 3 4 gens behind mo 0 mo 12 mo 18 mo 23 deprecation notice 90 days to shutoff
No single bad month. Just a ticket nobody opened, three cycles running, until the vendor's own calendar forced the question. The county also never picked up the drop in false violation flags, 14 in 100 down to 6 in 100, that the new model would have given every other department already.
A second decision worth taking back A migration you can defer forever without anyone noticing isn't really scheduled. It's scheduled on luck.

Swap the trigger and it still runs

  • Speed: if Falkirk had one more engineer to spare, the ticket might have gotten filed anyway out of habit, but the missing calendar trigger would still be sitting there, waiting on the next thin quarter.
  • Cost: if the vendor charged extra to keep the old base model live past its own sunset date, Falkirk would have felt the bill months earlier, but the real gap, no trigger tied to the deprecation date itself, would still be true.
  • The model got even better: if the new base model had cut false violation flags in half instead of by a third, the same silent gap would still exist. The county would just be missing a bigger win instead of a smaller one.

Where people run it wrong

  • Treating "nothing broke yet" as proof the fine-tune is fine, instead of proof nobody has tried to migrate it recently.
  • Waiting for a visible failure to schedule a retrain, instead of tying it to the vendor's own deprecation date.
  • Assuming every fine-tuned feature needs the same upgrade cadence as a flagship one, even a small, narrow classifier that barely touches the base model's general skill.

How to use it live

Buy yourself a few seconds by naming the reframe before the fix. Say: "the question isn't whether the model still works today. It's whether anyone has a date on the calendar for the day it stops being able to move." Say that, and the rest of the answer is just naming what a deprecation-tied trigger would have caught.

Flashcards (click a card to flip it)

Eight fixed slots, pulled straight from the answer above.

1 · THE FLIP FAMILY
What flip family is this?
Tap to flip
ANSWER
The delegation flip. A task that used to run through a routine, automatic path gets reclaimed and personally owned once that path breaks. Corvent's migrations were routine for every prompt-based feature; the note summarizer's migration got reclaimed by Ilsa, by hand, on every future cycle.
2 · THE PERSON
Who is this answer about?
Tap to flip
ANSWER
Ilsa Vukovic, the only ML engineer at Corvent Health who owns the clinical-note summarizer's fine-tune. She can read the difference between two eval runs and name the exact hospital whose phrasing broke it.
3 · THE HABIT
What did they stop doing because it worked?
Tap to flip
ANSWER
Opening the note summarizer's row on the migration board by hand before signing off. Checked in full on the first version bump, skimmed on the second, skipped completely by the third, because it kept coming back clean.
4 · THE FLIP, IN THIS STORY
What's the two-setting switch here?
Tap to flip
ANSWER
Treat a base-model upgrade as a same-day config swap anyone can run, or treat it as a from-scratch fine-tuning project only Ilsa can run: new data, new eval, new risk, every single generation. Every prompt-based feature only ever needed the first setting.
5 · THE OLD DECISION
What decision would you take back?
Tap to flip
ANSWER
Fourteen months earlier, the team weighed fine-tuning against a lighter, retrieval-based design, picked fine-tuning because it scored better then, 4 wrong in 100 against 9, and never priced what a future base-model jump would cost to redo.
6 · THE NUMBER
Corvent's fourteen prompt-based features migrated to the new base model in one day. The note summarizer's fine-tune needed about ___ weeks.
Tap to flip
ANSWER
Nine weeks. And that's the light case, before the vendor's ninety-day deprecation deadline turns the retrain into someone else's clock instead of Ilsa's own.
7 · THE REPLAY
Same bad Monday, new design, what changes?
Tap to flip
ANSWER
With a lighter design, retrieval or a small targeted fine-tune, doing the same job, the note summarizer migrates the same Monday as the other fourteen features, at the same quality bar, instead of sitting on the old model for nine weeks every generation.
8 · CROSS-PRODUCT
Section 4 answers this same question again for a different product, with a different flip family. Which product, and which family?
Tap to flip
ANSWER
Falkirk County's fine-tuned permit-violation classifier, maintained by data engineer Emrys Greaves, using the abandonment flip: instead of reclaiming the migration by hand like Ilsa, his team just quietly stops opening the re-fine-tune ticket, until the old model's programming interface shuts off.

Check yourself Score: 0 / 0

True or false
1. True or false: this same migration risk applies just as much to a small fine-tuned model that only pulls three fixed fields out of a form, and never needs the base model's general skill.
  • True
  • False
Show hint
Ask what the fine-tune is actually chasing: the base model's general strength, or one narrow, fixed task.
Show answer
False. A narrow, structured fine-tune isn't riding the base model's general capability in the first place, so it doesn't need to move every time the base model does. This risk bites hardest when the fine-tune exists specifically to inherit the frontier model's general strength, like Corvent's note summarizer.
Multiple choice
2. What was the flip in Ilsa's story?
  • A. She started double-checking the migration board more carefully than before.
  • B. She went from letting the note summarizer's migration run through the same automatic path as every other feature, to personally rebuilding it from scratch, by hand, on every future base-model release.
  • C. The base model itself started making more mistakes on hospital terms.
  • D. She stopped trusting the vendor's version-numbering scheme.
Show hint
A flip is something she does with her hands or her calendar, not a feeling, and not the model's own behavior.
Show answer
B. A is a dial, not a flip, more careful checking has a middle setting. C describes the model, not her response to it. D never happens in the story. B names the real two-setting switch: routine and automatic, or rebuilt by hand, with nothing in between.
Fill in the blank, do the math
3. Corvent's hospital-term error rate was 18 in 100 before fine-tuning, and fine-tuning brought it to 4 in 100. The lighter, retrieval-based approach they considered and rejected scored ___ in 100 at the time.
Show hint
It's the number that made fine-tuning the clear winner on quality alone, at build time.
Show answer
9 in 100. That gap, 9 against 4, is exactly why fine-tuning won the decision fourteen months earlier. Nobody in that meeting priced the recurring migration bill against it.
Multiple choice
4. What old decision does this answer take back, and why did it make sense at the time?
  • A. Fourteen months earlier, the team picked fine-tuning over a lighter approach because it hit the quality bar better then, and never priced what it would cost to rebuild on every future base-model release.
  • B. The team should have added a second engineer to review every migration before it shipped.
  • C. The vendor should have given more notice before deprecating the old base model.
  • D. The team should have skipped the eval suite to migrate faster.
Show hint
Look for a specific call made in one meeting, not a new layer of review stacked on top.
Show answer
A. B is "add more review," a new dial, not an old choice taken back. C blames the vendor for a call Corvent made. D would make things worse, not better. A names the real reversal: a quality-first pick made without pricing its own recurring cost.
Short answer, apply it yourself
5. Pick a product you use yourself that's been specially trained or tuned on your own data, a spam filter that learned your inbox, a recommendation feed, a voice assistant tuned to your accent. What would break, specifically, the next time the company swaps in a smarter core model?
Show hint
Think about what's actually welded to the old model, not just what looks new on the surface.
Show answer
Model answer: "My email's spam filter has learned my inbox for years, whose newsletters I open, which senders I always mark as spam. If the company replaces the whole model underneath it with a new generation, that learned history doesn't carry over on its own, the new model doesn't know my patterns yet. Every prompt-based part of the app might update overnight, but my filter would need retraining on my own signals again, and until it did, I'd probably see more of exactly the mail I'd already trained it to catch." Any honest example counts, as long as it names what's actually trained into the old model and would need rebuilding.
Short answer
6. Why couldn't Ilsa's team just test the new base model against the existing fine-tune a bit more carefully, instead of running a whole nine-week retrain?
Show hint
Think about what a fine-tune actually changes inside the model, not what a prompt changes.
Show answer
Model answer: Because there's nothing to test. A prompt sits outside the model, so a new base model can just read it fresh. A fine-tune changes the model's own numbers, trained specifically on the old base model's own representations. Point that fine-tune's config at a new base model and there's no bridge to test carefully, the training itself doesn't carry over. The only real fix is a new training run on the new base, from the data up.
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