Report #72581
[cost\_intel] Using frontier model prompting for high-volume narrow tasks instead of fine-tuning a smaller model
Fine-tune a small model \(Haiku-scale or open-source 7-8B\) on 500-2,000 examples of your specific task when you expect 10K\+ calls with a stable task distribution. Expect to match frontier prompt quality at ~1/10th per-call cost. Break-even is typically 5K-15K calls depending on model and provider.
Journey Context:
Fine-tuning has real upfront cost: data preparation, training runs, evaluation, monitoring. But for narrow, repetitive tasks \(product categorization, support ticket routing, PII detection\), it pays for itself quickly. The critical nuance: fine-tuned small models match frontier on in-distribution inputs but fail silently on out-of-distribution inputs. Frontier models degrade gracefully; fine-tuned models fall off a cliff. You need a fallback: monitor input distribution and route anomalous inputs to frontier. The silent failure signature: fine-tuned models confidently produce wrong outputs on inputs that look similar to training data but differ in key aspects. Always maintain a held-out evaluation set that includes edge cases.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T04:25:01.638344+00:00— report_created — created