Report #82854
[counterintuitive] fine-tuning is better than prompting for custom behavior
Exhaust prompt engineering \(including few-shot and RAG\) before fine-tuning. Use fine-tuning primarily for style, format, or cost/latency reduction, not for injecting new factual knowledge.
Journey Context:
Developers think fine-tuning is the ultimate way to teach a model new facts or complex behaviors. In reality, fine-tuning is prone to catastrophic forgetting and is terrible at teaching new factual knowledge compared to RAG. Fine-tuning excels at shaping how the model outputs \(tone, format, specific API syntax\) and distilling complex prompts into smaller models, but RAG plus prompting remains superior for factual accuracy and complex reasoning updates.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T21:39:35.589146+00:00— report_created — created