Strategy·14 min read

Salesforce Just Shipped a CRM Reasoning Model. Here's What It Actually Changes for Outbound.

Updately Team·2026-09-16

A CRM reasoning model just became a real product category

On September 15, 2026, Salesforce and NVIDIA announced Koa, described as Salesforce's first CRM reasoning model for Agentforce. It was built by post-training NVIDIA's Nemotron 3 Super on a proprietary synthetic dataset modelled on nearly three decades of CRM deployments — deal structures, case lifecycles, and the workflow variations that differ across more than 14 industries.

If you run outbound, your first instinct is probably to file this under "enterprise CRM news, not my problem." That instinct is wrong, and the reason is not the product. It is what the product signals: the model layer in go-to-market is starting to specialise. For three years, every AI sales tool has run on the same three or four general-purpose frontier models, which meant the model was never the differentiator — the wrapper was. A CRM reasoning model trained specifically to take correct multi-step actions inside a revenue workflow is the first serious attempt to move the intelligence into the layer where GTM work actually happens.

That shift has a direct consequence for anyone running signal-based outbound. When reasoning about "what should happen next in this deal" becomes a commodity capability shipped by the platform, the thing you still own — the only thing — is the context you feed it. This post is about what that means practically, what to stop paying for, and what to fix in the next 90 days.

What Koa actually is, read carefully

Strip the keynote language and there are four concrete claims worth understanding.

  • It is a post-trained open model, not a from-scratch frontier model. Salesforce took NVIDIA Nemotron 3 Super and applied supervised fine-tuning plus reinforcement learning (Group Relative Policy Optimization) using NVIDIA's NeMo RL, NeMo Gym, and NeMo AutoModel tooling.
  • It was trained on synthetic scenarios, not customer records. Salesforce is explicit that no customer data was used. The corpus is simulated enterprise workflows — a persona paired with a task, then the sequence of actions and tool calls an agent must make to complete it.
  • The benchmark claim is about actions, not prose. On Salesforce's own CRM benchmark — tasks like updating an opportunity, routing a case, scheduling a follow-up — Salesforce says Koa matches or exceeds leading model performance with three times fewer errors.
  • It runs inside Salesforce's trust boundary. Salesforce controls the weights and runs post-training and inference on its own infrastructure. Koa is in pilot now with customers including 1-800Accountant, Baxter Credit Union, Engine, Formula 1, UChicago Medicine, and Xero, with general availability expected winter 2026 in U.S. regions.

The benchmark number deserves scrutiny, not applause

"Three times fewer errors" on a vendor's own benchmark is a vendor's own benchmark. That does not make it false — a domain-tuned model beating a generalist on domain tasks is exactly what the last two years of post-training research would predict — but it is not independently replicated, and the benchmark tasks are CRM object manipulation, not outbound judgment.

The more interesting detail is what Salesforce chose to optimise for. They did not optimise for fluency. They optimised for taking the right action, step by step, to reach a goal. That is a meaningful admission about where AI has been failing in revenue workflows. The models were never bad at writing a sales email. They were bad at knowing which of eleven possible next actions was correct given a messy, partial, contradictory record.

Why a platform vendor builds this at all

Three reasons, and all three are instructive for how you should evaluate your own stack.

First, margin. Running frontier-model inference on every agent action is expensive, and a smaller specialised model that performs better on a narrow task set is cheaper per call. Second, control — owning the weights removes a dependency on an external lab's pricing, deprecation schedule, and rate limits. Third, and most relevant to you: accumulated workflow knowledge is a defensible asset and a generic model does not have it. Marc Benioff's framing in the announcement was that the most valuable thing Salesforce has built is not the platform but the accumulated knowledge of how enterprise business works, now placed inside the model itself.

Hold that thought, because it is the same argument that applies to your outbound motion — just with a different asset.

The real story: your model is no longer your edge

Here is the strategic read. Over the next 12 months, three things that felt like differentiators in 2024 and 2025 stop being differentiators.

1. Which model you use. "We're built on GPT-class models" was a pitch in 2024. By mid-2027 the platform you already pay for will ship a domain-tuned model that outperforms a generalist on in-workflow actions, at lower cost. Model choice becomes a procurement detail, not a moat.

2. Prompt engineering as a discipline. A reasoning model post-trained on tens of thousands of workflow traces has internalised the structure that your carefully-crafted system prompt was trying to impose from the outside. The elaborate prompt library your GTM engineer maintains is depreciating.

3. "AI-personalised" as a claim. Every vendor now says it. Buyers have stopped hearing it. TrustRadius's 2026 B2B Buying Disconnect Report — 1,862 technology buyers and 444 vendors — found 63% of buyers now use AI to research purchases, but 94% fact-check its answers, and the share saying they trust online resources less than before rose from 39% to 47% in a year. Sophistication in generation is not producing trust.

So what is left?

Context. Specifically, three kinds of context that no model vendor can ship you because they do not have it:

  • Timing signal. Whether this person is in-market right now. A reasoning model with a perfect grasp of deal structure cannot tell you that a prospect viewed your profile on Tuesday, complained about your competitor's onboarding on Reddit on Wednesday, and posted about a re-platforming project on Thursday.
  • Relationship graph. Who on your team already knows this person, which of their colleagues engaged with your content, which of your customers they used to work with.
  • Evidence trail. The specific, quotable, recent artefact that makes a first message land — the post, the job ad, the review, the funding note, the role change. Not a paraphrase of a company's About page, which is the thing every generic AI SDR produces and every buyer now recognises on sight.

This is the whole argument for signal-based outbound, and it gets stronger, not weaker, as models improve. Better reasoning multiplies good context and it also multiplies bad context, faster and more confidently. If your inputs are a name, a title, and a scraped company description, a better model just writes a more articulate version of the same forgettable message. This is why platforms like Updately are built around signal capture and enrichment first — profile views, post engagers, competitor mentions, hiring signals, pain-point posts on Reddit, LinkedIn, and X — with message generation as the last step rather than the first. The generation layer is the part that is commoditising.

Siemens is the tell, and most people will read it wrong

The same day Koa was announced, Salesforce published a Siemens case study that is far more useful to outbound leaders than the model news.

What Siemens actually built

Siemens was receiving over 2,500 unqualified leads a month with no reliable way of knowing which ones deserved time from its 18,000 sellers. It deployed two agents working in tandem inside Sales Cloud:

  • An engagement agent that reaches out to every inbound lead, using CRM data to personalise the email, and moves interested prospects onward.
  • A qualification agent that vets each interested lead — confirming and adding information, capturing budget and timeline as the conversation develops — before handing the strongest opportunities to the right seller.

Each outbound email carries a secure public key that identifies the lead without exposing the internal record ID; when the prospect follows the qualification link, the agent retrieves and enriches their record. Siemens now engages 100% of these inbound leads across 132 countries.

The lesson is not "buy agents"

Read what actually changed. Siemens did not fix a reasoning problem. It fixed a coverage and routing problem. The leads were already arriving. The intelligence required to qualify them was not exotic. What was missing was a system that touched every single one, captured structured context during the conversation, and routed based on that context rather than on whoever happened to have capacity.

That is the same failure mode most outbound teams have, and it does not require a CRM reasoning model to fix. Salesforce's own State of Sales report, a survey of 4,050 sales professionals, found that 48% of reps say they lack the bandwidth to do adequate cold outreach despite spending nearly a full day of their workweek prospecting, and that the average seller spends only 40% of their time actually selling.

And note the honest denominator in Salesforce's own internal example from that report: agents contacted 130,000 previously-untouched leads over four months and created 3,200 opportunities. That is a 2.5% lead-to-opportunity rate. It is a genuinely good result for leads that were previously being ignored entirely — and it is nowhere near the "AI books your calendar" narrative. Coverage of dead inventory at low conversion is a real, defensible business case. Inflated claims are not.

Where the value actually sits in an AI outbound stack

LayerWho owns itCommoditising?What you should do
Foundation / reasoning modelModel labs, now platform vendors tooYes, fastStop treating model choice as strategy. Evaluate on action accuracy, not fluency.
Orchestration and tool usePlatform vendors (Agentforce and peers)Yes, within 12–24 monthsDo not build this yourself unless it is genuinely core. Buy it.
Message generationEveryoneAlready commoditisedJudge it on whether the evidence it cites is real and recent, not on tone.
CRM and workflow data hygieneYouNoInvest here. It is the input that determines every downstream output.
Signal capture and timingYou, plus your signal platformNoThis is the moat. Own it, instrument it, measure decay.
Relationship graph and channel accessYouNoWarm paths and safe sending limits cannot be bought from a model vendor.
Brand credibility and proofYouNoBuyers fact-check. Reviews, references, and customer proof now do the closing.

The pattern is simple. Everything in the "commoditising" rows will get better, cheaper, and more similar across vendors. Everything in the rows marked "no" is where your compounding advantage lives — and it is precisely where most teams under-invest, because it is unglamorous.

Salesforce's research backs that up bluntly: 51% of sales leaders with AI say disconnected systems are slowing their AI initiatives, and 79% of high performers prioritise data hygiene versus only 54% of underperformers. The highest-leverage AI work in most sales organisations this quarter is not buying an agent. It is deduplicating a database and wiring up a signal feed.

What to actually do in the next 90 days

1. Audit your context, not your prompts

Take ten messages your AI tooling sent last week. For each one, list every discrete fact it had access to about the recipient, and mark which ones were (a) specific to that person, (b) from the last 30 days, and (c) verifiable. If the honest answer for most messages is "company name, title, industry, and a scraped description," you do not have an AI problem. You have a context problem, and a better model will not touch it.

2. Stop paying separately for things the platform is about to absorb

If a line item in your stack does one of: generic prospect research from public web pages, generic email drafting, or generic summarisation — assume its price drops or it gets absorbed into a platform you already pay for within 18 months. Negotiate accordingly, and avoid multi-year commitments on capabilities that sit in the commoditising rows above.

3. Instrument signal freshness as a first-class metric

Most teams measure reply rate and meetings booked. Almost nobody measures the median age of the signal that triggered the touch. Start. Track:

  • Median hours between signal detection and first touch
  • Percentage of touches triggered by a signal less than 72 hours old
  • Reply rate segmented by signal age bucket (0–24h, 1–3 days, 4–7 days, 8+ days)

If the curve slopes the way it does for almost every team that measures it, you have just found your highest-ROI operational fix — and it has nothing to do with which model writes the message.

4. Change your evaluation criteria from fluency to action accuracy

Koa's design point is the useful one to steal. Stop evaluating AI sales tooling by reading the output and deciding whether it "sounds human." Evaluate it by asking whether it took the correct next action given the record. Build a small internal eval set: 25 real prospects with known correct next actions (do not touch, send a connection request, reference this specific post, route to AE, wait for the renewal window). Score vendors against it. You will learn more in an afternoon than in a quarter of demos.

5. Rewrite your vendor questions

Four questions that separate substance from keynote:

  • What exactly is in the context window when you generate a message for one of my prospects, field by field?
  • How fresh is each of those fields, and what happens when a signal is stale?
  • What does your system do when it has insufficient context — does it skip the prospect, or does it write something generic anyway?
  • Show me your action-accuracy numbers on a task set I define, not one you define.

The third question is the one that catches most tools. A system that always produces a message regardless of input quality is not personalising; it is padding.

The counterargument worth taking seriously

The honest case against everything above: domain-specific models may keep improving until they can reason their way to good outreach from thin context — inferring priorities from a title and an industry well enough that fresh signals matter less at the margin. Gartner's much-quoted forecast that 90% of B2B buying will be AI-agent intermediated by 2028, representing over $15 trillion in spend, points at a world where the buyer's agent, not the buyer, is the audience — and an agent evaluating vendors may weigh structured capability data far more heavily than whether your first message referenced a recent post.

That world would reward a different asset mix: machine-readable product data, verifiable claims, and presence in the sources agents cite. It is a real possibility and worth hedging against. But note that even in Gartner's framing, verifiability and trust frameworks are the prerequisites for participation — which is still a bet on owning credible, structured, current information about your own business and your buyers. The asset changes shape. It does not stop being context.

Takeaways

  • A CRM reasoning model is now a shipping product. Koa, announced September 15 at Dreamforce, is post-trained on synthetic enterprise workflows and claims three times fewer errors than leading models on CRM actions — on Salesforce's own benchmark, in pilot, with GA expected winter 2026.
  • The signal matters more than the product. The model layer in GTM is specialising, which means model choice, prompt libraries, and "AI-personalised" claims all stop being differentiators.
  • Context is the remaining moat. Timing signals, relationship graphs, and verifiable evidence are things no model vendor can sell you, and better reasoning amplifies whatever quality of context you feed it — in both directions.
  • Siemens fixed coverage and routing, not reasoning. 2,500 unqualified leads a month, two agents, 100% engagement across 132 countries. Most outbound teams have the same gap and do not need a new model to close it.
  • Believe the unglamorous numbers. 2.5% lead-to-opportunity on previously-ignored leads is a real result. Data hygiene separates high performers from underperformers by 25 percentage points. That is where the quarter's highest-leverage work sits.
  • Change how you evaluate. Score tools on action accuracy against your own task set, measure signal freshness as a first-class metric, and ask vendors what their system does when context is thin.

The teams that win the next 18 months will not be the ones with the best model. Everyone will have a good model. They will be the ones who noticed earliest that the model was never the scarce input — and spent the time building the signal, data, and relationship layer that a reasoning engine actually needs to be worth anything.