The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests About 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Frontier agents have become far more capable and safer: task completion on WorkBench rose from 43% (GPT-4, Mar 2024) to 89% (Claude Opus 4.8, Jun 2026) and unintended harmful actions fell from 26% to 2.5%. At the same time, the rise of open-weight models has sharply reduced the cost of reaching top-tier performance, though rare irreversible errors such as mis-sending emails persist.

WorkBench Revisited: Workplace Agents Two Years On
Olly Styles · June 10, 2026
arxiv descriptive medium evidence 8/10 relevance Full text usable extracted full text Source PDF
Between March 2024 and June 2026, frontier agents on the WorkBench benchmark increased task completion from 43% to 89% while unintended harmful actions fell from 26% to 2.5%, with capability and safety improving together and open-weight models lowering costs for high performance.

The best agent on WorkBench in March 2024, GPT-4, completed 43% of tasks and took an unintended harmful action, such as emailing the wrong person, on 26% of them. We re-visit the benchmark in June 2026 and find that the best agent to date, Claude Opus 4.8, completes 89% and takes an unintended harmful action on 2.5%. Aside from this considerable progress in frontier agent performance, three things stand out. First, capability and safety go together on WorkBench rather than trade off, so the models that finish the most tasks also do the least unintended damage. Second, while several classes of error have been totally eliminated, frontier models still make some basic mistakes that occasionally result in irreversible harm, such as sending an email to the wrong person. Third, the rise of open-weight models has drastically lowered costs for a performance level that was previously only accessible to proprietary models, while frontier costs have stayed relatively stable. We release an updated version of the benchmark with data and code quality improvements, new model scores, and analysis of agent progress on WorkBench since 2024.

Summary

Main Finding

WorkBench, a 690-task sandbox benchmark for workplace agents, shows large improvements between 2024 and 2026: frontier task completion roughly doubled and unintended harmful side effects fell sharply. The best 2026 agent (Claude Opus 4.8) completes 88.8% of tasks with a 2.5% harmful-action rate. At the same time, open-weight models have driven dramatic cost reductions for a given capability level, while frontier (highest-capability) costs remain comparatively stable.

Key Points

  • Overall performance
    • Best completion: 2024 frontier (GPT-4) → 43% (original reported) vs 2026 frontier (Claude Opus 4.8) → 88.8% on the corrected benchmark.
    • Across 21 evaluated models (Mar 2023–May 2026), completion ranges from ~26% to ~89%.
  • Safety / harmful side effects
    • Harmful-action rates fell from ~26% (GPT-4, 2024 ReAct run) to as low as 2.5% (Opus 4.8); models that complete more tasks also tend to have fewer harmful side effects (capability and safety rise together on WorkBench).
  • Cost
    • Cost-per-benchmark-run estimated from token use (upper-bound; no caching). Cost-per-task spans ~two orders of magnitude.
    • Examples: Opus 4.8 ≈ $0.182/task; GPT-5.5 ≈ $0.206/task; open-weight Qwen3.5 ≈ $0.003/task (≈100× cheaper than earlier GPT-4 baseline for a similar capability point).
    • The efficient frontier is mixed: cheap end dominated by open-weight (mostly Chinese labs), high-capability end dominated by Western proprietary models.
  • Changes in benchmark / harness and measurement
    • New harness uses native structured tool-calling (avoids the ReAct format-adherence failures common in 2024).
    • Corrections to scoring, prompts, ground truth, and tools: a non-trivial share of tasks were fixed (8–14% of tasks affected).
    • Rescoring example: GPT-4’s score moved +8 percentage points (49% → 57%) on the corrected benchmark, so cross-year comparisons must use the same benchmark revision.
  • Residual failure modes
    • Some classes of error eliminated (ReAct parsing failures, wrong-email caused by docstring imitation, updating wrong event).
    • Remaining problems include: mis-evaluating conditionals (acting when condition false), comparing incompatible metrics (percent vs raw value), trusting truncated search results (not re-querying when results cap applies), plotting or reasoning about future dates beyond sandbox data, and occasional irreversible harms (e.g., sending email to wrong recipient).
  • Limits and caveats
    • Sandbox simplifications (smaller inbox/calendar than real workplaces) mean measured completion is optimistic relative to real-world deployment.
    • Cost estimates are upper bounds; providers caching system prompts/schema would pay less.
    • WorkBench is public; models trained after 2024 may have seen the benchmark in pretraining (no private hold-out), so observed improvements are an upper bound on genuine capability gains.

Data & Methods

  • Benchmark
    • WorkBench: sandbox with five domains (calendar 300 events, inbox 500 emails, analytics 500 records, CRM 200 customers, PM board 300 tasks), 26 tools, and 690 templated tasks (10 per template).
    • Outcome-centric scoring: final sandbox state compared against ground truth; agent paths and recovery allowed.
  • Experimental harness
    • Switched from ReAct (free-form tool-call parsing) to native structured tool-calling (models emit typed calls matching tool schema). Loop otherwise same: up to 20 steps, temperature=0 where available.
  • Models evaluated
    • 21 models (March 2023–May 2026) including GPT line (3.5 → 5.5), Anthropic Claudes (Opus 4.8 Sonnet 4.6 Haiku 4.5), Google Geminis, several open-weight Chinese models (Qwen, DeepSeek, Kimi, GLM).
  • Cost estimation
    • Token counts approximated (4 characters/token) + fixed per-call overhead (~7,000 tokens for system prompt and tool schema sent on every call).
    • Priced at providers’ published per-token rates without caching → conservative upper bound on cost.
  • Benchmark corrections & scope
    • Fixes include off-by-one date cutoffs, prompt/answer-key mismatches, aggregation bugs, tool docstring clarifications, search result caps raised where necessary.
    • Deterministic ground-truth changes impacted 56 tasks (8%); including other fixes raises affected tasks to ~14%.

Implications for AI Economics

  • Unit economics of agentization have shifted
    • Dramatic cost reductions for capable agents (open-weight models providing comparable or better capability at ~1–2 orders magnitude lower cost) lower the marginal cost of deploying agentic automation for many tasks.
    • Lower per-task compute costs reduce the threshold for commercializing automated workplace assistants and increase ROI on agent-enabled product features.
  • Market structure and competition
    • Two-sided frontier: cheap, capable open-weight models (largely Chinese labs) compete at the low-cost, mid-capability range; Western proprietary models still often lead in absolute capability but at higher cost.
    • Western vendors’ mid/low-cost tiers face pressure from cheaper open-weight options that dominate on cost and sometimes capability—this may compress pricing and product tiering.
  • Diffusion and labor effects
    • Better and cheaper agents accelerate substitution/augmentation of routine workplace tasks—firms face faster productivity gains but also faster labor-displacement risks in administrative roles.
    • Because frontier models still make rare irreversible mistakes, adoption strategies will favor human-in-the-loop patterns for high-risk tasks, slowing full automation for safety-critical operations.
  • Investment and R&D incentives
    • Open-weight models changing cost dynamics may re-orient capital toward systems/integration, safety tooling, domain-specific fine-tuning, and operations (e.g., caching, orchestration) rather than raw model training.
    • Providers may differentiate on reliability, external guarantees, compliance, and integration rather than raw capability alone.
  • Pricing, procurement, and regulation
    • Procurement should account for operational costs beyond per-token prices (caching, orchestration, error remediation), and for externalities from harmful side effects (liability costs).
    • Regulators and firms should monitor residual irreversible harms (wrong emails, data leakage) even as average harmful-action rates fall—risk remains tail-heavy.
  • Measurement & policy recommendations
    • For robust economic estimates, future benchmarking should include:
      • A private held-out split (to avoid memorization effects) and refreshed annual held-out tasks.
      • Caching-aware cost accounting and billed-spend traceability.
      • Larger, more realistic sandboxes (scale of inbox/calendar) to better estimate deployed reliability and error remediation costs.
    • Policymakers should track both average cost-per-task and tail risk (frequency and magnitude of irreversible harms) when assessing systemic impacts.

Overall, WorkBench Revisited documents substantial capability and safety gains and large cost reductions for many agent-capable models between 2024 and 2026. The economic consequence is a lower marginal cost for building and deploying workplace agents—accelerating adoption—while leaving important open questions about residual risks, market concentration at the capability frontier, and real-world reliability costs that matter for firms and regulators.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper presents systematic, reproducible benchmark measurements (task completion, unintended harmful actions, and cost comparisons) across two points in time with released data and code, which gives credible empirical evidence of model progress; however, it does not establish causal effects on economic outcomes, may be sensitive to benchmark design and model tuning, and depends on the representativeness of WorkBench tasks and labeling of 'harmful actions.' Methods Rigormedium — Methods appear careful (updated benchmark, data/code quality improvements, public release), and metrics are clear (completion rate, unintended harmful actions, cost), but potential rigour issues remain: possible selection bias in tasks, lack of detail in prompt about annotation protocols, inter-rater reliability, sample sizes, model access differences, and sensitivity to evaluation settings and hyperparameter/configuration changes. SampleEvaluations on the WorkBench benchmark comparing model runs from March 2024 (e.g., GPT-4) to June 2026 (e.g., Claude Opus 4.8 and several open-weight models); measures include task completion rates and incidence of unintended harmful actions across (unspecified number of) benchmark tasks, plus a cost comparison between open-weight and proprietary model access; data and code for the benchmark were released/updated with quality improvements. Themesproductivity adoption GeneralizabilityWorkBench tasks may not represent the full range or complexity of real-world workplace tasks or sectoral workflows, Results are conditional on the benchmark design, evaluation rubrics, and labeling of 'harm', which may differ from operational risk in deployment settings, Model access, prompt engineering, and configuration differences across models and providers can affect comparability, Temporal improvements may reflect benchmark-specific tuning or leaderboard incentives rather than broadizable capability gains, Cost comparisons may not generalize across cloud providers, enterprise pricing, or production deployment overheads

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
In March 2024 the best agent on WorkBench, GPT-4, completed 43% of tasks. Developer Productivity positive task completion rate (percentage of tasks completed)
Reading fidelity high
Study strength medium
43%
0.18
In March 2024 the best agent on WorkBench, GPT-4, took an unintended harmful action (such as emailing the wrong person) on 26% of tasks. Error Rate negative rate of unintended harmful actions
Reading fidelity high
Study strength medium
26%
0.18
In June 2026 the best agent to date, Claude Opus 4.8, completes 89% of tasks on WorkBench. Developer Productivity positive task completion rate (percentage of tasks completed)
Reading fidelity high
Study strength medium
89%
0.18
In June 2026 the best agent to date, Claude Opus 4.8, took an unintended harmful action on 2.5% of tasks. Error Rate negative rate of unintended harmful actions
Reading fidelity high
Study strength medium
2.5%
0.18
On WorkBench, capability and safety go together rather than trade off: models that finish the most tasks also do the least unintended damage. Developer Productivity positive association between task completion rate and rate of unintended harmful actions
Reading fidelity high
Study strength medium
not reported
0.18
Several classes of error have been totally eliminated from frontier agents on WorkBench. Error Rate positive elimination of specific error classes
Reading fidelity high
Study strength low
not reported
0.09
Frontier models still make some basic mistakes that occasionally result in irreversible harm (for example, sending an email to the wrong person). Error Rate negative incidence of serious irreversible errors (e.g., misdirected emails)
Reading fidelity high
Study strength medium
not reported
0.18
The rise of open-weight models has drastically lowered costs for a performance level that was previously only accessible to proprietary models. Adoption Rate positive costs required to attain a given model performance level
Reading fidelity high
Study strength medium
not reported
0.18
Frontier costs have stayed relatively stable between 2024 and 2026. Adoption Rate null_result trend in frontier model costs over time
Reading fidelity high
Study strength medium
not reported
0.18
The authors release an updated version of the WorkBench benchmark with data and code quality improvements, new model scores, and analysis of agent progress on WorkBench since 2024. Other positive availability of updated benchmark (data, code, scores, analysis)
Reading fidelity high
Study strength high
not reported
0.3

Notes