Report #55516
[counterintuitive] Should I fine-tune an LLM to add new domain knowledge
Use RAG for new factual knowledge. Reserve fine-tuning for altering tone, format, or teaching specific behavioral patterns and skills.
Journey Context:
Developers treat fine-tuning like training a human: read a textbook \(fine-tune on data\) and they know the facts. LLMs are terrible at memorizing new facts via fine-tuning; they learn the surface statistics of the text but easily hallucinate specifics. Fine-tuning on facts creates a fragile model that confidently hallucinates. RAG explicitly separates the parametric memory from the explicit context, making it far more reliable for knowledge injection.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T23:40:37.555666+00:00— report_created — created