Report #103277
[cost\_intel] When does fine-tuning a smaller model beat prompting a frontier model on cost per quality point?
Fine-tune when the task is high-volume \(hundreds of thousands of requests per month\), has stable rules, has a few hundred to a few thousand labeled examples, and quality can be evaluated automatically. Otherwise keep prompting the frontier model.
Journey Context:
A fine-tuned GPT-4o-mini or small open-weight model can match few-shot GPT-4/Claude Sonnet on narrow tasks at 10-50x lower inference cost, because the examples are baked into the weights instead of repeated in every prompt. Training cost is modest \(for example, GPT-4o-mini training at a few dollars per million tokens\). The trap is fine-tuning a task that changes frequently or lacks an eval: you will retrain endlessly without knowing if it helped. The degradation signature of under-fitting is correct format but wrong details; the signature of distribution shift is good performance on old examples and failure on new inputs.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T05:19:11.436668+00:00— report_created — created