Agentic AI in 2026: Why 99% of Companies Plan It and Only One in Ten Ships It
- Davydov Consulting

- 1 day ago
- 6 min read
If you sat in any board meeting this year, you probably heard the phrase "agentic AI" at least once. A new report from Ness Digital Engineering puts a number on the enthusiasm: 99% of companies say they plan to deploy AI agents. And then comes the uncomfortable second number. Only 9 to 14% have actually moved those agents into production. Everyone is planning, almost nobody is shipping.
The gap even got its own name. Analysts now call it the "POC Death Valley" - the stretch between a promising proof of concept and a system that real employees or customers use every day. Most agentic projects enter that valley full of optimism and quietly die somewhere in the middle.
This is worth a closer look, because the same week the report made the rounds, the infrastructure side of the agent world took a big step forward. Google handed its A2A protocol over to the Linux Foundation's Agentic AI Foundation, consolidating the standards layer that production systems will depend on. So the tooling is maturing fast, while adoption is stuck. Let's sink in!

What the numbers actually say
The headline figures come from Ness Digital Engineering's research into agentic AI adoption, with a focus on financial services. Nearly every organisation surveyed has agent plans on paper. Around one in ten has something running in production. The agentic AI market in financial services alone is projected to reach $33.26 billion by 2030, so the money being aimed at this space is serious.
What makes the report interesting is the reason it gives for the failures. It is not the technology. Companies stall because users see "a lack of visible difference" in their daily operations. The agent works, technically. It answers, it summarises, it routes tickets. But the people it was built for cannot tell that anything improved, so sponsorship dries up and the pilot never graduates.
There is also a split worth noting. Traditional institutions mostly point agents at back-office chores - reconciliation, document checks, internal reporting. Digital-native fintechs embed them straight into customer-facing products. Guess which group reports more visible impact.
Why agentic AI projects get stuck in Death Valley
The pattern repeats across industries, not just banking. A team builds a demo in three weeks. The demo impresses everyone in the room. Then someone asks the boring questions: who approves the agent's actions, what happens when it is wrong, which system owns the data it touched, how much does each run cost. The demo has no answers, because demos are not built to have them.
The Ness report frames it well: most companies treat agentic AI as a technology upgrade, when it is really a workflow and user-experience transformation. If you automate one task inside a broken process, you get a slightly faster broken process. Users notice nothing, and the metrics stay flat.
Cost visibility is another silent killer. Agents consume tokens, subscriptions and cloud resources in a way finance departments cannot easily map to outcomes. Without application-level tracking of what each agent run actually costs, the ROI conversation turns into guesswork, and guesswork rarely survives budget season.

The trust problem nobody wants to own
The second barrier the report names is trust in probabilistic systems. A rules engine either follows the rule or it does not. A generative agent gives you a very good answer most of the time, and a confident wrong one occasionally. For a marketing draft this is fine. For a payment approval or a compliance check, "most of the time" is not a phrase anyone wants in the audit report.
Industry voices are raising a related worry about agent-to-agent chains. When one agent consumes the output of another, it tends to treat that output as verified fact rather than as a claim to check. One critic described it as an "AI game of telephone" - a small hallucination early in the chain gets amplified with every hop, wearing more confidence at each step.
The companies that got through Death Valley did not solve this with better models. They solved it with structure: strict permission management, approval workflows for consequential actions, and a combination of LLM reasoning with plain old rule-based logic wherever compliance is involved. The agent proposes, deterministic checks dispose.
Standards are growing up faster than adoption
While adoption crawls, the plumbing is maturing quickly. On August 18, Google contributed its Agent2Agent protocol (A2A) to the Agentic AI Foundation under the Linux Foundation, where it now sits alongside more than 150 backing organisations. The protocol already runs inside Google Cloud, Microsoft Azure and AWS Bedrock, and has been adopted by players as different as PayPal, Huawei and Tencent.
Why should a business owner care about a protocol handover? Because interoperability was one of the honest excuses for waiting. Before A2A, connecting agents built on different frameworks meant writing custom integration code for every single pairing - expensive, fragile, and hard to justify. A vendor-neutral standard with major cloud support removes much of that risk. An agent you build this year has a reasonable chance of talking to the agents your partners and suppliers build next year.
The same week brought a wave of supporting releases: AWS added web search grounding for Bedrock agents, Google introduced an enterprise agent platform, and Cloudflare launched fine-grained controls over what agents are allowed to write. Piece by piece, the excuse list for staying in pilot mode is getting shorter.

What the shipped 10% did differently
Looking across the report's recommendations and the production cases mentioned in the coverage, a few habits separate the companies that shipped from the ones still demoing.
They automated complete workflows instead of isolated tasks. A claims process where the agent handles intake, document collection, validation and a draft decision changes how a team works. An agent that only summarises the claim does not.
They measured user experience, not model performance. The teams that survived budget reviews could show that a group of real users handled more cases, waited less, or stopped switching between five system windows. Benchmark scores impressed nobody outside the AI team.
They kept business rules out of the application code, added a semantic layer between business logic and APIs, and designed for vendor portability from day one. None of this is glamorous. All of it is what allowed pilots to scale without a rewrite.
Practical takeaways for businesses building digital products
If you are building or commissioning a digital product right now, the Death Valley numbers are actually good news, in a slightly cynical way. Your competitors are as stuck as you are, and the winning moves are documented.
Start with a workflow that has a visible owner and a measurable pain, not with the technology. Pick the process people complain about in meetings, map it end to end, and only then decide where an agent fits. If the improvement will not be obvious to the users within a month, choose another workflow.
Budget for the unglamorous parts from the beginning: permission management, approval steps for anything that touches money or customer data, monitoring for agents and data pipelines, and per-run cost tracking. These are not add-ons for later. They are the difference between a pilot and a product, and retrofitting them costs more than building them in.
And keep one eye on standards. Favour frameworks and vendors that support A2A and similar open protocols, and avoid anything that locks your business logic inside one platform. The consolidation under the Linux Foundation suggests the agent ecosystem will reward the patient and punish the locked-in.
For smaller companies without an internal AI team, this is also a reasonable moment to bring in outside help for the first production push. Not for the demo - demos are easy now - but for the security, integration and cost-control work that actually gets a system across the valley.
Final notes
The 99% versus 10% gap will close. Markets do not leave that much projected value on the table for long, and the infrastructure announcements from this single week show how quickly the ground is being prepared. The open question is who closes it first in each industry.
Our bet: not the companies with the most impressive demos, but the ones that treat agentic AI as a change to how people work, wire in trust controls from the start, and can tell their CFO what every agent run costs. That is a much less exciting story than the demos suggest. It is also the only version of the story that ends in production.




Comments