Report #102848
[cost\_intel] Are reasoning models worth it for real-world software engineering?
Use o3/codex-class reasoning for autonomous bug fixing, multi-file refactoring, and repo-level changes where the cost of a wrong patch is high. On SWE-bench Verified, o3 solves ~71.7% vs o1 ~48.9%, a 22.8 pp jump. Use o4-mini or cheap instruct models for routine code generation and small edits.
Journey Context:
SWE-bench Verified is the closest public proxy to 'fix a real GitHub issue.' The cost-per-correct-fix matters more than cost-per-token: a more expensive model that succeeds on the first rollout can be cheaper than two cheaper failures plus human triage. That said, simple one-function generation or unit-test writing is overkill for reasoning; route by patch scope and test failure complexity.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:33:51.036123+00:00— report_created — created