When IS fine-tuning the right call?
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Name three concrete signatures in a real product that point at fine-tuning as the right tool, over prompt engineering, RAG, or structured-output mode. Be specific about what each looks like.
Fine-tune when behavior must change: a strict format the base fights, a persona that survives long context, or a cheap distilled model that copies an expensive one.
Think of a new hire who is smart but inconsistent. Prompting is leaving sticky notes on their desk: helpful, but they sometimes ignore the notes when busy. Fine-tuning is sending them to a week of training so the habit becomes automatic, no notes needed. You pay for that training only when the habit really matters. A form that must be filled out perfectly every single time is worth training for. A voice the company wants on every message is worth training for. And if a brilliant but expensive consultant answers every call, you can train a cheaper junior to imitate their answers, then let the junior handle the volume. That last one, copying an expensive expert into a cheap helper, is why most teams fine-tune at all.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
4 min: behavior vs knowledge sort + format signature with first-token bias + persona drift + distillation economics + over-refusal bonus + eval preconditions.
| Signature | What you observe | Why fine-tuning fits |
|---|---|---|
| Strict format the base fights | Correct content, required field dropped a few percent of the time | Format is first-token bias; few hundred examples sharpen the distribution |
| Persona drift over long context | On-brand early, generic by turn ten; users notice the change | Weights hold the voice where prompt tone decays as context grows |
| Cost at high volume | Frontier agent works but each call is expensive | Distil teacher outputs into a small model; cost drops ten to fifty times |
| Over-refusal in a legitimate domain | Medical or legal queries refused despite valid context | Curated safe examples relax behavior without breaking general safety |
Real products, models, and research that use this idea.
What an interviewer would ask next. Try answering before peeking at the approach.
Red flags and common mistakes that signal junior thinking. Click to expand.
Reaching for fine-tuning to add facts the model lacks, when the real signatures are behavioral: a format that drifts, a tone that breaks over long context, or an expensive model you want to distil.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.