Reliability
How to tell if an AI agent is accurate enough to trust with your work
Last updated: 14 July 2026
When you look at AI tools for your business, almost every one leads with a number. 95 percent accurate. 99 percent accurate. Near-perfect. The number feels reassuring, so the natural next question is whether that is high enough to trust the tool with your invoices, your claims, or your customer records. That is the wrong question, because the number in the brochure was measured on someone else's paperwork, not yours.
Accuracy is not a property of the model. It is a property of the model running on your specific documents, doing your specific task, judged against a bar you set. The same extraction engine that hits 99 percent on clean typed invoices can drop well below that on the crumpled, scanned, handwritten-in-the-margin documents your business actually receives. A borrowed number tells you the tool can work somewhere. It tells you almost nothing about whether it works here.
The good news is that accuracy is measurable, and you can measure it before you commit. This piece explains what accuracy really means (it is three different things, and one of them matters more than the rest), how to test it on your own documents against a standard written down in advance, and how to count what the errors actually cost. By the end you will be able to tell whether an AI agent is accurate enough for a specific job in your business, rather than accurate enough for a demo.
The short version
- A vendor accuracy number is measured on their sample, not your documents, so it does not predict your result.
- Accuracy is three questions: how often it is right, how often it is confidently wrong, and how often it correctly flags that it is unsure. The last one matters most.
- Confident wrong answers are the expensive ones, and current models are trained in ways that reward confident guessing over saying 'I am not sure.'
- The only honest test is a labeled sample of your own real documents, scored on field accuracy and document accuracy, against a bar written down before the build.
- Escalation thresholds route low-confidence cases to a human, which turns a good-enough model into a reliable workflow.
- Not all errors cost the same, so price the errors the workflow makes before deciding whether the accuracy is good enough.
A borrowed accuracy number is measuring someone else's paperwork
When a vendor advertises 95 to 99 percent accuracy, that figure is usually real. It is just real on a clean, well-behaved test set. Industry coverage through 2026 is consistent on this point: intelligent document processing tools can genuinely hit 95 to 99 percent on tidy, typed invoices, but real-world accuracy and the share of documents that flow through with no human touch depend heavily on document type, scan quality, and how the workflow is designed. Your incoming mail is not a clean test set. It is faxed purchase orders, phone photos of receipts, and forms with handwriting in the wrong box.
There is a second trick hiding in most quoted numbers. A 99 percent figure often refers to character accuracy, which is how many individual characters the system read correctly. That sounds like the same thing as getting the document right, but it is not. Errors concentrate in the fields that matter: totals, account numbers, dates, and identifiers, where a single wrong character invalidates the whole field. Analyses in 2026 describe vendors quoting 92 to 99 percent character accuracy on clean scans while teams see roughly 60 to 75 percent field accuracy on real, messy documents. Same engine, very different number, depending entirely on whose paper you feed it.
Three different questions hide inside the word accuracy
When someone asks 'how accurate is it', they are usually collapsing three separate questions into one. First, how often is it right? Second, how often is it confidently wrong, meaning it hands you a bad answer with no signal that anything is off? Third, how often does it correctly raise its hand and say 'I am not sure about this one, a person should check'? These are not the same measurement, and a single accuracy percentage tells you only about the first.
The third question is the one that matters most for trusting an agent with real work. A system that is right 90 percent of the time and correctly flags most of the remaining 10 percent for review is safe, because the errors get caught before they do damage. A system that is right 95 percent of the time but presents its 5 percent of mistakes with the same confidence as everything else is dangerous, because you cannot tell the good answers from the bad ones without re-checking all of them. A slightly less accurate agent that knows what it does not know is worth more than a slightly more accurate one that does not.
The confidently wrong answer is the one that costs you
This is not a minor tuning problem. It is baked into how these models are built. In September 2025, OpenAI published a paper titled 'Why Language Models Hallucinate' arguing that standard training and evaluation reward guessing over admitting uncertainty. The analogy the authors use is a student on an exam: when you are unsure, a confident guess scores better than leaving the answer blank, because most grading gives no credit for 'I do not know.' Models are optimized to be good test-takers, so they learn to produce a plausible answer rather than abstain. Left alone, they bluff.
That is exactly the behavior you do not want on your books. It is also why a raw character error rate can be so misleading. A 2 percent error rate sounds tolerable until you notice, as document-AI practitioners pointed out through 2026, that the errors do not spread evenly. They land on policy numbers, dollar amounts, and medication dosages, the high-stakes fields where being wrong is worst. So when you evaluate an agent, do not just ask how often it is right. Ask what it does when it is unsure, and whether it will tell you.
Precision and recall, in plain terms
Two words come up constantly in accuracy conversations, and they are worth understanding because they name a tradeoff you get to control. Precision asks: of the things the agent acted on or extracted, what share were correct? Recall asks: of the things it should have caught, what share did it actually catch? An accounts-payable example makes it concrete. High precision means that when the agent auto-approves an invoice, it is almost always right to do so. High recall means it rarely misses an invoice that needed attention.
You usually cannot max out both at once, and that is fine, because they are not equally important for a given job. For auto-approving payments, you want very high precision on the approve decision even if it means sending more borderline cases to a human. For flagging possible fraud or a compliance issue, you may want high recall so nothing slips through, and accept that a person reviews some false alarms. Deciding which one matters more for this specific workflow is part of defining what 'accurate enough' even means. There is no universal answer.
Escalation thresholds turn a good-enough model into a reliable workflow
Here is the move that makes all of this practical. Modern extraction systems produce a confidence signal alongside each answer. You set a threshold: above it, the agent proceeds on its own; below it, the item routes to a person. That single design choice is how you convert a model that is right 90 percent of the time into a workflow that is trustworthy near 100 percent of the time, because the shaky cases get human eyes before they reach your ledger. The skill is calibrating the threshold so it catches the real errors without drowning your team in false alarms.
The economics of this are well documented. A 2026 study modeling enterprise document processing found that an AI plus human-in-the-loop setup, with people validating roughly the 15 percent of documents the system flagged, reached about 98.5 percent accuracy, while a pure-AI approach with no review sat around 85 percent and pushed its errors downstream to be cleaned up later. Mature automation programs commonly report that 75 to 90 percent of documents flow straight through with no human touch, and many teams now treat an exception rate under 5 percent as a target. The human does not disappear. The human moves to the small slice of cases where judgment actually earns its keep.
- Set a confidence threshold per field, not one blanket setting, because a wrong vendor name and a wrong invoice total do not carry the same risk.
- Route everything below the threshold to a person, and log both the decision and the outcome so you can retune later.
- Start with a conservative threshold that sends more to review, then loosen it as real results earn the agent more autonomy.
- Track the exception rate over time. If it climbs, something upstream changed and the workflow needs attention.
Set the bar in writing before anyone builds
You cannot judge accuracy against a standard that does not exist yet. Before a build starts, write down what 'accurate enough' means in numbers, for this workflow, on the fields that matter. That means establishing a baseline first: what is your current error rate, cycle time, and cost per document doing this by hand? The 2026 automation guidance is blunt that projects get judged on quantifiable results measured against operational baselines, not on transformation slogans, and teams that skip the baseline have no way to prove the agent helped.
A useful way to frame the target is an error budget. Decide, in advance and in writing, the maximum acceptable error rate per field, what confidence threshold triggers human review, and what the agent must never do without a person signing off. This is where the human-in-the-loop principle stops being a slogan and becomes a spec: money, customer-facing actions, and anything touching the books stay behind human approval until the agent has earned autonomy on that specific task, proven by the numbers you agreed to. Writing the bar down before the build also protects you from the moving-goalpost problem, where a demo looks impressive and everyone forgets to ask 'impressive compared to what?'
Measure on a real sample of your own documents
This is the step that replaces the borrowed number with a real one. Take a representative sample of your own documents, including the ugly ones you would rather not think about, and have a person label the correct answer for each field. That labeled set becomes your answer key. Run the agent against it and score two things: field accuracy, the share of individual fields it got right, and document accuracy, the share of documents where every field was right. Document accuracy is the honest operational number, because a document with one wrong field is still a document someone has to fix.
This is why a paid prototype on your real documents is worth more than any vendor benchmark. At Passcut, we prove accuracy on your own data before anyone commits to a larger build, running the agent on a sample of your actual documents and scoring it against the bar we agreed to in writing. Everything runs in your own accounts, under API terms that do not train on your data, with every action logged. We will not quote you someone else's accuracy figure as if it were yours, because it would not be. The only accuracy number that should decide anything is the one measured on your paperwork, doing your job.
Price the errors, not just count them
A raw accuracy percentage treats every mistake as equal. Your business does not. A misread middle initial on a shipping label and a misread dollar amount on a wire transfer are both 'one error,' but one costs nothing and the other can cost real money. So the last step in judging accuracy is to price the errors the workflow actually makes. For each kind of mistake, estimate how often it happens, how likely it is to be caught, and what it costs when it slips through. Industry write-ups in 2026 put the cost of resolving a single extraction exception at roughly 10 to 15 minutes of human effort, which adds up fast at volume.
Once you price the errors, 'accurate enough' becomes a real decision instead of a vibe. For a low-stakes internal task, 92 percent field accuracy with light review may be more than enough and clearly better than the manual baseline. For a task that touches money or compliance, you may need document accuracy in the high-nineties with a hard human checkpoint, and anything less is not acceptable at any price. The point is that the threshold depends on what the errors cost you, not on a number a vendor picked because it looked good on a slide. Measure the accuracy on your data, weigh it against the cost of being wrong, and you have your answer.
Common questions
A vendor told me their tool is 99 percent accurate. Why can't I just trust that?
Because that number was almost certainly measured on a clean test set that looks nothing like your documents, and it often refers to character accuracy rather than whether whole fields came out right. The same engine can read 99 percent of characters correctly and still get 60 to 75 percent of real, messy documents fully right, because errors cluster in the fields that matter most. The only figure worth trusting is one measured on a labeled sample of your own documents, scored on field accuracy and document accuracy.
What accuracy level do I actually need?
It depends entirely on what the errors cost. A low-stakes internal task might be fine at 92 percent field accuracy with light review, because that already beats doing it by hand. A task that moves money or touches compliance may need document accuracy in the high-nineties plus a human approval step, and nothing less is acceptable. Set the bar in writing before the build, based on your current baseline and the real cost of a mistake, then measure against it.
If a human still has to review some of the output, what am I paying for?
You are paying to shrink the human's job from doing everything to checking the small slice where judgment matters. In documented 2026 deployments, an AI-plus-review setup where people validated roughly 15 percent of flagged documents reached about 98.5 percent accuracy, while the rest flowed through untouched. The agent handles the routine volume and, when it is unsure, hands the case to a person instead of guessing. That is the design that makes it safe to trust with real work.
How do you prove accuracy before I commit to a full build?
With a paid prototype on your real documents. We take a representative sample of your actual paperwork, have the correct answers labeled, run the agent, and score it against the bar we agreed to in writing, on field accuracy and document accuracy. It runs in your own accounts, under API terms that do not train on your data, with every action logged. If it does not clear the bar on your data, you learn that cheaply, before a larger commitment, rather than after.
Related: Free workflow audit · Invoice processing · Why chatbots go wrong
Start with a free workflow audit
A 45-minute call. We map three processes agents can take over, estimate what each would save, and quote what it would cost. No obligation.