HarnessOpt-Bench: Evaluating LLMs at Harness Optimization
Summary
HarnessOpt-Bench is a benchmark for evaluating LLMs' ability to optimize the harness—the prompts, tools, control flow, memory, and orchestration code—around a target agent, using a fixed evaluation budget. Experiments with five frontier LLMs show that optimizer models separate more than the coding harnesses they act through, with substantial room for improvement.
View Cached Full Text
Cached at: 08/07/26, 05:56 AM
Paper page - HarnessOpt-Bench: Evaluating LLMs at Harness Optimization
Source: https://huggingface.co/papers/2608.06301
Abstract
AsLLMsareincreasinglydeployedwithinagenticsystems,theircapabilitiesdependnotonlyonthemodelweightsbutalsoontheharness:theprompts,tools,controlflow,memory,andorchestrationcodesurroundingthem.Thismakesautomatedharnessoptimization--theiterativeandevaluation-guidedimprovementofaharnessbyanAIsystem--bothanimportantroutetoimprovingAIsystemsandademandingcapabilityforAIsystemsthemselves.YetthecommunitylacksacommonprotocolformeasuringhowwellfrontierLLMsperformatthistask.WeintroduceHarnessOpt-Bench,abenchmarkforend-to-endharnessoptimizationunderexpensiveandstochasticevaluation.Anoptimizer,anLLMpairedwithacodingharness,receivesatargetagent’sseedharness,gradedevaluationfeedback,andafixedtarget-evaluationbudget.Iteditstheharnessandnominatesafinalcandidate,whichisscoredbyitsnormalizedgainovertheseedonaheld-outtestpartitionthatremainsinaccessiblethroughoutsearch.Atrustedexecutionenvironmentenforcestheevaluationboundary,meterstarget-agentresourceuse,andpreservescandidateversionsforaudit.Weevaluate5frontierLLMsasoptimizersbothunderasharedcodingharnessandundertheirnativeharnessesacross4downstreamtasks,over111scoredruns.Experimentresultsshowthatoptimizermodelsseparatemorethanthecodingharnessestheyactthrough,nativeharnessesarenotconsistentlysuperior,andgainsvarysubstantiallyacrosstasksandseedregimes.Theseresultsestablishharnessoptimizationasameasurableanddiscriminativecapabilitywithlargespaceforimprovement.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2608\.06301
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.06301 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.06301 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.06301 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Can an AI make other AIs better? We benchmarked 5 frontier LLMs at rewriting other agents' harnesses, scored on a test set they never see (HarnessOpt-Bench, arXiv + MIT code)
The article introduces HarnessOpt-Bench, a benchmark for measuring how LLMs can improve other AI agents' harnesses, and presents findings from 5 frontier models, showing that model choice has a greater impact than harness choice.
Stop Comparing LLM Agents Without Disclosing the Harness
This position paper argues that in long-horizon LLM agent tasks, the execution harness often determines performance more than the model itself, and current benchmarks misattribute harness-level gains to model improvements. It proposes a harness-aware evaluation framework with disclosure standards and variance decomposition protocols.
Beyond Prompts: Measuring and Optimizing LLM Tool-Agent Harnesses
This paper studies agent harness optimization to improve LLM tool agents without retraining, focusing on prompts and tool-boundary middleware, and introduces a protocol and the PRISM optimizer for measurable gains.
HarnessDev: Can LLMs Create and Evolve Their Own Agent Harness?
HarnessDev evaluates LLMs by their ability to build and evolve execution harnesses, revealing significant variations in performance and poor transferability across models.
Where Does Harness-Optimization Value Live? Localized Gains and the Budget-Splitting Trap in Self-Evolving LLM Agents
This paper introduces HarnessEvo to decompose LLM agent harnesses into separately-evolvable slots, revealing that optimization value is localized in specific components like reflection/control, and that uniform budget-splitting is sub-optimal, advocating for targeted budget concentration.