suyoumo/ClawProBench

ClawProBench is a live-first benchmark harness for evaluating LLM agents in the OpenClaw runtime with deterministic grading and repeated-trial reliability.

What it solves

ClawProBench is a benchmark harness designed to evaluate the capabilities of AI agents operating within the OpenClaw runtime. It addresses the need for transparent, live-execution evaluation with deterministic grading, moving away from static evaluations to test how agents actually perform in a real runtime environment.

How it works

The system uses a set of benchmark profiles (such as core, intelligence, and native) to run AI agents through various scenarios. It supports multi-trial runs (e.g., 3-try runs) to measure stability and success rates. The harness manages the execution of agents via the OpenClaw CLI, tracks traces, and applies deterministic grading logic—including custom checkers—to determine if a task was completed successfully.

Who it’s for

It is intended for AI researchers, model developers, and developers working with agentic frameworks who need to rigorously test and rank the performance of their models in live-runtime agent tasks.

Highlights

  • Live-First Execution: Evaluates models directly inside the OpenClaw runtime rather than using static datasets.
  • Comprehensive Scenario Set: Includes 102 active scenarios across 6 domains, with additional incubating scenarios.
  • Deterministic Grading: Uses structured reports and custom checkers to ensure consistent and reproducible results.
  • Advanced Metrics: Implements a FinalScore that weights stable repeated success (pass^3) and overall quality.
  • Resilient Execution: Supports checkpoint resume and re-running only execution failures to optimize evaluation costs.

Related

  • Project
  • Project
  • Project
  • Project
  • Project