ClawBench

ClawBench

Open-source benchmark for AI agents on real, live websites, with two-stage scoring and full trace replay.

70/100Safe BetFreeFree

If you're building or evaluating browser agents, ClawBench is the most rigorous open benchmark out there. Live tasks, deterministic interception, and an LLM judge give you hard numbers. The CLI setup is a barrier for non-technical users, but for researchers, the trace depth and open dataset are unmatched. Compared to alternatives like WebArena or Mind2Web, ClawBench's live-site approach avoids the staleness of sandboxed environments. For teams needing a managed API or offline capability, consider proprietary evals or local sandboxes, but for reproducibility and transparency, ClawBench leads.

Verified 1d ago · liveness 70/100 · cite: rightaichoice.com/tools/clawbench

Best for
  • AI researchers benchmarking browser agents
  • Developers building autonomous web agents
  • Model evaluation teams needing live-task rigor
  • Open-source AI enthusiasts contributing to benchmarks
Not ideal for
  • Casual users seeking a ready-to-use browser agent
  • Non-technical users without CLI experience
  • Teams needing fully managed API for internal evaluations
Visit Website

AdvancedFor a technical user, installation via pip is quick (under 5 minutes). Running your first evaluation on a small dataset can take a few minutes, but a full 130-task V2 run may take hours depending on the model and website response times. The leaderboard and trace browsing are available immediately on the website.Web · CLINo public APIVerified 1d ago
Pricing
Free
FreeFree tier
Learning curve
Advanced
For a technical user, installation via pip is quick (under 5 minutes). Running your first evaluation on a small dataset can take a few minutes, but a full 130-task V2 run may take hours depending on the model and website response times. The leaderboard and trace browsing are available immediately on the website.
Runs on
WebCLI
No public API · 5 integrations
Who it's for
AI researcherAgent developerModel trainer
Live sentiment
Is ClawBench actually worth it?

We scan live Reddit threads, YouTube comments, X posts, G2 reviews and other communities — and hand you an honest verdict in under a minute.

  • Honest verdict, not marketing
  • Real pros & cons from real users
  • Attributed quotes with receipts
Run a free scan

3 free scans · no card needed

Skip it if

Skip ClawBench if you need a managed, API-only evaluation service, if you're a non-technical user, or if you operate in an air-gapped environment where live websites are inaccessible.

The 30-second take
Price reality

ClawBench is free and open-source, with no pricing tiers. However, running evaluations on frontier models can incur significant API costs: claude-opus-4-7 costs around $4.44 per task, while free models like deepseek-v4-flash:free cost nothing but score near zero. Compare this to proprietary evaluation platforms that charge per-seat or per-evaluation fees.

In short

ClawBench — Open-source benchmark for AI agents on real, live websites, with two-stage scoring and full trace replay. Best for AI researchers benchmarking browser agents, Developers building autonomous web agents, Model evaluation teams needing live-task rigor. Free to use.

What's new in ClawBench

Checked yesterday

Across the latest 1 update: 1 changelog entry.

What people actually say about ClawBench — is it worth it?

We ran a structured research pass across product reviews, community discussions, and post-purchase forum threads to surface the patterns vendors won't publish themselves. Below: the recurring strengths, the hidden costs people mention most, and the cohort that consistently regrets adopting this tool.

29 mentions across 4 sources (YouTube, Bluesky, GitHub, Lemmy) · researched Jul 6, 2026.

61% positive39% critical
Recurring strengths
  • +Two-stage scoring (HTTP interception + LLM judge) adds honesty.
  • +130+ real live tasks across diverse platforms.
  • +Public leaderboard with cost/task metrics for model comparison.
  • +Open-source dataset and traces on Hugging Face.
  • +CLI tool (pip install clawbench-eval) for easy local runs.
Recurring frustrations
  • Very little community discussion to validate ease of use.
  • Some test cases have instruction conflicts and placeholder bugs.
  • No pre-built Docker containers; must build locally.
  • Running local models requires expensive hardware.
  • Documentation on recommended model/harness pairings is unclear.
Patterns worth knowing
ClawBench is a valuable but niche benchmark for AI agent research, praised for its realistic live tasks and honest scoring.
Seen on Bluesky, YouTube, Lemmy
Users want better onboarding: pre-built containers, clearer model-harness guidance, and resolved test case bugs.
Seen on GitHub
Hardware cost and speed for local model evaluation is a concern, limiting accessibility for hobbyists.
Seen on YouTube, Lemmy
Learning curve
intermediateProductive in ~A few hours
Hidden costs people mention
  • Requires cloud API keys or local GPU hardware for model inference
  • Computational cost of running LLM judge and tasks adds up

Viability Score

70/100
Safe Bet

How well maintained and how widely used is ClawBench? Built from what the vendor actually publishes (docs, changelog, tutorials, integrations, pricing), whether the site is live, and how much real users discuss it. How we calculate this

Recent activity
90
Traction
100
Site health
95
User sentiment
61
What the vendor publishes
20

Last calculated: August 2026

How we score →

Key Features

  • Live website testing
  • Two-stage scoring: HTTP interception + LLM judge
  • 283 live tasks across 163 platforms
  • Public leaderboard with reward/cost/pass metrics
  • 5-layer trace bundle: video, actions, messages, HTTP, verdict
  • CLI tool (pip install clawbench-eval)
  • JSONL-native dataset for SFT/DPO/PRM fine-tuning
  • Weekly refresh
  • Open-source (Apache-2.0)
  • Model submission and comparison
  • Gradio Space for leaderboard browsing
  • OpenRouter integration
  • Replay and audit with video, HAR, and reasoning

About ClawBench

FreeAdvancedNo APIWeb · CLI

ClawBench is an open-source benchmark that tests AI agents on real, live websites. Instead of static snapshots or sandboxed simulations, it gives agents everyday tasks like booking flights, ordering food, or applying for jobs, and checks whether they actually complete them. The platform uses a two-stage scoring system: first, HTTP interception verifies the agent's final request matches the expected URL and method; second, an LLM judge (currently deepseek-v4-pro) evaluates whether the instruction was truly fulfilled. This provides a rigorous, real-world measure of agent capability. As of the latest snapshot (2026-05-20), the benchmark hosts 283 distinct everyday tasks across 163 live platforms, refreshed weekly. The public leaderboard tracks reward rates, cost per task, and pass rates for both open-source and frontier closed-source models. Every run is captured as a 5-layer trace bundle—video, actions, agent messages, HTTP requests, and the graded verdict—all synchronized on a single clock, making it easy to replay, audit, and diagnose failure modes. The project is fully open-source under Apache-2.0, with the dataset, evaluation scripts, and traces available on GitHub and Hugging Face. You can install it via pip, run evaluations from the command line, submit your own model to the leaderboard, and even download JSONL trajectories ready for fine-tuning (SFT/DPO/PRM). The CLI is model-agnostic and integrates with OpenRouter for evaluating a wide range of language models. ClawBench is designed for AI researchers, developers, and model builders who need a realistic, reproducible test of autonomous web agents. It also serves as a reality check: the current best model (claude-opus-4-7) achieves only 44.6% reward on the V2 corpus, leaving a 55-point gap to human-level performance. For teams serious about agent evaluation, ClawBench offers transparency and depth that few alternatives match.

Behind the Verdict

ClawBench delivers what most benchmarks lack: real websites and a deterministic first-stage check. The two-stage scoring—HTTP interception followed by an LLM judge—is a thoughtful design that separates the objective 'did it hit the right endpoint' from the subjective 'did it fulfill the intent.' The judge model (deepseek-v4-pro) is named, and the rubric is public, so you can audit any run. Strengths: The 5-layer trace bundle is a goldmine. You get video, actions, agent messages, HTTP requests, and the verdict, all timestamped on a single clock. This makes debugging failures far easier than with black-box benchmarks. The dataset is large (283 tasks, 1,724 judge-verified runs) and refreshed weekly, so it stays current with website changes. The CLI is straightforward for anyone comfortable with a terminal, and the OpenRouter integration means you can test any model without a proprietary harness. Weaknesses: The command-line requirement will deter non-technical users. There's no managed API or web interface for running evaluations—you must install and run the CLI. Live websites can change, affecting reproducibility over time. The LLM judge, while named, may introduce bias; the strict rubric helps, but it's still an LLM judgment. Cost per task can vary wildly: claude-opus-4-7 costs $4.44 per task, while free models cost nothing but score near zero. This means cost-efficiency trade-offs are stark. Where it fits: AI research labs, agent developers, and model evaluation teams that need rigorous, reproducible, real-world testing. It's also great for open-source contributors who want to add tasks or harnesses. Where it doesn't: If you need a quick, managed evaluation service, or if you're a non-technical stakeholder, look elsewhere. Air-gapped environments can't use it because it hits live sites. Overall, ClawBench is a serious tool for serious agent evaluation. The transparency and depth are unmatched in the open-source space.

Researching ClawBench? Get your full AI stack in 60 seconds.

Free, no signup — tell us your goal and get tools matched to your budget & existing stack.

Real-world workflow fit

Concrete scenarios for the personas ClawBench actually fits — and what changes day-one when you adopt it.

AI researcher

You have a new browser agent and want to benchmark it against the leaderboard.

Outcome: You install the CLI, run `clawbench run --corpus v2 --model your-model`, and submit the results, getting a reward percentage and cost per task to compare with published models.

Agent developer

Your agent fails on a specific task, and you need to debug why.

Outcome: You pull the 5-layer trace bundle for that run, replay video alongside actions and HTTP requests, and pinpoint the exact step where the agent went wrong, then fix it.

Model trainer

You want to fine-tune a model for web navigation.

Outcome: You download the JSONL trajectories (918 V1 runs), extract success/failure pairs, and prepare SFT/DPO/PRM data without writing custom scraping code.

Use Cases

  • Evaluate a browser agent on live tasks like booking flights or ordering food.
  • Compare agent performance with deterministic interception and LLM-based reward scoring.
  • Submit your model to the public leaderboard and track cost per task.
  • Download trace bundles to analyze agent behavior and failure modes.
  • Run ClawBench, WildClawBench, or scope-peers with a single CLI command.
  • Contribute new tasks or harnesses to the open-source benchmark.

Models Under the Hood

deepseek-v4-proclaude-opus-4-7gpt-5.5glm-5.1deepseek-v4-flash:freez-ai/glm-4.5-air:freeminimax-m2.5:freeclaude-opus-4-6Claude Sonnet 4.6gpt-5.4-2026-03-05

as of 2026-08-19

Limitations

  • The benchmark requires CLI installation and familiarity with command-line usage.
  • Live websites may change over time, affecting reproducibility.
  • The LLM judge (deepseek-v4-pro) may introduce bias in scoring.
  • No managed API for evaluation is available.

as of 2026-08-23

Verification history

We have re-verified ClawBench 6 times since . Each pass re-reads the vendor's own pages and re-checks every listed field against that evidence; passes where nothing had changed are marked as such.

  1. re-checked, vendor evidence unchanged
  2. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  3. re-checked, vendor evidence unchanged
  4. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  5. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
  6. re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it

Free to cite with attribution — this page re-verifies continuously.

12-month cost

Project the real annual outlay, including the implied monthly cost when only an annual tier is published.

Annual total
Free
Over 12 months
Effective monthly
Free
Billed monthly

Vendor list price only. Add-on usage, seat overages, and contract minimums are surfaced under Hidden costs & gotchas.

Plans compared

For each published ClawBench tier: who it actually fits, and what it adds vs. the previous tier. Cross-reference the cost calculator above for projected annual outlay.

Free

$0/mo

Ideal for

Researchers, developers, and hobbyists who want to benchmark agents on live tasks without any upfront cost, and who are comfortable with CLI usage.

What this tier adds

This is the only tier; it provides full access to the dataset, traces, and CLI at no charge.

Where the pricing makes sense

The company stage and team size where ClawBench's pricing actually pencils out — and where peers do it cheaper.

ClawBench is free and open-source, with no pricing tiers. However, running evaluations on frontier models can incur significant API costs: claude-opus-4-7 costs around $4.44 per task, while free models like deepseek-v4-flash:free cost nothing but score near zero. Compare this to proprietary evaluation platforms that charge per-seat or per-evaluation fees.

Setup time & first value

How long it actually takes to get something useful out of ClawBench — broken out by persona, not the marketing-page minute.

For a technical user, installation via pip is quick (under 5 minutes). Running your first evaluation on a small dataset can take a few minutes, but a full 130-task V2 run may take hours depending on the model and website response times. The leaderboard and trace browsing are available immediately on the website.

Integrations

GitHubHugging FacePyPIGradioOpenRouter

Resources & Guides

Tutorials & Learning

Official links

Tools that pair well with ClawBench

Common stack mates teams adopt alongside ClawBench, with the specific reason each pairing earns its keep.

Featured Head-to-Head Comparisons

Alternatives to ClawBench

View all
Gobii

Gobii

Gobii: always-on AI recruiting agents that source, screen, and deliver candidates to your ATS weekly.

PaidTry
Steel Browser

Steel Browser

Open-source cloud browser API for AI agents, scraping, and RPA

FreemiumTry
ClawX

ClawX

Free open-source desktop AI assistant for 24/7 autonomous web monitoring and analysis

FreemiumTry

Frequently Asked Questions

Used ClawBench? Help shape our editorial sentiment research.