LongHorizon-Harness: external task state + audit loop triples OSWorld agent scores
rohanpaul_ai · x · 2026-08-30
arXiv paper LongHorizon-Harness (2608.01964) tackles LLM agents on long-horizon tasks:
- Problem: existing harnesses keep execution, task state, and completion assessment inside a growing context, making state hard to track and letting wrong self-assessments propagate into later decisions.
- Method: reformulates long-horizon execution as task-state management — state is maintained explicitly outside execution and updated only with facts independently verified from the environment. A Manage-Execute-Audit (MEA) loop uses a manager to maintain state and pick subtasks, a fresh-context executor, and a read-only auditor verifying environment state each round. A lightweight AgentAdapter swaps models and harness backends without touching native agent loops.
- Results: Qwen 3.7-Plus improves from 51.8% to 80.7% on WeaveBench, 69.7% to 77.2% on Terminal-Bench 2.1, and 2.8% to 8.3% on OSWorld 2.0; Claude Opus 4.7 rises from 20.0% to 34.3% on an OSWorld 2.0 subset — consistent gains across models, harnesses, and domains.
More from coding & agent
- Thread: What Personal Agent App Do You Use Most? — dbreunig · 2026-08-30
- JIT-Agent: Weaker Models Beat Stronger Ones via Self-Written Scaffolding — krishnan · 2026-08-30
- Forcing bot names isn't dumb — delegate them: a Grok Bot orchestration workflow — omarsar0 · 2026-08-30
- Codex nearly one-shots a 20-year-old PHP codebase rebuild in modern JavaScript — cnakazawa · 2026-08-30
- Ex-Engineering Director: Coding with LLMs is building the system around the system — viksit · 2026-08-30
- Are there real business use cases for true agentic systems beyond customer support? — AdGrouchy7150 · 2026-08-30