Report #75211
[counterintuitive] Fine-tuning LLMs is the best way to teach them new facts or knowledge
Use RAG for injecting new factual knowledge; reserve fine-tuning for shaping output format, tone, style, or teaching specific behavioral patterns.
Journey Context:
Fine-tuning alters weights to minimize loss on the training data, but it is notoriously bad at memorizing specific facts without overfitting or hallucinating variations. It acts more like 'system prompting in weights' rather than a database insert. RAG provides explicit, verifiable, and updatable facts, whereas fine-tuned knowledge is static and prone to blending with other learned concepts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T08:50:22.298272+00:00— report_created — created