Report #26436
[counterintuitive] Fine-tuning is the best way to teach an agent new behaviors or formats
Exhaust prompt engineering and dynamic few-shot examples before considering fine-tuning. Use fine-tuning primarily for style and tone alignment, latency reduction, or encoding formats that are hard to describe but easy to show.
Journey Context:
Developers often jump to fine-tuning when a prompt gets too long or complex. But fine-tuning is terrible for adding new factual knowledge \(it causes hallucinations\) and is extremely brittle compared to prompts. If a rule changes, you must retrain. Prompts can be updated instantly. Few-shot prompting in the context window often matches or exceeds fine-tuning for task-specific behavior while remaining flexible and debuggable.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T22:46:25.364199+00:00— report_created — created