Field note · implementation

Why AI Workflow Estimates Ignore Review, Correction, Escalation Time

A 30-task controlled reproduction shows how review, correction, escalation, and waiting turn a straight-through AI saving into an exception-aware estimate.

13 minute read
  • AI workflows
  • AI implementation
  • Business value
Illustration of an AI workflow estimate split into execution, review, correction, escalation, and waiting time

I start with a blunt distinction: the usual estimate has one attractive line, manual handling time minus AI execution time. That line answers the wrong question.

The decision is whether the task is finished after the model runs. If a reviewer checks it, corrects it, escalates it, or waits for it, those minutes belong in the estimate.

Illustration of a row-level AI workflow measurement worksheet with timing and quality fields

What were the actual observed results?

The actual observed outputs of the deterministic reproduction show that the all-in estimate still won overall, but it was materially smaller than the straight-through estimate. Four of 30 tasks were faster manually once review, correction, escalation, and waiting were counted. The rows are synthetic fixtures, so this is a run-level result, not a production rate.

Result table

MeasureTotal for 30 tasksPer taskWhat the estimate sees
Manual baseline279.0 min9.30 minHuman handling counterfactual
AI execution36.6 min1.22 minStraight-through machine step
Naive savings242.4 min8.08 minManual baseline minus AI execution
Reviewer time27.0 min0.90 minActive checking
Correction or rework18.5 min0.62 minActive changes and bounded reruns
Escalation17.5 min0.58 minActive specialist or owner work
Queue or waiting37.4 min1.25 minElapsed delay, not paid labor
All-in elapsed automation137.0 min4.57 minEvery automated-path component
All-in savings142.0 min4.73 minManual baseline minus all-in time

Review, correction, escalation, and waiting consumed 41.4% of the reproduction's naive savings.

That is the sourceable result on this page. It belongs to this controlled synthetic reproduction, not to every AI workflow. The row-level data and calculation rules are below so you can replace the values with your own.

Why does a straight-through estimate miss the real work?

It misses the work because the model is treated as the workflow rather than as one segment inside the workflow. The estimate stops when a response exists. The operator stops when the outcome is acceptable and owned.

NIST's AI Risk Management Framework is designed to support trustworthy considerations across design, development, use, and evaluation. Its companion Playbook organizes suggested actions around Govern, Map, Measure, and Manage, while stating that it is not a checklist to follow in full. That distinction matters here: the estimate needs a measurement boundary, not another generic risk list. (NIST AI Risk Management Framework, NIST AI RMF Playbook)

Google Cloud's current agent design guidance asks teams to define task characteristics, latency and performance, cost, and human involvement. It also says predictable or highly structured tasks may be more cost-effective with a non-agentic solution. Those are estimation inputs, not architecture trivia. (Google Cloud agent design guidance)

I use the same distinction when I teach product managers to build and ship instead of stopping at specifications: “done” has to describe the accepted outcome, not the moment a tool returns. That is a teaching observation from Marius Manolachi's product-management work, not a measured success rate. (Marius Manolachi's AI teaching work)

What should an AI workflow estimate count?

Count each task from input arrival to an accepted outcome, and keep active labor separate from elapsed delay.

FieldDefinitionInclude in active labor?Include in all-in elapsed time?
Manual baselineMinutes for a human to complete the same task under the stated counterfactualYesYes
AI executionMachine time from invocation to usable outputNoYes
Reviewer timeActive time checking the output against the acceptance ruleYesYes
Correction or reworkActive time editing, repairing, or rerunning the outputYesYes
EscalationActive time spent by a specialist, owner, or second-line reviewerYesYes
Queue or waitingTime the task is waiting for a worker, reviewer, dependency, or responseNoYes
Outcome qualityThe accepted result, such as pass, corrected, or escalatedNoNo, but required for analysis
Manual fasterYes when all-in elapsed automation time exceeds the manual baselineNoNo, derived

The distinction prevents two common errors. If you exclude review and rework, you overstate capacity. If you charge every minute of queue time as reviewer labor, you overstate payroll cost. Report both views.

What method and sample produced the row-level result?

The method was a dated 2026-08-23 deterministic controlled reproduction of a bounded product-feedback classification and routing workflow. The sample was 30 completed synthetic fixtures, numbered T01-T30. It did not call a production model, use customer data, or measure a live team's timestamps. The values are visible scenario inputs, and the totals and derived findings are the observed outputs of the published formulas.

Each fixture recorded a manual baseline, AI execution, reviewer time, correction or rework, escalation, queue or waiting, a quality label, and whether all-in elapsed automation was slower than the manual baseline. The units are minutes per task, rounded to one decimal place. all_in_elapsed is the sum of execution, review, rework, escalation, and waiting.

IDManualAI execReviewReworkEscalationWaitQualityManual faster?
T018.01.00.00.00.00.2passno
T0210.01.20.00.00.00.4passno
T037.00.91.00.50.00.8correctedno
T0412.01.50.00.00.00.2passno
T059.01.10.80.00.01.0pass-after-reviewno
T0611.01.31.20.80.00.6correctedno
T078.01.00.60.40.00.4correctedno
T0810.01.20.00.00.00.3passno
T096.00.80.50.20.00.7correctedno
T109.01.10.90.60.00.9correctedno
T1112.01.41.51.20.01.2correctedno
T127.00.90.70.43.52.0escalatedyes
T138.01.00.00.00.00.3passno
T1411.01.31.00.50.00.8correctedno
T159.01.10.80.40.00.5correctedno
T1610.01.21.10.90.01.0correctedno
T176.00.80.50.20.00.6correctedno
T1813.01.63.02.54.05.0escalatedyes
T198.01.00.00.00.00.4passno
T209.01.10.90.50.00.7correctedno
T2110.01.21.00.70.01.0correctedno
T227.00.90.60.30.00.5correctedno
T2311.01.31.31.02.52.3escalatedno
T248.01.00.70.30.00.6correctedno
T2512.02.53.02.53.55.0escalatedyes
T269.01.10.80.60.00.9correctedno
T2710.01.20.00.00.00.3passno
T287.00.91.10.80.01.4correctedno
T2914.03.03.53.04.07.0escalatedyes
T308.01.00.50.20.00.4correctedno

The reproduction contains 23 reviewed tasks, 22 with correction or rework, and 5 escalations. Those counts describe this fixture set. They are not expected rates for your workflow.

When does automation win, tie, or lose?

Use the row-level all-in formula first. Then test the mean result against the mean manual baseline and add fixed setup time to the volume calculation.

all_in_elapsed = AI execution + review + rework + escalation + wait
all_in_savings = manual baseline - all_in_elapsed

In this reproduction, mean all-in time is 4.57 minutes against a 9.30-minute manual baseline, so the mean task wins. The four “manual faster” rows show why the mean is not enough for an operating decision. An exception route can erase the benefit on the exact tasks that need the most ownership.

The review-rate sensitivity below holds correction, escalation, waiting, and AI execution at the reproduction means. The fixed non-review portion is 3.67 minutes per task. “Win” means all-in time is below the 9.30-minute manual mean.

Review rate1 min/review3 min/review5 min/review7 min/review
25%3.92 win4.42 win4.92 win5.42 win
50%4.17 win5.17 win6.17 win7.17 win
75%4.42 win5.92 win7.42 win8.92 win
100%4.67 win6.67 win8.67 win10.67 lose

At the reproduction's 76.7% review rate, the mean breaks even at 7.35 reviewer minutes per reviewed task under the other base assumptions. That is a useful threshold to measure, not a universal limit.

How does volume change the payback decision?

Fixed setup time creates a volume threshold. With a 240-minute setup assumption, the reproduction yields about 5.98 active-labor minutes saved per task and 4.73 all-in elapsed minutes saved per task.

Monthly tasksActive-labor net after setupAll-in elapsed net after setupDecision
25-91 min-122 minloses at this setup cost
50+59 min-3 minactive labor wins; elapsed is tied
100+358 min+233 minboth views win

The break-even volume is about 41 tasks for active labor and 51 tasks for all-in elapsed time. If the setup takes 480 minutes, double those thresholds. If your measured per-task saving is half as large, double them again.

How can you reuse the calculation worksheet?

Start with a row-level log, not an average. Copy these columns into a spreadsheet or event schema:

ColumnEntry rule
task_idStable anonymized task identifier
completed_atTimestamp for the completed task
manual_baseline_minMeasured or carefully reconstructed manual counterfactual
ai_execution_minInvocation start to usable output
reviewer_minActive review minutes only
correction_rework_minActive correction, repair, or rerun minutes
escalation_minActive specialist or owner minutes
queue_wait_minTime waiting for a worker, reviewer, dependency, or user
outcome_qualityPass, pass-after-review, corrected, escalated, or another defined label
manual_fasterDerived from all_in_elapsed_min > manual_baseline_min
all_in_elapsed_minSum of execution, review, rework, escalation, and wait
all_in_savings_minManual baseline minus all-in elapsed

Then run five checks:

  1. Measure at least 30 completed tasks before making the first estimate.
  2. Separate machine time, active human time, and waiting time.
  3. Keep task-level quality and escalation labels beside the timing fields.
  4. Compare straight-through, active-labor, and all-in elapsed savings.
  5. Vary review rate, review burden, exception burden, and setup cost before approving scale.

The AI agent ROI guide covers the broader benefit and cost ledger. The queue-backed workflow guide covers the durable execution states that make queue and retry timestamps available. The AI proof-of-concept scoping guide is the canonical parent for deciding whether this measurement belongs in a bounded implementation.

What are the limitations, and what do we still not know?

The main limitation is scope: this does not prove that AI saves 4.73 minutes per task in production. The workflow is synthetic, the manual baseline is a counterfactual, and the timing values are transparent scenario inputs. The result is evidence about the arithmetic of hidden work, not a forecast for a real team.

It also does not prove that queue time should be converted into labor cost. Waiting changes elapsed completion and service capacity. Active reviewer, correction, and escalation minutes change labor capacity. Keep those views separate until the decision requires a financial conversion.

We still do not know how review, correction, escalation, and waiting distribute across a real workflow, whether the manual counterfactual matches observed handling time, how task difficulty changes the burden, or whether this break-even threshold transfers to another team, model, or queue. A real pilot must replace the fixtures with timestamped records before a material investment decision.

The external evidence points in the same direction without supplying this page's numbers. The Alibaba field experiment found that AI deployment reduced average chat duration but lowered ratings for AI-eligible chats, and that intervention effectiveness differed by escalation type and timing. The study makes the practical point that “escalated” is not one uniform cost bucket. (Alibaba field experiment)

The developer oversight study identified four forms of oversight work, including proactive control and real-time monitoring as well as post hoc review. That supports measuring review as work before and during execution, not only as a final approval click. (Human oversight of agentic systems in practice)

What should an implementation leader do next?

Replace the synthetic rows with a dated sample from one bounded workflow. Keep the same columns. Do not approve scale from the happy path.

If you want a team to learn this measurement loop while building its own workflow, Marius Manolachi's AI consulting and tutoring work is designed to make existing people capable of building AI products on their own work. The worksheet remains useful without that next step.

Questions people ask next

Should queue time count in an AI workflow estimate?

Count queue time in the all-in elapsed result because it changes completion time and service capacity. Keep it separate from active reviewer labor so the estimate does not turn waiting into a false payroll cost.

How many tasks should I measure before scaling an AI workflow?

Use at least 30 completed tasks for an initial bounded estimate, then replace the controlled sample with timestamped production records covering normal work and exceptions. The sample size is a starting floor, not proof that the estimate generalizes.

What is the simplest formula for all-in AI workflow savings?

Subtract AI execution, reviewer time, correction or rework, escalation, and queue or waiting time from the manual baseline for each task. Sum or average those row-level results, then test review and exception rates against the manual baseline.