AI agents are making decisions in production environments without human oversight, and the companies deploying them have already admitted they can't reliably test them.

The Summary

The Signal

The evaluation gap is not a technical problem. It is a sequencing problem. Enterprises are deploying agents before they have systems to verify what those agents actually do. This is not recklessness. It is economic gravity. The pressure to automate is stronger than the incentive to wait for perfect testing.

Traditional software testing assumes determinism. Input A produces output B. Agent systems break that model. An agent might call five APIs, retrieve three documents, update two fields, and send an email. Each step can be technically correct while the final outcome is wrong. The agent retrieved the right account but updated the wrong field. It drafted a valid refund but sent it without approval. It executed a workflow perfectly except for the part where it leaked customer data.

"An agent can make several individually plausible decisions and still reach the wrong result."

The numbers clarify the stakes:

  • 50% have shipped an agent that passed testing and failed customers anyway
  • 25% have done it more than once
  • 66% are deploying or plan to deploy agents without human review
  • 5% trust the automated tests making those deployment decisions

This is not a bug. This is the current state of enterprise AI. Companies are not slowing down because they cannot afford to. The alternative to imperfect automation is perfect manual work, which is slower and more expensive. So they ship the agent, watch what breaks, and retrofit the guardrails afterward.

VentureBeat frames this as part of a broader pattern: enterprises ship agents first, then build the control layers around identity, evaluation, cost, context, and orchestration. The next 12 months will be defined by that retrofit cycle. Companies that moved fast on agent deployment will now shift budget toward systems that make those deployments governable.

The evaluation gap exists because agent behavior is emergent. You cannot predict every decision path in advance. An agent with access to your CRM, your billing system, and your email can execute thousands of workflows you never explicitly designed. Each one is a potential failure mode. Testing cannot enumerate them all. You discover them in production.

The Implication

The companies building evaluation, observability, and orchestration tooling for agent systems are positioned to capture budget that used to go toward deployment platforms. The first wave of enterprise AI was "get the agent into production." The second wave is "make sure it does not break anything important while it is there."

If you are deploying agents, assume your current testing infrastructure is insufficient. Plan to invest in runtime monitoring, rollback systems, and guardrails that activate after deployment. The question is not whether your agent will fail in production. The question is whether you can detect and reverse the failure before it compounds.

Sources

VentureBeat