I've been watching a pattern repeat itself across financial services, utilities, and healthcare for the past two years.
The demo is flawless. Leadership is excited. The vendor promises 80% automation. The pilot launches.
Three months later, the AI handles maybe 30% of cases autonomously. The rest require human intervention. The team is frustrated. Someone asks why we didn't just hire two more analysts.
Let me be direct: this is partially AI's fault. And until we're honest about the technical limitations—not just the organizational challenges—we'll keep repeating the same expensive mistakes.
The Numbers Nobody Wants to Talk About
Let's start with what the research actually shows:
McKinsey's latest global survey is equally sobering: 88% of organizations are now using AI in at least one business function, but only 39% report enterprise-level EBIT impact. Most remain stuck in what researchers call "pilot purgatory."
A 2025 Deloitte survey found that nearly half of organizations cite data searchability (48%) and data reusability (47%) as top challenges to their AI automation strategy. The foundation isn't there.
And here's the one that should concern every regulated industry leader: the share of businesses scrapping most of their AI initiatives jumped to 42% in 2025, up from 17% last year.
Something is fundamentally wrong—and it's not just governance or change management.
The Amnesia Problem: AI's Dirty Secret
Here's what the vendors won't tell you in the demo: AI agents suffer from amnesia.
"The core challenge of long-running agents is that they must work in discrete sessions, and each new session begins with no memory of what came before."
— Anthropic Engineering Team, 2025
Read that again. Every time your AI agent starts a new session, it's like an employee showing up to work with complete memory loss. Every. Single. Time.
Enterprise workflows don't operate in discrete sessions. A loan approval process might span days. A compliance investigation might span weeks. A customer relationship spans years. Current AI architectures aren't designed for this reality.
"Unlike humans, who dynamically integrate new information and revise outdated beliefs, LLMs effectively 'reset' once information falls outside their context window. Even as models push the boundaries of context length, these improvements merely delay rather than solve the fundamental limitation."
— Mem0 Research Team
This isn't a feature gap. It's an architectural gap.
Context Rot: The Longer You Work, The Worse It Gets
Even within a single session, performance degrades. Chroma's research on what they call "Context Rot" measured 18 different LLMs and found that "models do not use their context uniformly; instead, their performance grows increasingly unreliable as input length grows."
Translation: the more information you give the AI to work with, the less reliable it becomes at using that information. That's the opposite of how enterprise work functions—where more context typically leads to better decisions.
Factory.ai's engineering team encountered this directly: "LLMs lack persistent memory about the users and organizations they serve; we would find that the Droids would ask users for the same preferences every session."
Imagine a compliance analyst who forgets your company's risk tolerance every morning. That's what you're deploying.
State Management: Enterprise Computing's Oldest Problem, AI's Newest Failure
Intellyx published a piece this year titled "Why State Management is the #1 Challenge for Agentic AI." Their conclusion:
"Every generation of technology has had to deal with the central computing challenge of how to manage state. Now that agentic AI is here, our traditional approaches to managing the state of interactions in a distributed computing environment fall short."
This is a fundamental infrastructure problem. When your data analysis agent finishes processing and hands off to your scheduling agent, the context needs to transfer seamlessly. Current architectures don't guarantee this.
For regulated industries, this isn't just an inconvenience—it's a compliance nightmare. If your AI can't maintain state across a multi-step process, it can't provide the audit trail regulators require. It can't demonstrate why a decision was made based on cumulative context. It can't be trusted with processes that matter.
What's Actually Happening: Two Problems Colliding
So yes, enterprise work is hard. Business controls create legitimate complexity. Regulated industries have constraints that consumer AI never encounters.
But the AI is also not ready for the job description.
Problem 1: The AI's Technical Limitations
- No durable persistent memory across sessions
- Performance degradation over long contexts
- No standardized state management for multi-step workflows
- Agents replaced or restarted mid-process lose everything
Problem 2: Enterprise Requirements
- Long-running operations that span days or weeks
- Complex business rules requiring cumulative context
- Regulatory requirements for explainability and audit trails
- Integration with legacy systems not designed for AI
The demos work because they don't encounter either problem. The pilots fail because they encounter both.
"What's commonly referred to as 'agents' in the market is the addition of rudimentary planning and tool-calling capabilities to LLMs. The true definition of an AI agent is an intelligent entity with reasoning and planning capabilities that can autonomously take action. Those reasoning and planning capabilities are up for discussion."
— Maryam Ashoori, IBM Director of Product Management for watsonx
Translation: what you're buying isn't what you think you're buying.
The Financial Services Reality Check
Financial services presents the starkest example of this gap because the controls are the most mature and the stakes are highest.
The Financial Stability Oversight Council's 2024 Annual Report flagged AI as presenting both opportunity and systemic risk. Over 85% of financial firms are now applying AI to fraud detection, IT operations, and risk modeling. But the deployment challenges are mounting:
The explainability problem: Most AI systems remain "black boxes." In an industry where regulators can—and do—demand that you explain every decision, this isn't a technical inconvenience. It's a compliance liability. If your AI can't remember why it made a decision three steps ago, you can't explain it to an examiner.
The state persistence problem: NIST's AI Risk Management Framework emphasizes the need for "robust documentation and monitoring" throughout the AI lifecycle. But how do you document decisions from an agent that forgets its own reasoning between sessions?
The last mile problem: A powerful AI model is only valuable if it can be deployed effectively, embedded seamlessly into existing processes, and adopted by real users. Too often, firms underestimate the complexity of this last mile.
DBS Bank in Singapore offers a counter-example worth studying. They've deployed over 1,500 AI models across 370 use cases following their PURE framework (Purposeful, Unsurprising, Respectful, Explainable). The result: SGD $750 million in economic value in 2024. But the key isn't the AI—it's that they built the governance infrastructure first, including the persistent state management that makes AI reliable across sessions.
What Actually Needs to Be True
Based on the research and what I'm seeing work in practice, here's the realistic architecture for enterprise AI that actually works:
1. Build persistent memory infrastructure first
This is non-negotiable. Your AI agents need memory that:
- Survives session restarts — When an agent crashes or is replaced mid-process, the work shouldn't be lost
- Persists across handoffs — When Agent A hands off to Agent B, context must transfer completely
- Maintains audit trails — Regulators need to see the reasoning chain, even if the original agent is long gone
- Supports long-running operations — Days, weeks, or months—not minutes
Microsoft, Anthropic, and others are building toward managed memory services (Microsoft Foundry, Claude's memory tools), but these are still preview features. For production enterprise work today, you need to architect this yourself.
2. Stop thinking "automation" and start thinking "augmentation"
The Forrester analyst frame is useful: AI in 2025 is like the world's best intern. It can do 80% of most common jobs very well, but that remaining 20% is still suspect and needs guidance from a wiser mentor who can work with it to get you to 100%.
Plan for human-in-the-loop from the start, not as a fallback. And build the infrastructure that keeps humans informed about what the AI has been doing while they weren't watching.
3. Fix your data governance before you scale AI
Gartner predicts 15% of day-to-day work decisions could be made autonomously by AI agents by 2028. But Deloitte's data shows most organizations can't even make their data searchable or reusable for AI consumption.
The organizations succeeding aren't the ones with the biggest AI budgets. They're the ones who built the data foundation first.
4. Match complexity to capability
MIT's research found that companies who purchased AI tools from specialized vendors succeeded about 67% of the time, while internal builds succeeded only one-third as often. But here's the nuance: high-variance, low-standardization workflows benefit most from custom-built agents, while routine tasks should use simpler automation.
The question isn't "should we use AI?" It's "which type of AI for which type of work, and what infrastructure does it need to actually function?"
5. Build governance as an enabler, not a gatekeeper
The best AI governance programs aren't defensive—they're enabling. They don't just prevent bad outcomes; they make good outcomes possible.
That includes the technical governance: the persistent state architecture, the memory management, the handoff protocols. Without these, governance is just documentation about systems that can't deliver.
What's Coming
The models are getting better. Anthropic unseated OpenAI as the enterprise leader in 2025. Agentic AI adoption has outpaced traditional and generative AI adoption. MIT/BCG research finds that 66% of organizations with extensive agentic AI adoption expect changes to their operating model.
The persistent memory problem is being actively worked on. Anthropic's Claude Agent SDK now includes context management features. Microsoft's Foundry is building managed memory services. The Model Context Protocol (MCP) is emerging as a standard for how agents connect to data sources.
But capability improvement doesn't automatically solve the enterprise integration challenge. As Chevron's Chief Data and Analytics Officer noted: "We always have a human in the loop to review." That's not going away—and it shouldn't.
The companies that will win in 2026 aren't waiting for AI to become perfect. They're building the durable infrastructure—memory, state management, audit trails, governance—that makes imperfect AI useful.
The Bottom Line
The frustration you're feeling is real, and it's not all your fault. The AI isn't ready for enterprise work out of the box. It forgets. It degrades over long contexts. It can't maintain state across the workflows that actually matter to your business.
But that doesn't mean it's hopeless. It means you need to build the infrastructure that compensates for these limitations:
- Persistent memory that survives agent restarts
- State management that handles multi-step workflows
- Governance frameworks that assume the AI will need help
- Human-in-the-loop processes designed from the start
You're not implementing a tool. You're building a system that makes a limited technology useful in an unlimited problem space.
The good news: this is solvable. The companies figuring it out aren't the ones with the biggest budgets. They're the ones with the clearest understanding of both what AI can do and what it can't.
That's a governance problem AND a technical architecture problem. And both have solutions.