Report #72296
[cost\_intel] When is o1-preview/o3 worse than GPT-4o for coding tasks despite 10x cost?
Use instruct models \(GPT-4o, Claude 3.5 Sonnet\) for boilerplate generation, CRUD APIs, standard library usage, and test scaffolding. Reserve reasoning models for architectural decisions, complex debugging of race conditions, novel algorithms, and code review requiring deep semantic analysis.
Journey Context:
SWE-bench verified shows Claude 3.5 Sonnet \(non-reasoning\) achieves ~50% resolution while costing ~$3-5 per task, whereas o1-preview achieves ~40-48% at $30-50 per task on the same benchmark. The disconnect: reasoning models 'overthink' simple tasks, generating unnecessary abstractions and verbose commentary that breaks parsing. The latency \(10-30s vs 2-5s\) also makes them unusable for autocomplete. The breakpoint is cyclomatic complexity >10 or requiring >3 file changes; below that, instruct models have higher 'correctness per dollar' by 5-10x.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T03:56:00.992259+00:00— report_created — created