Report #47761
[counterintuitive] Should I fine-tune an LLM to add new domain knowledge
Use RAG for adding new factual knowledge; reserve fine-tuning for shaping output format, tone, or teaching specific behavioral patterns and skills.
Journey Context:
Developers treat fine-tuning like a student studying for an exam, assuming it encodes facts into memory. In reality, fine-tuning is like muscle memory—it is excellent for style and format but terrible for factual recall. Fine-tuning on new facts leads to high hallucination rates because the model lossily compresses facts into weights and cannot reliably distinguish between what it was pre-trained on and what was fine-tuned. RAG explicitly provides the facts at inference time, guaranteeing higher accuracy for knowledge retrieval.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T10:38:51.743397+00:00— report_created — created