paper-with-me

Papers

ClawProBench: Trace-Aware Evaluation of AI Agents with Runtime Coverage and Frozen Workplace-Style Holdouts

2026-08-23 · YuanHang Xiao hf

Agent benchmarks often evaluate only final answers even when agents run on stateful runtimes. We argue this under-specifies what is being evaluated: the proper unit is a declared model-plus-runtime configuration whose failures can occur in evidence acquisition, runtime routing, safety boundaries, or repeated execution. We present ClawProBench, a trace-aware benchmark for runtime-native agent evaluation instantiated on OpenClaw, a live agent runtime with workspace tools and native surfaces for browsing, memory, messaging, scheduling, skills, and subagents. ClawProBench defines two tracks: a 102-scenario full profile with live workspace and native-runtime routing tasks, and a frozen 68-scenario holdout with closed-world JSON output contracts for robust ranking. Trials are scored from execution traces via a safety-gated formula combining correctness, process quality, and efficiency, preserving failure evidence for audit. Our anonymous artifact includes benchmark definitions, scoring code, manifests and sanitized traces. We evaluate 68 configurations on the full profile and 37 on holdout. The top safety-gated average trace score is 0.7671. Native-runtime tasks underperform workspace-live tasks (0.5238 vs. 0.6415). On holdout, pass@k-any outperforms strict three-trial pass (0.6638 vs. 0.2890), while full-profile and holdout rankings show weak alignment (Spearman 0.1300). Rankings based purely on correctness differ substantially from process-aware, safety-gated and strict-pass views. Final-answer leaderboards may hide native-surface weaknesses, one-off successes and trace-local agent failure modes.

📄 PDF Abstract BibTeX arXiv:2608.22510

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Getting Better at Working With You: Compiling User Corrections into Runtime Enforcement for Coding Agents

2026-06-11 · Yujun Zhou, Kehan Guo, Haomin Zhuang, Xiangqi Wang 외 arxiv

Interactive LLM agents are becoming part of daily work, but they do not reliably become easier to work with over time: a correction remembered in one session may still be violated in the next. We study this gap between p…

Agents Learn Their Runtime: Interpreter Persistence as Training-Time Semantics

2026-03-01 · Victor May, Aaditya Salgarkar, Yishan Wang, Diganta Misra 외 arxiv

Tool-augmented LLMs are increasingly deployed as agents that interleave natural-language reasoning with executable Python actions, as in CodeAct-style frameworks. In deployment, these agents rely on runtime state that pe…

WeaveBench: A Long-Horizon, Real-World Benchmark for Computer-Use Agents with Hybrid Interfaces

2026-06-08 · Wanli Li, Bowen Zhou, Yunyao Yu, Zhou Xu 외 arxiv

Computer-use agents (CUAs) increasingly operate in runtimes that combine visual desktop control, command-line execution, code editing, browsers, and external tools. Existing benchmarks, however, often evaluate these inte…

From Static Templates to Dynamic Runtime Graphs: A Survey of Workflow Optimization for LLM Agents

2026-03-23 · Ling Yue, Kushal Raj Bhandari, Ching-Yun Ko, Dhaval Patel 외 arxiv

Large language model (LLM)-based systems are becoming increasingly popular for solving tasks by constructing executable workflows that interleave LLM calls, information retrieval, tool use, code execution, memory updates…

Information Retrieval

From Question Answering to Task Completion: A Survey on Agent System and Harness Design

2026-06-14 · Jianyuan Guo, Zhiwei Hao, Chengcheng Wang, Cheng Fan 외 arxiv

LLM-based agents mark a shift from passive question answering to active task completion: they perceive environments, invoke tools, maintain state, and act over extended horizons. As agent systems have evolved from prompt…

Prompt EngineeringQuestion Answering