The short version: Almost every company now uses AI somewhere, but agentic automation — systems that plan and execute multi-step work — is still rare in production. McKinsey's State of AI 2025 survey found 88% of organizations use AI in at least one function, yet only 23% have scaled an AI agent in even one function [1][2]. The winners are not the ones with the best model; they are the ones who rebuilt a workflow around the agent and instrumented it for reliability.
The adoption picture is wider than it is deep
AI is now effectively ubiquitous: 88% of organizations report regular AI use in at least one business function, up from 78% a year earlier [1][2]. But depth lags badly behind breadth. At the enterprise level, only about one-third of organizations have begun to scale their AI programs, while the majority remain in experimentation or piloting [2].
Agentic AI follows the same pattern, amplified:
- 23% of organizations are scaling an agentic AI system in at least one business function [1][2].
- 39% more are experimenting with agents — so roughly 62% have started in some capacity [1].
- In any single business function, no more than 10% report scaling agents [1][2].
In other words, agents are everywhere in slide decks and almost nowhere in steady-state operations. That gap between potential and reality is exactly where competitive advantage is being decided.
Why the pilot-to-production gap is so wide
Most agent projects do not die because the model is incapable. They die in the handoff from demo to dependable system. The recurring failure modes are organizational and architectural [3]:
- Thin data foundations. Agents that retrieve from stale, ungoverned, or poorly structured data produce confident nonsense. Reliable automation starts with a clean, queryable data layer.
- No evaluation or guardrails. Without automated evals, fallback paths, and human-in-the-loop checkpoints, teams cannot tell whether a change made the agent better or worse.
- No process redesign. Bolting an agent onto an unchanged workflow just adds a fragile step. The value shows up when the surrounding process is rebuilt around what the agent can do.
- No owner. Agents that nobody is accountable for drift, break silently, and quietly get switched off.
McKinsey's data reinforces this: scaling is far more common in larger organizations with the resources to invest in the operating model — nearly half of firms above $5 billion in revenue have reached the scaling phase, versus 29% of those under $100 million [1][2]. And only a small minority — the "AI high performers" — report more than 5% EBIT impact from AI [1].
What production-grade agentic automation looks like
When we ship agentic workflows for clients, the pattern that survives contact with production has five parts:
- A narrow, high-value job. Start with one workflow where the cost of error is bounded and the volume justifies automation — invoice triage, first-line support, document extraction, compliance pre-checks.
- A grounded data layer. Retrieval over governed, versioned sources beats a bigger model with no context.
- Tools, not just text. The agent acts through well-defined tools (APIs, database queries, internal services) with explicit permissions.
- Evaluation as infrastructure. Golden test sets, automatic scoring, and regression checks run on every change — the same discipline you would apply to any production software.
- Human checkpoints where stakes are high. Confidence thresholds route uncertain cases to a person, and every decision is logged and auditable.
What to do next
If you are still in the experimenting cohort, the goal for 2026 is not "use more AI" — it is to move one workflow from pilot to dependable production. Pick a job with clear ROI, fix the data underneath it, wrap the agent in evaluation and guardrails, and assign an owner. That is the difference between being part of the 88% who use AI and the 23% who actually capture value from agents.
This is the work we do at Datanerds: turning a promising AI demo into an automation pipeline that runs every day, with monitoring you can trust.
Sources
- [1]The State of AI: Global Survey 2025 — McKinsey & Company
- [2]The State of AI 2025: Agents, innovation, and transformation (report PDF) — McKinsey & Company
- [3]Enterprise AI pilot-to-production gap: root causes and how to address them — zBrain
Frequently asked questions
What is agentic AI?
Agentic AI refers to systems built on foundation models that can act in the real world — planning and executing multiple steps in a workflow, calling tools and APIs, and adapting based on results, rather than just generating a single response.
How many companies have actually scaled AI agents?
According to McKinsey's State of AI 2025 survey, 23% of organizations report scaling an agentic AI system in at least one business function, while a further 39% are experimenting. In any single function, no more than 10% report scaling agents.
Why do most AI agent pilots fail to reach production?
The common causes are weak data foundations, missing evaluation and guardrails, no clear owner of the workflow, and treating agents as a technology demo rather than redesigning the process around them. Closing the pilot-to-production gap is an operating-model problem as much as a modeling one.
