Report #93553
[counterintuitive] Relying heavily on few-shot examples to teach the model a new format or task
Use zero-shot with strict structured output schemas \(JSON schema, tool use\) first; only add few-shot examples if the schema alone fails to capture complex edge-case logic.
Journey Context:
Few-shot was essential for GPT-3 to understand intent. Modern models \(2024/2025\+\) have strong instruction following and native structured output \(JSON mode, function calling\). Few-shot examples are expensive \(token cost\), introduce bias, and can confuse the model if examples are slightly inconsistent. Schema-first zero-shot is more robust and cheaper.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T15:36:59.261984+00:00— report_created — created