Moyai Founder Warns Legacy Observability Tools Miss Silent AI Agent Failures
Traditional monitoring designed for deterministic systems fails to detect incorrect business outcomes when AI workflows return successful status codes.

The enterprise push to deploy autonomous AI agents across core business functions is revealing fundamental limitations in traditional software monitoring infrastructure, according to Moyai founder Robert Hommes in an interview first reported by The Next Web. As organizations grant automated agents the authority to interpret data, execute tasks, and interact directly with internal databases, IT teams are discovering that traditional observability platforms struggle to catch a new class of silent operational failures. Unlike conventional software that produces clear technical error codes when something goes wrong, AI agents can successfully run through complex workflows while generating completely inaccurate real-world outcomes.
Conventional observability tools were designed around deterministic systems, relying on explicit indicators like HTTP status codes to assess system health. Under standard protocols, a 200 status code signals that a request was processed without incident, while 400 or 500 series codes flag client or server errors. However, Hommes noted that modern monitoring lacks explicit error codes for situations where an agent successfully reaches an endpoint, executes a query with improper parameters, and processes mismatched results. Because the technical infrastructure records a valid request and response, traditional monitoring logs mark the event as a success even as the business experiences an unrecorded operational failure.
This disconnect becomes particularly severe when AI agents are empowered to make decisions that carry operational or financial repercussions. Hommes pointed to a hypothetical procurement agent tasked with ordering specific raw materials. The agent might communicate seamlessly with an enterprise resource planning system, yet consistently submit incorrect product parameters while cross-referencing inventory against an entirely different product category. A similar failure mode could emerge in automated customer support, such as an airline agent reassuring a stranded passenger that a flight has been successfully rebooked when the backend reservation transaction never actually went through, leaving the customer stranded upon reaching the airport.
To mitigate these risks, enterprises have increasingly relied on guardrails like human-in-the-loop sign-offs, transaction caps, and automated volume monitoring. While Hommes described these controls as valuable protection layers, he emphasized that relying solely on threshold alerts ensures that failures are caught only after they reach a consequential scale. When an alert relies on detecting material business impact, the system inherently forces the organization to sustain measurable harm before IT teams become aware of the underlying fault.
The deeper systemic issue, according to Hommes, lies in trying to monitor non-deterministic systems using traditional rules-based approaches. In deterministic environments, engineers observe a failure, isolate the root cause, and write a detection rule to prevent recurrence. Because AI agents operate dynamically based on variable inputs, context, and multi-step tool interactions, trying to enumerate every potential failure pattern results in what Hommes termed a "whack-a-mole" cycle. Engineering teams find themselves constantly writing rules for past incidents while remaining completely exposed to unpredicted failure modes they have never witnessed before.
To overcome this vulnerability, Hommes argued that organizations must reorient their observability models around anomaly-first detection. Instead of attempting to draft rules for every conceivable failure scenario, monitoring frameworks should focus on identifying unexpected behavioral shifts within agent operations. Because the vast majority of automated system actions yield correct results, filtering for statistical deviations and then determining whether those anomalies represent actual errors gives enterprise teams a significantly higher probability of catching previously unknown failure modes before they escalate.
Ultimately, Hommes views AI agent reliability as a distinct discipline and an emerging product category that requires tools explicitly tailored to non-deterministic systems. By pairing continuous behavioral monitoring alongside existing human oversight and operational controls, enterprises can establish early-warning systems capable of surfacing subtle agent misbehaviors. Rather than aiming to eliminate every minor operational variance, the goal of this next-generation observability model is to give companies sufficient visibility to investigate and resolve silent agent failures before they translate into major operational damage.
Sources
Written by
The Company Wire
Inside the companies building what’s next. Reporting on startups, technology, funding and the people shaping them.


