paper-with-me

Papers

TerminalWorld: Benchmarking Agents on Real-World Terminal Tasks

2026-05-21 · Zhaoyang Chu, Jiarui Hu, Xingyu Jiang, Pengyu Zou, Han Li, Chao Peng, Peter O'Hearn, Earl T. Barr, Mark Harman, Federica Sarro, He Ye arxiv

We introduce TerminalWorld, a scalable data engine that automatically reverse-engineers high-fidelity evaluation tasks from "in-the-wild" terminal recordings. Processing 80,870 terminal recordings, the engine yields a full benchmark of 1,530 validated tasks, spanning 18 real-world categories, ranging from short everyday operations to workflows exceeding 50 steps, and covering 1,280 unique commands. From these, we curate a Verified subset of 200 representative, manually reviewed tasks. Comprehensive benchmarking on TerminalWorld-Verified across eight frontier models and six agents reveals that current systems still struggle with authentic terminal workflows, achieving a maximum pass rate of only 62.5%. Moreover, TerminalWorld captures real-world terminal capabilities distinct from existing expert-curated benchmarks (e.g., Terminal-Bench), with only a weak correlation to their scores (Pearson r=0.20). The automated engine makes TerminalWorld authentic and scalable by construction, enabling it to evaluate agents in real-world terminal environments as developer practices evolve. Data and code are available at https://github.com/EuniAI/TerminalWorld.

📄 PDF Abstract BibTeX arXiv:2605.22535

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Terminal-Bench: Benchmarking Agents on Hard, Realistic Tasks in Command Line Interfaces

2026-01-17 · Mike A. Merrill, Alexander G. Shaw, Nicholas Carlini, Boxuan Li 외 arxiv

AI agents may soon become capable of autonomously completing valuable, long-horizon tasks in diverse domains. Current benchmarks either do not measure real-world tasks, or are not sufficiently difficult to meaningfully m…

DarwinX: Evolving Agent Harnesses Through Natural Selection

2026-07-31 · Yifan Zhang, Yutong Dai, Juntao Tan, Luyu Yang 외 hf

An LLM agent's capability depends not only on model weights but on its harness: prompts, tools, skills, and control flow. Self-improvement loops already edit harnesses, yet single-lineage search is path-dependent and loc…

MMTB: Evaluating Terminal Agents on Multimedia-File Tasks

2026-05-08 · Chiyeong Heo, Jaechang Kim, Junhyuk Kwon, Hoyoung Kim 외 arxiv

Terminals provide a powerful interface for AI agents by exposing diverse tools for automating complex workflows, yet existing terminal-agent benchmarks largely focus on tasks grounded in text, code, and structured files.…

How Well Do Agentic Skills Work in the Wild: Benchmarking LLM Skill Usage in Realistic Settings

2026-04-06 · Yujian Liu, Jiabao Ji, Li An, Tommi Jaakkola 외 arxiv

Agent skills, which are reusable, domain-specific knowledge artifacts, have become a popular mechanism for extending LLM-based agents, yet formally benchmarking skill usage performance remains scarce. Existing skill benc…

TUA-Bench: A Benchmark for General-Purpose Terminal-Use Agents

2026-06-26 · Shoufa Chen, Luyuan Wang, Xuan Yang, Zhiheng Liu 외 arxiv

As large language models and harness frameworks continue to advance, agents operating in terminals are increasingly capable of performing a broader range of general computer-use tasks beyond coding. However, existing ben…