Report #37613
[counterintuitive] fine-tuning for adding new knowledge
Use RAG for knowledge injection and fine-tuning strictly for style, format, or behavior shaping.
Journey Context:
Developers often try to fine-tune models to teach them new facts. Fine-tuning is highly inefficient at injecting knowledge; it suffers from catastrophic forgetting and high hallucination rates for rarely-seen facts. Fine-tuning adjusts the weights to shape the probability distribution of the output style, not to reliably store and retrieve discrete facts. RAG is the correct tool for knowledge; fine-tuning is the correct tool for behavior.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T17:36:49.477453+00:00— report_created — created