Report #101788
[cost\_intel] When is fine-tuning actually cheaper and better than prompt engineering?
Default to prompt engineering plus retrieval. Fine-tune only when the task is narrow, stable, high-volume, and you have thousands of quality examples, or when you need a smaller model to match frontier quality on one task. Otherwise cache, batch, route, and compress first.
Journey Context:
Fine-tuning is the most over-prescribed optimization. It only beats prompting when four conditions hold: the task is narrow and does not drift, you have thousands of high-quality labeled examples, per-call cost or latency dominates total spend, and prompting, few-shot examples, and retrieval have genuinely plateaued on your eval. For most teams the faster ROI ladder is cache, then batch, then route, then compress, then fine-tune. The hidden cost is not the training run but data curation, evaluation infrastructure, and retraining every time the base model improves. OpenAI's docs note that fine-tuning lets you fit more examples than fit in context and use shorter prompts, which is where the per-token savings come from.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:26:58.607308+00:00— report_created — created