Latest with AI
Friday, September 11, 2026
Article

Voicing AI Launches Knowledge Mesh, a Context Layer for Enterprise AI Agents.

Voicing AI Launches Knowledge Mesh, a Context Layer for Enterprise AI Agents.

Diagram of the Knowledge Mesh information flow.

Tokenomics comparing scenarios with and without Knowledge Mesh.

Architecture designed to eliminate hallucinations.

Current root causes of context failures.

A governed context layer resolves semantics, state, and provenance during indexing, thereby reducing the runtime token consumption that undermines agentic AI unit economics at scale.

SAN FRANCISCO, CA, UNITED STATES, September 7, 2026 /EINPresswire.com/ — Gartner's projection for agentic AI is stark: more than 40% of agentic AI initiatives will be terminated by the end of 2027. The firm attributes this to rising expenses, unclear business value, and insufficient risk controls.

For anyone who has witnessed an AI pilot silently exhausting its resources, none of this is surprising. More intriguing is the analysis of the root mechanism—because it reveals a direction most enterprises are not exploring.

The failures are not primarily due to the models or the systems. They stem from context deficiencies. When an AI application receives incomplete, poorly organized, or incorrect information, its performance degrades, its behavior becomes unreliable, and tasks fail outright. The model was never the limiting factor.

Voicing AI today announced the general availability of Knowledge Mesh, an enterprise knowledge layer purpose-built for this challenge—now in production across financial services and telecommunications deployments.

Identifying the root causes of deployment failures.

Multiple research treat the context layer as an emerging category in its own right. AI context platforms—software that constructs, governs, and delivers organized knowledge to AI agents—represent a market the firm sizes at roughly $28 billion in 2026, growing toward $78 billion by 2030. The market is evolving from early retrieval infrastructure into something more demanding: governed semantic knowledge, delivered to agents at runtime, reached through open protocols.

Three shifts sit underneath that. Context is becoming a managed enterprise capability rather than a per-project scramble. Semantic assets that used to be built and discarded for each initiative are now treated as reusable infrastructure. And governance is moving from a document-level concern—who can open this file—to a retrieval-time control that decides what an agent is permitted to see and cite at the moment it answers.

Gartner's own projection puts a number on the payoff: organizations that prioritize semantics in their AI-ready data can expect to improve agentic AI accuracy by up to 80% and reduce costs by up to 60% by 2027. Note that accuracy and cost appear in the same sentence. That is not a coincidence, and it is the part most enterprises underestimate.

Why context becomes harder—not easier—as you scale.

A single AI agent handling a single use case is a manageable problem. You can hand-build its knowledge base, hard-code its rules, and get a demo that impresses everyone.

The trouble starts at the second use case, and compounds from there.

Every new agent needs context. If each team builds its own retrieval pipeline and its own version of what a "customer" or a "policy" or an "eligible account" means, the enterprise ends up with a dozen agents that quietly disagree with each other. Rebuilding these assets for every agent slows delivery and duplicates effort that should have been done once, centrally.

It becomes sharper with multi-agent systems. When several agents collaborate on a task, they need consistent shared context—and permission-aware retrieval stops being a refinement to add later. In today’s landscape it is a prerequisite for deployment.
That word matters. Not a feature. Not a roadmap item. A prerequisite.

The part that kills budgets: what a complex question actually costs.

Here is where the accuracy problem and the cost problem turn out to be the same problem.
When an agent is pointed at disconnected enterprise data, it has to do the work of connecting it—at inference time, on every single request. It reasons its way through relationships that nobody resolved in advance. It re-derives permissions. It re-figures-out which of the four things it retrieved actually relate to each other. And every step of that reasoning is tokens.

Now consider a realistic enterprise question rather than a demo one. A customer calls a bank and asks something with three intents braided together: whether a payment posted, whether that affects a fee they were charged, and what happens to their standing if they close the account this month. Three intents, three different knowledge domains, one account context that has to hold across all of it.

An agent without a context layer handles that by fanning out—pulling broadly, reasoning across everything it pulled, and burning tokens on work that has nothing to do with answering the question. Multiply by call volume. Multiply again by the number of use cases in production. The unit economics that looked fine in the pilot stop working somewhere between the first and the tenth deployment.

And the anxiety is real: 61% of IT leaders surveyed expressed concern that AI agent deployments could exceed their budgeted costs.

"Everyone benchmarks the model. Almost nobody benchmarks what they're handing the model," said Abhi Kumar, Co-founder of Voicing AI. "That's why these projects die in month nine instead of month two. The pilot works, the pricing looks fine, and then you scale to five use cases and discover you've been paying the model to do work your architecture should have done once, at index