Report #29740
[cost\_intel] Few-shot prompting degrading reasoning model performance
Use zero-shot prompts with o1/o3; never provide example solutions in the prompt as it biases the reasoning chain and reduces accuracy by 15-30%.
Journey Context:
Unlike GPT-4o which benefits from few-shot examples, reasoning models \(o1\) perform worse when given examples because the examples constrain the search space of possible reasoning paths. OpenAI explicitly recommends 'zero-shot prompting with clear problem statement.' Common error: pasting 3 examples of good code style then asking o1 to solve a new problem—this causes the model to pattern-match rather than reason, missing edge cases. The fix is stark: remove all examples, state constraints clearly in natural language.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T04:18:33.504739+00:00— report_created — created