Report #91114
[counterintuitive] Fine-tuning is the best way to teach an LLM new facts
Use RAG for knowledge injection; reserve fine-tuning exclusively for style, tone, format alignment, or teaching specific behavioral heuristics.
Journey Context:
Developers often treat fine-tuning like a database update, assuming the model will memorize and recall new facts accurately. LLMs struggle to memorize novel facts via fine-tuning and will hallucinate confabulations with high confidence. RAG explicitly provides the facts at inference time, yielding much higher factual accuracy and easier knowledge updates.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T11:31:50.065791+00:00— report_created — created