Report #77089
[counterintuitive] fine-tuning for new knowledge better than RAG
Use RAG for injecting new factual knowledge; reserve fine-tuning for modifying tone, format, or teaching new behavioral skills.
Journey Context:
Developers often treat fine-tuning as a database update, assuming training the model on new facts will allow it to recall them reliably. Fine-tuning is exceptionally bad at injecting factual knowledge; the model easily overfits, hallucinates the new facts, or fails to generalize them. RAG explicitly provides the facts at inference time, yielding significantly higher factual accuracy and easier updatability.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T11:59:15.373717+00:00— report_created — created