@0xLogicrw: Alibaba Tongyi Lab launches Agent Evaluation Benchmark PawBench v1.0, for the first time integrating base models and runtime frameworks into a unified evaluation system. The evaluation cross-tests 9 large models with three frameworks: Hermes, OpenClaw, and QwenPaw, covering 150 real-world tasks and 4050 ...
Summary
Alibaba Tongyi Lab launches Agent Evaluation Benchmark PawBench v1.0, for the first time integrating base models and runtime frameworks into a unified evaluation system, covering 9 models and 3 frameworks with 150 tasks. It finds that framework design significantly affects agent performance, and proposes four design principles.
View Cached Full Text
Cached at: 06/05/26, 03:15 PM
Alibaba Tongyi Lab has released the agent evaluation benchmark PawBench v1.0, which for the first time integrates foundation models and execution frameworks into a unified evaluation system. The benchmark performs cross-testing on 9 large models and three frameworks—Hermes, OpenClaw, and QwenPaw—covering 150 real-world tasks and 4,050 test units.
Results show that the design of the execution framework directly determines whether agent capabilities can be reliably deployed. Under the same model, the three frameworks exhibit significant performance gaps: QwenPaw scores 76.4, OpenClaw scores 75.4, while Hermes trails at only 70.4. A gap of 6.4 points is comparable to a major model version upgrade.
Excellent design can even enable smaller models to “punch above their weight”: on the Hermes framework, GLM 5.1 scores only 68.2, while on QwenPaw, the smaller Qwen3.6-35b-a3b achieves 70.4.
Analysis of execution traces reveals that the performance differences stem from a lack of substantive validation of workspace artifacts, loose tool-path constraints, and overly large tool tables that increase the model’s decision-making burden. Most frameworks also show clear shortcomings in proactive discovery of local specialized skills and zero-configuration availability of web search.
The evaluation team proposes four fundamental principles for framework design:
- Inform Fully – Clearly define context such as cwd and workspace.
- Equip on Demand – Control the number of tools and ensure critical tools like password-free search are available by default.
- Monitor Actively – Validate whether task artifacts such as file writes are actually realized.
- Recover Gracefully – Provide opportunities for correction and continuation when tools fail or artifacts are missing.
Similar Articles
@Ali_TongyiLab: https://x.com/Ali_TongyiLab/status/2067158015615041755
The AgentScope team introduces PawBench, a benchmark for evaluating the combined performance of models and agent harnesses, analyzing 4,050 test cells to show that harness choice can be as impactful as model upgrades.
@RookieRicardoR: Domestic models break through again, matching top models like Claude 4.6 and Gemini 3.1 Pro. Just tested Qwen3.7-Max, sharing some real thoughts. Last night I topped up as soon as the API went live and chose three tasks (see video) to test Qwen3.7-Max's frontend capabilities…
The user tested Qwen3.7-Max and believes it matches top models like Claude 4.6 and Gemini 3.1 Pro in frontend, computing power, and Agent capabilities. Its reasoning ability has significantly improved, and with monthly iteration speed, it has become a first-tier domestic model.
@Sentdex: For anyone who isn't sure, this is how you release a model and talk about the performance. Not 3-5 cherry-picked benchm…
A tweet by Sentdex highlights Alibaba Qwen's transparent benchmark reporting for the Qwen3.7-Max model, contrasting it with others who cherry-pick benchmarks.
New bench designed for smaller models: ObviousBench.com
ObviousBench is a new benchmark designed specifically for evaluating smaller AI models.
@cline: Qwen3.8-Max is Alibaba’s largest model yet at 2.4T params, and shows a 2% higher benchmark result on Terminal-Bench tha…
Alibaba unveils Qwen3.8-Max, its largest model at 2.4T parameters, showing a 2% higher Terminal-Bench result than Fable 5, with open weights to be released next week.