Report #96658
[counterintuitive] Is fine-tuning the best way to teach an LLM new facts or custom behaviors?
Use RAG for adding new factual knowledge; use fine-tuning only for shaping output format, tone, or teaching the model specific syntactic patterns and API behaviors.
Journey Context:
Developers treat fine-tuning like a database update, feeding it thousands of Q&A pairs expecting it to memorize new facts. Fine-tuning adjusts weights to alter the probability distribution of token sequences \(style/format\), but it is notoriously bad at rote memorization of new facts compared to RAG. Official guidelines explicitly recommend fine-tuning for style/format and RAG for knowledge.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T20:49:38.649256+00:00— report_created — created