<?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/Strategy/feed" rel="self" type="application/rss+xml"/><title>aheadCRM - Blog #Strategy</title><description>aheadCRM - Blog #Strategy</description><link>https://www.aheadcrm.co.nz/blogs/tag/Strategy</link><lastBuildDate>Tue, 22 Sep 2026 12:01:15 -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[Usage-Based Pricing for Copilot Is Good for Microsoft's Investors. Read That Sentence Again.]]></title><link>https://www.aheadcrm.co.nz/blogs/post/usage-based-pricing-for-copilot-is-good-for-microsofts-investors-read-that-sentence-again</link><description><![CDATA[TheStreet ran a piece this week arguing that, of Microsoft's two Copilot announcements, the shift to usage-based pricing matters more to investors tha ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_I4c1lqnDTGyUwhvs3m8HUg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_3_BOC-oNSD6e_4nuIxYi5A" 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_hReP0NBfQJSCzo2rxmtQzA" 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_67tNEolpSCKsWp5BOxfUcw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div><p>TheStreet <a href="https://www.thestreet.com/technology/microsoft-copilot-power-user-pricing">ran a piece</a> this week arguing that, of Microsoft's two Copilot announcements, the shift to usage-based pricing matters more to investors than the DeepSeek flirtation. That read is correct. It is also the tell.</p><p>Here is what Microsoft actually did. Copilot Cowork, the agent that reaches across Microsoft 365 to run multi-step work on your data, is coming off the flat per-seat add-on and moving onto consumption billing the company calls &quot;Copilot Credits.&quot; Charles Lamanna, who runs Copilot, told Axios the product could not be offered on an unlimited-use basis. The users he pointed to are the ones doing hundreds of tasks a week. He called them &quot;way productive.&quot; And then he said the part vendors normally keep off the slide: their costs go very high.</p><p>So the most productive users are the expensive ones. Hold that thought, because the whole argument lives there.</p><h1 class="wp-block-heading">What &quot;good for investors&quot; is really saying</h1><p>A pricing model earns the label &quot;good for investors&quot; when three things are true. Revenue starts to track cost-to-serve. Revenue scales with consumption instead of sitting flat per seat. And the vendor stops eating the margin on its heaviest users. All three are true here. None of them is a statement about whether a customer got value.</p><p>That is the gap I want to sit in for a minute.</p><p>Usage-based pricing meters an input. Tokens, compute, credits, whatever the unit. The customer does not buy tokens because they want tokens. They want a finished report, a resolved ticket, a reconciled spreadsheet. The token count is the cost of producing the outcome, not the outcome. And the relationship between the two is loose at best.</p><p>TSIA <a href="https://www.tsia.com/blog/ai-pricing-models-usage-based-outcome-based-hybrid">put it plainly</a> in its May analysis of AI pricing: usage does not equal value, and consumption models often fail to reflect actual business value. That is not a critic talking. That is a research firm whose audience is the vendors building these models.</p><h1 class="wp-block-heading">Agents make the coupling worse, not better</h1><p>A chatbot answers and stops. An agent keeps going. It reads files, calls tools, checks its own work, hits a wall, tries again. Each of those steps burns compute, and the steps are what get metered. Every retry, every verbose detour, every loop the agent runs to second-guess itself adds to the bill. The customer pays for all of it.</p><p>Now ask yourself the hard question. Does a workflow that took the agent three retries and a long chain of self-checks deliver more value than the same workflow done cleanly in one pass? Of course not. It delivers the same outcome and costs more. Under seat pricing, that inefficiency was the vendor's problem. Under usage pricing, it is line-itemed onto the buyer's invoice.</p><p>The billing platform Flexprice, which sells the plumbing for this, says it out loud to its own customers: <a href="https://flexprice.io/blog/how-to-price-ai-agent-usage-based-pricing">retries, loops, and background jobs are friction</a>, not value, and usage-based pricing only works when customers gain something real as the meter climbs. Their warning to vendors is the buyer's whole case.</p><h1 class="wp-block-heading">The people who get punished are the people who bought in</h1><p>We do not have to guess how this lands, because GitHub Copilot already ran the experiment. On June 1 it moved to token billing. The median user barely noticed. The pain landed on the top five to ten percent, and it landed hard: community projections of bills jumping ten to fifty times, one developer modeling a move from roughly $29 a month to nearly $750, another claiming <a href="https://www.reddit.com/r/GithubCopilot/comments/1tqca76/comment/oofol56/?screen_view_count=25&amp;rdt=65117">$50 to $3,000</a>. TechCrunch called it <a href="https://techcrunch.com/2026/05/30/what-a-joke-github-copilots-new-token-based-billing-spurs-consternation-among-devs/">the end of Copilot's golden age</a>.</p><p>Look at who those heavy users are. They are not abusers. They are the people who took the vendor's three-year advice to use the tool for everything, built agentic workflows around it, and made it part of how they work. The pricing change penalizes exactly the depth of adoption every vendor claims to want. And the old safety net, where running out of premium budget dropped you to a cheaper model so you could keep working, is gone. What is gone, too, is the cost ceiling.</p><p>Lamanna's &quot;<em>way productive</em>&quot; power user and GitHub's top-decile developer are the same person. The model charges most to the customer who is succeeding most. Reward and penalty have swapped places. The reward now goes to the vendor.</p><h1 class="wp-block-heading">The structural problem, which is bigger than the bill</h1><p>Now the second half, and this part is more important than any individual invoice.</p><p>Think about where accountability for value sits in each pricing model. With outcome-based pricing, the vendor gets paid when a result lands and not before. Fin's (formerly known as Intercom) Fin charges 99 cents per resolution, billed only when the customer confirms the AI actually solved the problem. Under that model, every failed attempt costs the vendor. So the vendor has a direct, financial reason to make the agent efficient, accurate, and sparing with compute. Their margin depends on it.</p><p>Usage pricing inverts that incentive. The vendor is paid for activity regardless of whether the activity worked. An agent that burns more tokens, retries more often, and reasons more verbosely produces more revenue, not less. I am not claiming Microsoft will deliberately bloat Cowork to pump credits. I am saying the financial pressure that used to push toward lean, effective agents has been switched off; and switched-off incentives have a tendency of showing up in the product eventually.</p><p>The demand side pulls in the same direction. There is a name for it now: tokenmaxxing, the workplace habit of treating AI usage as a proxy for productivity, where people get judged on how many token they burn rather than on what they shipped. Built In's <a href="https://builtin.com/articles/ai-tokenmaxxing">writeup</a> is blunt about it: the habit rewards visible activity, not results. So stack the three forces. Buyers under pressure to run up consumption as a status signal, a vendor that meters by consumption, and an agent that inflates consumption on its own. Everything drives the meter up. Nothing points it at the outcome.</p><p>That is the real cost of the model. It moves the vendor one step further from owning the question of whether you got value, and it hands that entire question to you. The vendor essentially plays <a href="https://en.wikipedia.org/wiki/Pontius_Pilate">Pontius Pilate</a>. The buyer now runs FinOps for AI. You set the budget caps. You write the spending policies. You read the consumption dashboard. You type /cost to see what a task burned. Microsoft, to its credit, is shipping all of those controls, and they are better than the ones GitHub fumbled out the door. But notice what they are. They are tools for the customer to govern value. They are not the vendor guaranteeing it.</p><h1 class="wp-block-heading">The honest counterargument</h1><p>I would be doing the same vendor-spin thing I just criticized if I left out the other side.</p><p>Flat pricing for agentic tools is inherently unsustainable. The economics are upside down: the model subsidizes the heaviest five percent and overcharges the lightest fifty. Metered billing is the rational fix for that, and for a low-volume or experimental buyer it is a better deal than paying a fat seat fee to barely use the thing. Aligning price with cost-to-serve is a good thing. It is just a vendor virtue, not a customer one, and the trick to watch is anyone presenting the first as if it were the second.</p><p>Cheaper models do not solve the coupling problem. A fine-tuned DeepSeek on Azure lowers the unit price of the metered thing. It does not make the metered thing track value. You are paying less per token for a number that still has a loose relationship to your outcome. And who knows how many additional tokens a potentially inferior model burns.</p><h1 class="wp-block-heading">Where this lands</h1><p>On my orchestration battleground, Cowork is the M365 layer that coordinates work across your apps and your Graph. Pricing that orchestration by consumption reframes it from a capability you own into a utility you rent by the drink. That is a substantial shift in who carries the risk when an orchestrated workflow goes long, and it is the buyer.</p><p>So, on the null hypothesis. Is usage-based pricing good for customers? Largely no, and for the reasons the question assumed. The metered unit is loosely coupled to value, agents widen that gap rather than closing it, the model bills the most engaged users the most, and it relocates the entire burden of value accountability from the vendor onto the buyer. Good for investors and good for customers are not in alignment here. On this one, they partly trade off.</p><h1 class="wp-block-heading">Three things to do if you are buying.</h1><p>Model your power users, not your average. The average user will not break your budget. The fifteen people who actually adopted the thing will, and they may very well be the ones delivering your return.</p><p>Make the vendor define the unit before you sign. If a task can cost anywhere from a few credits to a few hundred depending on how many times the agent talks to itself, that is not a price, it is a range. And you'll end up at the upper end, trust me. Ask vendors to commit to a per-outcome cost and watch how fast the conversation gets vague.</p><p>Push for outcome terms on anything that has a definable outcome. Resolution, completion, ticket closed. If the vendor will only price the effort and not the result, they are telling you something about how confident they are in the result.</p><p>The interesting question is not whether usage pricing is here. It is. The question is whether buyers will accept a model where the vendor is paid the same whether the agent nails it on the first try or flails through ten, or whether the market pushes back toward paying for outcomes the way Fin does. Or Zendesk. Or Hubspot. Or others. I do not know which way that goes. But the vendor whose margin improves when its agent works harder is not, structurally, the vendor most motivated to make the agent work better.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sat, 20 Jun 2026 14:52:55 -0400</pubDate></item><item><title><![CDATA[Don't Step Into The Platform Trap: What Microsoft Build 2026 Could Mean for Your Next AI Stack Decision]]></title><link>https://www.aheadcrm.co.nz/blogs/post/dont-step-into-the-platform-trap-what-microsoft-build-2026-could-mean-for-your-next-ai-stack-decisio</link><description><![CDATA[Microsoft Build 2026 produced two announcements that, read together, describe something more interesting than the usual conference launch cadence: a p ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_80vUyXT2SH21nCW6Le3_xg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_ChJcm6oETECJPRXLx6kOEQ" 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_700mxU1KTOKw-tndADRHaQ" 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_MiGKsjM6T-OwaaWvg0iYfA" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div><p>Microsoft <a href="https://build.microsoft.com/en-US/home">Build 2026</a> produced two announcements that, read together, describe something more interesting than the usual conference launch cadence: a plausible scenario in which enterprise AI stack decisions made in the next 12 months could become significantly harder to reverse. The operative word is &quot;could&quot;. Several pieces of the announced architecture are not fully shipping yet. But the direction is clear.</p><h1 class="wp-block-heading">The News</h1><p>Microsoft delivered two related announcements at Build 2026.</p><p>The first came from <a href="https://www.linkedin.com/in/jayparikh/">Jay Parikh</a>, EVP of CoreAI: <a href="https://blogs.microsoft.com/blog/2026/06/02/ai-alone-wont-change-your-business-the-system-running-it-will/">the model is not the differentiator</a>; the system governing it is. Microsoft's answer is a six-step loop. Agents are built in GitHub, contextualized with Microsoft IQ, which grounds them in enterprise data from Microsoft 365, core business systems, knowledge bases, and the web, run in Foundry, governed via Agent 365, and continuously improved through a hill-climbing optimization cycle. Agent 365, combined with Entra, Purview, and Defender, catalogues every agent in the estate, regardless of where it was built, and lets IT enforce policy across all of them.</p><p>The second came from <a href="https://www.linkedin.com/in/mustafa-suleyman/">Mustafa Suleyman</a>, CEO of Microsoft AI: seven <a href="https://microsoft.ai/news/building-a-hillclimbing-machine-launching-seven-new-mai-models/">new MAI models</a> built from scratch, with no distillation from third-party models. MAI-Thinking-1, the flagship reasoning model at 35 billion active parameters, benchmarks at parity with Anthropic's Claude Sonnet 4.6 on software engineering tasks at significantly lower per-token cost. MAI-Code-1-Flash is integrated natively into GitHub Copilot. MAI-Transcribe-1.5 claims leading accuracy across 43 languages at five times the speed of competing models. Image and voice models complete the family.</p><p>Alongside the models, Microsoft introduced Frontier Tuning: enterprises can train MAI models on their own workflow data using reinforcement learning environments. The model stays in the customer's Azure tenant, is trained on their operational traces, and owned by them. Microsoft's cited example: a model tuned to McKinsey's standards matched GPT-5.5 performance at roughly ten times lower cost.</p><h1 class="wp-block-heading">The Bigger Picture</h1><p>These announcements arrive midway through one of the more competitive contests in enterprise software: the race to become the orchestration layer for AI agents at scale.</p><p>Every major platform vendor has staked a claim. Salesforce <a href="https://investor.salesforce.com/news/news-details/2026/Salesforce-Delivers-Record-First-Quarter-Fiscal-2027-Results/default.aspx">closed its Q1 2027</a> with Agentforce at more than $1.2 billion ARR, up 205% year-over-year. ServiceNow <a href="https://futurumgroup.com/insights/servicenow-bets-the-platform-on-governed-autonomous-ai-orchestration/">repositioned at Knowledge 2026 as the AI Control Tower</a> for Business Reinvention, an orchestration layer governing every agent, model, and action across the enterprise regardless of origin. SAP's <a href="https://www.sap.com/topics/events/sapphire/innovation-news-guide-2026">Sapphire 2026</a> introduced the Autonomous Enterprise vision, with Joule orchestrating more than 200 agents across finance, procurement, supply chain, HCM, and CX. I wrote about this before <a href="http://blog.aheadcrm.co.nz/2026/05/sapphire-2026-what-sap-actually-did-for.html">here</a> and <a href="http://blog.aheadcrm.co.nz/2026/05/on-may-4-2026-sap-announced-two.html">here</a>. Futurum Research, <a href="https://futurumgroup.com/press-release/agentic-ai-the-leading-vendors-winning-the-enterprise-in-2026/">assessing the field days after Build 2026</a>, identified Microsoft, Salesforce, and ServiceNow as the three early leaders, with orchestration and governance increasingly determining who wins.</p><p>The contest runs on two battlegrounds: interface control, which platform surfaces agents to users, and orchestration, which layer coordinates agents across systems and governs their behavior. Microsoft's Build 2026 argument is that it holds the strongest hand on both, because of one asset its competitors lack at the same scale: identity infrastructure. <a href="https://azure.microsoft.com/en-us/resources/cloud-computing-dictionary/what-is-azure/">Azure runs in 95% of Fortune 500</a> environments. Entra is already the identity backbone across those estates. Governance-by-default, because it runs at the identity layer, is architecturally stronger than governance bolted on afterward.</p><p>ServiceNow's counter is strong. Its <a href="https://erp.today/servicenow-ai-security-governance-knowledge-2026/">AI Control Tower is explicitly vendor-agnostic</a>, covering AWS, GCP, Azure, SAP, Oracle, and Workday from a single policy point. The acquisitions of Armis and Veza give it a capability to map AI agent identities alongside human identities in a <a href="https://newsroom.servicenow.com/press-releases/details/2026/ServiceNow-launches-Autonomous-Security--Risk-integrating-Armis-and-Veza-to-govern-every-AI-agent-identity-and-connected-asset/default.aspx">unified access graph</a> that most of the market lacks today. And it combines control plane arguments with domain knowledge. <a href="https://news.sap.com/2026/05/sap-sapphire-sap-unveils-autonomous-enterprise/">SAP takes a different position</a> altogether by not claiming to be the identity layer, but the authoritative business context layer, with Anthropic's Claude embedded in Joule for reasoning across HR, procurement, and supply chain. In brief, SAP is all about domain knowledge.</p><p>In summary, there are 3 main camps. Vendors that say that the systems and domain knowledge are key, others that claim independence and the group that positions itself in between, claiming both capabilities.</p><p>The MAI model launch adds to the equation in two ways. Since April 2026, when Microsoft and OpenAI amended their partnership to <a href="https://blogs.microsoft.com/blog/2026/04/27/the-next-phase-of-the-microsoft-openai-partnership/">end Microsoft's exclusive IP license</a>, Microsoft has had the freedom to develop its own Azure models. Build 2026 marks the first major shipment of that strategy. And it puts a native model option inside a platform that already governs identity, compliance, and access, at benchmarked parity, and at lower cost. One analyst framed it sharply: Microsoft is not ending OpenAI's presence, <a href="https://windowsforum.com/threads/build-2026-microsoft-mai-models-foundry-control-plane-and-optionality-vs-openai.421932/">it is making that presence look optional</a>. The same shift applies to Anthropic.</p><h1 class="wp-block-heading">My PoV and Analysis</h1><p>The <a href="https://microsoft.ai/models/microsoft-frontier-tuning/">Frontier Tuning</a> architecture is the most underappreciated part of the announcement. Microsoft's marketing says &quot;<em>no vendor lock-in</em>&quot; because your model weights stay in your tenant. That is technically correct and commercially misleading at the same time. A model trained on your institutional workflow traces, tuned to your decision patterns, is deeply embedded in your operational context. That makes it incredibly sticky, creating, you guess correctly, lock-in. Migration does not mean exporting a file; it means retraining from scratch on a different platform. For most enterprises, that cost never gets budgeted. None of that makes it a bad decision. Institutional specialization is precisely what makes the model valuable. But buyers should know what they are choosing. The McKinsey benchmark Microsoft cites is an interesting data point, but not an independently audited one.</p><p>The identity-layer governance argument is solid, with one qualification. Entra's governance of human identities is mature. Governance of AI agent identities, like service principals, managed identities, tool-calling permissions at multi-agent complexity, etc., is newer and less proven. Agent 365 is GA, but its depth against real multi-vendor agent estates running across Azure, GCP, and on-premise systems has not been tested at production scale. ServiceNow can fairly argue that its AI Control Tower, designed from the ground up for agent governance rather than extended from human identity management, is currently better suited to that specific problem.</p><p>The timing question is important, too. Salesforce has 29,000+ and growing Agentforce deals. ServiceNow is offering AI Control Tower free for a year as a market stimulus. SAP shipped Joule Work with MCP and Agent-to-Agent protocol support. These are platforms in production motion. Microsoft's architecture is more comprehensive than any single competitor, but in some of its more important pieces, it is still catching up on deployment velocity.</p><p>On the models: MAI-Thinking-1 at Sonnet 4.6 parity is strong, and building it without third-party distillation is importatnt for enterprise IP hygiene. But benchmarks are a snapshot. Anthropic has shipped Claude Opus 4.6, 4.7, and 4.8 since the start of 2026 alone. Parity today does not guarantee parity in six months. And it is parity to Anthropic’s mid-tier model.</p><p>What Build 2026 consolidates is a combined structural position no other titan holds: the identity layer, the developer platform, the productivity offerings, and now owned models across all primary modalities. SAP has process depth and models but not the identity layer. Salesforce has CRM data depth and interface momentum but no developer platform or owned models. ServiceNow has governance credibility and IT workflow depth but no productivity solution and no owned models. Microsoft now has all four.</p><p>Whether the Frontier Tuning plus identity governance combination creates the kind of enterprise AI commitment that changes stack consolidation decisions over the next 18 months is the open question. If it does, the most exposed competitors are ServiceNow, whose governance position gets squeezed by an identity-native argument, and the model vendors Anthropic and OpenAI, whose enterprise contracts require a deliberate additional procurement choice rather than sitting as the obvious default.</p><p>Neither is displaced. Both face a changed market dynamic.</p><p>The platform decision and the model decision used to be separable. They may not be for much longer.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sat, 06 Jun 2026 05:04:13 -0400</pubDate></item><item><title><![CDATA[Your Sales Funnel Is an Architectural Disaster, And How to Change This]]></title><link>https://www.aheadcrm.co.nz/blogs/post/your-sales-funnel-is-an-architectural-disaster-and-how-to-change-this</link><description><![CDATA[Every single week, I sit through pitches from enterprise software vendors boasting about the next iteration of their &quot; AI-powered sales pipeline ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_uk8AyYPfQRqHzF6fP6Txow" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_0teBlaibQHqMEIWbnDT1YA" 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_y959O3y2QZOsLwKWaafBoA" 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_5xgdd0YPQWa9VZEEqQWubQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div><p>Every single week, I sit through pitches from enterprise software vendors boasting about the next iteration of their &quot; AI-powered sales pipeline optimization platforms&quot;. They promise to auto-magically turn cold leads into closed contracts while minimizing human intervention. That sounds great on a slide deck designed to pump the stock price before an earnings call. In reality, however, these systems are automating an architectural flaw that has plagued B2B organizations since, well, forever: the linear sales funnel.</p><p>Let me be clear here. The classic sales funnel is not an asset; it is a structural failure. It assumes a predictable, straight line where marketing captures raw interest, tosses a lead over a wall to a sales development representative, who then passes it to an account executive to close the deal. Once the contract is signed, the customer disappears from the pipeline, and is handed off to an underfunded customer success department that operates like a glorified complaints department. This system assumes that buying journeys have a finite endpoint.</p><p>The B2B buying journey does not end when a contract is signed. By treating marketing, sales, and service as isolated phases with independent processes and technology stacks, enterprise organizations create massive amounts of friction. <a href="https://www.linkedin.com/in/norbertschuster/">Norbert Schuster</a>, a veteran B2B strategist who joined us in the latest episode of the CRMKonvos podcast, summarized this beautifully when he described the classic setup as the &quot;<em>Currywurst-Pommes effect</em>&quot;. Individually, a sausage or a plate of chips is acceptable; combined, they become something functional. Yet, in most organizations, marketing automation platforms and CRM instances do not communicate well. They sit side by side as poorly connected line items on an IT budget, completely unaware of the buyer's actual context.</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/Zm7gwKcr2P8">here</a> (optimized for smartphones) or <a href="https://youtube.com/live/MhMCpXxCf6I">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/MhMCpXxCf6I</div>
</figure><p>Else, be my guest and continue to read.</p><p>Or do both …</p><h1 class="wp-block-heading">Exposing the Mess with a Digital Spotlight</h1><p>AI is not a strategy. Anyone who tells you that deploying an LLM-based agent will fix your declining customer acquisition metrics is selling vaporware. AI is an amplifier. It takes whatever processes, data models, and organizational habits you already have and executes them at massive scale and speed. If your data hygiene is abysmal, your processes are broken, and your teams are actively fighting over lead ownership, AI will simply automate that chaos and deliver bad results faster than any human ever could.</p><p>The reality is that customer behavior has moved beyond the internal structures of the average enterprise. Schuster uses a great concept to describe this phenomenon: the &quot;<em>Sunday-Monday gap</em>&quot;. On Sunday evenings, B2B buyers act as modern digital consumers. They use highly integrated, AI-driven platforms to book travel, order food, and manage their lives with single-click simplicity. On Monday morning, they walk into a corporate environment and are forced to deal with siloed databases, manual handovers, or sales reps who rely on a sheet of paper because the corporate CRM is too cumbersome to use.</p><p>This gap means that buyers are conducting the vast majority of their research completely hidden from your tracking scripts. They are reading peer reviews, participating in private communities, and leveraging generative AI tools to evaluate vendors long before they ever fill out a form on your landing page. When they finally do show up, they are not looking for a generic corporate brochure or an automated five-email nurturing sequence. They expect an immediate, context-aware interaction based on the specific business problems they are trying to solve.</p><h1 class="wp-block-heading">Moving Beyond Handovers to Loops</h1><p>To fix this, organizations must replace the linear funnel with an integrated revenue engine. This requires an mental and architectural shift from handovers to loops. In a traditional siloed structure, a marketing manager’s responsibility ends when a lead achieves an arbitrary lead-score threshold and becomes a &quot;<em>marketing qualified lead</em>&quot;. This metric is entirely self-serving. It measures internal activity rather than external buyer readiness.</p><p>A true revenue engine changes the core question. Instead of asking who owns a lead at any given moment, a cross-functional revenue team asks a much more relevant question: what information or interaction does this specific buyer require to make their next business decision? This requires a new architecture. It acknowledges that the buying process is cyclical, encompassing landing, expanding, and maximizing lifetime value. If a customer signs an initial agreement, they immediately enter a new phase of the journey focused on cross-selling, upselling, or platform adoption.</p><p>If your organization still separates &quot;hunters&quot; who bring in new business from &quot;farmers&quot; who manage renewals, you are likely losing massive amounts of revenue at the handover point. Most account management teams operate reactively. They wait for a renewal date to approach or for a client to log a support ticket before initiating a meaningful conversation. There is no predictive lead management, no presales automation, and no continuous content alignment designed to show how a client can derive more value from their initial investment. The energy simply evaporates the moment the initial deal closes.</p><h1 class="wp-block-heading">Rebuilding the Organizational Fabric</h1><p>If you look at the underlying cause of this, it is rarely the software. The issue is organizational design. Marketing and sales teams routinely operate with completely separate key performance indicators, entirely distinct vocabularies, and incompatible views of the ideal customer profile. Marketing celebrates record-high lead volumes, while sales misses its quarterly numbers and blames marketing for delivering low-quality data.</p><p>To overcome this structural divide, organizations need to bring these functions under a unified leadership structure, such as a Chief Revenue Officer who owns the entire customer journey from initial discovery through long-term retention. This ensures that data definitions are shared, technology stacks are integrated natively, and incentive structures are aligned around total revenue generation rather than departmental vanity metrics.</p><p>We can look to a sport like rowing to visualize how this works when executed correctly. An eight-person rowing crew requires total synchronization. Every single rower must move with identical timing, guided by a single coxswain who maintains the direction and tempo. If one side of the boat pulls harder than the other, or if individuals decide to row to their own rhythm, the boat loses momentum and veers off course. This is exactly what occurs when marketing, sales, and customer success operate as independent silos. They pull in different directions, burn through budgets, and ultimately fail to deliver a coherent customer experience.</p><h1 class="wp-block-heading">Corporate Realities for Enterprise Tech Buyers</h1><p>Enterprise buyers face a difficult environment when evaluating sales and marketing technology. The market is saturated with “platforms” claiming to solve every revenue problem with automated intelligence. To avoid buying expensive software that fails to deliver a return on investment, decision-makers must keep some fundamental realities in mind:</p><h2 class="wp-block-heading">Reject the Illusion of Out-of-the-Box Integration</h2><p>Every software vendor claims their marketing automation tool integrates seamlessly with your existing enterprise CRM. In practice, these integrations are often shallow API connections that sync basic contact fields while completely failing to transfer behavioral context or historical intent signals. If your sales representatives cannot see which whitepapers a prospect read, which private community threads they interacted with, or how they used your digital tools directly within their primary CRM view, your systems are not integrated. Do not sign a contract until you have audited the data model compatibility under real-world conditions. Deep architectural alignment is what transforms disconnected software into a functional revenue engine.</p><h2 class="wp-block-heading">Prioritize Process Clarity Over Automated Intelligence</h2><p>Deploying a generative AI email outreach tool or an automated lead-scoring algorithm on top of a broken data architecture will only accelerate your pipeline problems. AI is highly effective at finding patterns and executing repetitive tasks, but it possesses zero strategic judgment. If your teams do not have a clear, shared definition of a qualified buying signal, or if your customer data is trapped in disconnected silos, an AI tool will simply generate masses of generic messages that alienate your target audience. Before investing in AI capabilities, invest time in identifying your core buyer journeys and cleaning your data infrastructure. Software cannot optimize a process that does not exist.</p><h2 class="wp-block-heading">Maintain Absolute Control Over the Human Relationship</h2><p>Automated workflows, automated nurturing sequences, and AI-generated content can handle initial research inquiries and routine data entry effectively. However, they can’t own the relationship with the buyer. B2B purchasing decisions are high-risk corporate investments made by real people who are risking their internal reputations and budgets. These buyers do not want to be processed by a series of automated emails or generic conversational bots. They require empathy, technical expertise, and personal accountability from their vendors. Use technology to remove administrative burdens from your sales and service teams, but ensure your human professionals remain the primary point of contact for every meaningful decision. Enterprise revenue engines are built on human trust.</p><p>Technology is merely the infrastructure that supports it.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 02 Jun 2026 15:35:13 -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></channel></rss>