LongHorizon-Harness: Advancing Long-Horizon Agents for Real-World Tasks
Summary
Introduces LongHorizon-Harness, a task-state management approach for long-horizon LLM agents using a Manage-Execute-Audit loop, showing consistent improvements across models and benchmarks like WeaveBench and OSWorld.
View Cached Full Text
Cached at: 08/04/26, 09:38 AM
Paper page - LongHorizon-Harness: Advancing Long-Horizon Agents for Real-World Tasks
Source: https://huggingface.co/papers/2608.01964
Abstract
Largelanguagemodel(LLM)agentsincreasinglyundertakelong-horizontasksthatrequiresustainedreasoning,tooluse,andrevisionacrossmanyinterdependentsteps.However,existingagentharnessesmaintaintaskexecution,taskstate,andcompletionassessmentwithinagrowingcontext,makingthestatedifficulttotrackandallowingincorrectself-assessmentstopropagateintolaterdecisions.Wereformulatelong-horizonexecutionasatask-statemanagementproblemandproposeLongHorizon-Harness,whichmaintainsthetaskstateexplicitlyoutsideexecutionandupdatesitonlywithfactsindependentlyverifiedfromtheenvironment.ItsManage-Execute-Audit(MEA)loopusesamanagertomaintainthetaskstateanddeterminethenextsubtask,afresh-contextexecutortoperformit,andaread-onlyauditortoverifytheresultingenvironmentstatebeforethenextround.AlightweightAgentAdaptersupportsinterchangeablemodelandharnessbackendswithoutmodifyingtheirnativeagentloops.LongHorizon-HarnessimprovesQwen~3.7-Plusfrom51.8%to80.7%onWeaveBench,from69.7%to77.2%onTerminal-Bench~2.1,andfrom2.8%to8.3%onOSWorld~2.0.ItalsoraisesClaudeOpus~4.7from20.0%to34.3%onanOSWorld2.0subset,demonstratingconsistentgainsacrossmodels,harnesses,andinteractiondomains.
View arXiv pageView PDFProject pageGitHub51Add to collection
Get this paper in your agent:
hf papers read 2608\.01964
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.01964 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.01964 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.01964 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
OneDayAgent: Towards a Long-Horizon Harness for Autonomous Agents
OneDayAgent is a long-horizon harness for autonomous agents that decomposes open-ended tasks into bounded subtasks, manages execution memory under context pressure, and verifies/repairs final outputs. It achieves state-of-the-art results on AgentIF-OneDay with GLM-5.2 and generalizes across five backend LLMs.
EvoHarness-RL: Learning Self-Evolving Runtime Harness for Long-Horizon LLM Agents
Introduces EvoHarness-RL, a framework that learns runtime harness policies for long-horizon LLM agents, enabling them to construct and update external state (belief, progress, experience) during task execution. Using Qwen3-8B on ALFWorld, it achieves 96.9% success and reveals harness annealing and evolution dynamics.
Harnesses for Inference-Time Alignment over Execution Trajectories
This paper studies harness design for LLM agents, separating it into task decomposition and guided execution, and shows that more elaborate harnesses are not uniformly better; it reveals failure modes and proposes partial harnesses as effective.
@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.
Self-Harness: Harnesses That Improve Themselves
Self-Harness introduces a new paradigm where LLM-based agents iteratively improve their own operating harness by mining model-specific weaknesses, proposing harness modifications, and validating them through regression testing, achieving substantial performance gains on Terminal-Bench-2.0 across multiple base models.