The demo worked. The pilot looked impressive. Then the agent hit production, encountered its first real exception, and did something confidently wrong.

That scenario, according to Skan.ai cofounder and CPO Manish Garg in a Forbes Technology Council piece published Monday, describes most enterprise AI agent deployments. His diagnosis: the problem is not the model. It’s what the model was given to work with.

Documentation vs. Reality

Garg’s argument centers on what he calls “observational intelligence.” Most enterprise agent implementations draw context from three sources: documentation, system logs, and CRM or ERP records. These capture what the organization says it does, what systems recorded after the fact, and what transactions were logged. None captures the reasoning layer where judgment lives.

The examples are specific. An experienced invoice processor runs a five-second cross-reference before approving an unusual item. The Frankfurt compliance team uses a compressed verification sequence in the last 10 days of each quarter that the Chicago team never uses. These patterns exist in no documentation and no system log. They live in the space between system events, invisible to the sources organizations use to train agents.

Garg describes an invoice processing team with five distinct execution pathways. Documentation described one. The agent handled routine cases adequately until week 13 of the quarter, when override pathway volume spiked above 20% of invoices. The agent flagged urgent approvals for human review and applied standard timelines to time-sensitive exceptions, “producing exactly the bottleneck the automation was meant to eliminate.”

The Compounding Error

The gap compounds through the pipeline. A modest 1% of behavioral variation unseen at the observation stage becomes, in Garg’s framework, roughly 5% distortion when patterns are synthesized, 15% when structured into training data, and 40% agent failure by production. The numbers are illustrative, but the pattern matches what many enterprise AI teams have reported anecdotally: agents that pass lab testing and fail under real operating conditions.

This connects to a broader industry signal. Microsoft announced Monday that it is investing $2.5 billion in a new business unit called Frontier, deploying 6,000 engineers specifically to help enterprise customers bridge the gap between AI capability and measurable business outcomes. The fact that Microsoft sees a $2.5 billion opportunity in “the last mile of AI implementation” validates Garg’s core premise: the bottleneck is not models. It’s the mapping of models to operational reality.

Seven Dimensions of Context

Garg proposes that operational behavior is governed by at least seven context dimensions simultaneously: business rules, role and expertise, time and fiscal cycle, geography, regulatory jurisdiction, organizational dynamics, and situational pressure.

Each dimension individually looks manageable. The interaction between them is where agents break. An approval that takes four hours for established vendors during mid-quarter with experienced U.S.-based processors takes three days for new vendors during quarter-end with junior EU-based processors. An agent that knows only the average “cannot move through the distribution” and “fails at exactly the edges where judgment is most valuable.”

Where This Matters for Builders

Garg’s proposed solution is a three-part framework: observe work as it actually executes before synthesizing patterns, preserve dimensional fidelity through semantic models that connect observed context to decisions, and build execution-feedback loops that improve rather than degrade with scale. Without feedback design, he warns, “the system encodes agent errors into the next generation.”

His strategic conclusion is worth noting: “Model capability is converging rapidly across vendors. Orchestration frameworks are commoditizing. The durable differentiator for enterprise AI will not be which foundation model you choose or which agent platform you deploy. It will be the quality of the operational intelligence you trained them on.”

The argument has an obvious commercial angle. Skan.ai sells process intelligence, which is precisely the observational layer Garg advocates. But the diagnosis lands regardless of whether his company’s specific product is the answer. Agent builders shipping into enterprise environments face the same pattern: agents trained on the documented version of a process consistently fail when they encounter the version that actually runs.