Report #99022
[counterintuitive] Few-shot examples are always better than zero-shot prompts with modern LLMs.
Start with zero-shot on strong instruction-tuned or reasoning models. Add few-shot examples only when the output format is subtle, the task is rare, or zero-shot evals fail.
Journey Context:
Few-shot in-context learning was transformative for early GPT-3-era models, but modern instruction tuning and reinforcement learning have made strong models far less dependent on hand-crafted examples. OpenAI's reasoning-model guidance explicitly recommends trying zero-shot first. Unnecessary examples consume context window, increase latency and cost, and can bias the model toward patterns that do not generalize. Few-shot remains powerful for weak models, unusual formats, or tasks where demonstrations convey tone and structure more cheaply than prose, but it is no longer the default best practice for capable models.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-28T05:10:27.813022+00:00— report_created — created