Report #103367
[cost\_intel] When is a reasoning model worth the cost for real-world bug fixing?
Use o3 or o4-mini for autonomous repo-level bug fixes; they solve ~68-72% of SWE-bench Verified vs o1's ~49% and GPT-4o's much lower rate. For shallow one-off code completion or known-pattern edits, use GPT-4o/4.1 or o3-mini instead.
Journey Context:
SWE-bench Verified is the closest proxy to 'fix a real GitHub issue from description and tests.' OpenAI reports o3 at 71.7% vs o1 at 48.9% — a \+22.8pp gap that is the difference between an agent that ships and one that needs human pairing every other commit. The cost per request is roughly $0.36 for o3 vs $0.45 for o1 and ~$0.011 for GPT-4o, so the accuracy gap justifies the premium when the task is ambiguous, multi-file, and test-driven. The common mistake is defaulting to reasoning for trivial edits; benchmark on your actual bug distribution and reserve o3 for tasks where the patch spans multiple files or requires test-driven debugging.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T05:28:18.885039+00:00— report_created — created