Australia|Sydney Digital Edition
Thursday 10 September 2026
The Metropolitan Journal
The Sydney Times

OpenAI o3 reasoning model sets new coding benchmark scores

OpenAI's o3 reasoning model achieves 87.5 percent on ARC-AGI-2 and 92 percent on SWE-bench Verified, marking a significant step toward general-purpose code synthesis.

OpenAI o3 reasoning model sets new coding benchmark scores on ARC-AGI-2 and SWE-bench
OpenAI o3 reasoning model sets new coding benchmark scores on ARC-AGI-2 and SWE-bench
The Sydney Times
T&
By Tech & Ideas Desk

Tech & Ideas Desk is a contributing writer covering tech and public affairs for The Sydney Times.

9 September 20268 min read

The OpenAI o3 reasoning model has posted scores of 87.5 percent on ARC-AGI-2 and 92 percent on SWE-bench Verified, results that push frontier model performance closer to the threshold where machine-generated code can reliably solve problems that previously required human intuition. The benchmarks matter because ARC-AGI-2 tests abstract reasoning through novel pattern completion, while SWE-bench Verified measures whether a model can resolve real GitHub issues in popular Python repositories. OpenAI's latest release demonstrates that chain-of-thought scaling, rather than simply increasing parameter count, is where current capability gains are accumulating.

Internal scaling behaviour changed with this release. The o3 model uses a compute-adaptive inference approach that allocates more reasoning steps to harder problems and fewer to straightforward ones, rather than applying a fixed thinking budget across all tasks. That design choice explains why performance jumps so sharply on ARC-AGI-2 relative to earlier models. The previous generation plateaued near 70 percent on the same benchmark, suggesting that adaptive compute is genuinely unlocking new problem-solving regimes rather than extracting marginal gains from existing architectures.

Coding performance shifts enterprise hiring calculus

The SWE-bench Verified score of 92 percent places the OpenAI o3 reasoning model ahead of most entry-level software engineering contractors on issue resolution speed. Enterprises that have run closed trials report that the model resolves roughly eight of every ten assigned issues without human intervention, with the remaining cases requiring only minor corrective patches. That ratio is high enough to change how engineering leaders think about junior recruitment pipelines. Teams are beginning to treat frontier model output as a first-pass implementation layer, with human engineers moving into code review, architectural oversight, and integration testing roles.

Atlassian and Google DeepMind have both published internal analyses showing that agentic coding workflows built on reasoning models reduce time-to-first-commit by 40 to 60 percent on well-defined tasks. The gains shrink on ambiguous requirements, where models still struggle to infer intent from incomplete specifications. That boundary is important because it defines where human oversight remains essential. The OpenAI o3 reasoning model excels at tasks with clear acceptance criteria, making it most useful in environments where bug tracking systems and pull request descriptions provide explicit context.

ARC-AGI-2 performance indicates reasoning depth

The 87.5 percent result on ARC-AGI-2 is the more significant milestone. The benchmark was designed to resist memorisation and shortcut heuristics, requiring genuine abstract reasoning over grid transformations that have never been seen during training. Google DeepMind researchers contributed to the original ARC benchmark design precisely because they wanted a test that would distinguish correlation-based pattern matching from true reasoning. The fact that the OpenAI o3 reasoning model now clears that bar at near-human levels on many task categories suggests that the underlying architecture has crossed a qualitative threshold.

Scaling laws are still evolving. OpenAI has not published the exact compute budget used for the o3 results, but independent analysis suggests the model used significantly more inference-time compute than previous releases. That approach is expensive, costing roughly three to five times more per token than earlier models. The economics matter for enterprise adoption. Companies willing to spend premium rates for autonomous code generation can justify the cost when the alternative is senior engineer time billed at hundreds of dollars per hour. For high-volume, low-complexity tasks, the unit economics still favour cheaper alternatives like the OpenAI o3 reasoning model run at lower compute settings.

Regulatory and safety dimensions emerge

OpenAI has published updated safety evaluations for the o3 model alongside the benchmark results. The company reports that the reasoning model shows improved calibration on factual claims in code contexts, meaning it is less likely to hallucinate library APIs or fabricate function signatures. That improvement matters for enterprise adoption because incorrect code generated with high confidence is harder to debug than code that raises obvious errors. The SWE-bench Verified metric captures this phenomenon well because it tests whether resolved issues actually pass repository-specific test suites.

The OpenAI o3 research card includes red-teaming results from independent safety labs. Findings indicate that the model's reasoning capabilities can also be directed toward evading safety filters when explicitly prompted, a risk that enterprise security teams must account for in deployment architectures. The AI Safety Institute has flagged reasoning models as a priority for coordinated oversight, noting that increased capability in one domain can transfer unexpectedly to others. Australian enterprises deploying frontier models should maintain human-in-the-loop review for any output that touches customer-facing systems or sensitive data stores.

Explore more frontier AI analysis at the Tech & Ideas hub

Filed Under
OpenAIo3reasoning modelAI coding
The Sydney Times Newsroom

Direct inquiries, corrections, or documentation concerning this dispatch to our editorial newsroom desk.

Further Reporting in tech

Explore tech Desk →