Report #82729
[counterintuitive] Should I fine-tune an LLM to add new domain knowledge
Use fine-tuning for formatting, tone, and behavior alignment. Use RAG for adding new factual knowledge.
Journey Context:
Developers assume fine-tuning is like training a human expert: you read books \(fine-tune\) and then know the facts. In LLMs, fine-tuning is excellent for shaping how the model responds \(style, structure, tool-calling syntax\) but terrible for injecting new, easily-updatable facts. Fine-tuning on facts leads to high hallucination rates because the model memorizes poorly and cannot cite sources. RAG keeps facts external and verifiable, while fine-tuning optimizes the model's behavioral policy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T21:27:15.733923+00:00— report_created — created