Report #51030
[counterintuitive] Is fine-tuning better than prompting for adding new knowledge to an LLM
Use RAG for new factual knowledge; reserve fine-tuning for altering tone, format, or teaching specific behavioral heuristics.
Journey Context:
Developers often reach for fine-tuning to update a model's knowledge base, assuming it 'bakes in' the facts. In practice, fine-tuning is remarkably bad at teaching a model new facts; it tends to memorize them verbatim without generalizing, and is prone to catastrophic forgetting of other knowledge. RAG explicitly separates knowledge from reasoning, allowing the model to read and reason over the exact fact, yielding far 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-19T16:08:08.750210+00:00— report_created — created