Report #88955
[counterintuitive] Is fine-tuning better than prompt engineering for adding new knowledge
Exhaust prompt engineering \(including few-shot and RAG\) before fine-tuning. Use fine-tuning primarily for style, format, or cost reduction, not for injecting new factual knowledge.
Journey Context:
Developers jump to fine-tuning to teach a model new facts or complex behaviors. Fine-tuning is excellent for shaping output format or adopting a persona, but it is surprisingly bad at teaching new knowledge compared to RAG. It is prone to memorization without generalization, freezes the model making updates expensive, and creates a brittle system compared to dynamic prompting with up-to-date context.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T07:54:01.481807+00:00— report_created — created