Benchgen

EnterpriseClawBench — Results

RankModelScore
1gpt-5-566.3
2claude-sonnet-4-664.4
3claude-opus-4-663.5
4claude-sonnet-4-663.2
5gpt-5-562.9
6claude-sonnet-4-662.3
7gpt-5-562
8gpt-5-561.4
9claude-opus-4-660.2
10deepseek-v4-pro-max58.8
11deepseek-v4-pro-max58.6
12claude-opus-4-657.3
13deepseek-v4-pro-max56.2
14kimi-k2-656.1
15minimax-m352.5
16minimax-m352
17kimi-k2-651.9
18kimi-k2-651.5
19claude-haiku-4-551.3
20claude-haiku-4-550.7
21claude-sonnet-4-645.8
22claude-haiku-4-542.9
23claude-opus-4-642.5
24minimax-m342.1
25claude-haiku-4-540.5

EnterpriseClawBench

1 phaseActive

Enterprise agent benchmark built from real workplace sessions — 852 tasks covering file inspection, tool use, and artifact delivery. Metric: rubric score (0–1).

Overview

EnterpriseClawBench

Category Metric Tasks Saturation Created

Paper GitHub Leaderboard

Quick answer: EnterpriseClawBench is an enterprise agent benchmark built from real workplace sessions, introduced by Zhong et al. (FrontisAI, June 2026). It contains 852 reproducible tasks derived from proprietary agent sessions, each paired with recovered file fixtures, rewritten prompts, role/skill annotations, hard rules, and semantic rubrics. It uniquely evaluates complete harness–model systems rather than base models alone. The current best result is 66.3%, achieved by Codex with GPT-5.5, while the benchmark average across all tested configurations is 48.6%.

At a Glance

What it tests: Whether a complete coding-agent system (harness + model) can operate inside a persistent workspace, read heterogeneous files, invoke tools, and deliver usable business artifacts — assessed against hard rules and semantic rubrics derived from real enterprise sessions.

Why it matters: Most coding benchmarks test isolated code-generation tasks. EnterpriseClawBench evaluates the full agent system on realistic enterprise workflows including spreadsheet generation, document creation, web page production, and multi-file analysis — the tasks enterprise teams actually deploy AI agents to perform. Critically, it reports harness–model combinations rather than base model scores, acknowledging that the scaffolding matters as much as the model.

Known limitations: The benchmark data is not publicly released (it derives from proprietary enterprise sessions); only the construction pipeline, evaluation protocol, and aggregate leaderboard are open. Results are therefore not independently reproducible against the private task set. Scores are also sensitive to prompt format and harness configuration — comparisons across configurations should account for these differences.

What EnterpriseClawBench Measures

EnterpriseClawBench constructs each task from a real workplace agent session through a privacy-preserving pipeline: raw sessions are filtered, fixtures are recovered, tasks are rewritten to be self-contained, and each task is annotated with a role class, skill subclass, hard validation rules, and a semantic rubric. The agent receives a prompt and any necessary file fixtures, executes in a sandbox, and produces natural-language responses plus file artifacts. Evaluation applies both rule-based checks (hard rules) and LLM-as-judge rubric scoring.

The benchmark covers a broad range of enterprise artifact types: spreadsheets, documents, web pages, data exports, and structured reports. Because the tasks derive from real sessions rather than synthetic construction, the task distribution reflects actual enterprise workloads — including the edge cases, ambiguous specifications, and multi-step dependencies that characterise production agent deployments.

A key design decision is evaluating harness–model combinations. The harness (the agent scaffolding: tool routing, retry logic, memory, multi-step planning) can account for as much variance in score as the underlying model. EnterpriseClawBench makes this explicit by treating each harness–model pair as a distinct entry on the leaderboard, with cost and runtime reported alongside quality scores.

Benchmark Specifications

FieldValue
Task categoryAgent (enterprise workflows)
MetricRubric score (0–1 per task, averaged)
Number of tasks852
Artifact typesSpreadsheets, documents, web pages, data exports, reports
Evaluation methodHard rules + LLM-as-judge semantic rubrics
Leaderboard unitHarness–model combination
SaturationLow (best result: 66.3%)
Created byJincheng Zhong, Weizhi Wang, Che Jiang, Kai Tian, Zhenzhao Yuan, Junlin Yang, Dianqiao Lei, Kaiyan Zhang
Source paperEnterpriseClawBench: Benchmarking Agents from Real Workplace Sessions (arXiv 2606.23654)
GitHubFrontisAI/EnterpriseClawBench
DatasetNot publicly released (proprietary enterprise sessions)

How EnterpriseClawBench Is Scored

Each of the 852 tasks is scored on a 0–1 scale. The score combines hard rule validation (binary pass/fail on structural requirements like file format, presence of required fields, and computational correctness) with semantic rubric scoring (LLM-as-judge evaluation of response quality, artifact usability, and instruction adherence).

The final score reported for a harness–model configuration is the average across all tasks. A score of 0.663 (66.3%) represents the current best result. The benchmark average across all tested configurations is 48.6%, meaning more than half of all tested systems score below this level. Scores below 30% generally indicate configurations where the harness and model combination struggles to reliably complete multi-step enterprise tasks.

Cost (in ¥ CNY for a full benchmark run) and runtime (in minutes) are reported alongside quality scores, since enterprise deployment decisions require balancing quality against operational cost.

State-of-the-Art Results

Scores are reported per harness–model combination. The average score across all 32 tested configurations is 48.6%.

RankModelHarnessScoreCost (¥)Runtime
1GPT-5.5Codex66.3%¥3742.3 min
2Claude Sonnet 4.6DeepAgents64.4%¥3164.6 min
3Claude Opus 4.6DeepAgents63.5%¥7014.8 min
4Claude Sonnet 4.6OpenClaw63.2%¥3027.9 min
5GPT-5.5OpenClaw62.9%¥4603.4 min
6Claude Sonnet 4.6ClaudeCode62.3%¥3034.5 min
7GPT-5.5DeepAgents62.0%¥5193.5 min
8GPT-5.5Hermes61.4%¥4512.9 min
9Claude Opus 4.6OpenClaw60.2%¥4964.5 min
10DeepSeek V4 ProDeepAgents58.8%¥266.6 min

Full leaderboard: 32 harness–model combinations. Source: Zhong et al. 2026 / frontisai.github.io/EnterpriseClawBench

Scores sourced from the EnterpriseClawBench paper and public leaderboard. Results depend on harness, prompt format, and sandbox configuration — see the source paper for full methodology.

EnterpriseClawBench on Benchgen

No Benchgen results yet — be the first to run EnterpriseClawBench.

EnterpriseClawBench vs Other Benchmarks

BenchmarkWhat it testsTasksSaturation
EnterpriseClawBenchEnterprise agent workflows (file ops, artifacts, tools)852Low
SWE-bench VerifiedCode patch resolution on real GitHub issues500Low
SWE-bench ProHarder software engineering tasksLow
τ³ BankingDomain-specific financial agent tasksLow

SWE-bench Verified and SWE-bench Pro are the closest analogues for coding-agent evaluation, but they focus on repository-level code patching rather than enterprise artifact delivery. EnterpriseClawBench is the only benchmark that explicitly evaluates harness–model systems on realistic workplace workflows including multi-format artifact generation, making it more representative of how enterprise AI agents are actually deployed.

Run EnterpriseClawBench on Your Model

Benchgen lets teams run standardised benchmarks against their own model and harness configurations, compare results across runs, and detect regressions before they reach production. Rather than relying on vendor-reported one-time scores from the official leaderboard, running EnterpriseClawBench through Benchgen gives your team version-controlled benchmark history tied to your specific deployment configuration.

Frequently Asked Questions

What is EnterpriseClawBench? EnterpriseClawBench is an enterprise agent benchmark introduced by Zhong et al. (FrontisAI, June 2026) containing 852 tasks derived from real workplace agent sessions. It evaluates complete harness–model systems on their ability to complete enterprise workflows involving file inspection, tool use, and multi-format artifact delivery, using a combination of hard rules and semantic rubric scoring.
What does a good EnterpriseClawBench score look like? The benchmark average across all tested configurations is 48.6%, with the best result being 66.3% (Codex + GPT-5.5). A score above 60% is considered strong and places a configuration in the top tier. Scores below 30% indicate configurations that struggle to reliably complete multi-step enterprise tasks.
Who created EnterpriseClawBench? EnterpriseClawBench was created by Jincheng Zhong, Weizhi Wang, Che Jiang, Kai Tian, Zhenzhao Yuan, Junlin Yang, Dianqiao Lei, and Kaiyan Zhang at FrontisAI. The paper was submitted to arXiv in June 2026 (arXiv:2606.23654).
Why does EnterpriseClawBench report harness–model combinations instead of just models? Enterprise agent performance is jointly determined by the model and the scaffolding harness around it. The harness controls tool routing, retry logic, context management, and multi-step planning — all of which significantly affect task completion on enterprise workflows. Reporting only model scores would obscure this variance and produce misleading comparisons.
Is the EnterpriseClawBench dataset publicly available? No. The benchmark data derives from proprietary enterprise sessions that cannot be released. FrontisAI has open-sourced the construction pipeline, evaluation protocol, sandbox run protocol, and one sanitised example session. The private benchmark data is not released.