We’ve been watching enterprises battle with the identical customer support paradox for years: They’ve all of the expertise on the planet, but a easy handle change nonetheless takes three days. The issue isn’t what you suppose—and neither is the answer.
Final month, I watched a colleague attempt to replace their handle with their financial institution. It ought to have been easy: log in, change the handle, accomplished. As an alternative, they spent 47 minutes on maintain, obtained transferred thrice, and was advised the change would take “3–5 enterprise days to course of.” That is 2025. We’ve AI that may write poetry and resolve advanced math issues, but we will’t replace an handle discipline in actual time.
This isn’t a narrative about incompetent banks or outdated expertise. It’s a narrative about one thing extra elementary: the hidden arithmetic of enterprise friction.
The Invisible Math That’s Killing Buyer Expertise
Each enterprise course of has two numbers that matter: T and n.
“T” is the theoretical time it ought to take to finish a process—the perfect-world state of affairs the place every part works easily. For an handle change, T is likely to be 30 seconds: confirm identification, replace database, verify change.
“n” is every part else. The ready. The handoffs. The compliance checks. The system incompatibilities. The human bottlenecks. “n” is why that 30-second process turns into a 47-minute ordeal.
Based on Forrester, 77% of shoppers say that valuing their time is a very powerful factor an organization can present. Aberdeen Group discovered that firms with glorious service obtain 92% buyer retention in comparison with simply 33% for poor performers. But most enterprises are nonetheless optimizing for compliance and threat mitigation, not buyer time.
The outcome? A large “T+n” downside that’s hiding in plain sight throughout each business.
Why Every part We’ve Tried Has Failed
We’ve seen enterprises throw hundreds of thousands at this downside. Higher coaching packages. Course of reengineering initiatives. Shiny new CRM techniques. Digital transformation consultants promising to “reimagine the shopper journey.” These efforts usually yield 10%-15% enhancements—significant however not transformative. The issue is architectural. Enterprise processes weren’t designed for pace; they had been designed for management.
Take into account that handle change once more. In the actual world, it entails:
- Id verification throughout a number of techniques that don’t speak to one another
- Compliance flagging for anti-money-laundering guidelines
- Threat evaluation for fraud prevention
- Routing to specialised groups primarily based on account sort
- Handbook approval for any exceptions
- Updating downstream techniques in sequence
- Creating audit trails for regulatory necessities
Every step provides time. Extra importantly, every step provides variability—the unpredictable delays that flip a easy request right into a multiday saga.
When AI Brokers Really Work
We’ve been experimenting with agentic AI implementations throughout a number of enterprise pilots, and we’re beginning to see one thing completely different. Not the same old marginal enhancements however a real transformation of the shopper expertise.
The important thing perception is that clever brokers don’t simply automate duties—they orchestrate total processes throughout the three dimensions the place latency accumulates.
Folks issues: Human brokers aren’t accessible 24-7. They’ve specialised abilities that create bottlenecks. They want coaching time and low breaks. Clever brokers can deal with routine requests across the clock, escalating solely real edge instances that require human judgment. One monetary companies firm we labored with deployed brokers for card replacements. Customary requests that used to take 48 hours now full in underneath 10 minutes. The client varieties out their request, the agent verifies their identification, checks for fraud flags, orders the substitute, and confirms supply—all with out human intervention.
Course of issues: Enterprise workflows are designed as sequential approval chains. Request goes to analyst, analyst checks compliance, compliance routes to specialist, specialist approves, approval goes to success. Every handoff provides latency. Clever brokers can prevalidate actions in opposition to encoded enterprise guidelines and set off solely important human approvals. As an alternative of six sequential steps, you get one agent analysis with human oversight just for real exceptions.
Know-how issues: The typical enterprise runs buyer knowledge throughout 12–15 completely different techniques. These techniques don’t combine effectively, creating knowledge inconsistencies and handbook reconciliation work. As an alternative of requiring costly system replacements, brokers can orchestrate current techniques by APIs and, the place APIs don’t exist, use robotic course of automation to work together with legacy screens. They keep a unified view of buyer state throughout all platforms.
The AI Triangle: Why You Can’t Optimize Every part
However right here’s the place it will get fascinating—and the place most implementations fail.
Via our pilots and outcomes, we found what we name the AI Triangle: three properties that each agentic AI system should stability. Much like the CAP theorem in distributed techniques (the place you may’t have excellent consistency, availability, and partition tolerance concurrently), the AI Triangle forces you to decide on between excellent autonomy, interpretability, and connectivity. Simply as CAP theorem shapes how we construct resilient distributed techniques, the AI Triangle shapes how we construct reliable autonomous brokers. You may optimize any two of those properties, however doing so requires compromising the third. It is a “choose 2 of three” state of affairs:
Autonomy: How independently and shortly brokers can act with out human oversight
Interpretability: How explainable and audit-friendly the agent’s selections are
Connectivity: How effectively the system maintains real-time, constant knowledge throughout all platforms

You may choose any two, however the third suffers:
Autonomy + interpretability: Brokers make quick, explainable selections however might not keep excellent knowledge consistency throughout all techniques in actual time.
Interpretability + connectivity: Full audit trails and excellent knowledge sync, however human oversight slows every part down.
Autonomy + connectivity: Lightning-fast selections with excellent system synchronization, however the audit trails may not seize the detailed reasoning compliance requires.
This isn’t a expertise limitation—it’s a elementary constraint that forces deliberate design decisions. The enterprises succeeding with agentic AI are those who consciously select which trade-offs align with their enterprise priorities. This isn’t a technical resolution—it’s a enterprise technique. Select the 2 properties that matter most to your clients and regulators, then construct every part else round that selection.
The Hidden Prices No one Mentions
The seller demos make this look easy. Actuality is messier.
Knowledge high quality is make-or-break: Brokers appearing on inconsistent knowledge don’t simply make errors—they make errors at scale and pace. Worse, AI errors have a special signature than human ones. A human would possibly transpose two digits in an account quantity or skip a required discipline. An AI would possibly confidently route all Michigan addresses to Missouri as a result of each begin with “MI,” or interpret each occasion of “Dr.” in road addresses as “physician” as an alternative of “drive,” creating addresses that don’t exist. These aren’t careless errors—they’re systematic misinterpretations that may cascade by hundreds of transactions earlier than anybody notices the sample. Earlier than deploying any autonomous system, it’s good to grasp knowledge administration, set up real-time validation guidelines, and construct anomaly detection particularly tuned to catch AI’s peculiar failure modes. This isn’t glamorous work, nevertheless it’s what separates profitable implementations from costly disasters.
Integration brittleness: When brokers can’t use APIs, they fall again to robotic course of automation to work together with legacy techniques. These integrations break each time the underlying techniques change. You want strong integration structure and event-driven knowledge flows.
Governance will get advanced: Autonomous selections create new dangers. You want policy-based entry controls, human checkpoints for high-impact actions, and steady monitoring. The governance overhead is actual and ongoing.
Change administration is essential: We’ve seen technically excellent implementations fail as a result of staff resisted the modifications. Profitable deployments contain workers in pilot design and clearly talk how people and brokers will work collectively.
Ongoing operational funding: The hidden prices of monitoring, retraining, and safety updates require sustained funds. Issue these into ROI calculations from day one.
A Roadmap That Really Works
After watching a number of implementations succeed (and others crash and burn), right here’s the sample that persistently delivers outcomes:
Begin small, suppose massive: Goal low-risk, high-volume processes first. Guidelines-based operations with minimal regulatory complexity. This builds organizational confidence whereas proving the expertise works.
Basis earlier than options: Construct integration structure, knowledge governance, and monitoring capabilities earlier than scaling agent deployment. The infrastructure work is boring however important.
Design with guardrails: Encode enterprise guidelines—it’s preferable to maneuver them right into a coverage retailer in order that brokers can get them executed at run time utilizing a coverage resolution level (PDP) like Open Coverage Agent (OPA), implement human checkpoints for exceptions, and guarantee complete logging from the start. These constraints allow sustainable scaling.
Measure relentlessly: Observe probably the most crucial metrics in operations with a give attention to lowering “n” towards zero:
- Common dealing with time (AHT)
- Straight-through processing price (STP Price %)
- Service degree settlement (SLA) efficiency
- Buyer satisfaction
- Value per transaction
These metrics justify continued funding and information optimization.
Scale step by step: Increase to adjoining processes with greater complexity solely after proving the muse. Concentric circles, not massive bang deployments.
The Expertise That Adjustments Every part
We preserve coming again to that colleague attempting to alter their handle. In a world with correctly carried out agentic AI, right here’s what ought to have occurred:
They log into their banking app and request an handle change. An clever agent instantly verifies their identification, checks the brand new handle in opposition to fraud databases, validates it with postal companies, and updates their profile throughout all related techniques. Inside seconds, they obtain affirmation that the change is full, together with up to date playing cards being shipped to the brand new handle. No cellphone calls. No transfers. No ready. Simply the service expertise that matches the digital world we really stay in.
The Greater Image
This isn’t actually about expertise—it’s about lastly delivering on the guarantees we’ve been making to clients for many years. Each “digital transformation” initiative has promised sooner, higher, extra customized service. Most have delivered new interfaces for a similar outdated processes.
Agentic AI is completely different as a result of it might really restructure how work will get accomplished, not simply the way it will get offered. It might flip T+n again into one thing approaching T.
However success requires greater than shopping for software program. It requires rethinking how organizations stability pace, management, and threat. It requires investing within the unglamorous infrastructure work that permits clever automation. Most significantly, it requires acknowledging that the way forward for customer support isn’t about changing people with machines—it’s about orchestrating people and machines into one thing higher than both might obtain alone.
The expertise is prepared. The query is whether or not we’re ready to do the arduous work of utilizing it effectively.
