paper-with-me

Papers

VeRO: A Harness for Agents to Optimize Agents

2026-02-25 · Varun Ursekar, Apaar Shanker, Veronica Chatrath, Yuan Xue, Samuel Marc Denton arxiv

An important emerging application of coding agents is agent harness optimization: the iterative improvement of a target agent by editing and evaluating its code. Despite its relevance, the community lacks a systematic understanding of coding agent performance on this task. Harness optimization differs from conventional software engineering: agent harnesses interleave deterministic code with stochastic LLM completions, requiring structured capture of both intermediate execution traces and downstream outcomes. To address these challenges, we introduce (1) VeRO (Versioning, Rewards, and Observations), an outer harness that provides versioned snapshots, budget-controlled evaluation, and structured execution traces of target harnesses, and (2) VeRO-Bench, a benchmark suite of target agents and tasks with reference evaluation procedures. Using VeRO, we conduct an empirical study comparing optimizers across tasks and analyzing which modifications reliably improve target agent harnesses. We release VeRO to support research on agent optimization as a core capability for coding agents. Code is available at https://github.com/scaleapi/vero.

📄 PDF Abstract BibTeX arXiv:2602.22480

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Vero: Can AI Agents Build Formally Verified Software Repositories?

2026-08-13 · Zhe Ye, Hantao Lou, Yuechun Sun, Peiyang Song 외 arxiv

AI agents are increasingly used for programming, but do not provide any guarantee on the correctness of generated code. Verified code generation, in which an agent produces both an implementation and a machine-checked pr…

Code Generation

EvolveRouter: Co-Evolving Routing and Prompt for Multi-Agent Question Answering

2026-04-06 · Jiatan Huang, Zheyuan Zhang, Kaiwen Shi, Yanfang Ye 외 arxiv

Large language model agents often exhibit complementary strengths, making routing a promising approach for multi-agent question answering. However, existing routing methods remain limited in two important ways: they typi…

Question Answering

Towards Direct Evaluation of Harness Optimizers via Priority Ranking

2026-05-21 · Kai Tzu-iunn Ong, Minseok Kang, Dongwook Choi, Junhee Cho 외 arxiv

Harness optimization enables automated agent creation by having an optimizer agent iteratively update the harness of target agents. Despite its success, current studies evaluate optimizers solely by observing target agen…

Self-Evolving Embodied Agents via Skill-Harness Evolution

2026-08-11 · Peidong Wang, Zhiming Ma, Ying Chang, Xufang Luo 외 hf

Embodied agents are increasingly built as systems around foundation models, where performance depends not only on model weights but also on the skills, context, action interfaces, and execution harness surrounding the mo…

Reinforcement Learning

Evolving Agents in the Dark: Retrospective Harness Optimization via Self-Preference

2026-06-04 · Wenbo Pan, Shujie Liu, Chin-Yew Lin, Jingying Zeng 외 arxiv

AI agents rely on a harness of skills, tools, and workflows to solve complex problems. Continually improving this harness is essential for adapting to new tasks. However, existing optimization methods typically require g…