Report #69138
[counterintuitive] Using few-shot examples as the primary method to teach a model a new task format
Use zero-shot instructions with explicit rules and structured output schemas first; reserve few-shot only for highly nuanced edge cases that defy textual description.
Journey Context:
In the GPT-3 era, few-shot was mandatory. Modern instruction-tuned models are so proficient at zero-shot that few-shot examples often hurt performance. Examples can anchor the model to the specific style of the examples, overriding broader system instructions, and consume valuable context window. Zero-shot with a strict schema is more robust, deterministic, and easier to debug.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T22:31:49.773539+00:00— report_created — created