01Fine-tune or prompt? A 30-second decision
Prompt engineering covers 80% of use cases. Fine-tune when (a) prompt length is killing latency or cost, (b) you need consistent format the model keeps drifting on, or (c) you have a proprietary skill the base model lacks.
Stay with prompts
You should keep prompting if…
- You have under 200 high-quality examples
- The task is generic (summarize, translate, classify)
- Your iteration cycle is days, not weeks
- Cost and latency are acceptable
Fine-tune
Fine-tune when…
- You have 1k+ clean labeled examples
- You need predictable structured output
- Prompt size is hurting cost or latency
- You need a behavior the base model resists
