paper-with-me

Papers

HarnessOpt-Bench: Evaluating LLMs at Harness Optimization

2026-08-06 · Varun Ursekar, Apaar Shanker, Yash Maurya, Shehab Yasser, Vijay S. Kalmath, Veronica Chatrath, Yuan Xue hf

As LLMs are increasingly deployed within agentic systems, their capabilities depend not only on the model weights but also on the harness: the prompts, tools, control flow, memory, and orchestration code surrounding them. This makes automated harness optimization -- the iterative and evaluation-guided improvement of a harness by an AI system -- both an important route to improving AI systems and a demanding capability for AI systems themselves. Yet the community lacks a common protocol for measuring how well frontier LLMs perform at this task. We introduce HarnessOpt-Bench, a benchmark for end-to-end harness optimization under expensive and stochastic evaluation. An optimizer, an LLM paired with a coding harness, receives a target agent's seed harness, graded evaluation feedback, and a fixed target-evaluation budget. It edits the harness and nominates a final candidate, which is scored by its normalized gain over the seed on a held-out test partition that remains inaccessible throughout search. A trusted execution environment enforces the evaluation boundary, meters target-agent resource use, and preserves candidate versions for audit. We evaluate 5 frontier LLMs as optimizers both under a shared coding harness and under their native harnesses across 4 downstream tasks, over 111 scored runs. Experiment results show that optimizer models separate more than the coding harnesses they act through, native harnesses are not consistently superior, and gains vary substantially across tasks and seed regimes. These results establish harness optimization as a measurable and discriminative capability with large space for improvement.

📄 PDF Abstract BibTeX arXiv:2608.06301

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SkillOpt-Lite: Better and Faster Agent Self-evolution via One Line of Vibe

2026-07-03 · Yifei Shen, Bo Li, Xinjie Zhang hf

While skill optimization for autonomous agents has gained traction, existing methods rely on complex pipelines. This leaves a fundamental question unaddressed: What constitutes a minimal viable pipeline for skill optimiz…

Attribute Mining

VeRO: A Harness for Agents to Optimize Agents

2026-02-25 · Varun Ursekar, Apaar Shanker, Veronica Chatrath, Yuan Xue 외 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 un…

Task-CoEvolve: Efficient Harness Optimization via Adaptive Validation Task Selection

2026-08-20 · Atsuyuki Miyai, Kiyoharu Aizawa, Toshihiko Yamasaki arxiv

We present a novel approach to efficient LLM harness optimization through adaptive validation task selection. Harness optimization iteratively rewrites the harness code based on validation performance, enabling substanti…

Text Classification

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…

ConDABench: Interactive Evaluation of Language Models for Data Analysis

2025-10-10 · Avik Dutta, Priyanshu Gupta, Hosein Hasanbeig, Rahul Pratap Singh 외 arxiv

Real-world data analysis tasks often come with under-specified goals and unclean data. User interaction is necessary to understand and disambiguate a user's intent, and hence, essential to solving these complex tasks. Ex…