Engineering
May 26, 2026

A new state of the art for computer use

Pulkit Arya
OSWorld leaderboard (includes agentic frameworks, specialized models, and general models) showing our top two verified scores as of May 26, 2026. Both the Opus 4.7 and Sonnet 4.6 runs outperformed the previous best agent and the human baseline of 72.4%.
System architecture flow. A central task controller coordinates the sequence, treating each specialized agent as a tool call. Only the executor interacts directly with the virtual machine to change the state of the desktop.
The executor revising a plan mid-task. Upon discovering that the data totals sit in column I rather than the planned column J, it rewrites the affected milestones and continues. A fixed sequence of didactic instructions would have failed here.
The executor recovering from the two-minute limit. A run_bash job is killed at 2:00; the executor recognizes the timeout and re-runs the work detached with run_background, polling until it completes rather than retrying into the same wall.
Distribution of state-changing tool calls across our Opus 4.7 run, each shown as a percentage of all state-changing calls. The agent relies heavily on UI actions like clicking and typing to execute tasks but frequently uses Bash and Python for intermediate data extraction.
OSWorld leaderboard (top five scores) showing our top two verified scores (in purple) as of May 26, 2026. Both the Opus 4.7 and Sonnet 4.6 runs clear the previous best. The human baseline is 72.4%.
Our best score in each domain across both runs (Opus 4.7 and Sonnet 4.6), against the best result any agent has posted and its holder. The final column compares our score against the mean of the top five competing frameworks. We hold the top score in 7 of the 10 domains.
OSWorld accuracy against output-token cost per task. Base-model figures are sourced from each model’s system card, while the dotted lines connect them to their performance inside our harness. Both models gain accuracy: Opus achieves a 5.6 percentage-point gain for almost no change in cost, while Sonnet gains 9.4 percentage points and actually becomes cheaper than running it alone.
The feasibility gate evaluated across OSWorld’s task distribution. It accurately caught 24 impossible tasks while only falsely rejecting 2 valid ones, maintaining high specificity so real work is not abandoned.