🤖 AI Summary
This work addresses the current lack of a standardized protocol for evaluating large language models’ (LLMs’) ability to optimize external components of intelligent agents—such as prompts, tools, and control flows. It introduces the first auditable, resource-constrained, and evaluation-isolated harness optimization benchmarking framework, which enforces assessment boundaries via trusted execution environments and incorporates standardized scoring, version tracking, and fixed-budget controls to enable systematic multi-model, multi-task, and multi-seed experimentation. Across 111 experimental runs, the study reveals that the optimizer model itself is more discriminative than the initial harness, that native harnesses exhibit no consistent advantage, and that optimization gains are highly dependent on both task and initial configuration. This work establishes harness optimization as a measurable and discriminative capability in AI systems.
📝 Abstract
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.