Benchmarking Harness Self-Improvement

EVO-BENCH

Can Language Models Improve Agent Harness?

Measuring a model's intrinsic ability to autonomously diagnose, rewrite, and improve the executable agent harness.

9
Evolver models
evaluated
608
Harness-sensitive
tasks
+16.6
Best absolute gain
over seed
3
Agent domains,
5 benchmarks
48h
Research budget
per run
Leaderboard

Harness-Evolving Capability

Dataset

Get Evo-Bench on Hugging Face

Evo-Bench

RUCAIBox/Evo-Bench · validation + evaluation splits
validation 160 evaluation 448 total 608
Open in Hugging Face
Domains
3 search / office / general
Source benchmarks
5
Candidate pool
2,329 screened
Selection
Sens > 0 stratified
# pip install datasets
from datasets import load_dataset

# the suite an evolver may evaluate against during a run
val  = load_dataset("RUCAIBox/Evo-Bench", split="validation")

# sealed until the harness is frozen
test = load_dataset("RUCAIBox/Evo-Bench", split="evaluation")
Each task carries its source benchmark, domain, native scorer, difficulty stratum, and harness-sensitivity score, so you can reproduce the split or re-stratify it yourself.
608harness-sensitive tasks

Three agent domains · five source benchmarks

Search

320
BrowseComp16032 validation · 128 evaluation
HLE16032 validation · 128 evaluation

Office

192
GDPval9632 validation · 64 evaluation
APEX-Agents9632 validation · 64 evaluation

General

96
Claw-Eval9632 validation · 64 evaluation
Validation160
Evaluation448
Validation: 32 tasks from each benchmark.Evaluation remains sealed until the harness is frozen.

Explore Evo-Bench

Team
Lisheng Huang1,* Chen Yang2,* Hao Zhou2 Huatong Song1 Zongchao Chen2 Ran Le2 Yang Song2,† Wayne Xin Zhao1,† Tao Zhang2
1Gaoling School of Artificial Intelligence, Renmin University of China
2BOSS Zhipin, Beijing, China
* Equal contribution  ·  † Corresponding authors
huanglisheng@ruc.edu.cn  ·  batmanfly@gmail.com  ·  songyang@kanzhun.com
Citation
@inproceedings{huang2026evobench,
  title     = {Evo-Bench: Can Language Models Improve Agent Harness?},
  author    = {Huang, Lisheng and Yang, Chen and Zhou, Hao and Song, Huatong and
               Chen, Zongchao and Le, Ran and Song, Yang and Zhao, Wayne Xin and
               Zhang, Tao},
  booktitle = {Advances in Neural Information Processing Systems},
  year      = {2026},
  url       = {https://github.com/RUCAIBox/Evo-Bench}
}