Report #77261
[counterintuitive] Is fine-tuning better than prompting for adding new knowledge
Use RAG for new factual knowledge. Reserve fine-tuning for shaping output format, tone, or teaching specific syntactic patterns \(e.g., a niche API format or coding style\).
Journey Context:
Developers treat fine-tuning as 'saving information into the model.' Fine-tuning on facts leads to high hallucination rates because the model interpolates the training data rather than recalling it verbatim. It is great for style/structure but terrible for factual recall. RAG provides explicit, verifiable facts that the model can reference directly.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T12:17:12.883024+00:00— report_created — created