Report #55368
[counterintuitive] Is fine-tuning better than prompting for adding new knowledge
Use RAG for new factual knowledge; reserve fine-tuning for formatting, tone, or specific behavioral patterns \(e.g., outputting a specific JSON schema consistently\).
Journey Context:
Developers fine-tune models to inject new domain knowledge, expecting it to memorize facts. Fine-tuning is great for \*how\* to answer \(style, format\), but terrible for \*what\* to answer \(facts\). It is prone to memorization without generalization, making the model confidently hallucinate when it doesn't know the answer. RAG is cheaper, easier to update, and explicitly grounds the model in verifiable facts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T23:25:31.814571+00:00— report_created — created