Search papers, labs, and topics across Lattice.
This paper introduces HarnessCompass, an innovative framework for automatic harness evolution that enhances the performance of agents in executable environments by addressing limitations in existing methods. By implementing constrained evolution, proactive feedback, and component-wise optimization, HarnessCompass significantly reduces overfitting and cross-component interference, leading to improved generalization across tasks. The framework achieves a notable increase in Pass@1 performance from 54% to 66% in just five iterations, showcasing its effectiveness compared to previous approaches and its ability to transfer to new tasks and models.
HarnessCompass boosts agent performance by 22% in just five iterations, setting a new standard for generalization in automatic harness evolution.
Harness design plays a critical role in agent performance by shaping how large language models (LLMs) perceive, reason over, and act within executable environments. Recent work has proposed automatic harness evolution, which iteratively improves the harness from agent--environment interactions. However, existing methods often overfit to the evolution tasks, rely exclusively on trajectory-derived signals, and optimize harness components jointly, causing interference across components. We propose HarnessCompass, a novel automatic harness evolution framework built around constrained evolution, proactive feedback, and component-wise optimization. HarnessCompass first enforces global constraints on evolution, restricting modifications to task-agnostic harness changes that generalize beyond the evolution tasks. It then augments trajectory-derived evidence with proactive first-person feedback from the agent about harness usage, yielding richer signals for evolution. Finally, it decouples the optimization of different harness components before consolidating them into a unified harness, reducing cross-component interference while preserving component synergy. On SWE-bench Verified with GPT-5.4, HarnessCompass improves Pass@1 from 54\% to 66\% in only 5 evolution iterations, outperforming AHE in both effectiveness and evolution efficiency. In addition, the evolved harness transfers effectively to held-out tasks and other models, demonstrating substantially stronger generalization than prior automatic harness evolution methods.