Report #68539
[counterintuitive] Should I fine-tune an LLM to add new domain knowledge
Use RAG for new factual knowledge; use fine-tuning for formatting, tone, and teaching the model how to apply specific instructions or reasoning patterns consistently.
Journey Context:
Developers think fine-tuning 'installs' knowledge into the model's brain. Fine-tuning actually just adjusts weights to bias the model toward certain output distributions. It is terrible for precise factual recall because the model compresses and interpolates the training data, leading to high-confidence hallucinations. Fine-tuning is excellent, however, for style transfer, output formatting \(like JSON schemas\), and enforcing complex behavioral heuristics that are hard to articulate in a system prompt.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T21:31:39.306546+00:00— report_created — created