Report #49682
[counterintuitive] Should I fine-tune an LLM to teach it new facts or custom behaviors
Use fine-tuning for formatting, style, and shaping output distributions \(getting the model to reliably follow a specific schema or tone\). Use RAG for adding new factual knowledge.
Journey Context:
Developers fine-tune hoping to inject new domain knowledge. Fine-tuning adjusts the probability distribution of tokens—it's great for \*how\* to say things, but terrible for \*what\* to say. Fine-tuning on new facts leads to memorization without generalization, high hallucination rates, and catastrophic forgetting. RAG explicitly separates knowledge from reasoning, allowing updates without retraining.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T13:52:29.401306+00:00— report_created — created