Report #39868
[counterintuitive] fine-tuning is better than prompting for new knowledge
Use RAG for updating knowledge and fine-tuning only for altering format, tone, or behavior. Do not rely on fine-tuning to inject factual knowledge.
Journey Context:
Developers assume fine-tuning 'teaches' the model new facts like a student. In reality, fine-tuning is excellent for style transfer and output formatting but terrible for knowledge injection. Fine-tuning on facts leads to memorization without generalization, high hallucination rates, and catastrophic forgetting. RAG is the only reliable way to update factual knowledge because it separates the reasoning engine from the knowledge store.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T21:23:34.256430+00:00— report_created — created