You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[2026.05.20]** <imgsrc="static/icons/rocket.svg"width="14"height="14"> **V2 is now the default, safer corpus** across [claw-bench.com](https://claw-bench.com/), this repo, and [`TIGER-Lab/ClawBenchV2Trace`](https://huggingface.co/datasets/TIGER-Lab/ClawBenchV2Trace). V2 keeps everything intercept-only (no real charges, no irreversible actions) so the eval is dramatically simpler to run safely. The lenient judge rubric (`judge_llm.py`, `--rubric lenient` — *"no explicit contradiction → match"*) is also new and is what the published leaderboard uses; install `clawbench-eval` and run `clawbench-reproduce --model deepseek-v4-flash` to reproduce any row within ±2 pp. **Six harnesses** are now first-class — `hermes`, `openclaw`, `codex`, `claude-code`, `claude-code-chrome-extension`, `browser-use` — pick whichever your agent stack speaks.
149
-
-**[2026.05.16]** <imgsrc="static/icons/layer-group.svg"width="14"height="14"> Added a converted **Claw-Eval** suite in [`test-cases/claw-eval/`](test-cases/claw-eval/) — 19 browser-research tasks ported into native flat task JSON files with final-answer submission through ClawBench's request interceptor. Run with `uv run clawbench-batch --models <model-name> --cases-suite claw-eval --all-cases`.
150
-
-**[2026.05.12]** <imgsrc="static/icons/rocket.svg"width="14"height="14"> Canonical leaderboard moved to **[`TIGER-Lab/ClawBench`](https://huggingface.co/spaces/TIGER-Lab/ClawBench)** — Gradio 3-tab Space (Leaderboard / About / Submit) modeled after [`TIGER-Lab/MMLU-Pro`](https://huggingface.co/spaces/TIGER-Lab/MMLU-Pro). All HF assets bundled in the **[ClawBench collection](https://huggingface.co/collections/TIGER-Lab/clawbench-6a0247d04680f475038797d4)** — paper + V1/V2 dataset + V1Trace + V2Trace + Space. Ranking corrected: partial-batch results no longer outrank complete ones with lower reward. ([`NAIL-Group/clawbench-leaderboard`](https://huggingface.co/spaces/NAIL-Group/clawbench-leaderboard) remains live as the historical mirror.)
151
-
-**[2026.05.11]** <imgsrc="static/icons/chart-bar.svg"width="14"height="14"> V2 leaderboard ships — first 6 models scored end-to-end with two-stage rubric (interception + LLM judge). Top so far: `glm-5.1 / hermes` at **18.5% reward / 48.5% intercepted**. See [`claw-bench.com/leaderboard`](https://claw-bench.com/leaderboard), scoring details in [`eval/scoring.md`](eval/scoring.md), live data on the [HF Space](https://huggingface.co/spaces/TIGER-Lab/ClawBench).
152
-
-**[2026.05.11]** <imgsrc="static/icons/layer-group.svg"width="14"height="14"> Companion trace dataset **[ClawBenchV2Trace](https://huggingface.co/datasets/TIGER-Lab/ClawBenchV2Trace)** going live — same 5-layer trace bundle per run as V1Trace, rolling as new V2 evaluations land.
153
-
-**[2026.05.09]** <imgsrc="static/icons/globe.svg"width="14"height="14"> Added support for the **pi** harness — Pi coding agent + `pi-browser-harness`.
154
-
-**[2026.05.09]** <imgsrc="static/icons/layer-group.svg"width="14"height="14"> Released **[ClawBenchV1Trace](https://huggingface.co/datasets/NAIL-Group/ClawBenchV1Trace)** — the full execution trace for every V1 model run: session recording (`recording.mp4`), HTTP traffic (`requests.jsonl`), browser actions (`actions.jsonl`), agent reasoning (`agent-messages.jsonl`), and the intercepted final request (`interception.json`). Anyone can reproduce, re-grade, or post-hoc analyze our results. Pairs with the existing [task-definition dataset](https://huggingface.co/datasets/NAIL-Group/ClawBench).
155
-
-**[2026.05.09]** <imgsrc="static/icons/robot.svg"width="14"height="14"> Added an **inline LLM judge** as the second scoring stage. Pass = (1) the agent's final HTTP request is intercepted and matches the task's URL/method schema, AND (2) an LLM judge confirms the request body actually fulfills the natural-language instruction. Default judge: `deepseek-v4-pro`. Disable with `--no-judge`. This means **runs now produce a final pass/fail score automatically** — no separate trajectory inspection step.
156
-
-**[2026.05.09]** <imgsrc="static/icons/rocket.svg"width="14"height="14"> We have updated our release pipeline and published the package to PyPI under [**clawbench-eval**](https://pypi.org/project/clawbench-eval/) for easier usage.
157
-
-**[2026.05.04]** <imgsrc="static/icons/screwdriver-wrench.svg"width="14"height="14"> Refactored the codebase to improve project structure, streamline the CI/CD pipeline, make it easier to extend ClawBench to additional test suites, and deliver more stable builds across **V1**, **V1-Lite**, and **V2**. The FAQ section was also updated based on user feedback.
158
-
-**[2026.05.01]** <imgsrc="static/icons/rocket.svg"width="14"height="14"> Added the full **V2** 130-task corpus and one-command Hermes launch:
-**[2026.04.25]**<imgsrc="static/icons/globe.svg"width="14"height="14"> Added support for the **hermes** harness.
161
-
-**[2026.04.22]**<imgsrc="static/icons/rocket.svg"width="14"height="14"> Added support for the **claude-code-chrome-extension** harness — Claude Code CLI + [Claude in Chrome](https://code.claude.com/docs/en/chrome) extension.
162
-
-**[2026.04.20]**<imgsrc="static/icons/screwdriver-wrench.svg"width="14"height="14"> Added support for the **claw-code** harness.
163
-
-**[2026.04.18]** <imgsrc="static/icons/globe.svg"width="14"height="14"> Added support for the **browser-use** harness.
164
-
-**[2026.04.17]** <imgsrc="static/icons/rocket.svg"width="14"height="14"> Added support for the **Codex** harness.
165
-
-**[2026.04.16]** <imgsrc="static/icons/bolt.svg"width="14"height="14"> Added support for the **Claude Code** harness.
166
-
-**[2026.04.16]** Featured in **5 curated awesome-lists**: [awesome-harness-engineering](https://github.com/walkinglabs/awesome-harness-engineering), [Awesome-AI-Agents](https://github.com/Jenqyang/Awesome-AI-Agents), [awesome-computer-use](https://github.com/ranpox/awesome-computer-use), [Awesome-GUI-Agents](https://github.com/ZJU-REAL/Awesome-GUI-Agents), and [LLM-Agent-Benchmark-List](https://github.com/zhangxjohn/LLM-Agent-Benchmark-List).
167
-
-**[2026.04.15]** Sister project [**HarnessBench**](https://github.com/reacher-z/HarnessBench) launched — fixes the base model, varies the harness. Also on [PyPI](https://pypi.org/project/harness-bench/).
168
-
-**[2026.04.14]** <imgsrc="static/icons/screwdriver-wrench.svg"width="14"height="14"> Added support for the **OpenCode** harness.
169
-
-**[2026.04.14]** Project featured on [**DeepWiki**](https://deepwiki.com/reacher-z/ClawBench) — ask questions about ClawBench in natural language.
170
-
-**[2026.04.11]** Honored to be [**#3 HuggingFace Paper of the Day**](https://huggingface.co/papers/2604.08523)!
171
-
-**[2026.04.11]** Paper released on [arXiv (2604.08523)](https://arxiv.org/abs/2604.08523). Dataset published on [HuggingFace](https://huggingface.co/datasets/NAIL-Group/ClawBench).
146
+
## News
147
+
148
+
-**[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.12]** — Canonical leaderboard moved to TIGER-Lab/ClawBench Gradio Space. [Details →](https://huggingface.co/spaces/TIGER-Lab/ClawBench)
151
+
-**[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)
152
+
-**[2026.05.09]** — Inline LLM judge added as second scoring stage; runs now auto-produce pass/fail. [Details →](docs/scoring.md)
153
+
-**[2026.05.09]** — `clawbench-eval` package published to PyPI for one-command install. [Details →](https://pypi.org/project/clawbench-eval/)
154
+
-**[2026.05.09]** — Released ClawBenchV1Trace: full 5-layer execution trace for every V1 run. [Details →](https://huggingface.co/datasets/NAIL-Group/ClawBenchV1Trace)
155
+
-**[2026.04.25]** — Added support for the hermes harness. [Details →](src/clawbench/runtime/harnesses/hermes/)
156
+
-**[2026.04.18]** — Added support for the browser-use harness. [Details →](src/clawbench/runtime/harnesses/browser-use/)
157
+
-**[2026.04.11]** — Paper released on arXiv (2604.08523); #3 HuggingFace Paper of the Day. [Details →](https://arxiv.org/abs/2604.08523)
0 commit comments