Answer
How do you know whether an AI workflow is reliable enough to run unattended?
When you know its error rate on real inputs, and the cost of an undetected error is one you accept in advance.
When two things are true: you have measured its error rate on real inputs, and you would accept the cost of an undetected error before it happens. An impression that it works well is not a measurement.
The question is usually asked as though reliability were a property of the system. It is a relationship between three things: how often it is wrong, how bad a wrong answer is, and whether anything catches it. Change any one and the answer changes, which is why the same workflow can be obviously ready in one business and obviously not in another.
Start with the error rate, and measure it against real inputs rather than examples. Take a completed period, run the workflow across it, and compare its output to what actually happened. This produces two things a demonstration cannot: a rate, and a set of the inputs it gets wrong. The second is more useful than the first, because errors are almost never uniformly distributed. A workflow that is accurate overall but fails on a specific recognisable class of input is a workflow with a routing rule waiting to be written.
Then price the error. Not the average error, the undetected one, since detected errors are a cost you already pay in review. The relevant question is what happens if a wrong output goes all the way through: a customer receives something incorrect, a record is wrong until someone notices, an invoice is misfiled, a decision is made on a bad number. Where that cost is bounded and recoverable, a modest error rate is fine. Where it is a regulator, a contract or a reputation, the tolerance is different and no error rate that a language model produces will be low enough on its own.
That is the point where the answer stops being about the model. If the consequence is severe, the correct design is not a better model but a narrower job with a deterministic check around it. Constrain the output to a fixed set of values and validate it. Require a field to match a record that exists. Reject anything outside a range. Route the uncertain cases to a person instead of guessing. Each of these converts an open-ended failure into a rejected run.
Then add the observation you will need afterwards, because reliability is not a static property. Log the input, the output and the decision for every run. Sample a handful each week and check them by hand — not to catch individual errors, which is not worth anyone's time, but to notice drift, because the inputs will change and the workflow will not. The first sign of trouble in a mature automation is nearly always a change in what arrives rather than a change in what the system does.
A useful last test before going unattended: can you say, without looking, what proportion of runs need human correction and which kinds? If nobody in the business can answer that, the workflow has not been measured, whatever it has been doing. That is a statement about the evidence, not about the quality of the work, and it is the honest place to start.
Readiness for unattended running is a number and a decision, and a system that has neither is being trusted rather than deployed.
Siddharth Sharma, Context Theory
Related questions
Is a period of supervised running enough evidence?
Only if somebody was recording. Supervised running where every output was read and corrections were made silently produces a strong impression and no data, and the impression is systematically optimistic because the corrections are forgotten. Recording what needed changing during the supervised period is what converts it into evidence.
What error rate is acceptable?
There is no general figure, and any number quoted without the cost of an error attached is meaningless. The workable form is a budget: state what an undetected error costs, state how many you can absorb in a month, and derive the tolerable rate from those two. Businesses that do this usually find the limiting factor is detection rather than accuracy.
METHOD
Every figure below carries its source and the date it was verified. Nothing on this page is asserted.
The numbers on this page.
| What | Value | Specific to |
|---|---|---|
| Sub-15-minute compliance — automated routing vs manual only | 62.5% vs 39.1% | Category-wide |
| Odds of qualifying a lead — replying within the first hour vs after it | 7× | Category-wide |
2026 speed-to-lead benchmark · verified
Oldroyd, McElheran & Elkington, "The Short Life of Online Sales Leads", Harvard Business Review (March 2011) · 1.25M inbound leads across 2,241 US firms · verified
What is specific to this page.
| Kind | Claim | Check it against |
|---|---|---|
| Workflow | Readiness is a relationship between error frequency, the cost of an undetected error and the presence of a catch, rather than a property of the system, which is why an identical workflow can be ready in one business and not in another. | Stating all three quantities for the candidate workflow and observing whether any of them is unknown. |
| Software | Errors in a model-driven workflow are not uniformly distributed across inputs, so backtesting yields a recognisable class of failing input more often than it yields a diffuse rate, and that class is usually addressable by a routing rule rather than by a better model. | Grouping the failures from a backtest by input characteristic and checking whether they cluster. |
| Constraint | Where an undetected error reaches a regulator, a contract or a customer irrevocably, no error rate a language model produces is low enough on its own, and the correct response is a narrower job with deterministic validation rather than a more capable model. | Naming the worst undetected outcome for the workflow and checking whether it is recoverable. |
| Response | The earliest observable sign of degradation in a mature automation is a change in the distribution of inputs rather than a change in system behaviour, which is why weekly sampling is for detecting drift rather than for catching individual errors. | Comparing the input mix of a workflow's current week against its first month of operation. |
Each row would be wrong on another industry's page. Where a sourced figure exists it is in the table above instead; these are the constraints that shape the work and do not happen to be numbers.
Start with the measurement.
Reading about a benchmark is not the same as knowing your own number. The audit produces yours, measured rather than estimated.
$497 · delivered in 5 business days · credited against month one