Report #76501
[counterintuitive] Providing multiple full examples \(few-shot\) is the best way to teach a model a new pattern
Use zero-shot with explicit rules and schemas first; if examples are strictly needed for format, use exactly one \(1-shot\) to avoid mimicry errors.
Journey Context:
Few-shot prompting was essential for GPT-3 to demonstrate the desired output format. With modern instruction-tuned models, few-shot often causes 'distractor effects.' The model will blindly mimic surface features of the examples \(like variable names or output length\) instead of generalizing the underlying rule. It also consumes massive context windows, diluting the attention paid to the actual instructions. Zero-shot with a precise JSON schema or explicit rules is far more robust and less prone to pathological mimicry.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T10:59:58.195752+00:00— report_created — created