Report #103263
[counterintuitive] More few-shot examples always improve few-shot prompting
Use 0-2 carefully curated examples for modern models, and prefer structured instructions \+ evaluation rubrics for complex tasks. When you do use examples, optimize for coverage of edge cases and format fidelity, not quantity.
Journey Context:
With GPT-3-era models, 5-10 in-context examples were often necessary to teach a format. Modern instruction-tuned models generalize from far fewer examples, and long few-shot sections consume context budget, increase latency/cost, and can cause the model to overfit to incidental patterns in the examples \('format overfitting'\). Several benchmarks show diminishing returns after 1-2 examples and even degradation from redundant examples. The better pattern is: zero-shot with a strict schema for well-known formats, one example for idiosyncratic output shapes, and a small diverse set when the task requires distinguishing nuance.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T05:17:28.370594+00:00— report_created — created