<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.aheadcrm.co.nz/blogs/tag/AI/feed" rel="self" type="application/rss+xml"/><title>aheadCRM - Blog #AI</title><description>aheadCRM - Blog #AI</description><link>https://www.aheadcrm.co.nz/blogs/tag/AI</link><lastBuildDate>Wed, 23 Sep 2026 07:52:35 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[The Inference Paradox: Tokens Got 1,000x Cheaper and Your AI Bill Went Up]]></title><link>https://www.aheadcrm.co.nz/blogs/post/the-inference-paradox-tokens-got-1000x-cheaper-and-your-ai-bill-went-up</link><description><![CDATA[<img align="left" hspace="5" src="https://www.aheadcrm.co.nz/the inference paradox.png"/>The Inference Paradox: Tokens Got 1,000x Cheaper and Your AI Bill Went Up Somewhere in your organization there is a slide claiming that agentic CX is ab ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_c4GMRtvDQ-CyHnRBAn7uXA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_pbnujwDkQ861r3AsldCqYQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_-_InP8fsRuS6ukbjnmbEfQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_itFmxTM3QSKLrmtm7fSzkQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center zptext-align-mobile-center zptext-align-tablet-center " data-editor="true"><div><figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td>The Inference Paradox:</td></tr></tbody></table></figure><p>Tokens Got 1,000x Cheaper and Your AI Bill Went Up</p><p>Somewhere in your organization there is a slide claiming that agentic CX is about to get cheap. I bet, there is. It has a line heading down and to the right, it cites the collapse in token prices, and it is not lying about the collapse. Token prices really have fallen off a cliff.</p><p>Still, the slide is wrong,</p><p>Why?</p><p>Because what you are buying is not tokens. It is workflows, and workflows have learned to consume tokens faster than tokens get cheaper. That is the <a href="https://www.gartner.com/en/newsroom/press-releases/2026-08-17-gartner-predicts-ai-inference-costs-per-agentic-workflow-will-increase-more-than-fivefold-through-2028">inference paradox</a> that Gartner Group talks about: the unit price falls, the invoice climbs, and neither number is a mistake.</p><h1 class="wp-block-heading">The Price Collapse Happened Somewhere Else</h1><p>Start with the part the vendors get right. <a href="https://voxbooster.com/blog/ai-inference-cost-statistics-2026/">Compiled inference-cost data</a> from a16z, Epoch AI and Stanford's AI Index puts GPT-3-equivalent quality at roughly $60 per million tokens in late 2021 and about $0.06 by late 2024, a thousandfold drop, with price-performance improving at a median 50x per year and closer to 200x per year since the start of 2024. <a href="https://www.goldmansachs.com/insights/articles/ai-agents-forecast-to-boost-tech-cash-flow-as-usage-soars">Goldman Sachs</a> has semiconductor suppliers delivering 60 to 70 percent annual reductions in cost per token. Nobody can, nor does, dispute the direction of travel.</p><p>Now look at what the frontier costs today. <a href="https://platform.claude.com/docs/en/about-claude/pricing">Anthropic's published price list</a> (as of August 27, 2026) puts Claude Opus 5 at $5 per million input tokens and $25 per million output tokens, and its largest models at $10 and $50. Those are the models your agentic workflow escalates to when the cheap one fails, and they are in a similar range as the GPT-3 launch pricing.</p><p>So the collapse is real, just that it happened at the commodity end. The price of last year's intelligence fell through the floor. The price of this year's did not.</p><p>And Agentic architectures are designed, to use this year's.</p><h1 class="wp-block-heading">Token Inflation Is Measured, Not Alleged</h1><p>This is where the research has caught up with the invoices, and the numbers are worse than most buyers assume.</p><p>Fu and colleagues gave the effect a name in <a href="https://arxiv.org/pdf/2608.13571">Not All Tokens Are Equal</a>: token inflation, the gap between advertised per-token pricing and what a workflow actually consumes once it retries what it got wrong. They measure inflation as high as 4.25x on multi-hop question answering, and they show that FrugalGPT, one of the standard cost-aware routers, underestimates true expense by more than 2x on hard tasks. This mechanism is what both drives the cost and nobody prices in: a failed reasoning chain is not only a wasted call, it is a call that gets re-sent in full, with history attached, to a more expensive model.</p><p>The infrastructure picture is even worse. Kim and colleagues measured what agents do to a serving stack rather than to a budget line in <a href="https://arxiv.org/pdf/2506.04301">The Cost of Dynamic Reasoning</a>. Tool-augmented agents make roughly 9.2 times as many model calls as a chain-of-thought baseline. A tree-search agent averages 71 calls per single request. Input sequences run three to four times longer because the interaction history accumulates. GPU memory per request rises three to five times, and the GPUs then sit idle 54.5 percent of the time waiting on tool calls. Energy per query rises 62 to 137 times over single-turn inference.</p><p>Gartner's 5-to-30x multiplier for agentic queries, which read like an analyst hedging, turns out to be the conservative end of the range.</p><p>This is the paradox in four short sentences:</p><p>The price per token fell by three orders of magnitude. The tokens consumed per useful outcome rose by one to two. Usage went up, way up. Compound those and you get a real invoice.</p><h1 class="wp-block-heading">You Are Also Paying for Tokens That Make the Answer Worse</h1><p>There is an additional line item nobody budgets for, and it is one a CX buyer should find most uncomfortable.</p><p>Zhou and colleagues studied what happens when you keep spending on reasoning in <a href="https://arxiv.org/pdf/2604.10739">When More Thinking Hurts</a>. Marginal utility on their test set drops from +1.8 percent per 500 tokens in the 2,000 to 4,000 range, to +0.1 percent between 8,000 and 12,000, and turns negative beyond that. Past roughly 7,000 tokens the model flips more previously correct answers to wrong than wrong answers to right. Their 32B model peaks at 55.8 percent accuracy at 12,000 tokens and falls back to 54.9 percent at 16,000. Easy problems start overthinking at around 1,500 tokens.</p><p>Read that again with a meter running. There is a point in every reasoning budget past which you are paying more money to get a worse answer, and it arrives earliest on the simple tickets that make up the bulk of your service volume.</p><p>The <a href="https://arxiv.org/pdf/2508.02694">Efficient Agents</a> work draws the same conclusion from the other direction: best-of-N test-time scaling buys marginal accuracy at disproportionate cost, and a leaner design retained 96.7 percent of the accuracy at $0.228 per problem solved against the $0.398 of richer systems. More compute is not a strategy. It is a default setting.</p><h1 class="wp-block-heading">The CX Meter Hides the Multiplier</h1><p>None of this would matter much if your contract passed the cost through legibly. It does not.</p><p><a href="https://www.cxtoday.com/contact-center/ai-pricing-models-cx-contact-center-guide/">CX Today's buyer guide</a> catalogues six live pricing models: per seat with tokens bundled, per channel, per component, credits, per action, and per resolution. Genesys runs $75 to $240 per user per month. Amazon Connect meters $0.038 a voice minute and $0.010 a chat message. Salesforce sells Flex Credits at $500 per 100,000, roughly ten cents an action, having launched Agentforce at $2 a conversation and repriced once that unit stopped fitting the work.</p><p><a href="https://www.zendesk.com/pricing/">Zendesk's pricing page</a> is different. It explains the outcome model clearly, that you pay only for requests resolved without escalation to a human, and it does not publish a rate. The headline unit of the most buyer-friendly-sounding pricing model in customer service sits behind a sales call and a tough <a href="http://blog.aheadcrm.co.nz/2026/05/zendesks-specialist-bet-is-right-one.html">negotiation</a>.</p><p>Each model hides the multiplier at a different place; none of them is denominated in anything a CX leader actually manages. Per-message looks cheap until the agent generates repeat contacts and you are billed twice for failing once. Per-resolution looks aligned until you notice it pays the vendor not to escalate. Per-action asks you to model an entire workflow before you can forecast a quarter.</p><h1 class="wp-block-heading">Jevons Was Not a Pessimist</h1><p>None of this is an argument against spending. Cheaper units drive more consumption. That is <a href="https://en.wikipedia.org/wiki/Jevons_paradox">Jevons</a>. It is what happened to coal and steel and bandwidth, and it usually indicates a technology that works. Goldman expects token consumption to multiply 24 times, to 120 quadrillion tokens a month, between now and 2030. Spending more on inference in 2029 than you do today is not necessarily mismanagement.</p><p>The failure mode is narrower. It is not spend. It is unattributed spend. The organizations in trouble are not the ones with large inference bills; they are the ones that cannot say which workflow, which agent, or which resolved ticket a given bill belongs to, in other words, which outcome they pay for.</p><h1 class="wp-block-heading">What to Implement Before You Sign</h1><p>Look at preparing yourself using five measures, ordered by how quickly they pay back.</p><p><strong>Instrument before you scale.</strong> Use per-agent and per-workflow token telemetry with alert thresholds, from the first pilot onward. <a href="https://www.cockroachlabs.com/blog/agentic-ai-costs-at-scale/">One healthcare deployment</a> ran from $12,000 to $68,000 a month over six weeks on a retrieval fault that went unnoticed for two of them. Cost you cannot attribute is cost you cannot defend, or avoid.</p><p><strong>Cap the loops.</strong> Set hard retry ceilings with mandatory human escalation at the limit, and a <a href="https://arxiv.org/pdf/2608.13571">fresh-escalation policy</a> that discards a failed chain instead of forwarding it: Fu and colleagues found that passing failed reasoning to a stronger model cost up to 34.8 percentage points of accuracy. <a href="https://www.cockroachlabs.com/blog/agentic-ai-costs-at-scale/">Uncontrolled retries</a> are the single largest driver of runaway spend. You pay premium rates to make the answer worse.</p><p><strong>Budget the thinking.</strong> Set per-task reasoning caps rather than letting a model run to its limit, and <a href="https://arxiv.org/pdf/2604.14853">allocate them by difficulty</a> rather than uniformly: Zhai and colleagues get up to 12.8 percent better accuracy on MATH at the same budget purely by varying compute per instance. Above <a href="https://arxiv.org/pdf/2604.10739">the crossover point</a>, you are buying degradation at full price.</p><p><strong>Take the engineering discounts.</strong><a href="https://platform.claude.com/docs/en/about-claude/pricing">Cache reads</a> price at a tenth of standard input and pay for themselves fast. Route simple work to small models: <a href="https://www.cockroachlabs.com/blog/agentic-ai-costs-at-scale/">one team</a> took $40,000 a month down to $24,000 on routing discipline alone. Compact context, retrieve just in time, and stop shipping every tool schema into every call.</p><p><strong>Put the meter in the contract.</strong> Get a <a href="https://digitalthoughtdisruption.com/2026/08/21/ai-vendor-contract-clauses-agentic-scale/">defined billable unit</a> in writing that names cached tokens, tool execution, failed calls and retries, not just input and output and audit rights to reconcile your own telemetry against the invoice. Demand a notice before any repricing or redefinition of the consumption model: current clause guidance suggests 120 days, and on a meter that can move mid-year I would ask for six months. Then measure <a href="https://www.cockroachlabs.com/blog/agentic-ai-costs-at-scale/">value per thousand tokens</a> against agreed outcomes rather than against volume. Organizations that do this report spending 60 to 70 percent less for equivalent output.</p><p>The tokens will keep getting cheaper. The bill will keep getting bigger. Only one of these two is under your control.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 27 Aug 2026 14:24:38 -0400</pubDate></item><item><title><![CDATA[The Enterprise AI Intent Gap]]></title><link>https://www.aheadcrm.co.nz/blogs/post/the-enterprise-ai-intent-gap</link><description><![CDATA[<img align="left" hspace="5" src="https://www.aheadcrm.co.nz/CRMKonvo -314.png"/>Every hype cycle produces its own comfortable silence, and this one has a good one: almost everybody is doing AI, and almost nobody will say out loud ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_nsko1JWZRqCJ2WkaHrj6LA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_-2oOjB_NQG2jELiqo5uSJA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_llj3kY6aTTGZi0_9izcXiw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_YF8iELmtStiINfaooFAb1A" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center zptext-align-mobile-center zptext-align-tablet-center " data-editor="true"><div><p>Every hype cycle produces its own comfortable silence, and this one has a good one: almost everybody is doing AI, and almost nobody will say out loud whether it worked. In our recent <a href="https://youtube.com/live/YQkb-RPzvZs">CRMKonvo</a> with <a href="https://www.linkedin.com/in/jonerp/">Jon Reed</a>, co-founder of <a href="https://diginomica.com">diginomica</a>, we spent an hour poking at that silence, with <a href="https://de.linkedin.com/in/ralfkorb">Ralf Korb</a> doing the poking alongside me. Jon is one of the analysts who actually tests the thing before writing about it, which makes him tiresome company for vendors and excellent company for buyers. The conversation did not land on whether AI works. It landed somewhere considerably more uncomfortable: most enterprises cannot say what working would look like, and they started spending anyway.</p><h1 class="wp-block-heading">TL;DR</h1><p>If you want to watch the full CRMKonvo, please go ahead <a href="https://youtube.com/live/xFtVnHxnE3k">here</a> (optimized for smartphones) or <a href="https://youtube.com/live/YQkb-RPzvZs">here</a> (optimized for tablets/computers).</p><figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">https://youtube.com/live/YQkb-RPzvZs</div>
</figure><p>Else, be my guest and continue to read.</p><p>Or do both …</p><h1 class="wp-block-heading">Sixty Percent, And Nobody Is Blushing</h1><p>Jon opened with numbers rather than opinion, a habit more of us should copy. <a href="https://www.mckinsey.com/capabilities/quantumblack/our-insights/from-promise-to-impact-how-companies-can-measure-and-realize-the-full-value-of-ai">McKinsey's recent work on AI measurement</a> found that nearly eight in ten companies are using generative AI in some capacity, while around sixty percent report not seeing enterprise-wide EBIT impact from those programs. The gap between activity and impact is apparently not closing. Instead, it seems to be widening. A small group of over-performers is automating end-to-end workflows inside specific domains and getting results, and even they argue about what to measure and how to attribute the improvement.</p><p>Let that sink in for a moment. These are organizations that committed budget, headcount and executive credibility to a program, then discovered they had never agreed on a definition of success. Jon asked the obvious question: &quot;<em>Why would you undertake a project like this if you had no idea how you were going to measure the success of it?</em>&quot;</p><p>The answer is not stupidity.</p><p>It is fear.</p><p>There is &quot;<em>a profound fear of missing out or being left behind</em>&quot;, and the people applying that pressure are usually the ones furthest from the technology. Executives and board members &quot;<em>have some of the most unrealistic ideas about AI in the entire organization</em>&quot;. So the CIO is told to spend on something, anything, and the something arrives in the shape of a forward deployed engineer. Fine role, wrong instinct: a forward deployed engineer is a technologist. They do not know your business, and this was never an engineering exercise.</p><h1 class="wp-block-heading">The Model Stopped Being the Product</h1><p>This is the part of the story most vendor keynotes skip. Five or six years ago, scaling language models produced results that looked like emergent intelligence, and the valuations followed: if you can build truly cognitive systems, you can replace large parts of the workforce and justify almost any capital expenditure. What actually arrived is &quot;<em>a facsimile of intelligence</em>&quot;. Then the scaling laws slowed, the training data ran thin, and investors got nervous.</p><p>What the labs did affects you more than the models themselves do. They wrapped the models in compound architectures with external verification, symbolic tools, deterministic cross-checks that refuse to let an agent post to the general ledger when the entry fails a rule. The industry sells this as context engineering and harness engineering. Strip the vocabulary away and the model has become the least interesting component in the stack. The architecture around it has become the product.</p><p>Jon's summary of the exercise is simple: &quot;<em>We're taking a tool that was not intended to be deterministic, and we're trying to see how far we can push that.</em>&quot; That is a candid description of the state of the art, and it carries a warning no vendor slide will show you. Guardrails work in one direction only. &quot;<em>It's a lot easier to stop agents from doing something wrong than to know for sure that they did something right, because they don't understand what the right thing is.</em>&quot; Blocking a bad output, better one too many than missing one, is engineering. Certifying a good one is still your problem.</p><h1 class="wp-block-heading">Expertise Is Not a Commodity, and Nothing Is Learning</h1><p>Two claims circulating on LinkedIn got taken apart, and both had it coming.</p><p>The first is that expertise has been commoditized.</p><p>It. Has. Not.</p><p>What has been commoditized is working-level knowledge across many domains, which the models absorbed during training. Working knowledge is not expertise. &quot;<em>It's only expertise that can identify the problems in the model output,</em>&quot; Jon argued. That sentence should reorganize your hiring plans. If you believe the machine is the expert because it passed the bar exam, you will ship its mistakes at scale and file the result under productivity. Mathematics is an exception, because synthetic data works inside the closed confines of maths. Your industry is not maths.</p><p>The second claim is that the agent learns from your users.</p><p>It does not.</p><p>The language model is not learning while you talk to it. It is pre-trained, then trained, then frozen, and adjusting weights on the fly runs into catastrophic forgetting; <a href="https://en.wikipedia.org/wiki/Richard_S._Sutton">Rich Sutton</a> has a Turing Award and a working explanation of why. When a vendor says the system learns continuously, they mean that a knowledge graph or memory store are updated with your preferences. That is a storage mechanism disguised as learning. It is dangerous because it gives buyers the wrong idea of what is possible, and having wrong ideas about the possible is how budgets get burned.</p><h1 class="wp-block-heading">The CSAT Trap: When Nothing Got Worse Counts as a Win</h1><p>Now to CX, where the reasoning gets worse rather than better. We looked at companies that replaced level one service with AI assistants, reduced headcount, and reported the result as a win because their CSAT scores did not go down. Hold that up to the light. The stated ambition was to change nothing about how customers experience you while spending less on them.</p><p>&quot;<em>Fine, but you're not Amazon.</em>&quot; Unless you are a behemoth or an airline, service is one of the few places where you can still out-compete companies that have more money than you. The question is not whether the bot held the line at nine in the evening. It is whether these tools let you run the best service in your industry, including at nine in the evening when your people have gone home.</p><p>Corporate intent decides that outcome. If the corporate desire is to solve issues, the technology gets designed to solve issues. If the desire is to deflect them, you have bought a deflection machine with better grammar. And the failure mode is almost never the answer itself; it is the escalation. Jon's own pharmacy routes him through a voice system that offers to help, asks him to describe the problem, then loops him back into the automation he was trying to escape: &quot;<em>If the automated system had answered my question, I wouldn't be asking to talk to the frigging pharmacist.</em>&quot; Every enterprise reading this has built that loop somewhere.</p><p>Not every customer warrants the same treatment either, and pretending otherwise is not fairness, it is laziness. Your largest account should probably not be routed into the same voice system as everybody else.</p><h1 class="wp-block-heading">Architecture Follows Intent</h1><p>The best line of the hour was not Jon's own. He borrowed it from a diginomica colleague writing about <a href="https://diginomica.com/international-rescue-committee-ai-operating-model-humanitarian-crises">the International Rescue Committee's AI operating model</a>: architecture follows intent. Decide who you want to be, then build the thing that makes it possible. Most enterprises run that sequence backwards, buying architecture and hoping an intent turns up later.</p><p><a href="https://diginomica.com/how-ai-delivering-real-roi-equifax-and-what-comes-next">Equifax</a> came up as the counter-example, and the detail is the useful part. They credit their AI results not to a clever agent but to five years of cloud migration that left their data in a standard fabric, plus proprietary data the models have never seen. Nobody sensible will tell you to spend two years modernizing before touching AI. Jon did not, and neither will I. But the modernization track and the AI track run in parallel, and the sprinkle-sauce theory, the one where AI lets you skip the discipline, is &quot;<em>a LinkedIn feed fantasy land</em>&quot;.</p><h1 class="wp-block-heading">Pragmatic Playbook for Enterprise CX Buyers</h1><p>Settle three things before the next AI proposal reaches your desk.</p><p><strong>Build the evaluation suite before the program office.</strong> You have to have transparency over what your AI is doing. Define the business outcome, the baseline and the attribution method before the contract is signed, not after the pilot disappoints. Pick a problem meaningful enough to matter and contained enough that getting it wrong does not break the business. If nobody in the room can state success as a number, you are not ready to buy.</p><p><strong>Put your pricing and your data in the contract.</strong> Any change to outcome-based or consumption-based pricing requires six months of notice so you can adjust. Moving off user-based licences to pay for tokens with no business result attached is not an advancement, it is a higher invoice. And when the vendor says their agent learns from your users, ask these two questions: how exactly does it learn from my users, and how do you protect that data? An update to the knowledge graph is not learning.</p><p><strong>Design the escalation first, then hire someone to check the whole thing.</strong> Most customer anger at AI support is not about the answer, it is about being unable to get out. Build the route to a human before you build the deflection, and keep your most valuable accounts out of the automation entirely. Then consider the role Jon would add to the org chart: an AI ombudsperson whose job is to walk into departments, gut-check what is being built, and flag the vulnerabilities and the opportunities nobody else is positioned to see.</p><p>Architecture follows intent. Buy the intent first.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 25 Aug 2026 18:39:46 -0400</pubDate></item><item><title><![CDATA[The Customer Journey Illusion: Stop Mapping and Start Enabling]]></title><link>https://www.aheadcrm.co.nz/blogs/post/the-customer-journey-illusion-stop-mapping-and-start-enabling</link><description><![CDATA[<img align="left" hspace="5" src="https://www.aheadcrm.co.nz/CRMKonvo -313 Dr. G.jpg"/>Welcome to another reality check. The CRM industry loves a good fairy tale. The most persistent one is the mythical customer journey. We like to prete ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_b2Us-3rHT-2hOr45YX-jCA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_ZThMGhLHQn6HQ41mEU_-2w" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_9s6tNtcXRqmIVtOXsRPXRg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_LWt1El47SZKf4AtrFJC2wA" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center zptext-align-mobile-center zptext-align-tablet-center " data-editor="true"><p>Welcome to another reality check. The CRM industry loves a good fairy tale. The most persistent one is the mythical customer journey. We like to pretend that customers wake up, look at our perfectly designed product pathways, and cheerfully walk down the well-paved brick road. The reality is far less smooth. As we discussed in our recent <a href="https://youtube.com/live/2OoGBUs7YHA">CRMKonvo</a> with <a href="https://www.linkedin.com/in/grahamhill/">Dr. Graham Hill</a>, organizations are not managing customer journeys. They are rather managing their internal processes, dressing them up in customer-centric language. It is a comforting illusion for them. It also keeps the stock price stable and the consultants employed. But it does absolutely nothing for the actual customer.&nbsp;</p><h1 class="wp-block-heading">TL;DR</h1><p>If you want to watch the full CRMKonvo, please go ahead <a href="https://youtube.com/live/J1Mv2hiWUAw">here</a> (optimized for smartphones) or <a href="https://youtube.com/live/2OoGBUs7YHA">here</a> (optimized for tablets/computers).</p><figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"><br/></div>
</figure><p>Else, be my guest and continue to read.</p><p>Or do both …</p><h1 class="wp-block-heading">The Myth of the Master Plan</h1><p>Let us look at the numbers. Dr. Hill pointed out an interesting statistic from a major UK retail bank. When looking at the &quot;manage my home finance&quot; experience, only one-sixth of the interactions were on the actual mortgage pathway. Five-sixths of the interactions were customers trying to get help with estate agents, solicitors, or basic support. Yet the bank only cared about the mortgage pathway. They willfully ignored the vast majority of the customer's actual reality. Why? Because the bank is only interested in selling the mortgage. Everything else was viewed as an unnecessary cost instead of opportunity.</p><p>This is a fundamental flaw in modern CX strategies. We design for the happy path and happily ignore the real world. We are shocked when our highly polished onboarding process falls apart at the very first sign of customer complexity. We create rigid silos. Then we wonder why our churn rates skyrocket.</p><h1 class="wp-block-heading">Maps vs. Reality</h1><p>This brings us to the core problem of journey mapping. Mapping a journey assumes a static topographical reality. It assumes that if we just draw a line from point A to point B, the customer will obediently follow it. As a sailor, I can tell you that this is a dangerous way to navigate. You do not just draw a line on a chart and blindly sail forward. You look at the weather. You look at the currents, at the waves. You constantly adjust your route based on dynamically changing conditions.</p><p>Not only when sailing.</p><p>Customers plan their way based upon certain criteria, and they replan it every single day, every single moment even, because the circumstances change. Businesses, on the other hand, force customers onto a rigid track. When the customer inevitably encounters a storm, the business is nowhere to be found. In the ocean there is no fixed path. Why do we expect our customers to travel on rails? We provide a mapped path that is utterly disconnected from the underlying terrain.</p><h1 class="wp-block-heading">The Requisite Variety Trap</h1><p>Why do companies insist on this broken model? Dr. Hill points to Ashby’s <a href="https://en.wikipedia.org/wiki/Variety_%28cybernetics%29">Law of Requisite Variety</a>. Providing a rigid pathway is cheap and manageable. If you only have one prescribed pathway to get a mortgage, you can manage the interactions and complexity. As soon as you enable customers to do what they actually need to get done, your complexity and costs increase exponentially. It becomes very expensive to try and provide everything for everybody.</p><p>So, businesses take the easy way out. They stick to the one pathway that works for them, even if it does not serve the customer well. They rely on the sad reality that the evil known to them is often better than the unknown evil. Moving to a new provider is a hassle. Customers stay where they are until it becomes so unbearable that they are forced to move. This is not loyalty. It is hostage-taking.</p><h1 class="wp-block-heading">Dumb Automation and the AI Mirage</h1><p>The push for automation is often driven by a desire to reduce costs. Companies follow the exact opposite of the <a href="https://en.wikipedia.org/wiki/Toyota_Production_System">Toyota Production System</a>. <a href="https://en.wikipedia.org/wiki/Taiichi_Ohno">Taichi Ohno</a> taught that you make it easier for the worker, then faster for the worker, and only then cheaper for the company. Modern banks and telcos do the reverse. They implement what Hill calls &quot;<em>dumb automation</em>&quot; to make things cheaper for themselves. They make it faster for the company, but they make it infinitely harder for the customer.</p><p>When you force a customer to use a poorly designed app instead of talking to a human, you are not innovating. You are just offloading your operational friction onto the person paying you. This cost-cutting strategy is fundamentally flawed. When customers cannot get their problems solved through automated channels, they resort to other means. They call the support desk. They complain on social media. They switch providers. The cost of recovering from these failures is astronomical.</p><p>In blunt words: an automated dumb process stays a dumb process.</p><p>Now we enter the era of Artificial Intelligence – again. The hype is deafening. We are told that Generative AI and LLM technology will revolutionize customer service. We are told that chatbots (err, agents) connected to a RAG architecture will flawlessly guide customers through their issues. Let me be absolutely clear. If your underlying data architecture is a mess, an LLM will simply hallucinate solutions based on that mess. Using RAG to query a broken knowledge base will just give you highly confident, grammatically correct wrong answers. <a href="https://www.forbes.com/sites/marisagarcia/2024/02/19/what-air-canada-lost-in-remarkable-lying-ai-chatbot-case/">Best regards from Air Canada</a>!</p><p>AI is not magic. It is a tool that accelerates whatever processes you have in place. If your process is designed to ignore five-sixths of the customer's reality, AI will just ignore them faster. True innovation in CX requires a solid architectural foundation. You need a unified data layer that provides a single, accurate view of the customer. You need integration across your entire technology stack. Your CRM must talk to your billing system. The billing system must talk to your support platform. Without this integration, your AI initiatives are doomed to fail.</p><p>Businesses must accept that customers do not care about their product pathways. They care about getting their jobs done. If businesses want to succeed, they must align their systems and processes to support those jobs. They must stop trying to control the journey and start trying to facilitate it. This is not a marketing problem. This is an operational and architectural challenge. It requires rigorous analysis, tough decisions, and a willingness to challenge the status quo. If you are not prepared to do that, you should probably just stick to writing press releases.</p><h1 class="wp-block-heading">Strategic Recommendations for Enterprise AI Buyers</h1><p>Here are the core learnings and recommendations for enterprise AI buyers who actually want to improve customer experience rather than just buying the latest shiny object. We are past the point of treating software like a magical incantation.</p><h2 class="wp-block-heading">Focus on Architectural Integrity over Generative Hype</h2><p>Do not be seduced by the promise of an LLM fixing your customer service overnight. Before you invest in any advanced AI, audit your data quality and integration points. If your CRM cannot communicate seamlessly with your CDP, your AI will fail. You must build a unified data architecture first. AI requires clean, structured data to function effectively. If you build on a cracked foundation, you will only automate your existing dysfunctions. Get your data house in order before inviting the AI guests into the living room.</p><h2 class="wp-block-heading">Design for Exceptions and Keep the Human-on-the-Loop</h2><p>Stop optimizing solely for the rigid product pathway. As said, the vast majority of customer interactions occur outside of your carefully mapped routes. Use technology to handle the predictable, routine transactions, but design your systems to seamlessly escalate complex issues to empowered human agents. Do not use automation to build walls between your company and your customers. Use it to provide a solution faster. A human-on-the-loop strategy is not a sign of failure; it is a recognition of reality. AI should augment your workforce. It should not isolate your customers.</p><h1 class="wp-block-heading">Measure Customer Outcomes, Not Internal Efficiencies</h1><p>Your metrics are probably lying to you. If you are only measuring handle time or deflection rates, you are incentivizing the wrong behaviors. You must measure whether the customer actually achieved their goal. Implement systems to track the entire lifecycle of an interaction, including the rework required when automation fails. Yes, that’s harder to measure. But, when you understand the true cost of bad automation, you will stop prioritizing short-term cost savings over long-term customer value. Enable the customer to achieve their goals, and the business results will follow naturally.</p><p>A customer is a consequence, not a means.</p></div>
</div><div data-element-id="elm_dazAqBWsNC_Kg_kMQkOX3g" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> @media (max-width: 767px) { [data-element-id="elm_dazAqBWsNC_Kg_kMQkOX3g"].zpelem-video iframe.zpvideo{ width:560px !important; height:315px !important; } } @media all and (min-width: 768px) and (max-width:991px){ [data-element-id="elm_dazAqBWsNC_Kg_kMQkOX3g"].zpelem-video iframe.zpvideo{ width:560px !important; height:315px !important; } } </style><div class="zpvideo-container zpiframe-align-center zpiframe-mobile-align-center zpiframe-tablet-align-center"><iframe class="zpvideo " width="560" height="315" src="//www.youtube.com/embed/2IQVkY2IVgU?enablejsapi=1" frameborder="0" allowfullscreen id=youtube-video-1 data-api=youtube></iframe></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 19 Aug 2026 09:35:03 -0400</pubDate></item><item><title><![CDATA[Creatio's AI CRM: Who Gets to Build the Next Agent?]]></title><link>https://www.aheadcrm.co.nz/blogs/post/creatios-ai-crm-who-gets-to-build-the-next-agent</link><description><![CDATA[Every AI CRM vendor selling into 2026 has an AI agent story by now. The differentiator is no longer whether agents exist, but who is allowed to build ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_vl7btvy2QEG_TJeTlGWBUw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_1b8_nVNoREOsR82IciC4Fw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_TnWOWJXHRUOcuXRA5LjwvA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_qzoUZUGSSGO17lvEsjkmCw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div><p>Every AI CRM vendor selling into 2026 has an AI agent story by now. The differentiator is no longer whether agents exist, but who is allowed to build the next one, how long that takes, and what happens to the bill once it works. For decades, CRM has promised growth and mostly delivered data entry, decaying from a system of action into a system of record. The agentic shift changes that, and with it the questions buyers should ask. Let’s put Creatio's AI CRM to those questions, following a deal from lead to order to see how much orchestration ships out of the box and how much a revenue team must assemble. The findings are published in full in my report, <a href="https://documents.aheadcrm.co.nz/external/b7eef7110c353efcff07b998f6a77b48a9104efc9caef0a041ba3bc7ba7c87b9">AI CRM for Revenue Growth</a>: Inside Creatio's AI-Native No-Code Platform.</p><h1 class="wp-block-heading">The company behind the platform</h1><p>Creatio is a privately held, AI <a href="http://www.creatio.com/">CRM</a> and no-code workflow automation company headquartered in Boston, founded in 2014 by <a href="https://www.linkedin.com/in/katherine-kostereva-284a523/">Katherine Kostereva</a>, who remains CEO. It ran as bpm'online until a 2019 rebranding, bootstrapped until its first institutional round in 2021. A $200 million round led by Sapphire Ventures in June 2024 lifted its valuation to $1.2 billion; total funding raised now stands at roughly $268 million, and it reported around 50 percent year-over-year revenue growth at the time.</p><p>Creatio employs around 1,000 people and sells through more than 500 implementation partners worldwide. The company’s partner program has held a <a href="https://www.crn.com/partner-program-guide/ppg2025">5-star rating in CRN's Partner Program Guide</a> for eight consecutive years. Customers span more than 100 countries, among them AMD, Colgate-Palmolive, and MetLife, with millions of workflows launched daily.</p><h1 class="wp-block-heading">One platform, two studios</h1><p>The product serves marketing, sales, and service on a single unified data model. Creatio Studio sits on top, split into Business Studio for no-code applications and AI Studio for autonomous agents, both sharing one data, security, and governance model. An in-app AI Twin now lets end users build their own agents from an IT-approved library without leaving the CRM. What makes this an AI CRM rather than a CRM with AI attached is where the intelligence sits: Creatio combines predictive, generative, and agentic AI in a single Creatio.ai architecture, reachable by end users in natural language, instead of bolting a chatbot onto a system of record.</p><p>Two authoring patterns cover most agent use cases. Prompt agents are simple assistants defined by a natural-language instruction plus the tools and skills the agent is allowed to use. Workflow agents are multi-step processes built on the same drag-and-drop designer that powers the rest of the AI CRM. Both are built by the same business-side practitioner who already configures pipelines and dashboards. There is no separate developer queue, AI-specialist hiring profile, or code repository in the middle.</p><p>Creatio was named a Leader in Nucleus Research's November 2025 <a href="https://nucleusresearch.com/research/single/lcap-technology-value-matrix-2025/">LCAP Technology Value Matrix</a>, and it was the only Leader in <a href="https://www.creatio.com/company/news/22921">Forrester's 2024 Wave for low-code platforms</a> built for citizen developers. That recognition shows up in practice too: BSN Sports runs its entire deployment for 2,600 users with just three administrators, while Howdens rolled out to 7,000 users across more than 800 depots in twelve weeks. Nucleus has separately measured 61 percent faster lead response, 70 percent faster implementation, and 37 percent lower total cost of ownership against legacy systems. Industry editions — including an agentic banking Solution that provides the basis for a Banking Blueprint that covers onboarding, lending, and KYC/AML — extend the platform into regulated sectors.</p><h1 class="wp-block-heading">The pricing bet</h1><p>In 2026, Creatio introduced an Unlimited plan tied to its Unlimited Enterprise operating model. One subscription covers unlimited users, custom agents, applications, workflows, custom objects, and API calls as a single platform fee, with AI included rather than metered. Beneath it, credit-based consumption is the default and per-user licensing remain available; AI Studio and AI Studio Twin add no incremental license.</p><h1 class="wp-block-heading">The test: five agents, one deal</h1><p>To test the authoring claim directly, I looked at a five-agent scenario across a single deal's lifecycle, combining shipped Creatio.ai agents with customer-specific ones authored in AI Studio:</p><ul class="wp-block-list"><li>An ICP-fit agent and an engagement-fit agent jointly qualify inbound leads, built on Creatio's Account Research and Lead Scoring agent patterns, promoting a lead to sales-accepted once both clear their thresholds.</li><li>An opportunity-health agent layers S/M/L risk sizing on Creatio's native MEDDPICC scoring, reads the opportunity record and call transcripts, and gates stage advancement until the criteria are met.</li><li>A SPIN-style coaching agent proposes concrete next moves on a stalled deal but cannot act without rep approval.</li><li>A service-brief agent, built on the shipped Customer Support and Knowledge Base agents, compiles ticket history, sentiment, and invoice status into an on-demand pre-call summary.</li></ul><p>All five are registered, monitored, and governed in Creatio's unified administration layer, with PII policy, approval gates, cost thresholds by agent and model, and audit logging applied uniformly, whether the agent shipped with the product or was authored in-house. Each customer sets the rigidity, from letting agents auto-transition stages to requiring a human at every gate.</p><h1 class="wp-block-heading">How the competition does it</h1><p>Most competing approaches to agent-building fall into one of three patterns:</p><ul class="wp-block-list"><li>an agent designer wired tightly to a fixed data model, as with Salesforce's Agentforce and ServiceNow's AI Agents;</li><li>a horizontal builder paired with a separate CRM, as with Microsoft's Copilot Studio and Dynamics 365; or</li><li>a pro-code toolkit that still needs the engineering capacity it was supposed to eliminate.</li></ul><p>Each carries a trade-off: opinionated designers constrain any customer whose process diverges from the vendor's reference, horizontal builders mean stitching two governance models together, and pro-code toolkits demand the scarce engineers they promised to free up. Creatio's pitch is that collapsing the AI CRM, the data model, the process engine, and the AI authoring layer into one product, governed from one console, sidesteps all three.</p><h1 class="wp-block-heading">Analysis</h1><p>The architectural claim holds up on inspection: governance, authoring, and the AI CRM itself sit in one architecture rather than three, which is a structural condition most agentic CRM vendors talk about, but few actually deliver.</p><p>The Unlimited Enterprise pricing model is the more interesting bet, however. It shifts the conversation from seats to execution at a moment when every competing consumption model bends upward exactly as AI adoption succeeds. The caveat is that Creatio's own default is AI credit-based consumption, so the unlimited promise and the metered tier still need reconciling. Whether it holds as genuinely unlimited at scale is the open question I would flag for any multi-year commitment.</p><p>The weaker spots are predictable for a company this size. Brand recognition in the upper enterprise and the North American mid-market still trails the legacy CRM incumbents, and delivery runs through that partner network, where outcomes vary with partner maturity. Neither is disqualifying, but both belong in a buyer's due diligence.</p><p>The AI CRM category itself is still being defined, so the more durable test isn't feature count. It's whether this architecture and this commercial model survive contact with deployments larger than the reference customers cited above.</p><p>Want the full picture, including the complete five-agent scenario, the competitive comparison, and the SWOT? My full report is available for download <a href="https://documents.aheadcrm.co.nz/external/b7eef7110c353efcff07b998f6a77b48a9104efc9caef0a041ba3bc7ba7c87b9">here.</a></p><p></p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 04 Aug 2026 18:21:19 -0400</pubDate></item><item><title><![CDATA[Fewer Graveyards, Please: Legacy, AI, and the Debt You Cannot See]]></title><link>https://www.aheadcrm.co.nz/blogs/post/fewer-graveyards-please-legacy-ai-and-the-debt-you-cannot-see</link><description><![CDATA[Every so often a vendor conversation earns the word &quot;useful,&quot; and this one flirts with it. On CRMKonvo #309 , Pega 's Matt Healy walked into a ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_BfPtQCDbQlyev26CAzY3ow" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_WRgLB-CoQWunYMKI7XeEyg" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_Lxb6JehvRrymLwwDz9v9XQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_c_0xULeUR3m3Ua6KKZ5jYg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div><p>Every so often a vendor conversation earns the word &quot;useful,&quot; and this one flirts with it. On <a href="https://youtube.com/live/06tAjaWtQMk">CRMKonvo #309</a>, <a href="https://www.pega.com/">Pega</a>'s <a href="https://www.linkedin.com/in/mattbhealy/">Matt Healy</a> walked into a room of skeptics and, refreshingly, did not try to sell AI as pixie dust. He sold governance. Let me explain why that is the interesting part, and where the pitch still needs a second look.</p><p>First, the setup, because it is absurd. According to Matt, ninety-five percent of Fortune 500s still run a mainframe in some capacity. Roughly thirty thousand organizations are still on Lotus Notes. Healy mentions a government claims system running on hardware funded by a grant from the JFK administration, and a separate agency contracting retirees back out of retirement homes to keep the thing alive. This is the installed base that every &quot;AI-native transformation&quot; slide ignores.</p><h1 class="wp-block-heading">TL;DR</h1><p>If you want to watch the full CRMKonvo, please go ahead <a href="https://youtube.com/live/amkhx5mwYt0">here</a> (optimized for smartphones) or <a href="https://youtube.com/live/06tAjaWtQMk">here</a> (optimized for tablets/computers).</p><figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">https://youtube.com/live/06tAjaWtQMk</div>
</figure><p>Else, be my guest and continue to read.</p><p>Or do both …</p><h1 class="wp-block-heading">The graveyard problem, now with agents</h1><p>Modernization has been on the CIO agenda since CIOs were invented. What changed, is that frontier AI does not mix with data and processes trapped inside sixty-year-old systems. But even worse: if AI lets you build faster, it also lets you fill <a href="https://www.linkedin.com/in/alantrefler/">Alan Trefler's</a> famous &quot;<em>application graveyard</em>&quot; faster than ever. The Lotus Notes graveyard of the 2000s simply reopens as an agent graveyard, or a Claude graveyard; take your pick of tombstone.</p><p>Healy does not dodge this. He cites the now-familiar numbers on AI-generated code: roughly <a href="https://dev.to/klement_gunndu/ai-generated-code-is-building-tech-debt-you-cant-see-khn?utm_source=perplexity">eight times more duplicated blocks</a>, double the code churn, and about 1.<a href="https://www.linkedin.com/pulse/ai-code-producing-quality-crisis-nobody-wants-talk-alden-mallare-z2qtf/">7 times the vulnerabilities versus human-written code</a>. Convenient for a platform vendor to quote? Absolutely. Wrong? Not so much. His conclusion is the sensible one: what works for a hacker building a toy on a weekend does not survive contact with regulated, mission-critical scale.</p><h1 class="wp-block-heading">&quot;Model, don't code,&quot; or low-code wearing an AI hat?</h1><p>This is the core message. Do not let AI generate an application from the foundation up. Use AI to translate business requirements into a model of the business: the processes, the decisions, the rules. Then let a platform run that model consistently, so ninety percent of the application behaves the same across hundreds of apps and only ten percent is specialized.</p><p>Revolutionary? Not quite: this is model-driven development, wearing an AI hat. The new and genuinely valuable move is using AI early: analyzing legacy systems, gathering requirements, researching regulations, and doing it grounded on curated best practices rather than, in Healy's words, &quot;<em>who knows where out there on the internet.</em>&quot; That is where the productivity actually lives.</p><h1 class="wp-block-heading">Predictability is the whole ballgame</h1><p>Businesses want predictability, and probabilistic models are by definition not predictable. Healy's stance is the adult-in-the-room part of the episode. Keep orchestration and governance deterministic; confine agents to tasks like summarization, document handling, content generation, and research; and check their work. Crucially, produce visual, explainable models rather than millions of lines of machine-translated code that no auditor can read. When only about ten percent of enterprises have compelling AI in production, and the two roadblocks are cost and risk, &quot;<em>explainable and deterministic</em>&quot; is not a nice-to-have. It is the entire permission slip.</p><h1 class="wp-block-heading">The pricing tell</h1><p>Healy spells it out. Token-based pricing measures how much thinking the model does, which is not tied to value at all, and this incentivizes vendors to make the model think more. Pega's, as well as other vendors’, counter is outcome-based pricing: pay per claim, or a percentage of your cost per claim, and burn as many tokens as you like. This is the most buyer-aligned idea in the whole conversation. One caveat is of course that outcome pricing is also a lock-in and margin play, and the real negotiation lives in how you define a &quot;claim&quot; or a “resolution” and what today's baseline cost supposedly is.</p><h1 class="wp-block-heading">The three-month miracle</h1><p>Then the headline claim. An insurance was quoted by a system integrator seven years and roughly $25 million for a lift-and-shift from COBOL to Java. Pega plus it’s AWS tooling, we are told, produced a working application in three months.</p><p>The lift-and-shift critique is dead right: machine-translating COBOL into Java that nobody can read just translates old debt to new debt in the cloud. But &quot;a working application based on their mainframe in three months&quot; is an extraordinary claim resting on a single vendor-chosen reference that also happened to speak at Pega's own event. Before anyone budgets around that number, define &quot;working.&quot; Which of the seven systems? What stayed on the mainframe? Who maintained it the day after go-live? And note the honest piece Healy volunteers: mainframe-zero is a fantasy. High-volume, low-latency payment processing stays put. The play is to extract the customer-facing, longer-running workloads and leave the transactional core alone.</p><h1 class="wp-block-heading">The debt you cannot see is architectural</h1><p>Which brings us to the point that vendors would rather skip: <a href="https://www.gartner.com/en/documents/5890943?utm_source=perplexity">Gartner's observation (behind paywall)</a> &nbsp;that technical debt is increasingly becoming <a href="https://www.qt.io/quality-assurance/resources/videos/technical-debt-a-leadership-problem?utm_source=perplexity">architectural debt</a>. That distinction is important, because swapping COBOL for something modern is a code problem, while re-cutting your solution architecture is a business-continuity problem. You cannot simply stop the enterprise, rebuild the plumbing, and switch it back on. Healy's answer is reasonable if unglamorous: plan top-down for where the business must be in one, three, and five years, let AI do the bottom-up archaeology of what you actually have, and meet in the middle. His genuinely useful framing is that this rationalization work, the sort of thing that used to eat six to twelve months of enterprise-architecture effort, can now be compressed into roughly two weeks. That is the compression worth paying for. Just do not let the same speed refill the graveyard with agents nobody governs.</p><h1 class="wp-block-heading">Before you sign anything: three notes for CX buyers</h1><p><strong>Buy the archaeology, scrutinize the miracle</strong>. The lowest-risk, highest-certainty value is in using AI for legacy analysis, requirements gathering, and regulation research. Fund exactly that. Treat &quot;three months, one platform, done&quot; stories as scope-defined case studies, not as your project plan. Ask what &quot;working&quot; means, what was left running on the mainframe, and who owns maintenance after the confetti settled. A demo is a promise; a reference is a data point; neither is your architecture.</p><p><strong>Make explainability and determinism contractual, not aspirational</strong>. For regulated CX, the probabilistic parts belong at the task level, boxed in and checked, while the process and governance stay deterministic and auditable. Insist on visual, explainable models. If your vendor cannot show a regulator how a decision was reached, understand that you own that risk, not them. &quot;The AI decided&quot; is not a defense you want to offer an auditor.</p><p><strong>Price for outcomes, own the baseline</strong>. Outcome pricing beats a token meter hands down, so push for it. Just remember the leverage sits in the definitions: what counts as a claim or resolution, what today's cost really is, and what happens when volumes move. Bring finance and a hard-nosed controller into the room early, not after the first invoice. And govern the citizen-developer and agent sprawl from day one; the alternative is watching your Lotus Notes graveyard reopen under new management.</p><p>An unusually grounded hour. Healy sells discipline, not magic, and that alone puts this ahead of most vendor pitches. Just read the three-month case study with your glasses on.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 22 Jul 2026 14:32:39 -0400</pubDate></item><item><title><![CDATA[The Illusion of the AI Copilot: Why Your Legacy CRM Architecture Isn't Cutting It]]></title><link>https://www.aheadcrm.co.nz/blogs/post/the-illusion-of-the-ai-copilot-why-your-legacy-crm-architecture-isnt-cutting-it</link><description><![CDATA[For years, the enterprise software complex has sold us on a beautiful fairytale: the single source of truth. We were told that if we just poured enoug ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_i4F4gdgkQ3SNfc8S8xPnRQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_Y0vAk2nJRbGC0xjqftCmSg" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_BT1gBQkDTea8s6-1NDcHsg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_KgjRLFBaRQ-kD_qXJREGFQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div><p>For years, the enterprise software complex has sold us on a beautiful fairytale: the single source of truth. We were told that if we just poured enough capital into our CRM systems, and if we just badgered our front-line sales representatives enough to log every transactional interaction, absolute operational clarity would emerge. Now, the enterprise technology industry has found its next silver bullet: generative artificial intelligence. Every major software vendor is frantically bolting an AI copilot, a generic conversation summarizer, or an automated opportunity scoring engine onto their legacy applications. They promise that these shiny additions will magically transform messy, unlogged data into executive-grade operational insights. But let us be completely clear here: it is mostly marketing fluff designed to protect legacy vendor stock prices rather than solve foundational architectural bottlenecks.</p><p>The recent conversation on <a href="https://www.youtube.com/channel/UCSyWfrGUdmzk0rkTK5-j1Mg">CRMKonvo</a> with the co-founders of <a href="https://www.trybrief.ai/">Brief Executive Intelligence</a> cuts straight through this generative AI hype. <a href="https://www.linkedin.com/in/larryaugustin/">Larry Augustin</a>, <a href="https://www.linkedin.com/in/clintoram/">Clint Oram</a>, and <a href="https://www.linkedin.com/in/zsprackett/">Zac Spreckett</a> are not starry-eyed AI tech evangelists; they are battle-hardened industry veterans who built SugarCRM and spent decades in the enterprise application trenches. Their core thesis is as brutal as it is interesting: CRM platforms were natively architected for front-line reps, not for the executives who actually manage the strategic direction of an organization. Bolting a generic large language model (LLM) onto a legacy database framework does not fix the fundamental structural deficiencies of that historical ledger. It merely allows corporate environments to generate summaries of incomplete information faster than ever before.</p><h1 class="wp-block-heading">TL;DR</h1><p>If you want to watch the full CRMKonvo, please go ahead <a href="https://youtube.com/live/CDZcCTWjVfY">here</a> (optimized for smartphones) or <a href="https://youtube.com/live/nCs3ws2Kygk">here</a> (optimized for tablets/computers).</p><figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">https://youtube.com/live/nCs3ws2Kygk</div>
</figure><p>Else, be my guest and continue to read.</p><p>Or do both …</p><h1 class="wp-block-heading">Legacy Software Architecture and the Customer-Centric Trap</h1><p>To understand why current corporate AI initiatives are stalling, we must evaluate the structural foundation of legacy software. Systems of record are fundamentally passive; they are organized around a specific external entity, which in the case of CRM software is the customer. They excel at capturing transactions retrospectively, functioning as a historical record of what your account teams managed to input between active sales calls. This framework works reasonably well for rear-view reporting, but it breaks down when an executive needs to make real-time asset allocations or make time-sensitive decisions.</p><p>When vendors attach an AI assistant to a standard CRM framework, that artificial intelligence remains severely restricted by the constraints of the underlying data model. The copilot can surface information about an active customer account—assuming your reps actually took the time to manually input it—but it maintains zero architectural visibility into what is occurring across the rest of the enterprise infrastructure. It possesses no conceptual awareness of internal product pivots hammered out in Slack, the roadmap modifications documented in engineering tools, or the critical budget parameters negotiated in email chains. The bolted-on AI layer is effectively blind to the context of the executive function itself; it optimizes for an isolated department while leaving the senior leadership team completely in the dark regarding cross-functional reality.</p><h1 class="wp-block-heading">The Rampant Enterprise Epidemic of Decision Amnesia</h1><p>This deep architectural gap manifests in what Clint Oram labels &quot;<em>decision amnesia</em>.&quot; In modern corporate environments, organizational activity happens at a dizzying pace. Generative utilities have made it incredibly simple to mass-produce content, which in turn accelerates the sheer volume of daily communications an executive must filter. This structural acceleration creates a striking paradox: modern enterprises are communicating more than ever and are understanding less. Critical corporate decisions are finalized in frantic chat threads, impromptu video calls, and rapidly buried message strings.</p><p>Without an enterprise framework that treats these decisions, commitments, and strategic corporate goals as native, first-class data objects, these crucial operational elements simply evaporate into organizational noise. SAP calls this framework to avoid decision amnesia the <a href="https://www.signavio.com/post/why-enterprise-agents-need-sap-signavios-company-memory/?utm_source=perplexity">company memory</a>.</p><p>The long-term cost of this decision amnesia is staggering; entire corporate leadership teams spend hours re-litigating the exact same strategic issues they supposedly resolved weeks prior because no internal platform recorded the precise reasoning behind the original alignment, nor the precise agreement. Enterprises find themselves trapped in an operational loop, acting like corporate hamsters spinning a wheel fueled by an endless stream of AI-generated communication exhaust. Organizations become highly active, deeply exhausted, and yet structurally stagnant, moving nowhere.</p><h1 class="wp-block-heading">Beyond Storing Artifacts: The Era of Continuous Understanding</h1><p>This brings us to a critical architectural distinction: the difference between merely storing data artifacts and actively maintaining an ongoing understanding of work. Traditional software applications are exceptional at storing passive artifacts: a saved document file, a logged call note, or an archived email chain. But a massive collection of independent data artifacts does not equal true institutional knowledge. Without interpretation it remains mere data. Expecting a human executive to manually synthesize thousands of scattered communication artifacts into a coherent operational picture is a guaranteed recipe for immediate corporate burnout.</p><p>The alternative approach requires a technology architecture built around a persistent <a href="https://en.wikipedia.org/wiki/Knowledge_graph">knowledge graph</a> paired with targeted language models. Instead of waiting for a user to actively execute a search query in a blank text box, an executive-grade system must continuously monitor the operational tendrils of the enterprise infrastructure. It must automatically parse ongoing communications, extract underlying corporate commitments, map those vectors against explicit corporate goals, and maintain an ongoing semantic representation of corporate reality. This is not about building a better data indexing engine or expanding an LLM context window. It is about establishing a foundational technology layer that inherently understands how a corporate entity operates.</p><h1 class="wp-block-heading">Proactive Intelligence Versus the Search Box Obsession</h1><p>Most current corporate AI tools are completely reactive; they sit quietly in a side panel until an executive types a specific prompt into a search interface. But as any seasoned enterprise leader will tell you, an AI search query is only as good as the question you know to ask. If you are completely blind to a developing operational crisis or a slipping cross-functional dependency, you will never think of typing it into your AI copilot. Reactive software infrastructure keeps corporate leadership in a perpetual defensive posture, scrambling to address systemic vulnerabilities after they have already degraded the bottom line.</p><p>True executive-grade technology must pivot entirely toward proactive intelligence. The underlying software must understand your current corporate context – the strategic partners you are meeting with, the business accounts that are drifting, the internal commitments coming due – and actively surface relevant insights to you before you realize a gap exists. If you are preparing for an investor call or a board presentation, you should not be spending the prior evening frantically querying disparate data silos to compile a status brief. The platform should already have mapped the operational trajectory and prepared you for the discussion. This is the difference between a simple digital assistant and an enterprise intelligence layer that actively protects your focus and accelerates human execution.</p><h1 class="wp-block-heading">Enterprise AI Buying Strategies: A Guide for CX Leaders</h1><p>For corporate leaders navigating the chaotic market of enterprise AI, avoiding expensive mistakes requires rigorous architectural skepticism. Consider these three core recommendations.</p><p>First, audit the underlying data architecture beyond the copilot hype. When legacy vendors show AI that creates quick summaries, check where that information originates. If the AI merely queries a siloed database, it will never provide cross-functional context. Demand a unified knowledge graph that synthesizes disparate communication channels like email, calendar, and chat. Do not pay a premium for a thin conversational interface over bad data.</p><p>Second, prioritize proactive intelligence over reactive search utilities. A system that requires users to constantly query a prompt box is a system that fails them. Evaluate software based on its ability to surface insights autonomously using immediate context. Ask vendors how their platform alerts leadership to misaligned goals or slipping project timelines without requiring manual configuration. Eliminate the administrative burden of searching for information.</p><p>Third, insist on absolute data privacy and security at the user level. Executive context contains sensitive enterprise data like financial trajectories and board reports. A generic cloud solution that pools data or exposes it to manual vendor reviews is an unacceptable liability. Ensure a security model where data is encrypted individually with unique keys, preventing vendor access to corporate intelligence.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 01 Jul 2026 09:25:49 -0400</pubDate></item><item><title><![CDATA[The Sales Automation Mirage: Why More AI Means Less Signal]]></title><link>https://www.aheadcrm.co.nz/blogs/post/the-sales-automation-mirage-why-more-ai-means-less-signal</link><description><![CDATA[The contemporary B2B sales landscape is currently drowning in its own engineering achievements. For the past decade, the holy grail of outbound sales ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_wLl0OHWHSoWyfTnja37GLw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_u8Wi3htcQMqwIr24yE3Mhg" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_ovq2ZQeUT7aPBNz0RDPiwA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_AWkyeWkJTEmsQIt8cjnFPA" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div><p>The contemporary B2B sales landscape is currently drowning in its own engineering achievements. For the past decade, the holy grail of outbound sales development was scale: how many touches could an automated sequence tool squeeze out of a Sales Development Representative (SDR) per day? The answer was always &quot;more&quot;. With the mainstream infiltration of generative artificial intelligence and LLMs, the marginal cost of creating more text collapsed to zero, well, almost. Predictably, this did not produce a renaissance of enlightened business communication; it merely triggered an existential crisis in the recipients’ mailboxes.</p><h1 class="wp-block-heading">TL;DR</h1><p>If you want to watch the full CRMKonvo, please go ahead <a href="https://youtube.com/live/hEd0zL5HXIk">here</a> (optimized for smartphones) or <a href="https://youtube.com/live/LcC7VjYtgYQ">here</a> (optimized for tablets/computers).</p><figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">https://youtube.com/live/LcC7VjYtgYQ</div>
</figure><p>Else, be my guest and continue to read.</p><p>Or do both …</p><p>When any entry-level sales rep can prompt a system to instantly parse a prospect's digital footprint and draft a customized icebreaker, personalization is no more a competitive differentiator. As <a href="https://www.linkedin.com/in/iyerrganesh/">Ganesh Iyer</a> of <a href="https://www.aspr.ai/">ASPR AI</a> succinctly observes, personalization is officially the new spam. It has morphed into a meaningless background drone: a highly polished, entirely hollow manifestation of lazy marketing that enterprise decision-makers have naturally trained their brains to screen out completely.</p><p>The structural mistake is confusing personalization with relevance. A cold email congratulating a Chief Revenue Officer on their recent round of series-B funding feels automated, even if an LLM wrote it dynamically.</p><p>Why?</p><p>Because one hundred other vendors are hitting the exact same spot with identical messages. Genuine relevance requires more: it needs a deep, mechanical understanding of the prospect's actual current internal operational challenges. If a vendor can trace that the target organization has aggressively hired forty specific field reps over the past quarter, the conversational entry point shifts entirely away from marketing boilerplate toward actionable operational triage. Relevancy and temporal accuracy outpace linguistic personalization every single time. The real battleground isn't text generation: it's contextual timing.</p><h1 class="wp-block-heading">The Structural Collapse of the Predictable Revenue Stack</h1><p>For years, the B2B tech sector operated on a highly segmented, assembly-line model of sales development. The SDR nursed the lead, the Account Executive (AE) closed the contract, and the Customer Success Manager (CSM) prevented churn. It was a model optimized for the natural data limits of human beings. However, this classic three-tier architecture is breaking, driven by agentic workflows.</p><p>If an AI system can flawlessly execute list building, basic multi-channel sequencing, generic follow-ups, and baseline qualification without a human lifting a finger, the traditional foundational tier of the sales funnel falls apart. The entry-level SDR role as a brute-force pipeline loader is essentially dead on arrival. We are moving rapidly toward a consolidated lifecycle rep: a unified architectural sales role where the boundaries between SDR, AE, and CSM blur into a singular, highly strategic asset.</p><p>This displacement will also reorganize corporate talent pipelines. Historically, the SDR role was the training ground where future enterprise closers learned the ropes and earned their stripes. If that tier is entirely automated, organizations must completely rethink where their future strategic sellers come from. The future belongs not to the volume-driven pipeline chaser, but to the business analyst who knows how to leverage AI to handle the tactical grunt work while they focus on strategic trust engineering. AI will act as a cognitive amplifier for junior reps, significantly compressing the time it takes to achieve full quota competency. The software becomes an operational coach in the loop, providing real-time navigation through complex corporate buying dynamics.</p><h1 class="wp-block-heading">The Data Sewer: Why CRMs are Facing an Existential Crisis</h1><p>The core bottleneck of any enterprise AI strategy remains data integrity. The enterprise tech stack is littered with the remains of failed automation projects that assumed that an advanced algorithm could magically transform chaotic data inputs into pristine business intelligence. In the current world, CRM databases are notoriously dirty, often resembling a digital graveyard of outdated records, half-logged interactions, stale opportunities, and mismatched fields.</p><p>Sellers despise manual data entry; and why wouldn’t they? Expecting a high-performing enterprise seller to meticulously log pipeline updates or cleanse customer profiles is a process design flaw. As a result, CRMs have historically functioned as passive, historical content repositories rather than dynamic execution engines.</p><p>To remain structurally relevant, the modern CRM architecture must bypass manual human data collection as much as possible and move directly to the execution layer. The software must autonomously harvest the natural digital exhaust of the business motion: parsing emails, meeting transcripts, and contract exchanges to dynamically build its own contextual knowledge graph. After all, he communication stream contains the absolute highest concentration of tribal business intelligence.</p><p>Furthermore, you cannot simply dump un-cleansed, un-normalized data sets into a generic foundational model and expect strategic outcomes. If you put a mountain of dirty data into a larger enterprise container, you do not get corporate perfume; you merely get a bigger, more expensive repository of smelly garbage, and that faster. The real value lies in the extraction layer: structuring raw corporate exhaust into clean schemas so that localized LLMs can parse it with high precision to determine real buying intent, deal clarity, and structural risks.</p><h1 class="wp-block-heading">The Trust Frontier and the Rise of Bot-to-Bot Bargaining</h1><p>A fascinating architectural divergence is appearing that is based entirely on transactional deal value. In the low-velocity, high-volume world of B2C transactions, a high degree of automation is a must; the risk is low, and efficiency is the main metric of success. However, in complex, high-value enterprise B2B selling, the mechanics of purchases are closely tied to human accountability.</p><p>When a corporate buyer signs off on a seven-figure enterprise infrastructure implementation, they are not just purchasing a feature set; they are placing their own professional reputation and career on the line. If a critical system experiences a catastrophic operational failure, it is not a digital agent that stands before an executive board or takes personal accountability for a remediation SLA. Buyers implicitly demand a physical human being accountable: a real stakeholder they can look in the eye and hold responsible. High-value enterprise commerce will always be anchored in human trust – at least in the foreseeable future.</p><p>Simultaneously, we are entering the era of bot-to-bot filtering. Buyers, overwhelmed by the sheer volume of AI-generated noise, are starting to deploy inbound AI filters to actively parse, summarize, and gatekeep their mailboxes as a self-defense. The sellers’ agents craft a perfectly optimized, contextually personalized outreach sequence, only for the buyers’ agents to aggressively intercept it, strip out all the rhetorical marketing fluff, and reduce it to a blunt three-bullet-point operational summary for the decision-maker, if they don’t dispose of the mail altogether.</p><p>When algorithms are actively selling to algorithms, the traditional sales funnel collapses into a game of signal isolation. The only messages that will successfully pass the algorithmic gatekeepers are those that precisely align with validated pain points. The flashy copywriting, the emotional hooks, and the artificial conversational mechanisms become obsolete. The sales motion gets stripped down to pure, unadulterated structural relevance.</p><h1 class="wp-block-heading">Architectural Safeguards for the Modern CX Buyer</h1><p>Enterprise technology buyers are currently standing on the edge of a potentially incredibly expensive mistake: buying into generative AI hype cycles without auditing their underlying data architecture. To successfully navigate this transition without incinerating corporate capital, buyers must anchor their strategy in realities rather than vendor press releases.</p><h2 class="wp-block-heading">Audit the Data Sewer Before Deploying the Engine</h2><p>Do not buy an enterprise-wide generative AI layer if your underlying CRM is an un-mitigated disaster. An agent will not fix broken data collections: it will merely hallucinate inaccurate business conclusions at unprecedented speed and scale. Prioritize vendors that focus on autonomous extraction and normalization of natural communication channels over those offering shiny text-generation interfaces.</p><h2 class="wp-block-heading">Enforce Strict Accountabilities in High-Value Flows</h2><p>Clearly isolate your low-risk efficiency workflows from your high-value trust motions. Attempting to fully automate complex, multi-stakeholder enterprise buying journeys with digital agents, let alone standalone digital agents is an operational risk you do not want to take. Ensure your AI tools are strictly engineered to act as cognitive co-pilots for high-context human reps rather than attempting to replace human accountability entirely.</p><h2 class="wp-block-heading">Prepare for the Bot-to-Bot Reality</h2><p>Optimize your procurement and vendor selection processes for pure, structured relevance. Recognize that executive teams will inevitably use algorithmic gatekeepers to block out marketing noise. Look for sales tools that focus deeply on temporal precision and hard operational indicators rather than tools designed to maximize outbound communication volume. Volume is officially a dead metric.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sun, 24 May 2026 09:38:00 -0400</pubDate></item><item><title><![CDATA[Zendesk's Specialist Bet Is the Right One; and Here's What Would Make It a Moat]]></title><link>https://www.aheadcrm.co.nz/blogs/post/zendesks-specialist-bet-is-the-right-one-and-heres-what-would-make-it-a-moat</link><description><![CDATA[If you only read the press releases, Zendesk Relate 2026 told a strong, clean story. The era of the chatbot is over. Welcome the Autonomous Service Wo ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_-TH536_uTlitZWfP4Dy5gA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_fNCq0yivQZWazTh5wks7KA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_RZsh1kV8SnqDYt9Zui45JA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_tg50zGlTTHyr81xtJ9zq_A" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div><p>If you only read the press releases, Zendesk Relate 2026 told a strong, clean story. The era of the chatbot is over. Welcome the Autonomous Service Workforce. Resolution replaces deflection. Outcome-based pricing is the new norm. Specialization beats generalist orchestration.</p><p>That’s strong. Really strong.</p><p>If you also watched the customer panel, listened to the day-two keynote, and had the chance of having analyst one-on-ones, you got a richer story. One in which the strategic bets are well-placed, the customers describe a more nuanced reality than the slogans, and three specific refinements over the next twelve months that would turn a strong position into a durable moat.</p><p>I came home quite positive. Here is why, and where I think the next twelve months are important.</p><h1 class="wp-block-heading">What Zendesk announced and why it lands</h1><p>The headline product story was the Autonomous Service Workforce: a network of specialized AI agents working alongside humans, orchestrated through what Zendesk now calls the Resolution Platform and improved continuously by the Resolution Learning Loop. Agent Builder gives customers a no-code interface to build bespoke agents. The Copilot suite expanded to four personas: Agent, Admin, Knowledge, Analyst. Voice AI handles 60+ languages mid-conversation. Employee Service AI agents from the Unleash acquisition live inside Slack and Teams. Knowledge Graph spans SharePoint, Google Drive, Notion, Guru, Contentful and Document360. Model Context Protocol support is bidirectional. Quality Score evaluates every interaction.</p><p>This is quite a handful.</p><p>Two of these messages are more powerful than the others. The first is resolution over deflection. Zendesk charges only when a resolution is verified by a second AI evaluation model; outcome-based pricing as the natural commercial expression of the philosophy, and a model Forrester has been telling vendors to move toward for the past year. The second is specialization over generalization. The argument is that 19 years of CX data, billions of &nbsp;service interactions, and an opinionated service stack beat horizontal platforms using commoditized LLMs.</p><p>It is a strong argument. It is also working. Zendesk reported 130% year-over-year AI ARR growth, 20,000 active AI customers out of an 80,000 base, and more than 1,500 competitor replacements in 2025. Salesforce's own May 2026 <a href="https://www.salesforce.com/news/stories/state-of-sales-report-announcement-2026/">State of Service</a> survey shows agentic AI adoption in service jumping from 39% to 66% in twelve months. This is independent confirmation that the market is genuinely re-platforming, not just re-branding, and that Zendesk's growth sits inside a rising tide.</p><h1 class="wp-block-heading">What customers told us and what it confirms</h1><p>The customer panel completed the story. <a href="https://www.linkedin.com/in/stacyniven/">Stacy Niven</a> of Direct Supply, <a href="https://www.linkedin.com/in/dena-fuentes/">Dena Fuentes</a> of Emburse, <a href="https://www.linkedin.com/in/samantha-bellach-46900042/">Sam Bellach</a> of Lyra Health, <a href="https://www.linkedin.com/in/jessicachsieh/">Jessica Hsieh</a> of Levi's, <a href="https://www.linkedin.com/in/elymaecedeno/">Elymae Cedeño</a> of Bumble, and <a href="https://www.linkedin.com/in/robgiglio/">Rob Giglio</a> of Canva each added a dimension the headlines could not.</p><p>First, data foundation is more important than vendors usually admit. Stacy described <a href="https://www.directsupply.com/">Direct Supply</a>'s multi-year rebuild. Half of orders have been manually touched, processes worked in spreadsheets, an internally developed chatbot they walked back on because the product data was bad. Sam Bellach put it plainly: AI is only as good as the data feeding it. <a href="http://www.salesforce.com/">Salesforce</a>'s research confirms this: 59 to 72% of service professionals name data readiness as the top AI blocker. The Zendesk message would land even more cleanly if it acknowledged this work upfront. The customer panel, by being candid about it, did the job the brand did not need to.</p><p>Second, customers want more human connection in the AI era, not less. Jessica Hsieh cited research that 61% of CX leaders see live volumes rising. Elymae Cedeño at Bumble was emphatic that in a trust-and-safety product, humans are foundational. Levi's deploys AI for &quot;where's my stuff&quot; so human agents can be reserved for judgement and empathy. This is a tailwind for Zendesk's design philosophy — human-as-architect, AI-as-tool — and it argues for sharpening the messaging around that strength, not against the strategy itself.</p><p>Third, the outcome-pricing model has earned its lead, and the field will likely catch up over the next year. Sam Bellach, who is on Zendesk's Customer Advisory Board, &nbsp;pushed back on the rigidity in what she describes as a candid debate. This debate is about the chicken-and-egg problem of spending ahead of proven RoI, the lack of mid-contract convertibility between agent-seat and resolution spend, and the ambiguity in what counts as resolved.</p><p>Forrester's Q2 2026 Conversational AI Wave found only one vendor scored above 3 of 5 on pricing flexibility. The fact that Sam is comfortable having that debate in public is a signal in itself. Zendesk leads the category and is co-designing the next version with its best customers.</p><p>Fourth, the most interesting moment of the week. Rob Giglio's part of the day-two keynote was structured around his recent frustration with someone else's deflection bot; he half-named &quot;<em>a name that sounds a lot like Zierra</em>”. His thesis is that deflection causes churn, while resolution drives loyalty. Salesforce's State of Service report approvingly features Smarsh's 68% call deflection as &quot;a phenomenal win&quot;. <a href="http://www.zendesk.com/">Zendesk</a> is apparently on the right side of a still-unsettled industry debate, and Giglio's anecdote made the case more vividly than any product slide could.</p><h1 class="wp-block-heading">The orchestration position is right. It just needs one more slide</h1><p>Zendesk's Chief Product Officer <a href="https://www.linkedin.com/in/supadhyay/">Shashi Upadhyay</a> was deliberately precise when I asked about orchestration. Zendesk wants to orchestrate every service interaction, they close the learning loop on every service interaction, and they do not pretend to orchestrate sales or marketing or the rest of the company. That is the honest answer. Salesforce, ServiceNow, SAP, Microsoft and Adobe are all pitching cross-system orchestration, with Google Cloud now positioning on top of them. Zendesk wisely declines that fight, interestingly using the same argument that SAP does against ServiceNow: You cannot govern what you cannot understand.</p><p>This strategic position is correct. What the messaging needs is one additional slide saying *<em>we orchestrate service interactions; we hand off to your meta-orchestrator at these named integration points</em>*. This single piece of clarity would turn a defensible boundary into an attractive value proposition. CIO buyers who currently hear &quot;platform&quot; and wonder whether to default to the suite would have a clear reason to choose the specialist for service while keeping their meta-orchestrator for everything else. The position is built. The slide is the missing piece.</p><h1 class="wp-block-heading">The autonomy framing has room to grow into the brand</h1><p>Salesforce <a href="https://www.salesforce.com/service/resources/state-of-service-ai-agents-edition/">measures 40% autonomous resolution</a> today. Gartner <a href="https://www.mavenagi.com/resources/one-year-since-gartners-ai-resolution-prediction">optimistically projected 80%</a> by 2029. The trajectory points exactly where Zendesk has bet. Independent analysis suggests today's genuine autonomy figure across the industry is closer to 20-30%, because much of what is marketed as agentic is nothing more than rebranded chatbot functionality. Zendesk's actual product reality of supervised agentic, with humans correcting, retraining and approving, is materially better than that field average, and is also the design that operationally safe service AI requires today.</p><p>This is a real strength, and it deserves equally real framing. &quot;Supervised agentic resolution&quot; or &quot;agentic service workforce&quot; would probably describe the product more accurately and would shift the conversation away from the autonomy bar to the supervised-agentic bar, which is a bar Zendesk easily clears. It is one of those cases where I think that a slightly more conservative brand line might be both more credible and more competitive.</p><h1 class="wp-block-heading">The learning loop is the next big story</h1><p>In the analyst one-on-ones I asked how Zendesk ensures the Resolution Learning Loop is learning in the right direction. If the system optimizes for what counts as a verified resolution under the current rubric, what stops it drifting toward easy-to-verify outcomes at the expense of harder ones? What stops the rubric from being gamed?</p><p>The answer covered the basics: multi-LLM grading, customer dispute mechanism, &quot;<em>a little conservative</em>&quot; on what counts as resolved. That is a solid, customer friendly foundation. What would turn it into a competitive advantage is a public, documented governance posture covering drift detection methodology, rubric versioning, human review cadence, adversarial test cases, audit visibility. Once that exists, the Resolution Learning Loop stops being a feature and becomes a moat that nobody else in the field is anywhere near ready to match. This is the most under-told story in Zendesk's deck.</p><h1 class="wp-block-heading">My point of view</h1><p>Three bets are working, three twelve-month refinements are available. The refinements: one more orchestration-boundary slide, a slightly more accurate autonomy line, and a public learning-loop governance posture, are all communication and documentation projects, not architecture ones. The strengths are outcome pricing years ahead of the field, a real data moat, an integrated platform, and partner ecosystem leverage, are durable, defensible, and can get stronger.</p><p>For buyers, the practical lessons are important, regardless of which vendor wins your shortlist.</p><p>Fix your data foundation before going agentic! Every successful customer at Relate 2026 did this first.</p><p>Demand outcome-priced contracts and negotiate flexibility into them. Design for supervised agentic, not autonomous. Stress-test demos on the hard cases.</p><p>Treat change management as a primary project. The 5-10% edge cases determine real-world performance. And the customers who built for those cases are the ones now reporting the strongest results.</p><p>Zendesk has built something real. The next twelve months are about telling that story as clearly as the customers are already telling it.</p><p>Kudos to Zendesk!</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 22 May 2026 08:40:05 -0400</pubDate></item><item><title><![CDATA[Sapphire 2026 - What SAP actually did for CX]]></title><link>https://www.aheadcrm.co.nz/blogs/post/sapphire-2026-what-sap-actually-did-for-cx</link><description><![CDATA[SAP Sapphire 2026 was a major platform announcement, a competitive shot at ServiceNow, a coherent acquisition story across Reltio , Dremio and Prior La ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_HZ9oREoeSnuTe4q6sx13aA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_EDV5mdNiRNStaw2b6gA-JA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_n9huLoQoTRy0koD8O1ywzw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_vTemyrzlRh2aeXBpmoQimg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div><p>SAP <a href="https://www.sap.com/campaigns/nl/sap-sapphire-orlando">Sapphire 2026</a> was a major platform announcement, a competitive shot at ServiceNow, a coherent acquisition story across <a href="https://www.reltio.com/">Reltio</a>, <a href="https://www.dremio.com/">Dremio</a> and <a href="https://priorlabs.ai">Prior Labs</a>. It featured an <a href="https://news.sap.com/2026/05/sap-anthropic-to-bring-claude-sap-business-ai-platform/">Anthropic partnership</a> that puts Claude at the center of the SAP <a href="https://www.sap.com/products/artificial-intelligence.html">Business AI Platform</a>. For anyone who cares about customer experience, it was also a missed opportunity dressed up as ambition.</p><p>If you watched only the keynote, you concluded SAP barely talks about CX. Klein did finance with JP Morgan. Herzig demoed pharma pricing. Industry AI showcased RWE wind turbines. The named flagship was the Autonomous Close Assistant. CX got <a href="https://www.sap.com/topics/events/sapphire/innovation-news-guide-2026">line items</a>.</p><p>That reading is incomplete. Here is what actually happened for CX at Sapphire 2026, what it means competitively, and what SAP and SAP CX customers should do about it.</p><h1 class="wp-block-heading">What SAP actually shipped for CX</h1><p>On the same day as the keynote, <a href="https://www.linkedin.com/in/balajiba/">Balaji Balasubramanian</a>, SAP's CX President and Chief Product Officer, published a <a href="https://news.sap.com/2026/05/autonomous-cx-why-ai-raises-stakes-for-customer-experience/">substantive announcement</a> listing ten named Joule Assistants for CX. Marketing gets Content and Campaign Assistants. Commerce gets Merchandising, Shopping and Order Management Assistants. Sales gets Sales, Deal Qualification and Deal Closing Assistants. Service gets Case Management and Service Management Assistants.</p><p>The supporting announcements are the part most analyst coverage missed. A <a href="https://news.sap.com/2026/04/sap-google-cloud-expand-partnership-deploy-multi-agent-ai/">Google partnership</a> brings Gemini into SAP CX, plus adoption of the open Universal Commerce Protocol. <a href="http://www.vercel.com/">Vercel</a> handles storefront development. SAP Unified Payment runs on <a href="https://www.adyen.com/">Adyen</a>, with Checkout.com and PayPal configurable. Expanded <a href="https://www.parloa.com/parloa-in-the-press/parloa-sap-partnership/">Parloa</a> and Amazon partnerships cover voice and digital service. A new SAP Commerce Cloud, cloud ERP edition targets mid-market. Two Industry AI scenarios for CX: Autonomous Revenue Growth Management and Unified Commerce.</p><p>All of it planned for general availability in Q3 2026.</p><p>For a category the keynote treated as a sub-bullet, that is a substantial product agenda. SAP Commerce Cloud has been a Gartner Magic Quadrant Leader for Digital Commerce for eleven consecutive years and the customer base is real. Adidas, Coca-Cola, Allianz, large utilities and banks all run on it.</p><h1 class="wp-block-heading">The Cinderella problem</h1><p>Despite all this, the keynote did not put CX in the same tier as Finance, Supply Chain or Industry AI. No flagship CX customer on stage opposite JP Morgan. No Autonomous Service Resolution Assistant matched to the Autonomous Close. No CX product head with mainstage time. The CX story subsists in a blog post by the CX CPO. The Autonomous Close gets prime time in the Sapphire keynote.</p><p>This is the <a href="https://en.wikipedia.org/wiki/Cinderella">Cinderella</a> problem. SAP CX has the product. SAP CX has the customers. What SAP CX lacks is executive air cover. The product team shipped. The C-suite did not promote.</p><p>The signal is clear. <a href="https://business.adobe.com/summit/adobe-summit.html">Adobe Summit</a> features <a href="https://www.linkedin.com/in/achakravarthy/">Anil Chakravarthy</a> championing CX Enterprise Coworker. Marc Benioff personally champions Agentforce Service at Dreamforce. The market – and analysts, too – reads those vendors as doubling down on CX. When Klein does finance and supply chain and CX gets a blog post, they read SAP as deprioritizing CX. The signaling problem makes the purchasing budget harder to defend, even where SAP CX has the better product.</p><h2 class="wp-block-heading">The E2E story breaks at the customer interface</h2><p>The bigger structural problem is what this does to SAP's own Autonomous Enterprise pitch. SAP says the autonomous enterprise runs on Joule across finance, supply chain, procurement, HR and customer experience. That is the E2E argument. It is a strong argument. It claims SAP can orchestrate cross-application, cross-department processes because SAP owns the system of record and the agentic platform on top of it.</p><p>Like each chain, it breaks at the weakest link. CX is this weakest agentic; the pitch breaks right there. And it breaks where it hurts most. Customers do not experience companies through CFO close cycles. They experience companies through service tickets, sales conversations, commerce checkout flows and marketing engagement. An enterprise that can compress financial close from weeks to days but still routes every service case to a human is not autonomous. It is back-office automation with a CX problem.</p><p>The Cinderella treatment of CX hurts SAP more than SAP appears to recognize. The cost is not just lost CX deals. It is the credibility of the Autonomous Enterprise narrative itself.</p><h1 class="wp-block-heading">Where SAP CX sits competitively</h1><p>Adobe is the most credible CX competitor in the marketing and commerce arenas. CX Enterprise Coworker launched at Summit on the same <a href="https://build.nvidia.com/openshell">NVIDIA OpenShell</a> runtime SAP uses, with multi-model interoperability across Anthropic, AWS, Google, Microsoft and OpenAI. AEP Agent Orchestrator, Brand Concierge, Real-Time CDP and the Magento commerce stack form a consistent CX agentic story. Adobe does not compete in ERP, so the two only collide in marketing, commerce and customer data. Adobe is winning the visibility fight there easily.</p><p>Salesforce with Agentforce 360 plus Operations is at $540M ARR with Service Agent, Personal Shopper and Buyer Agent shipping is the 800-pound-gorilla. Headless 360 makes Salesforce CX accessible through any MCP front end. Salesforce wins front-office. SAP wins back-office. They collide in customer-to-cash.</p><p>Microsoft Dynamics 365 Copilot for Service and Sales are <a href="https://www.microsoft.com/en-us/dynamics-365/blog/business-leader/2024/02/01/microsoft-copilot-for-sales-and-copilot-for-service-are-now-generally-available/">generally available</a>. Microsoft Agent 365 hit GA on May 1 at $15 per user per month. SAP wins ERP depth. Microsoft wins productivity surfaces and developer mindshare.</p><p>ServiceNow <a href="https://www.servicenow.com/workflow/crm/autonomous-crm-built-finish-work.html">Autonomous CRM</a> processes 100M+ customer cases monthly. AI Control Tower with 30 enterprise connectors positions ServiceNow above the application layer. This constitutes a real threat to SAP Service Cloud in enterprise customer service, particularly where ServiceNow ITSM already runs.</p><p>Mid-market matters more than enterprise watchers want to admit. HubSpot Breeze has shipped Customer, Prospecting, Content and Data Agents for years. Zoho Zia ships 100+ pre-built agents at $40 per user per month. SugarAI rebranded around precision selling and ERP signals last month. Creatio went seat-free with Unlimited on May 1. Freshworks Freddy and Zendesk AI Agents are GA. The new SAP Commerce Cloud, cloud ERP edition signals SAP wants to compete here. The pricing model will be the test.</p><h1 class="wp-block-heading">What the platform actually does for CX</h1><p>The platform announcements help SAP CX in tangible ways. Reltio gives Service Cloud a customer golden record across SAP and non-SAP systems with MCP support. Dremio lets agents reason on commerce and customer data without moving it. Prior Labs brings frontier tabular foundation models for the propensity scoring, churn prediction and lifetime value modeling LLMs are bad at. <a href="https://sapinsider.org/blogs/sap-sapphire-2026-autonomous-enterprise-ai-agents/">Free Joule Studio through 2026</a> lets SAP CX customers build custom agents without the per-seat AI surcharges Salesforce stacks on top. AI Agent Hub on LeanIX governs SAP and non-SAP CX agents at no charge.</p><p>No doubt, these are useful pieces. But they are not enough to offset the signaling problem.</p><h1 class="wp-block-heading">Three recommendations for CX buyers</h1><p>Audit the ten Joule Assistants for your modules with GA dates, not roadmap dates. All ten are planned for Q3 2026. Plan is not GA. Push SAP for module-specific commitment dates before signing renewal or expansion contracts. The free Joule Studio through 2026 is a real negotiating lever and a good opportunity to evaluate SAP as a credible CX alternative.</p><p>Run a real CX agent bake-off across the relevant vendors. SAP Service Management Assistant against Salesforce Service Agent. Adobe Brand Concierge against SAP Content Assistant. Test agent quality on your actual customer data, using your actual intent. The winner is the one whose agents resolve your cases or convert your shoppers, not the one with the best slide deck.</p><p>Take the CX orchestration plane decision deliberately, and not by accident. If your non-SAP CX estate is substantial (Salesforce Sales Cloud, Adobe Experience Manager, ServiceNow Customer Service Management, Zendesk, Freshworks, HubSpot), the question of where CX agent governance lives is now architectural. SAP AI Agent Hub, ServiceNow AI Control Tower, Salesforce Agent Fabric and Microsoft Agent 365 are not interchangeable. Test which one actually governs your non-SAP CX agents in production today. Loyalty is not a strategy.</p><h1 class="wp-block-heading">Three recommendations for SAP</h1><p>Ship an Autonomous Service Resolution Assistant or another relevant CX agent with the same visibility as the Autonomous Close. These agents exist. The flagship treatment does not. The Autonomous Close got JP Morgan, a named customer arc and Klein keynote time. CX deserves a named flagship agent with a named customer reference. Adidas, Coca-Cola, Allianz are sitting right there. Use them. The cost of doing this is a quarter of marketing investment. The cost of not doing it is another lost year as Cinderella does not get found by her prince, aka the customer.</p><p>Put the CX CPO on the next Sapphire mainstage with a named customer, or two. Balaji Balasubramanian wrote a substantive blog post. This is good, necessary – but insufficient. The mainstage signals priority. Service Cloud, Commerce Cloud, Emarsys and Customer Data Cloud are competitive products with reference customers and Magic Quadrant placement. They need keynote time, not blog time. SAP's bench can match Adobe's Chakravarthy and Salesforce's Benioff. The question is whether the C-suite decides to.</p><p>Decide whether CX is core or peripheral to the autonomous enterprise pitch, and commit visibly. Either invest with budget, headcount, roadmap parity and executive time equal to Finance and Supply Chain, or stop including CX in the E2E story. The Cinderella position helps no one. As said before, an autonomous enterprise that can close books in days but routes every service case to a human is not autonomous. It is back-office automation with a CX problem. Either fix the CX side of the story or shrink the story to fit what is real.</p><h1 class="wp-block-heading">My PoV</h1><p>SAP Sapphire 2026 shipped more for CX than the keynote let on. Ten named Joule Assistants. Partnerships with Google, Vercel, Adyen, Parloa and Amazon. A mid-market commerce edition. Two Industry AI scenarios. The product is more substantive than the press and analyst coverage suggests.</p><p>What is missing is the executive championing. The product team did its part. The C-suite did not do theirs. That asymmetry is the structural problem Sapphire 2026 did not fix, after I had <a href="http://blog.aheadcrm.co.nz/2025/10/sap-connect-2025-unpacking-cx-ai-and.html">some hope</a> last year.</p><p>Let’s see when Cinderella finally gets to dance.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 15 May 2026 14:07:44 -0400</pubDate></item><item><title><![CDATA[The AI Ferrari: Why Your CX Strategy is Stuck on Concrete Blocks]]></title><link>https://www.aheadcrm.co.nz/blogs/post/the-ai-ferrari-why-your-cx-strategy-is-stuck-on-concrete-blocks</link><description><![CDATA[We have reached a point in the hype cycle where &quot;AI&quot; is being sprinkled on enterprise software like a seasoning on a cheap steak: it masks t ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_6Xdoi4jiTA-CppWcu8gVcA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_P86hzTxoQCGtvBeR2EPUUA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_xEOHTcZMQ6aYcnaB0WS0ng" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm__eTpGhBZTVa5CPZ7MY53oQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div><p>We have reached a point in the hype cycle where &quot;AI&quot; is being sprinkled on enterprise software like a seasoning on a cheap steak: it masks the poor quality of the underlying meat but doesn't make it more nutritious. In the latest <a href="https://www.youtube.com/%40crmkonvos">CRMKonvo</a>, <a href="https://www.linkedin.com/in/bhawani-shankar-a05a9/">Bhawani Shankar</a> and the CRMKonvo team tore into the reality of what it actually takes to make &quot;Agentic AI&quot; work in a Customer Experience (CX) environment.</p><p>The analysis? Most enterprises are trying to drive a Ferrari without wheels.</p><p>Bhawani used this metaphor that I find particularly apt: the AI model is the shiny red car that gets the CEO excited; but the data is the wheels, the engine, and the fuel; and they come as options. If you buy the car without ensuring the wheels are attached and the tank is full of high-octane, verified data, you aren't going anywhere. You are just sitting in an expensive garage making engine noises.</p><h1 class="wp-block-heading">TL;DR</h1><p>If you want to watch the full CRMKonvo, please go ahead <a href="https://youtube.com/live/xLgFUObWqDQ">here</a> (optimized for smartphones) or <a href="https://youtube.com/live/NzA_M5hzz70">here</a> (optimized for tablets/computers).</p><figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">https://youtube.com/live/NzA_M5hzz70</div>
</figure><p>Else, be my guest and continue to read.</p><p>Or do both …</p><h1 class="wp-block-heading">The Death of the &quot;System of Record&quot;</h1><p>For decades, we have worshipped at the altar of the &quot;System of Record.&quot; The goal was simple: get the data into the CRM. It didn't matter if the data was messy, duplicated, or six months out of date; as long as it was &quot;in the system&quot;, leadership was happy. But as Bhawani correctly pointed out, we need to be moving from a system of record to a system of context.</p><p>In the old world, a marketing campaign was a monolithic beast planned over months. In the new, agentic world, context changes by the hour. If your AI agent is trying to help a customer but is basing its &quot;reasoning&quot; on a record that doesn't include the tweet they sent ten minutes ago, the click history of the past 5 minutes or the failed login attempt just now, the agent is useless. It isn't just about having the data; it is about having the connected data in a &quot;Golden Context”.</p><p>The industry likes to use the term Master Data Management (MDM), but let’s just agree that this is becoming legacy terminology, and that fast. MDM implies a static, central truth. Agentic AI requires something more fluid. It requires an environment where the agent itself can find and connect data points across silos without a human having to manually build a brittle connector for every single API.</p><h1 class="wp-block-heading">The Governance Paradox</h1><p>Which brings us to the important concept of &quot;dynamic governance.&quot; To an analyst, “something fluid” sounds like a polite way of saying &quot;no governance”. Governance, by definition, is supposed to be the set of rules that keep things stable. If the rules are constantly moving, do you actually have a governed system?</p><p>The reality is that traditional, top-down, &quot;thou shalt not&quot; governance is dead. The stick does not work anymore. One could say that it never worked anyway; sales teams are stereotypically ungovernable because they are driven by incentives, not policy manuals. They rather ask for forgiveness later than for permission beforehand.</p><p>Bhavani’s solution is one I can get behind: incentive-linked, embedded governance. If the system makes it easier for a salesperson to hit their number by providing them with agentic support, they will use it. If the agent automatically transcribes a meeting and populates the CRM, the &quot;governance&quot; of data entry happens as a byproduct of a tool that actually helps the employee. Then, the system serves them, and not the other way round.</p><p>However, the human element remains the biggest hurdle. You can cook up the most sophisticated agentic sandwich in the world, but if the humans don't trust the data coming out of it, they will revert to their old spreadsheets and shadow IT &quot;caves”.</p><h1 class="wp-block-heading">Shadow Data: The Enemy Within</h1><p>We often talk about &quot;shadow IT”, but the real killer for AI is &quot;shadow data”. These are the Excel sheets living on desktops, the manual exports from 2019 that are still being used for &quot;reporting”, and the tribal knowledge that never gets digitized.</p><p>If you want to speed up your AI strategy, Bhavani’s advice is simple and straightforward: kill the shadow data. Anything that is not visible, verified, and connected is an impediment to an agent's ability to learn, hence an organizational impediment. An AI agent is only as good as the context it is offered. If half of your customer's context is hidden in a CSV file on a retired manager's hard drive, your &quot;intelligent&quot; agent is effectively flying blind in one eye, if not both.</p><h1 class="wp-block-heading">Three Pillars for the Enterprise AI Buyer: A Reality Check</h1><p>If you are currently sitting through vendor presentations where a 24-year-old in a slim-fit suit is promising you &quot;Agentic CX Transformation”, here are three things you need to make sure of before you sign the check.</p><h2 class="wp-block-heading">Demand &quot;Golden Context,&quot; Not Just &quot;Clean Data&quot;</h2><p>Stop asking if the data gets clean, and kept so, and start asking if it is connected. An agent doesn't just need a &quot;clean&quot; address; it needs to know why the customer changed that address, what they bought immediately afterward, and if they sounded annoyed on the last support call. If the vendor cannot show you how their AI bridges the gap between your static system of record and your moving system of context in real-time, they are just selling you a fancy search bar.</p><h2 class="wp-block-heading">Verify the Incentive Alignment</h2><p>Before deploying any AI tool, ask: &quot;How does this make the user’s life easier in the first fifteen minutes?&quot; If the tool requires more manual data entry or tagging to work, it will fail. It just will not be used, regardless of sticks or carrots. The best governance is invisible. You want a system that captures data as a byproduct of work (like meeting transcriptions or automated email logging) rather than one that treats data entry as a separate chore. If the AI doesn't give the employee an immediate win, they will starve it of the data it needs to survive, let alone help them.</p><h2 class="wp-block-heading">Kill the Silos Before You Feed the Agents</h2><p>Do not attempt to &quot;fix&quot; your data silos with AI. Fix the silos so that AI can function. Bhawani suggests an agentic assessment of your data landscape to identify where the &quot;shadow data&quot; is hiding. If you feed an AI agent data from five disconnected silos, it will hallucinate five different versions of the truth. Clear out the &quot;caves&quot; of manual data and lead everything into a visible, connected stream. Only then will your Ferrari actually have the wheels it needs to move.</p><p>The age of the static database is over. The age of the contextual agent is here. Just make sure you aren't the one paying for a shiny red car that is permanently parked.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 13 May 2026 08:04:44 -0400</pubDate></item></channel></rss>