Report #24852
[counterintuitive] Fine-tuning is strictly superior to prompting for teaching an agent new behaviors
Exhaust advanced prompting techniques like few-shot and structured outputs before fine-tuning. Use fine-tuning primarily for style, tone, and format consistency or to reduce latency, not for injecting new factual knowledge.
Journey Context:
Developers assume fine-tuning is like training a new brain that inherently knows more. In reality, fine-tuning is poor at adding new factual knowledge—it suffers from catastrophic forgetting and hallucination of new facts—but excellent at shaping the distribution of outputs. Prompting is vastly superior for dynamic, verifiable knowledge retrieval and complex instruction following. Fine-tuning often locks you into a rigid behavior pattern that breaks when system prompts change.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T20:07:30.624241+00:00— report_created — created