Enterprises winning with AI agents are limiting how much the agents can do alone
Our take

The prevailing narrative around enterprise AI over the last couple of years has been straightforward: maximize autonomy to achieve peak performance. The idea was to build agents capable of planning, deciding, and acting across complex workflows, granting them as much operational freedom as possible. However, as this approach encounters the realities of large-scale production environments, it’s becoming clear that this assumption is flawed. As highlighted in the recent article, the companies poised to truly benefit from agentic AI aren’t those pursuing unrestrained autonomy, but rather those meticulously crafting agents with defined responsibilities and robust control mechanisms. This shift is particularly relevant given recent developments; for instance, TikTok reaches $400M settlement over children’s privacy lawsuit, demonstrating the increasing scrutiny around AI governance and data usage. Similarly, research showing that Nvidia finds that simple linear math can replace costly AI model handoffs underlines the potential for efficiency gains through more structured, less sprawling AI architectures.
The data backing this recalibration is compelling. Gartner’s projection that 40% of agentic AI projects will fail to reach 2028, coupled with McKinsey’s finding that responsible AI maturity remains remarkably low, paints a stark picture of capability outpacing control. This isn’t a reflection of the models themselves—they’re often powerful—but rather a consequence of neglecting the crucial aspects of governance, risk management, and transparency. The competitive landscape is shifting; the initial race to deploy the most autonomous agent is giving way to a “trust race,” where the ability to get an agent approved by legal, risk, and compliance teams, and maintain that approval, will be the defining differentiator. This represents a significant engineering challenge, demanding a move away from treating agentic AI as solely a technical exercise and toward a holistic approach that integrates governance from the outset. The article rightly points out that the lack of traceability inherent in fully autonomous systems presents a significant hurdle, especially in regulated industries where accountability is paramount.
The emerging best practices outlined in the article—narrow-scope agents, human checkpoints, decision traceability, and data sovereignty—offer a practical roadmap for navigating this transition. These aren't about stifling innovation; rather, they're about calibrating autonomy to maximize value while minimizing risk. The emphasis on human checkpoints, in particular, highlights a critical shift away from post-hoc reviews toward proactive intervention at key decision boundaries. This approach acknowledges that while AI can automate many tasks, human oversight remains essential for high-stakes decisions. Furthermore, the focus on data sovereignty emphasizes the importance of containing potential failures, limiting the blast radius of any misbehaving agent. The article’s comparison of agentic AI’s current state to the “peak of inflated expectations” is apt, suggesting a period of necessary correction and refinement as enterprises grapple with the practical realities of deploying these technologies. Consider how this aligns with real-world implementations, such as those showcased in 5 Real-World Use Cases for AI Agents Transforming Industries, where controlled deployment and specific use cases are proving more effective than broad, autonomous implementations.
Ultimately, the success of agentic AI hinges not on the agents' inherent capabilities, but on an organization’s ability to govern and orchestrate them effectively. The questions posed at the end of the article—regarding decision traceability, agent scope, human checkpoints, and data containment—provide a valuable framework for evaluating existing agent stacks and guiding future deployments. As AI adoption continues to accelerate, the gap between awareness of risk and actual mitigation will become increasingly critical. The organizations that prioritize governance and build trust into their AI systems from the ground up will be the ones to unlock the true potential of agentic AI and establish a sustainable competitive advantage. A key question moving forward is whether existing regulatory frameworks, like the EU AI Act, will adequately address the complexities of agentic AI governance and incentivize responsible development.
For much of the past two years, the general belief in enterprise AI has been that more autonomy equals better performance. Build agents that can plan, decide, and act across multi-step workflows, and give them as much room to run as possible. That assumption is now being tested at scale, in real production environments — and in a lot of deployments it's failing. The companies that end up benefiting from agentic AI won't necessarily be the ones that have given their agents the most flexibility. They're the ones who create AI agents with specific responsibilities and make sure they operate within clear rules.
Two numbers tell you almost everything about where agentic AI stands in mid-2026. By Gartner's own forecast, more than 40% of the agentic AI projects running today won't survive to see 2028. Not because the models fall short; because of escalating costs, unclear business value, and inadequate risk controls. McKinsey's 2026 AI Trust Maturity Survey fits right alongside that prediction: Agentic AI deployment is accelerating across every industry, but average responsible-AI maturity sits at just 2.3 out of 4. Only about 30% of organizations have reached a maturity level of three or higher in governance and agentic AI controls specifically.
Put those two numbers side by side, and the story tells itself. Capability is outrunning control.
That shift is changing the competitive framing, too. The 2024-to-2025 race was about who could deploy the most autonomous agent the fastest. The 2026-to-2027 race is a trust race.
It's not about who can build the most capable agent. It's about who can get an agent approved for production by risk, legal, and compliance teams, and keep it approved once it's live. This is a different kind of engineering challenge than most enterprises are prepared for.
Why full autonomy breaks down in production
Gartner lays out the failure pattern as specific and repeatable. Projects launch with ambitious, broadly autonomous workflows. They hit integration complexity within weeks. Then they stall, with no defensible path to production ROI. Part of the problem is vendor noise. Gartner's own count puts it starkly: Out of the thousands of products being sold under the 'agentic AI' label, only around 130 actually have real autonomous capability behind them. The rest are largely automation or chatbots repackaged for the moment.
But even genuinely agentic systems run into a structural problem that has nothing to do with hype. Autonomy and accountability move in opposite directions.
An agent capable of independently planning and executing a multi-step task is also an agent whose individual decisions get harder to trace after the fact. Let's say something breaks a few steps into an autonomous chain. Figuring out why the agent made that decision and who is responsible can be a complicated process, not a simple lookup.
In areas like financial reconciliations, compliance processes, manufacturing quality checks, or clinical documentation, this lack of transparency can be the difference between a manageable mistake and a serious regulatory breach. It's the reason legal, risk, and compliance teams block agentic projects from reaching production, regardless of how capable the underlying model is.
Integration complexity keeps showing up as a leading cause of project cancellation. Bolting an autonomous agent onto a legacy workflow takes more than technical connective tissue. The workflow's existing decision points, approval chains, and audit trails all need to be rebuilt around a system that can now act without waiting for a human. Enterprises that treat this as a pure integration problem, solvable with more engineering hours, tend to be the ones that stall.
This isn't a hypothetical risk. McKinsey's research shows how exposed most enterprises currently are. Across nearly every category of AI risk, from data privacy to intellectual property exposure, the gap between the risks organizations say they're aware of and the risks they're actually mitigating remains wide.
Awareness has surpassed action. This gap is reflected in the businesses that report it as an obstacle to further scaling of agentic AI. Nearly two-thirds now say security and risk issues are the greatest challenge for them, surpassing regulatory uncertainty and technical barriers.
What governed orchestration actually looks like
The enterprises that are leading the way are not halting their AI plans. They're restructuring how autonomy is being distributed within the system. The four patterns that stand out in organizations that are governance-mature are:
Narrow-scope agents over general-purpose ones. Decompose end-to-end workflows into single-responsibility agents with tightly bounded mandates. A smaller scope of work results in a smaller scope of failure, and a smaller scope of failure is much easier to audit.
Human checkpoints at decision boundaries, before the outcome, not after it. Review agent decisions before high-stakes actions execute, not after the fact. That means checkpoints before sensitive data moves, a transaction posts, or an external system is triggered. McKinsey's framework calls for real-time, data-driven monitoring built into the agent pipeline itself, with humans retaining final accountability specifically for high-stakes decisions.
Decision traceability as a design requirement. A full action log and decision lineage should be available on demand for any agent, any decision. It shouldn't need to be reconstructed under pressure during an audit. Regulators are pushing the same way. The EU AI Act's human oversight requirements for high-risk systems are still coming, even though this year's Digital Omnibus agreement pushed the compliance deadline out to December 2027. Enterprises building agent systems now are effectively building toward that requirement, whether or not it's technically enforceable yet.
Data sovereignty does active governance work, not passive paperwork. Where an agent's data sits, and who has access to it, decides how contained a failure can be. On-premise or controlled-environment deployment limit the blast radius of a misbehaving agent and simplifies exactly the kind of audit trail regulators and boards are starting to expect.
The risk runs in both directions, of course. Agentic AI is supposed to cut friction. An agent that needs a human to sign off on every minor task hasn't cut anything; it's just automation wearing a manual process as a costume. That quietly undercuts the whole case for building the agent in the first place. The goal isn't maximum control. It's calibrated control, concentrated where the cost of an error is actually high.
Agent deployment is scaling roughly 8x faster than governance maturity is improving.
A practical framework for evaluating your agent stack
If enterprise architects are reviewing an existing agent for deployment or are considering deploying an agent, they can begin by asking four questions.
1. Can you reconstruct, six months from now, exactly why a specific agent took a specific action? If the honest answer requires digging through raw logs or guessing, decision lineage isn't a design feature of the system. It's an afterthought. And it will show up as a gap in the next audit.
2. Does every agent in the stack have one clearly bounded responsibility, or is at least one agent authorized to "figure it out" across a broad task? Broad, open-ended mandates are exactly where compounding errors and untraceable decisions originate.
3. Are human checkpoints placed at defined decision boundaries, or only as a final review after the agent has already acted? A review after the fact catches consequences. A checkpoint before the fact prevents them.
4. If an agent were compromised or malfunctioning right now, how much data and how many downstream systems could it touch before anyone noticed? This is where data sovereignty and access scoping stop being compliance line items and start functioning as containment strategy.
These are all questions that don't need to slow down the adoption of agentic AI. They need direction on how and where autonomy is of value to their organization and how to open up to exposure. This suggests building the orchestration layer on that separation, rather than adding governance after a production incident forces the question.
The real competitive advantage
Gartner's 40% cancellation forecast isn't really a warning about AI capability. It's a forecast about organizational discipline. Right now, agentic AI sits at what Gartner defines as the "peak of inflated expectations," and there's a fairly straightforward explanation. Enterprises spent 2024 and 2025 optimizing almost entirely for autonomy. Now they're paying down the governance debt that approach accumulated.
The winning position by 2027 won't belong to whoever deployed the most autonomous agents fastest. It will belong to whoever built agent systems trustworthy enough that risk, compliance, and legal teams stopped being the bottleneck. The architecture answered their questions before anyone had to ask them.
That's a different design brief than most agentic AI roadmaps were written against. It's about making scoped autonomy, checkpointed decisions, full traceability, and data sovereignty integral to the architecture from the start, not add-ons after a pilot project has been a success.
Midhula Mariyam Jeevan is a content writer specializing in AI, enterprise technology, software engineering, and SEO.
Read on the original site
Open the publisher's page for the full experience