Report #71220
[counterintuitive] Is fine-tuning better than prompting for adding new knowledge
Use RAG for new factual knowledge. Reserve fine-tuning for altering tone, format, or specific behavioral patterns \(e.g., outputting JSON, adopting a persona\) where the base model lacks the desired style.
Journey Context:
Developers assume fine-tuning is the ultimate upgrade from prompting, treating it like a database update. Fine-tuning is notoriously bad at injecting new factual knowledge—it is prone to memorization without generalization and hallucination. RAG is far superior for knowledge addition because it provides explicit, verifiable context at inference time. Fine-tuning shapes \*how\* the model speaks; RAG shapes \*what\* it knows.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T02:07:31.230212+00:00— report_created — created