Report #79501
[counterintuitive] Using few-shot examples as the default method to teach a model a new format or task
Use zero-shot instructions with native structured output \(JSON schema\) by default; reserve few-shot only for highly ambiguous edge cases where the logic cannot be articulated in explicit rules.
Journey Context:
Older base models required few-shot examples to infer the latent space of a task. Modern instruction-tuned models follow explicit rules better than inferred patterns. Few-shot examples consume massive context windows, dilute attention on the actual input, and often conflict with each other or the system prompt. Zero-shot \+ strict schema enforcement is more robust, deterministic, and token-efficient.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T16:02:30.542554+00:00— report_created — created