paper-with-me

홈 › Papers

GUI vs. CLI: Execution Bottlenecks in Screen-Only and Skill-Mediated Computer-Use Agents

2026-06-22 · Xiao Zhou, Siyue Zhang, Yilun Zhao, Jinbiao Wei, Tingyu Song, Arman Cohan, Chen Zhao arxiv

Computer-use agents can execute software tasks through either graphical interfaces or programmatic command interfaces, but existing evaluations confound interaction modality with differences in tasks, initial states, verifiers, and permitted actions. We introduce a matched execution-layer benchmark of 440 desktop tasks across 18 applications and 12 workflow categories, where screen-only GUI agents and skill-mediated CLI agents receive identical goals, states, and final-state verifiers while being restricted to modality-native actions. In this controlled setting, the strongest GUI agent reaches a 59.1% full pass rate, outperforming the strongest original-skill CLI agent at 48.2%; however, verifier-guided skill augmentation raises CLI success to 69.3%, showing that much of the CLI deficit comes from incomplete skill coverage rather than model capability alone. These results suggest that GUI and CLI expose different execution bottlenecks: GUI agents are limited by reliable grounded interaction over long-horizon workflows, whereas CLI agents are limited by the coverage and scalability of their skill interfaces.

📄 PDF Abstract BibTeX arXiv:2606.24551

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Seeing Is Not Screening: Multimodal Hidden Instruction Attacks on Agent Skill Scanners

2026-06-16 · Xiaojun Jia, Jie Liao, Simeng Qin, Ke Ma 외 arxiv

Agent skills are emerging as an important attack surface in LLM-based systems. Through an empirical study of existing skill scanners, we find that current defenses primarily rely on textual descriptions, manifests, and s…

Group of Skills: Group-Structured Skill Retrieval for Agent Skill Libraries

2026-05-07 · Kun Zeng, Yu Huo, Siyu Zhang, Zi Ye 외 arxiv

Skill-augmented agents increasingly rely on large reusable skill libraries, but retrieving relevant skills is not the same as presenting usable context. Existing methods typically return atomic skills or dependency-aware…

Toward Scalable Terminal Task Synthesis via Skill Graphs

2026-04-28 · Zhiyuan Fan, Tinghao Yu, Yuanjun Cai, Jiangtao Guan 외 arxiv

Terminal agents have demonstrated strong potential for autonomous command-line execution, yet their training remains constrained by the scarcity of high-quality and diverse execution trajectories. Existing approaches mit…

SkillMAS: Skill Co-Evolution with LLM-based Multi-Agent System

2026-05-10 · Shuai Pan, Yixiang Liu, Jiaye Gao, Te Gao 외 arxiv

Large language model (LLM) agent systems are increasingly expected to improve after deployment, but existing work often decouples two adaptation targets: skill evolution and multi-agent system (MAS) restructuring. This s…

Runtime Skill Audit: Targeted Runtime Probing for Agent Skill Security

2026-06-10 · Tu Lan, Chaowei Xiao arxiv

Agent skills let LLM agents reuse instructions, resources, tools, and workflows, but they also create a new place for malicious behavior to hide. A skill may look benign in its documentation or code while becoming harmfu…