Long Task Success Rate Doubled: Alibaba's MEA Loop Fixes Context Decay
大模型之路 · wechat · 2026-08-26
Long-horizon agents often fail due to "context decay" and "goal drift," where errors accumulate over long conversations. Alibaba's open-source LongHorizon-Harness proposes a "Manage-Execute-Audit" (MEA) architecture:
- Core Mechanism: Decouples state management from execution context. The Manager holds a persistent task ledger, the Executor handles subtasks in fresh contexts, and the Auditor verifies results solely against environmental facts (e.g., file status).
- Performance: Using MEA, the same model improved success rates on WeaveBench from 51.8% to 80.7%, and Terminal-Bench from 69.7% to 77.2%.
- Engineering Insight: Reliability in long tasks depends more on system design than raw model power. The trade-off is increased token consumption (auditing costs 19%–38%), but it yields significantly higher stability.
More from coding & agent
- Optimizing AI coding agents with task triage to cut token usage — jbarbier · 2026-08-26
- Using AI Agents to Build Deterministic Workflows: A Hybrid Approach — Lecontodereddit · 2026-08-26
- Study: 82.8% of AI Agents Lack Interoperability — Sufficient-Pie6680 · 2026-08-26
- MCPay: a pay-per-call Go gateway to tame runaway agents on remote MCP servers — TooDu0 · 2026-08-26
- SpaceXAI Engineer Uses GrokBot Agents to Fix GrokBugs — dean_rie · 2026-08-26
- When Does AI Stop Being a Tool and Start Feeling Like a Skill? — greatlearningglobal · 2026-08-26