← Back to News
ANALYSIS

The Agentic AI Infrastructure Gap: Who Wins When 70% of Pilots Fail?

Anthropic's MCP is gaining rapid third-party adoption, Microsoft is doubling down on Copilot agents at Build 2026, and new enterprise data shows that more than 70% of agentic AI pilots never reach production. We parse what these signals tell us about the infrastructure gap — and which vendors are best positioned to close it.

By Michael Eakins min read
AITechnology

The Agentic AI Infrastructure Race Is Here — and Most Companies Are Losing It

Three data points landed in the same week, and taken together they paint a picture that the AI industry would rather not discuss too loudly: the agentic AI era is accelerating at the protocol and platform layer, while the enterprise production layer is, for most companies, still effectively broken.

Anthropic's Model Context Protocol (MCP) has quietly become the connective tissue of choice for third-party AI tool integrations. Microsoft used Build 2026 to position its Copilot stack as the enterprise operating system for autonomous agents. And a wave of new case studies — compiled across analyst firms including Gartner, Forrester, and independent research from MIT Sloan Management Review — confirmed what many practitioners have whispered for months: more than 70% of agentic AI pilots fail to reach production.

These are not unrelated events. They are three readings from the same instrument, measuring the same structural problem. The question for investors, enterprises, and developers is: who builds the infrastructure that finally closes the gap?


Signal One: MCP's Surprisingly Fast Ecosystem Flywheel

When Anthropic open-sourced the Model Context Protocol in late 2024, the initial reaction from much of the industry was polite skepticism. Another standard. Another attempt to become the USB-C of AI integrations. The graveyard of interoperability protocols in enterprise software is long and well-documented.

Eighteen months later, the skeptics are quieter. According to Anthropic's developer relations data cited at the March 2026 Interconnect Summit, MCP now has over 3,400 published server implementations from third-party developers and vendors — a figure that has roughly doubled every four months since launch. Major integrations include Atlassian, Salesforce, GitHub, Linear, Notion, and a growing roster of vertical SaaS players in legal tech, healthcare data management, and financial services.

What drove adoption where other protocols failed? Several factors stand out.

First, MCP made a deliberate architectural choice to stay model-agnostic despite being born inside Anthropic. Google DeepMind's Gemini team announced MCP compatibility in February 2026. OpenAI, which had initially promoted its own function-calling conventions, has moved toward MCP alignment in its Responses API — a significant capitulation that signals where the gravitational center of the ecosystem is settling.

Second, the protocol solved a real pain point at exactly the moment the pain became acute. As enterprises moved from single-turn LLM calls to multi-step agentic workflows, the combinatorial explosion of bespoke integrations became untenable. An agent that needs to read a Jira ticket, query a Salesforce record, pull a Confluence doc, and write back to Slack previously required four separate integration paths, each with its own authentication model, error handling, and maintenance burden. MCP collapses that into a standardized server interface that any compliant model can invoke.

Third, and perhaps most importantly, Anthropic has been aggressive about tooling. The MCP Inspector, the TypeScript and Python SDKs, and a reference implementation library have dramatically lowered the barrier for third-party developers. The ecosystem flywheel is real: more server implementations make MCP more valuable to model providers, which makes model providers more likely to invest in MCP compatibility, which attracts more developers.

The infrastructure implication is significant. MCP is becoming the API layer of the agentic stack. Whoever controls or most deeply integrates with that layer — whether Anthropic itself, a hyperscaler, or an emerging middleware category — is positioned at a chokepoint in the value chain.


Signal Two: Microsoft's Build 2026 Bet

Microsoft's Build conference has, for the past two years, functioned as the clearest public articulation of where the company believes enterprise AI is going. Build 2026 was no exception — and the message was unambiguous.

Satya Nadella's keynote framed Microsoft's product strategy around a single organizing concept: the enterprise as a multi-agent system. Copilot, in Microsoft's telling, is no longer a chat interface bolted onto Office. It is an orchestration layer — a runtime for autonomous agents that can span Microsoft 365, Azure, Dynamics, GitHub, and an expanding catalog of third-party integrations via the newly announced Copilot Agent Marketplace.

The specific announcements worth tracking:

  • Azure Agent Service (GA): Microsoft moved its managed agent hosting service to general availability, offering durable execution, state management, and built-in observability for agentic workflows. This is a direct answer to one of the most frequently cited failure modes in enterprise pilots — the lack of reliable infrastructure for long-running, stateful agent tasks.

  • Copilot Studio MCP Support: Microsoft confirmed native MCP server support in Copilot Studio, its low-code agent builder. This is the most direct acknowledgment yet that MCP has won sufficient ecosystem momentum that Microsoft cannot afford to route around it.

  • Semantic Kernel 2.0: Microsoft's open-source orchestration framework received a major update with improved multi-agent coordination primitives, tighter Azure integration, and new "agent memory" abstractions designed to address the context management failures that plague long-horizon tasks.

  • Security and Compliance Plane: Perhaps the most enterprise-relevant announcement was a new dedicated security plane for agent actions — providing audit logs, permission scoping, and human-in-the-loop checkpoints that compliance teams have demanded before approving production deployments.

The strategic read here is that Microsoft is trying to own the orchestration and governance layer of enterprise agentic AI, while remaining relatively agnostic at the model layer (Azure hosts models from OpenAI, Meta, Mistral, and others). This is a smart position: it monetizes infrastructure and platform rather than betting the enterprise relationship on any single model provider's continued dominance.

The risk is execution. Microsoft's history with enterprise AI platforms — from the early Cortana disappointments to the rocky initial Copilot rollouts — suggests that the gap between compelling keynote narrative and reliable production software remains a real one. The 70% failure rate data we turn to next is, in part, a Microsoft problem as much as an industry one.


Signal Three: The 70% Failure Rate and What It Actually Means

The most sobering data point of the week came not from a product announcement but from a synthesis of enterprise case studies. Gartner's Q1 2026 AI Infrastructure Survey, cross-referenced with Forrester's "State of Agentic AI Deployments" report and MIT Sloan's ongoing enterprise AI adoption tracker, converges on a consistent finding: between 68% and 74% of enterprise agentic AI pilots initiated in 2025 had not reached production deployment as of Q1 2026.

This is not a story about AI hype versus reality in the crude sense. Most of these pilots were not abandoned because the underlying models failed to perform. The failure modes cluster around a different set of problems entirely.

Primary Failure Modes in Agentic AI Pilots (2025–2026)

Primary Failure Modes in Agentic AI Pilots (2025–2026)
labelvalue
Integration & Tool Reliability61
Security & Compliance Gaps58
Observability & Debugging54
Cost Unpredictability47
Model Performance on Tasks31
Organizational/Change Mgmt44

The data is instructive in what it does not say. Model performance — the thing the AI labs compete most visibly on — ranks last among technical failure factors. The top three failure modes are all infrastructure and operations problems: integration reliability, security and compliance readiness, and the inability to observe, debug, and iterate on agent behavior in production.

This is the infrastructure gap in quantitative form.

Integration and tool reliability at 61% reflects exactly what MCP is attempting to solve. Agents that depend on brittle, bespoke integrations fail when APIs change, rate limits are hit, or authentication tokens expire mid-task. Enterprises running pilots on custom integration stacks found that maintenance overhead alone made production deployment economically unattractive.

Security and compliance gaps at 58% reflect a structural mismatch between how agentic AI systems act and how enterprise security teams are equipped to govern them. Traditional perimeter and identity security models were not designed for software that autonomously initiates actions across multiple systems on behalf of users. Questions about least-privilege access, action audit trails, and liability for agent errors remain largely unresolved in most enterprise security frameworks — and legal/compliance teams are correctly blocking production deployment until they are.

Observability and debugging at 54% is perhaps the most underappreciated problem in public discourse. Multi-step agentic workflows that fail in production are extraordinarily difficult to diagnose. Unlike a traditional software bug that produces a deterministic stack trace, an agent failure might involve a sequence of individually reasonable model decisions that collectively produce a wrong outcome. Existing APM and logging tools were not built for this. Purpose-built agent observability — tracing reasoning chains, logging tool calls with inputs and outputs, tracking token costs per workflow step — is still a nascent category.

Agentic Pilot Outcomes by Industry Vertical (Q1 2026)

Agentic Pilot Outcomes by Industry Vertical (Q1 2026)
NameValue
38
62
22
78
41
59
29
71

Vertical breakdowns reveal that heavily regulated industries are suffering most acutely. Healthcare's 78% failure rate is almost entirely driven by HIPAA compliance uncertainty around agent data access. Financial services fares slightly better — at 62% failure — partly because several large banks have invested in proprietary agent governance frameworks, giving them an infrastructure head start unavailable to mid-market firms.


Parsing the Infrastructure Gap: What Needs to Be Built

Reading these three signals together, the infrastructure gap has at least five distinct dimensions, each representing both a current failure mode and a market opportunity:

1. Reliable Tool Execution Infrastructure MCP addresses part of this, but protocol standardization is necessary rather than sufficient. What enterprises need are managed tool execution environments with retries, circuit breakers, rate limit handling, and transactional semantics. This is closer to what Temporal provides for workflow orchestration than what a protocol spec alone can deliver. Watch for convergence between MCP server hosting and durable workflow infrastructure.

2. Agent Identity and Permission Management Agents need identities that can be scoped, audited, and revoked. The emerging "non-human identity" category — being explored by Okta, CyberArk, and a handful of startups including Aembit and Astrix Security — is directly relevant here. An agent should have a cryptographic identity, a defined permission boundary, and an immutable audit log of every action it takes. None of this exists as a turnkey enterprise solution today.

3. Observability and Evaluation Infrastructure The debugging problem is a product category waiting to be built at scale. LangSmith (LangChain), Weights & Biases Weave, and Arize AI are early movers, but enterprise adoption remains thin. The companies that build deep integrations with the major orchestration frameworks — Microsoft Semantic Kernel, LangGraph, CrewAI, AutoGen — and offer compliance-grade audit trails will find a receptive enterprise buyer.

4. Cost Management and FinOps for Agents Agentic workflows have highly unpredictable token consumption profiles. A workflow that loops unexpectedly or spawns more sub-agents than anticipated can generate costs that are orders of magnitude higher than projected. Enterprises have been burned by this in pilot phases. Agent-aware FinOps tooling — with per-workflow cost caps, anomaly detection, and attribution — is an underserved gap.

5. Human-in-the-Loop Orchestration Many of the most valuable agentic use cases involve tasks where full autonomy is neither safe nor desirable, but where current tools offer only binary choices: full automation or full manual process. The middle layer — intelligent escalation, approval workflows, confidence-gated human checkpoints — is poorly served by existing products. Microsoft's Build announcements gesture toward this, but the category is far from mature.


Who Is Best Positioned?

Mapping these infrastructure gaps against current vendor capabilities produces a nuanced picture.

Anthropic holds a strong position at the protocol layer via MCP, but has been deliberately restrained about building the infrastructure stack around it. This may be strategic humility — staying in the model business rather than competing with customers — or it may be a gap that a better-capitalized competitor fills. The MCP ecosystem's health depends on Anthropic continuing to invest in it as a genuine open standard rather than a moat.

Microsoft has the most complete enterprise stack story, with Azure Agent Service addressing execution infrastructure, Copilot Studio addressing the builder layer, and the new security plane addressing governance. The critical question is whether these products deliver on their stated capabilities at enterprise scale, or whether Build 2026 represents aspirational roadmap rather than current-state reality. Microsoft's distribution advantage — its existing relationships with enterprise IT buyers — gives it a meaningful head start if execution follows.

AWS and Google Cloud are conspicuously less present in this week's narrative, but both are moving. Google's Agent Development Kit (ADK) and its integration with Vertex AI position it well for enterprises already in the Google ecosystem. AWS's Bedrock Agents has improved significantly in the past two quarters. Neither has yet produced a breakout moment equivalent to Microsoft's Copilot narrative or Anthropic's MCP ecosystem story, but both have deep enterprise relationships and infrastructure credibility that should not be discounted.

The emerging middleware category — companies like LangChain, Cohere (with its enterprise agent tooling), and a cohort of well-funded startups including Dust, Lindy, and Relay — represents the most dynamic and uncertain part of the market. Some of these companies will become critical infrastructure vendors. Most will be acquired by or lose to the hyperscalers. The differentiator will be depth of enterprise integration, compliance readiness, and the ability to work across model providers rather than being tied to a single AI lab's ecosystem.


The Bottom Line

The agentic AI infrastructure race is not a story about which AI lab has the smartest model. It is a story about which companies build the scaffolding that makes autonomous AI systems safe, reliable, observable, and governable enough for enterprises to bet their workflows on.

MCP's rapid adoption shows that the protocol layer can be solved with the right combination of technical quality and ecosystem strategy. Microsoft's Build positioning shows that the hyperscalers understand where the enterprise value is and are moving aggressively to capture it. And the 70% failure rate shows that the problem is real, the need is urgent, and the current infrastructure is not yet up to the task.

For enterprises currently stuck in pilot purgatory, the actionable read is this: your failure is almost certainly not a model problem. Audit your integration reliability, your agent identity and permission model, and your observability tooling. Those are the three highest-leverage places to invest before your next production push.

For investors, the 70% failure rate is not a bearish signal on agentic AI — it is a map of the market. Every percentage point of that failure rate is a product to be built and an enterprise customer waiting to buy it.

The infrastructure gap is the opportunity. The race to close it is underway.


Sources: Gartner Q1 2026 AI Infrastructure Survey (n=847); Forrester "State of Agentic AI Deployments" Q1 2026; MIT Sloan Management Review Enterprise AI Adoption Tracker Q1 2026; Anthropic Interconnect Summit March 2026 developer relations data; Microsoft Build 2026 keynote and technical sessions; CrashBytes reporting and editorial analysis.