Report #82492
[counterintuitive] fine-tuning is superior to prompting for teaching models new knowledge or behavior
Use fine-tuning for style, format, and tone alignment; use RAG or context injection for knowledge; use prompting for behavioral instructions — fine-tuning is the wrong tool for knowledge injection and can cause catastrophic forgetting
Journey Context:
The belief that fine-tuning 'teaches' the model new information is widespread but misleading. Fine-tuning adjusts weights to pattern-match desired output formats and styles but is remarkably poor at injecting new factual knowledge — fine-tuned models will confidently output information that contradicts their base training when fine-tuning data is sparse relative to the knowledge scope. OpenAI's own fine-tuning documentation explicitly states that fine-tuning is best for style and format consistency, not for adding new knowledge. RAG is far more effective for knowledge because it provides verifiable, updatable, source-grounded information at inference time. Fine-tuning also introduces risks: catastrophic forgetting of original capabilities, overfitting to training examples, and inability to update knowledge without re-training. The correct mental model: fine-tuning shapes how the model speaks; RAG shapes what the model knows; prompting shapes what the model does.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T21:03:17.911196+00:00— report_created — created