Overview
Field: NLP Authors: Zhekai Chen, Chengqi Duan, Kaiyue Sun, Bohao Li, Yuqing Wang, Manyuan Zhang, Xihui Liu Published: 2026-07-09 arXiv: 2607.08768
Abstract
The rapid development of large language models and multimodal large language models has accelerated the emergence of proactive agents capable of operating everyday tools and assisting users in real-world environments. However, existing benchmarks struggle to evaluate such agents effectively, as they often rely on sandboxed environments and single-turn evaluation paradigms. Moreover, their scenario-based task taxonomies mix multiple model capabilities within the same task category, making it difficult to identify the root causes of agent failures.
To address these limitations, the authors introduce UniClawBench, the first capability-driven benchmark designed to evaluate proactive agents in dynamic, real-world settings.
Key Features
- Five foundational capabilities: Skill Usage, Exploration, Long-context Reasoning, Multimodal Understanding, and Cross-platform Coordination.
- 400 bilingual real-world tasks built around these capabilities.
- Live evaluation: agents are assessed in real-time Docker containers using fine-grained step-by-step completion checkpoints, rather than static preset answers.
- Closed-loop evaluation strategy: an execution agent, a hidden supervisory agent, and a user agent simulate realistic multi-turn human feedback without leaking the grading rubric.
- Framework-controlled comparison: state-of-the-art models are evaluated under multiple agent frameworks to separate foundational model capabilities from framework-level design choices.
Findings
Through comprehensive comparisons across models and frameworks, the paper demonstrates how foundational model capabilities and agent framework design jointly shape performance in real-world environments.
Resources
Benchmark and code: https://github.com/HKU-MMLab/UniClawBench
--- *Auto-collected on 2026-07-12*