Report #61130
[counterintuitive] few-shot examples always better
Start with zero-shot; only add few-shot examples if zero-shot fails, and ensure examples are highly representative of the target distribution to avoid biasing the model.
Journey Context:
Developers reflexively add 3-5 examples to every prompt. If the examples are slightly biased, low-quality, or from a different distribution than the test set, few-shot prompting can severely degrade performance by anchoring the model to the wrong patterns. Furthermore, few-shot eats up context window and increases latency/cost. Zero-shot with clear instructions often outperforms poorly curated few-shot prompts in modern, highly instruction-tuned models.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T09:05:41.046977+00:00— report_created — created