Skip to content

Releases: TIGER-AI-Lab/ClawBench

v0.9.2

Choose a tag to compare

@Perry2004 Perry2004 released this 19 Aug 04:09
861c828

What's Changed

  • feat(harness): add WebBrain extension agent by @alectimison-maker in #273
  • docs: update docs after WebBrain by @Perry2004 in #287
  • docs: slim the README, fix broken links and corpus counts by @reacher-z in #283
  • fix(judge): {"match": "false"} is scored as a PASS — parse verdicts as tri-state (closes #295) by @reacher-z in #305
  • ci: fail static-check on broken markdown links (fixes a broken README image + 2 dead script refs) by @reacher-z in #291
  • docs: surface Awesome Works above the fold (it sits at 85% depth, below the FAQ) by @reacher-z in #289
  • build: v0.9.2 release by @Perry2004 in #306

New Contributors

Full Changelog: https://github.com/TIGER-AI-Lab/ClawBench/blob/main/CHANGELOG.md

v0.9.1

Choose a tag to compare

@Perry2004 Perry2004 released this 08 Aug 01:43
f6cbb85

What's Changed

New Contributors

Full Changelog: https://github.com/TIGER-AI-Lab/ClawBench/blob/main/CHANGELOG.md

v0.9.0

Choose a tag to compare

@Perry2004 Perry2004 released this 04 Aug 01:03
5484dc6

What's Changed

Full Changelog: https://github.com/TIGER-AI-Lab/ClawBench/blob/main/CHANGELOG.md

v0.8.0

Choose a tag to compare

@Perry2004 Perry2004 released this 31 Jul 01:58
da46578

What's Changed

Full Changelog: https://github.com/TIGER-AI-Lab/ClawBench/blob/main/CHANGELOG.md

v0.7.0

Choose a tag to compare

@Perry2004 Perry2004 released this 22 Jun 23:17
376db39

What's Changed

New Contributors

Full Changelog: https://github.com/TIGER-AI-Lab/ClawBench/blob/main/CHANGELOG.md

v0.6.0

Choose a tag to compare

@Perry2004 Perry2004 released this 05 Jun 02:09
ea5a901

What's Changed

  • feat(harness): add Harbor (Terminus 2) agent harness by @reacher-z in #220

Full Changelog: https://github.com/TIGER-AI-Lab/ClawBench/blob/main/CHANGELOG.md

v0.5.0

Choose a tag to compare

@Perry2004 Perry2004 released this 24 May 17:55
1e913d3

What's Changed

Full Changelog: https://github.com/TIGER-AI-Lab/ClawBench/blob/main/CHANGELOG.md

v0.4.1

Choose a tag to compare

@Perry2004 Perry2004 released this 23 May 19:53
67b90b4

What's Changed

Full Changelog: https://github.com/TIGER-AI-Lab/ClawBench/blob/main/CHANGELOG.md

v0.4.0

Choose a tag to compare

@Perry2004 Perry2004 released this 23 May 02:36
8e19b25

What's Changed

  • docs: sync BibTeX key + primaryClass with arXiv listing (READMEs) by @reacher-z in #195
  • chore: corpus-aware issue + PR templates (default v2) by @reacher-z in #198
  • docs: V1 → V2 comparison table (7 axes, sourced from 6 sub-agent audits) by @reacher-z in #197
  • feat: inline LLM judge + V2 leaderboard 6-tab toggle + reproduce-leaderboard recipe by @reacher-z in #196
  • Cleanup repo root #202 by @Perry2004 in #203
  • build: v0.4.0 release by @Perry2004 in #204

Full Changelog: https://github.com/TIGER-AI-Lab/ClawBench/blob/main/CHANGELOG.md

ClawBench v0.1.0

Choose a tag to compare

@reacher-z reacher-z released this 11 Apr 22:31
8e19b25

ClawBench v1.0.0

Initial public release of ClawBench -- a benchmark for evaluating AI agents on 153 everyday online tasks across 144 live production websites.

Highlights

  • 153 tasks spanning 15 life categories (daily life, travel, education, job search, etc.)
  • 144 live websites -- real production sites, not sandboxed clones
  • Isolated Docker containers with Chromium for each run
  • Request interceptor that blocks the final irreversible action to prevent real-world side effects
  • Five-layer recording: MP4 replay, screenshots, HTTP traffic, DOM actions, agent messages
  • Interactive TUI for model selection, test case picking, and run management
  • 6 frontier models evaluated: Claude Sonnet 4.6 (33.3%), GLM-5 (24.2%), Gemini 3 Flash (19.0%), Claude Haiku 4.5 (18.3%), GPT-5.4 (6.5%), Gemini 3.1 Flash Lite (3.3%)

Links