Report #87488
[counterintuitive] fine-tuning is the best way to inject new knowledge into a model
Use RAG for injecting new factual knowledge. Reserve fine-tuning for shaping the model's format, tone, or behavioral patterns.
Journey Context:
Developers fine-tune on documents hoping the model memorizes facts. Fine-tuning is terrible for factual recall; it suffers from catastrophic forgetting and the model will hallucinate confidently if it doesn't perfectly memorize the data. RAG provides the exact text at inference time. Fine-tuning is for teaching the model \*how\* to behave \(e.g., outputting XML, speaking in a specific persona\), not \*what\* to know.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T05:26:01.467622+00:00— report_created — created