AI Task Completion Time Horizons: What METR's Research Means for Your Product Roadmap
TL;DR
METR (Model Evaluation and Threat Research) tracks a single benchmark called the task completion time horizon: how long a task takes a human expert, measured at the point where an AI completes it 50% of the time. Claude 3.7 Sonnet had a 1-hour horizon. Claude Opus 4.6 reached 12 hours. Models are improving at 10x per year. As an AI PM, this benchmark is the most useful leading indicator of what your product can credibly automate now versus 6 months from now. This article explains how to read it, what current numbers mean, and how to wire it into your roadmap planning without over-promising to stakeholders.
The AI PM Minute
One tactic to make you a sharper AI PM, twice a week. 60 seconds to read. Free.
No fluff. Unsubscribe anytime.
What a Task Completion Time Horizon Actually Measures
The time horizon benchmark, developed by METR, answers a specific question: for tasks that take a human expert a given amount of time, at what point does an AI succeed 50% of the time? It is a capability floor, not a ceiling.
The benchmark uses a curated suite of real software engineering and research tasks with verified human completion times. For each task, METR runs multiple AI attempts and fits a curve to the success rate as a function of task duration. The 50th percentile point on that curve is the time horizon.
Why 50%? Because that is the threshold where autonomous use becomes plausible. A model that succeeds 50% of the time on a 1-hour task can, with retries and human review, handle that class of work in practice. Below 10% success rate, autonomous deployment is generally not viable. Above 80%, human oversight becomes overhead rather than safety.
Time horizon
The task duration at which an AI succeeds 50% of the time. Higher is harder.
Success rate curve
A fitted logistic curve showing how success probability falls as task duration increases.
Improvement rate
How quickly the 50% threshold is advancing. Currently 10x per year across frontier models.
The benchmark suite has expanded over time: METR grew from 170 tasks to 228 in 2026, deliberately adding more long-horizon tasks (8+ human hours) as frontier models started clearing the shorter ones. The suite includes tasks in software engineering, data analysis, API integration, research synthesis, and code debugging.
Where Today's Frontier Models Actually Land
The benchmark results tell a clear capability story. Twelve months ago, frontier models were clearing 15-minute tasks at the 50% threshold. Today that threshold has moved into multi-hour territory.
~5 minutes
GPT-4 class (early 2024)
Reliable at single-step coding subtasks. Multi-step tasks involving context switching failed frequently.
~1 hour
Claude 3.7 Sonnet (early 2025)
The first model METR classified as clearing the 1-hour threshold at 50%. Capable of sustained context across a full software engineering session.
~12 hours
Claude Opus 4.6 (mid 2026)
A 12x jump from Sonnet. Can handle full day-long software engineering and research tasks with moderate reliability.
Est. 16-20 hours
GPT-6 Astra (September 2026)
OpenAI claims major advances in software engineering and scientific research. METR evaluation pending public release of scores.
The numbers have a direct product implication: a model with a 1-hour time horizon can handle tasks that fit inside a single working session without human guidance. A 12-hour model can, in principle, run an overnight coding task, synthesize a full research report, or debug a complex system failure from logs to patch. The nature of what is automatable changes qualitatively, not just quantitatively, at these thresholds.
Important caveat for product planning
The 50% success rate means half of autonomous attempts on tasks at the horizon threshold will fail. For production AI products, you typically need 80-90% reliability before removing human review. Use the time horizon as a leading indicator of where reliability will reach 80-90% in 6 to 12 months, not as a signal that 50% success today means you should ship.
The 10x/Year Improvement Rate and What It Predicts
Before 2024, METR tracked roughly a 3x annual improvement in time horizon capability. Starting in 2024, that rate accelerated to approximately 10x per year. The shift corresponds to the widespread adoption of test-time compute scaling: models that can reason longer and check their own work before committing to an answer.
At 10x per year, the math is straightforward: a model that clears a 1-hour task today should be clearing a 10-hour task in 12 months and a 100-hour task in 24 months. The 12-hour result from Opus 4.6 in mid-2026 is roughly consistent with this trajectory.
Today (Sep 2026)
12 to 20-hour tasks at 50% reliability. Full-day software engineering sprints, complex research synthesis, multi-step API integrations.
Design for AI-assisted workflows with human review at key decision points. Full autonomy for routine sub-tasks only.
12 months (Sep 2027)
120 to 200-hour tasks at 50% reliability. Week-long engineering projects, full product analysis cycles, cross-system automation at the project level.
Reconsider which tasks you architect for AI from the start. Products that don't have AI-native workflows will feel legacy.
24 months (Sep 2028)
1,000+ hour tasks at 50% reliability. Month-long software projects. Most knowledge worker tasks fall below this threshold.
Product strategy and roadmap must account for AI that can operate independently for extended periods. The PM's scope shifts upstream.
Uncertainty note
These projections assume the 10x rate continues. Architectural limits, safety constraints, and compute economics could slow or redirect the curve.
Plan for the range, not the point estimate. Design products that benefit from improvement at any rate in this range.
Learn to Build AI Products That Scale With Model Capability
The AI PM Masterclass covers how to design products that improve as models improve, including how to read capability benchmarks and translate them into roadmap decisions. Taught live by a Salesforce Sr. Director PM.
How to Wire Time Horizons Into Your Roadmap Planning
Most AI PMs plan features against the current model without a forward view of capability. The time horizon benchmark gives you a structured way to plan against a model capability trajectory, not a static snapshot.
The practical framework has three steps:
Map your features to task duration
For each feature you are considering, estimate how long the underlying task takes a skilled human. A document summary takes 10 minutes. A competitive analysis takes 4 hours. A due diligence report takes 3 days. This is your capability map input.
Apply the time horizon threshold to set reliability expectations
If a task falls at or below the current 50% horizon, you can expect 50-60% autonomous success today and 80-90% in roughly 6 to 12 months as models improve. If a task falls at 2 to 3x the current horizon, plan for human-in-the-loop now and full autonomy in 12 to 18 months. If a task is above 5x the current horizon, design for AI assistance only, not automation.
Sequence your roadmap to lead model improvement
Ship the infrastructure for tomorrow's autonomous features today. If a 4-hour task will be automatable in 12 months, the logging, eval framework, and trust UI you need should be in your next two quarters. Otherwise you will be scrambling to retrofit when the capability arrives.
This approach works for both internal AI tools (where you control the model) and external API products (where you depend on provider progress). For provider-dependent products, track the benchmark actively: when a new model crosses a threshold relevant to your use case, it is a trigger for a roadmap review, not a nice-to-know update.
Designing Features for Expanding Autonomy
The time horizon benchmark creates a product design challenge: how do you build a feature today that works at 60% AI reliability but is architected to flip to 90% autonomy when the model improves in 12 months?
The answer is a layered autonomy architecture: design the human touch points as first-class product components that can be incrementally removed without a full redesign.
Review gates
Make review easy and logged, not optional and painful. If you design review as a shortcut around failure, users skip it and trust erodes. Design review as a value-add summary of what the AI did and why, so it survives even when it is no longer strictly necessary.
Confidence indicators
Surface AI confidence as a first-class UI element from day one. When the model's reliability improves, you can raise the confidence threshold for auto-approval rather than rebuilding the UI from scratch.
Audit trails
Log every AI decision and every human override from the first ship. You will need this data to tune thresholds as reliability improves, and regulators in healthcare, finance, and legal will require it regardless.
Escalation paths
Build the escalation flow even when today's model rarely needs it. The flow you build for edge cases today is the transition UI you will use when full autonomy replaces assisted automation in 18 months.
The teams that get this right today will have a significant advantage when reliability crosses production thresholds. They will flip a switch. The teams that did not architect for it will face a 6-month redesign sprint while a competitor already ships the autonomous version.
The New Stakeholder Risk: Over-Promising Autonomy
The time horizon benchmark also helps with a recurring PM problem: stakeholders read press releases about model capability and assume your product can immediately do things it cannot do reliably at production scale.
When OpenAI announces that GPT-6 Astra can handle multi-day software engineering tasks, your executive team hears: "our product should be able to automate this class of work." The benchmark gives you a precise, defensible answer for why 50% benchmark success does not equal production deployment.
Exec asks: can we automate [X] now?
Frame it against the time horizon: tasks of this complexity fall at 2x our current model capability threshold. We can ship an AI-assisted version today at 60% reliability with human review. We should plan the fully autonomous version for Q3, when the model trajectory puts this task below the 80% reliability threshold.
Competitor announces autonomous [X]
Check the time horizon for that task class. If it is at the 50% boundary, the competitor is shipping something that will fail 50% of the time without human review. Ask what their escalation and review design looks like before assuming they have a real production advantage.
Sales team wants to promise autonomous [X] to close a deal
The benchmark is your reference point for realistic timelines. If the task is above the 80% reliability threshold, you can commit. If it is at the 50% boundary, you can commit with human review and a date for the autonomous upgrade. If it is above 2x the current horizon, do not commit to a date at all.
The time horizon benchmark is ultimately a communication tool as much as a technical one. It gives AI PMs a shared, external reference point for capability conversations that is grounded in systematic measurement rather than demo impressions or press release claims.
Turn Capability Research Into Roadmap Decisions
The AI PM Masterclass teaches you to read benchmark research, translate it into product strategy, and communicate it to stakeholders with confidence. Taught live by a Salesforce Sr. Director PM.
Related Articles
Before you go: get the AI PM Minute
One tactic to make you a sharper AI PM, twice a week. 60 seconds to read. Free.
No fluff. Unsubscribe anytime.