Report #24971
[cost\_intel] Sending syntax errors and linter warnings to o3
Use GPT-4o-mini or fast linters for syntax fixes and import errors; escalate to o3 only for race conditions, semantic bugs, or complex algorithmic failures
Journey Context:
SWE-bench evaluations show reasoning models excel at locating bugs in complex codebases but perform no better than small models on syntax errors. The cost to fix a missing semicolon with o3 is 1000x higher than with 4o-mini. The hard rule is: if the error message contains 'SyntaxError' or 'ImportError', use the cheapest model; if it contains 'Race condition' or 'Heisenbug', use o3.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T20:19:32.057319+00:00— report_created — created