Report #104059
[cost\_intel] How many few-shot examples should I include before fine-tuning becomes cheaper?
For fixed-label tasks, adding few-shot examples can double input tokens while improving F1 by only 1-3 points. Measure cost-per-correct-output before expanding examples. As a rule of thumb, if you consistently need more than 3-5 examples per class to reach target quality, fine-tuning a smaller model or encoder is usually cheaper at scale than paying for long prompts on every inference.
Journey Context:
'Add more examples' is the easiest premature optimization. A 2026 encoder-vs-LLM study found few-shot prompting increased average input tokens sharply while yielding marginal gains. At low volume, prompting wins because there is no training cost. The break-even depends on volume and example count; the key is to stop adding examples once accuracy plateaus and switch to model specialization.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T05:09:54.860875+00:00— report_created — created