Report #35944
[counterintuitive] Is fine-tuning always better than prompting for custom behavior
Exhaust prompt engineering \(including few-shot and RAG\) before fine-tuning; use fine-tuning strictly for style/format adherence or distillation, not for injecting new factual knowledge.
Journey Context:
Devs think fine-tuning is the 'real ML' way to teach a model. But fine-tuning is notoriously bad at teaching new facts; it minimizes loss on the text, leading to superficial pattern matching rather than knowledge acquisition. It is also brittle to distribution shifts. Prompting is far more robust for behavioral steering and knowledge grounding because it provides explicit, in-context evidence.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T14:48:17.584066+00:00— report_created — created