Report #51668
[counterintuitive] fine-tuning for new knowledge
Use RAG for updating factual knowledge; reserve fine-tuning exclusively for shaping tone, format, and behavioral patterns.
Journey Context:
Developers treat fine-tuning as a database update, assuming feeding facts into training data teaches the model those facts. Fine-tuning adjusts weights to recognize patterns, but LLMs are terrible at memorizing new facts this way and will still hallucinate them. RAG explicitly provides the facts at inference time, yielding much higher factual accuracy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T17:13:07.177009+00:00— report_created — created