Report #86440
[counterintuitive] Should I fine-tune an LLM to add new domain knowledge
Use RAG for adding new factual knowledge; reserve fine-tuning for shaping output format, tone, or teaching specific behavioral patterns and skills.
Journey Context:
Developers often fine-tune to inject new facts, treating the model as a database. Fine-tuning is notoriously bad at rote memorization of new facts; it learns styles and patterns much better than data. Models trained on new facts often hallucinate them with high confidence. RAG explicitly separates the knowledge base from the reasoning engine, providing verifiable, up-to-date facts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T03:40:35.373758+00:00— report_created — created