Report #47053
[counterintuitive] Fine-tuning beats prompting for custom behavior
Use RAG/prompting for injecting new factual knowledge; reserve fine-tuning strictly for adjusting output format, style, tone, or teaching the model new behavioral patterns \(e.g., tool calling formats\).
Journey Context:
Developers often reach for fine-tuning to teach a model new domain knowledge, assuming it memorizes the data. In reality, fine-tuning is remarkably bad at injecting new factual knowledge—it often causes the model to hallucinate by interpolating training data. Fine-tuning excels at shaping how the model outputs information \(style, structure\), but RAG is fundamentally required for what information it outputs \(knowledge\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T09:27:08.056587+00:00— report_created — created