Papers
arxiv:2608.20169

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

Published on Aug 24
ยท Submitted by
Atsuyuki Miyai
on Aug 25
Authors:
,
,

Abstract

Task-CoEvolve improves LLM harness optimization by adaptively selecting validation tasks and estimating full-set performance from partial evaluations, cutting evaluation costs by 80%.

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 substantial performance gains without updating the underlying model weights. Existing approaches, however, evaluate a fixed validation set in full at every iteration, incurring substantial evaluation costs even on tasks that become less discriminative as the harness evolves. We propose Task-CoEvolve, which co-evolves the validation tasks with the harness by addressing two challenges: selecting informative tasks and estimating full-set performance from partial evaluations. Task-CoEvolve builds on the observation that tasks on which candidate harnesses disagree are more informative for distinguishing among them than tasks that are consistently solved or failed. It uses variance-weighted sampling based on past outcomes to focus evaluation on tasks near the capability frontier, with the sampling distribution adapting as the harness evolves. It then estimates full-set scores from the sampled tasks by accounting for their sampling probabilities, enabling consistent comparisons across iterations despite evaluating different subsets. Experiments on online text classification and Terminal-Bench 2.1 show that Task-CoEvolve consistently outperforms subset-based baselines and matches the final performance of full-set search while reducing the number of evaluations during optimization by 80%. Code will be released at https://github.com/Agent4Science-UTokyo/Task-CoEvolve.

Community

Paper submitter

A major challenge for scaling recursive self-improvement, especially in harness optimization, is the cost of evolution.

We introduce a fundamentally different approach that cuts the evolution cost of existing harness optimization by up to 80%.

๐Ÿš€ Introducing Task-CoEvolve
Existing approaches focus on using fewer candidates or fewer iterations. Task-CoEvolve takes an orthogonal direction: instead of reducing the search itself, we reduce the number of evaluation tasks at each iteration.

๐Ÿ’ก The key idea is simple: not every validation task needs to be evaluated at every iteration.

Task-CoEvolve co-evolves the validation tasks together with the harness:

  • Select informative tasks based on the evolving harnesses
  • Adaptively update which tasks are evaluated
  • Estimate full-set performance from partial evaluations

๐Ÿ“Š Results
On online text classification and Terminal-Bench 2.1, Task-CoEvolve matches the performance of full-set search using only 20% of the evaluations (reducing the overall search cost by 67โ€“80% in Terminal-Bench 2.1)๐Ÿ”ฅ

๐Ÿ“„ https://arxiv.org/abs/2608.20169
Github:
https://github.com/Agent4Science-UTokyo/Task-CoEvolve

Sign up or log in to comment

Get this paper in your agent:

hf papers read 2608.20169
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

Cite arxiv.org/abs/2608.20169 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2608.20169 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2608.20169 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.