Most teams reach for fine-tuning before asking whether they need it. Prompting, retrieval and routing are cheaper, faster to iterate, and reversible — and they solve a large share of the problems fine-tuning gets blamed for not solving.
Two situations where it genuinely pays
Both cases share a precondition: enough real data to train on. Without volume, the economics never close and the quality gain does not materialise.
Six questions before you start
- —Have you exhausted prompting, retrieval and routing?
- —Do you have real production volume to train on?
- —Is the task narrow and stable, or still changing weekly?
- —Can you measure quality on a held-out set today?
- —Does the saving exceed the GPU and maintenance bill?
- —Who retrains it when the domain shifts in six months?
Data quality beats data quantity
The most consistent finding in this area is that 2,000 clean, well-labelled examples outperform 10,000 noisy ones. Time spent curating the set returns more than time spent collecting more of it.




