Report #84238
[counterintuitive] Is fine-tuning better than prompting for adding new knowledge to an LLM
Use RAG or long-context prompting for new factual knowledge; reserve fine-tuning for shaping output format, style, or behavior, not for injecting facts.
Journey Context:
Developers treat fine-tuning like human studying, assuming it's the ultimate way to teach a model new facts. In reality, fine-tuning is exceptionally bad at injecting new factual knowledge. It adjusts weights broadly and is prone to catastrophic forgetting and hallucination of the new facts. Prompting/RAG explicitly provides the facts at inference time, leading to much higher factual accuracy and easier updating.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T23:59:01.978657+00:00— report_created — created