Adaptive Auto-Harness: Sustained Self-Improvement for Agentic System Deployment on Open-Ended Task Streams
Abstract
Adaptive Auto-Harness framework addresses dynamic task streams by decomposing performance gaps into evolution and adaptation losses, utilizing a stateful multi-agent evolver and harness tree with solve-time routing for sustained performance improvement.
Auto-harness systems such as A-Evolve, GEPA, and Meta-Harness improve LLM agents by optimizing prompts, skills, tools, memories, and supporting infrastructure from execution feedback, but they are typically evaluated on fixed offline benchmarks. Real deployments instead present open-ended task streams: histories grow without a fixed endpoint, heterogeneous tasks require different harnesses, and problem distributions shift over time. These challenges make a single repeatedly and densely updated harness brittle, causing performance degradation as accuracy peaks early and then declines. This motivates sustained harness construction with task-wise adaptation. We introduce Adaptive Auto-Harness, a framework and system for such streams. The framework decomposes the gap to an oracle harness into evolution loss and adaptation loss. The system addresses these losses with a stateful multi-agent evolver, a harness tree with solve-time routing, and human-steering hooks for cases where history lacks the needed signal. Across prediction-market, security-competition, and event-forecasting streams, Adaptive Auto-Harness outperforms five existing auto-harness baselines and ablations attribute gains to better construction, routing, or targeted human steering. Code is available in https://github.com/A-EVO-Lab/AdaptiveHarness .
Community
This paper studies auto-harness LLM agents — which improve agent system by editing harness (prompts/skills/tools/memories) instead of model weights —
under open-ended task streams, where a single densely-updated harness goes
brittle (accuracy peaks early, then declines). It frames the gap to an oracle
harness as two losses: evolution loss (the evolver's limited ability to build
good harnesses from history) and adaptation loss (committing to one harness
before seeing the task).The system reduces evolution loss with a stateful multi-agent evolver
(Analyst→Researchers→Builder→Verifier, cross-cycle memory, temporal-reveal
feedback) and adaptation loss with a harness tree plus solve-time routing.
Across prediction-market, CTF, and event-forecasting streams it beats five
auto-harness baselines (e.g. PolyBench 80.9% accuracy, +330 coverage-scaled
return). Code: https://github.com/A-EVO-Lab/a-evolve/tree/release/adaptive-auto-harness
Get this paper in your agent:
hf papers read 2606.01770 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper