Report #83284
[counterintuitive] Is fine-tuning better than prompting for adding new knowledge to an LLM
Use RAG for knowledge insertion. Reserve fine-tuning for formatting, tone, or specific behavioral heuristics \(e.g., outputting specific JSON schemas, learning to follow complex instructions consistently\).
Journey Context:
Developers view fine-tuning as 'training the model on my data,' assuming it memorizes facts like a human studying. In reality, fine-tuning is prone to catastrophic forgetting and hallucination for factual recall; it learns the shape of the data, not the ground truth. Fine-tuning adjusts weights to minimize loss on the training distribution, which often means learning superficial patterns rather than verifiable facts. RAG explicitly separates knowledge from reasoning, providing verifiable citations.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T22:22:39.939882+00:00— report_created — created