New: Check out our sister project HarnessBench —
fixes the base model, varies the harness. Same scoring pipeline, orthogonal axis.

```bash
git clone https://github.com/reacher-z/ClawBench.git && cd ClawBench && ./run.sh
```
Clone → configure → run. Root uv package. Docker-isolated harnesses.
### Can AI Agents Complete Everyday Online Tasks?
**ClawBench is an open-source benchmark that evaluates AI browser agents on everyday online tasks — booking travel, ordering food, applying for jobs, managing email — across live websites. V1 lives in `test-cases/v1/` with 153 tasks across 144 websites; V2 lives in `test-cases/v2/` with 130 tasks. It measures end-to-end task success with a 5-layer recording pipeline and an agentic evaluator that compares each run against human references. Top score to date: 33.3%.**

We asked frontier AI agents to do what people do every day --
order food, book travel, apply for jobs, write reviews, manage projects.
**Even the best agent only completes about 1 in 3.**
Built by NAIL Group · Sister project: HarnessBench · Runs on any Chrome.
---
**V1: 153** everyday tasks · **V2: 130** tasks · **144** live websites · **15** life categories
中文
##
🏆 **See scores**
[Live leaderboard](https://huggingface.co/spaces/TIGER-Lab/ClawBench)
Pick a corpus (v1 / v2)
|
🚀 **Run it on your model**
[Quick start ↓](#-human-quick-start)
pip install clawbench-eval
|
📊 **Browse 283 tasks**
[Task explorer](https://claw-bench.com/tasks)
Search · filter · category
|
📄 **Read the paper**
[arXiv:2604.08523](https://arxiv.org/abs/2604.08523)
Methodology · evaluator · results
|
🎬 **Re-grade old runs**
[V1](https://huggingface.co/datasets/NAIL-Group/ClawBenchV1Trace) · [V2](https://huggingface.co/datasets/TIGER-Lab/ClawBenchV2Trace) raw traces
5 layers per (task × model)
|
📦 **Download the data**
[`hf download NAIL-Group/ClawBench`](https://huggingface.co/spaces/TIGER-Lab/ClawBench)
Tasks · rubrics · metadata
|
🌱 **Add a task / model**
[How to contribute](#contributing)
YAML spec + rubric
|
❓ **Have a question**
[FAQ](#frequently-asked-questions) · [Discord](https://discord.gg/clawbench)
Or open an issue
|
## News
- **[2026.05.20]** — V2 is now the default corpus + lenient judge + 6 first-class harnesses. [Details →](https://github.com/reacher-z/ClawBench/blob/main/docs/v1-vs-v2.md)
- **[2026.05.16]** — Added Claw-Eval suite: 19 browser-research tasks with final-answer submission. [Details →](test-cases/claw-eval/)
- **[2026.05.12]** — Canonical leaderboard moved to TIGER-Lab/ClawBench Gradio Space. [Details →](https://huggingface.co/spaces/TIGER-Lab/ClawBench)
- **[2026.05.11]** — V2 leaderboard ships: top so far `glm-5.1 / hermes` at 18.5% reward / 48.5% intercepted. [Details →](https://claw-bench.com/leaderboard)
- **[2026.05.09]** — Inline LLM judge added as second scoring stage; runs now auto-produce pass/fail. [Details →](docs/scoring.md)
- **[2026.05.09]** — `clawbench-eval` package published to PyPI for one-command install. [Details →](https://pypi.org/project/clawbench-eval/)
- **[2026.05.09]** — Released ClawBenchV1Trace: full 5-layer execution trace for every V1 run. [Details →](https://huggingface.co/datasets/NAIL-Group/ClawBenchV1Trace)
- **[2026.04.25]** — Added support for the hermes harness. [Details →](src/clawbench/runtime/harnesses/hermes/)
- **[2026.04.18]** — Added support for the browser-use harness. [Details →](src/clawbench/runtime/harnesses/browser-use/)
- **[2026.04.11]** — Paper released on arXiv (2604.08523); #3 HuggingFace Paper of the Day. [Details →](https://arxiv.org/abs/2604.08523)