Harness-Zero: Harness Distillation via Agent-as-Harness
Summary
This paper introduces Harness-Zero, a method for distilling optimized agent harnesses into large language models via agent-as-harness, significantly boosting task performance in knowledge work, tool use, and science domains even after specialized harnesses are removed.
View Cached Full Text
Cached at: 09/22/26, 07:27 AM
Paper page - Harness-Zero: Harness Distillation via Agent-as-Harness
Source: https://huggingface.co/papers/2609.24974
Abstract
Agentharnesses,theexternalsystemsthatmediatemodel-environmentinteraction,cansubstantiallyimproveagentperformance,buttheirgainsremaintiedtotheharnessatdeployment.Becausethebestharnessvariesacrossdomains,instances,andmodels,ageneral-purposeagentmusteithersettleforasuboptimalsharedharnessorrouteamonganever-growingsetofspecializedones.Wethereforestudyagentharnessdistillation:usingadomain-orinstance-optimizedharnessastraining-timeguidanceandtransferringthebehaviorsitinducesintomodelweights,sothatitsgainssurviveunderasinglefixedtargetharness.Thechallengeisthatthetwoharnessesdifferinactionspaceandavailableinformation,soguidancefromtheoptimizedharnesscannotservedirectlyassupervisionforthetargetone.WeintroduceHarness-Zero,whichenablesharnessdistillationthroughagent-as-harness.Guidedbytheoptimizedharness,aharnessingagentcorrectsstudentresponsesbeforeexecutioninthetargetharness’sactionspace,turningharnessguidanceintotrainingdemonstrations.Fine-tuningontheresultingtrajectoriesinternalizesharness-inducedbehaviorintothemodel,sothespecializedharnesscanberemovedatdeployment.Ourexperimentsspanningknowledgework,tooluse,andsciencedomainsshowthat:(1)ForfrontierLLMsusingthesameevolvedharness,agent-as-harnessoutperformscode-as-harness.(2)Withthespecializedharnessremovedatdeployment,Harness-Zeroimprovesthebasemodel’smacro-averagetasksuccessfrom23.3%to44.3%,evenexceedingthe41.7%itreacheswiththatharnessstillattached.(3)Harness-Zerorecoversharness-inducedbehaviorsabsentfromthebasemodel,with82.3%averagerecoveryacross28patternsinthethreedomains.
View arXiv pageView PDFGitHub1Add to collection
Get this paper in your agent:
hf papers read 2609\.24974
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/2609.24974 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.24974 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.24974 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
HarnessX: A Composable, Adaptive, and Evolvable Agent Harness Foundry
HarnessX is a foundry for composable, adaptive, and evolvable AI agent harnesses that uses compositional primitives and trace-driven evolution to improve agent performance. Across five benchmarks, it achieves an average gain of +14.5% (up to +44.0%), demonstrating that runtime interface evolution is a complementary lever to model scaling.
best of the best agentic harnesses do this…
The author shares insights on building effective agent harnesses: the best ones minimize LLM reliance for trivial tasks and reserve LLMs for complex reasoning, distinguishing genuine harnesses from simple wrappers.
@dair_ai: // State-Externalizing Harnesses // A new paradigm is emerging on how to effectively build agents and harnesses. If the…
Harness-1 introduces a state-externalizing harness that separates routine bookkeeping from policy decisions in search agents, enabling a 20B model to outperform larger frontier searchers across multiple benchmarks.
@omarsar0: // Self-Harness: Harnesses That Improve Themselves // (bookmark this one) Most of the agent scaffolds we rely on today …
This paper introduces Self-Harness, a new paradigm where LLM-based agents iteratively improve their own operating harness—prompts, tools, and control flow—without human engineers or stronger external agents, achieving significant performance gains across multiple models.
@omarsar0: Highly recommended. I've often claimed there's huge alpha in building agent harnesses. Turns out harnesses are composit…
Discusses the concept of agent harnesses as compositional generalizers for scaling generalization in models, referencing the RLM harness.