Report #39796
[counterintuitive] few-shot prompting always better
Start with zero-shot. Only add few-shot examples if the model fails to understand the format, and ensure examples are highly representative to avoid bias.
Journey Context:
Developers blindly add 3-5 examples assuming it grounds the model. However, few-shot examples can introduce recency bias \(the model copies the last example regardless of input\), format bias, and restrict the model's ability to generalize. Research shows the labels in few-shot examples barely matter, but the format and domain do, meaning bad examples dramatically degrade performance compared to zero-shot.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T21:16:21.505765+00:00— report_created — created