Enterprise AI is running faster than its ability to guarantee reliability. A new survey by VentureBeat in June 2026 of 157 qualified enterprise respondents at companies with 100 or more employees reveals that half of AI teams have deployed an agent or LLM-based feature that passed internal evaluations but still caused a customer-facing failure. One in four companies experienced this more than once. The sample is self-selected, so findings should be read as directional rather than precise. Yet the picture is clear: confidence in automated testing is collapsing while agent autonomy grows.
The Enterprise AI Evaluation Gap
66% of respondents already permit some production deployment without human review or are building systems to do so within the next 12 months. Yet only 5% say they fully trust the automated evaluations that would underpin those release decisions. This mismatch is the enterprise AI evaluation gap: the autonomy ceiling is rising faster than the assurance beneath it. As experts note, enterprises are shipping agents first, while control layers around identity, evaluation, cost, context and orchestration arrive later. The next year will be a retrofit cycle, with buyers shifting budget toward systems that make agentic deployments governable and dependable.
Sponsored Protocol
Why a Passing Evaluation Does Not Mean a Working Agent
Traditional software testing checks whether a defined input produces an expected output. Testing an agent is harder because the system may choose its own sequence of steps, call tools, retrieve data, alter state and respond differently from one run to the next. An agent can make several individually plausible decisions and still reach the wrong result. It may retrieve the correct account but update the wrong field, draft a valid refund request but send it without approval, or call five tools successfully before a sixth step leaks sensitive data. The survey shows enterprises recognize this limitation: the most common reason for distrusting automated evaluation is poor alignment with real-world outcomes (29%), followed by bias or inconsistency (21%), lack of explainability (18%), and data leakage or privacy concerns (17%). NIST, in its Generative AI Profile, similarly warns that measurements gathered in controlled environments may not transfer cleanly to deployment because behavior changes with prompts, users, context and operating conditions. Its guidance calls for field testing, post-deployment monitoring and clear processes for escalating failures.
Sponsored Protocol
Capability Is Not Consistency
A single successful run proves an agent can complete a task, not that it will do so reliably. The distinction between capability and consistency is essential for customer-facing or operational workflows. A model that occasionally produces an excellent answer may be unacceptable if the same task fails unpredictably on the next attempt. Enterprise teams should therefore treat repeatability as a first-class metric: run the same scenario multiple times, vary phrasing and context, test tool failures, and measure whether the final business outcome remains correct even when the route changes. The evaluation set must evolve: every production incident should become a permanent regression test, with customer escalations, failed tool calls, incorrect approvals and data-handling mistakes feeding back into the pre-deployment suite rather than remaining isolated support cases.
Sponsored Protocol
Autonomy Should Expand Based on Risk
The survey does not imply every agent action needs a human. Human review cannot scale across millions of low-consequence decisions. But zero-human operation should be earned by demonstrated reliability and bounded by failure consequences. Low-risk actions like drafting internal summaries or categorizing documents can tolerate broader autonomy. Financial transactions, customer communications, code deployment, access-control changes and data deletion require stricter thresholds, repeated consistency tests, policy checks, rollback mechanisms and clear human escalation paths. Risk is not evenly distributed by company size: larger enterprises (2,500+ employees) are moving toward zero-human deployment fastest (70% vs 64%) and also shipping more agents that go on to fail a customer (54% vs 48%). That is a warning for enterprise leaders: removing the human from the loop does not remove uncertainty. Without stronger assurance, it converts uncertainty into an automated production decision.
Sponsored Protocol
The market will keep pushing toward greater autonomy because the economic incentive is real. The organizations best positioned will not be those that remove people fastest, but those that treat repeatability and regression testing as seriously as deployment speed. For related context, see how the US eases export restrictions on AI chips and the European Commission accuses Meta of compulsive design. For a definition of AI agent, consult Wikipedia.