Testing proactive agents in live Docker containers — UniClawBench, 5 capabilities and 400 tasks
Existing benchmarks for proactive agents lean on sandboxes and single-turn evaluation, mixing capabilities in one task category so failure causes stay hidden. UniClawBench is the first capability-driven benchmark, built around five foundations (skill usage, exploration, long-context reasoning, multimodal understanding, cross-platform coordination). It evaluates 400 bilingual real-world tasks in live Docker containers with step-by-step checkpoints and simulated multi-turn feedback.
Paper overview (our summary)
- Field (arXiv category)cs.CL
- AuthorsZhekai Chen, Chengqi Duan, Kaiyue Sun, et al. (7)
- Submitted2026-07-09
- arXiv ID2607.08768v1
Key points
- Addresses limits of agent evaluation: sandboxed, single-turn, and capability-mixed taxonomies that hide failure causes
- Capability-driven benchmark around five foundations (skill usage, exploration, long-context reasoning, multimodal understanding, cross-platform coordination)
- 400 bilingual real-world tasks evaluated in live Docker containers with fine-grained step-by-step checkpoints
- Closed loop of executor, hidden supervisor, and user agents simulates multi-turn human feedback without leaking criteria
- Evaluates SOTA models under multiple frameworks — base capabilities and framework design jointly shape performance; released
This work (UniClawBench) builds a rigorous yardstick for evaluating AI agents that act proactively in real-world environments.
1Agent evaluation has not kept up
Progress in LLMs and multimodal LLMs has produced a wave of proactive agents that operate everyday tools to assist users. Yet evaluating them well is hard. Existing benchmarks lean on sandboxed environments isolated from reality and on single-turn, one-shot evaluation.
Worse, their scenario-based task taxonomies mix multiple model capabilities within the same task category, making it difficult to isolate why an agent failed and which capability fell short.
2A capability-driven design
UniClawBench answers with a capability-driven design. It centers on five foundational model capabilities — skill usage, exploration, long-context reasoning, multimodal understanding, and cross-platform coordination — and builds 400 bilingual (English/Chinese) real-world tasks around them.
Evaluation is not a static, pre-recorded answer check: agents run inside live Docker containers, judged with fine-grained, step-by-step completion checkpoints.
3How closed-loop evaluation works
The other core element is closed-loop evaluation. An executor agent, a hidden supervisor agent, and a user agent together simulate realistic multi-turn human feedback without leaking the grading criteria.
To disentangle base model capabilities from framework-level design choices, the authors evaluate state-of-the-art models under multiple agent frameworks, showing through comprehensive comparison how the two jointly shape real-world performance. Benchmark and code are publicly available.
Why it matters
Directly relevant to evaluating and selecting AI agents for production. Stepwise evaluation in running environments and capability-level attribution are reference points for practitioners building and comparing agent products.
FAQ
Why evaluate in live Docker containers?
What does capability-driven change?
Sources (primary)
Source: arXiv (descriptive metadata is CC0 public domain). Summaries are our own; see arXiv for the original text and PDF.
- arXiv abstract page (original, official)
- PDF (arXiv)
- arXiv ID: 2607.08768