← BackWhen Implementation Never Ends

Why so many B2B sales AI projects blow the budget

The bill doesn't blow up because of AI. It blows up because of a boundary nobody drew between what is a rule and what is a decision.

By Vinícius Dias·June 19, 2026·7 min read
Two metal tracks converging on a slate-blue surface, one straight and solid, the other blurred, evoking the boundary between rule and inference.

"We started with a pilot agent to help the sales team. It worked in the demo. Six months later the AI bill doesn't add up, engineering is firefighting, and nobody can quite explain why it got so expensive."

You hear some version of this in almost every B2B operation that turns on Agentic Commerce without preparing the ground first. The natural reaction is to blame the technology and conclude AI is expensive by nature. It isn't. What is expensive is asking the AI to decide, every single time, things that should already have been decided.

The diagnosis: why the bill blows up

The symptom is the AI invoice over plan. The cause is not the model. It is the operation the model walked into. Follow the chain:

Why did the AI bill blow up? → Because the agent makes an expensive call at every step of the transaction. Why so many calls? → Because it has to reason about every detail, from price to payment terms. Why reason about everything? → Because the commercial rules are not defined anywhere explicitly. Why aren't they explicit? → Because they live scattered across the ERP, in spreadsheets, and in the sales reps' heads. Why is this only a problem now? → Because while it was a human following the rule from memory, it worked. The AI, without the explicit rule, infers. And inference costs, per transaction, every day.

Root cause: the absence of an explicit boundary between the deterministic and the inferred. The problem is not "expensive AI." It is architecture.

Every B2B transaction has two natures

A B2B negotiation blends two layers. One is deterministic: the price list per customer, the discount ceiling per channel, the payment terms, the freight rule, the inventory policy. That is not opinion, it is rule. The other is genuinely ambiguous: reading buyer intent, suggesting the next item, finding the best path within what the rules allow. That part calls for inference. The expensive mistake is treating both as the same thing and dropping all of it in the model's lap.

The cost of inaction, premises on the table

You can see the bill before it arrives. Suppose an operation that handles 5,000 quotes a month, where 80% of the steps are pure rule (price, discount, terms) and only 20% are real decisions. If the AI is called to infer the 80% a rule would resolve, you pay for inference on four of every five steps with no need.

Cost of Inaction per month, in simplified form: (steps that should be rules) × (average cost per inference call) + (rework from inference errors) + (risk of an out-of-policy decision).

Three scenarios, same premises, varying only the discipline of the boundary:

  • Conservative: half of the deterministic steps move to rules. The AI bill drops by half.
  • Base: most of them move. Inference is reserved for what is ambiguous, and the bill comes back inside budget.
  • Optimistic: beyond dropping, the operation becomes auditable, because every rule decision leaves a trace.

The exact numbers are your operation's. The structure of the calculation is not.

The asset that gets lost along the way

There is a loss quieter than the invoice, and more expensive in the long run. Every B2B company has built, over years, its own way of negotiating: pricing rules, terms by customer type, relationship logic. That is an asset. It is the company's negotiation DNA. When that DNA goes into an environment that cannot represent it sharply, the AI has no way to stay faithful to it. It flattens what was specific and generalizes what was particular. The result sounds like everyone else's, and the asset that set the company apart turns into noise.

How to get out of the pain

  1. Separate rule from decision before writing the first prompt. The question that predicts almost the entire cost of the project is simple: in our operation, what is a rule and what is a decision? Running that inventory is cheaper than any round of tuning later.
  2. Keep the deterministic deterministic and governed. Explicit rule, versioned, traceable, executed at near-zero marginal cost. It is the track the AI rides on safely.
  3. Reserve inference for the genuinely ambiguous. AI adds value where no rule is possible: intent, context, the best path within what is allowed. That is where it is irreplaceable, and the only place its cost is worth paying.
  4. Treat negotiation DNA as an asset. The sharper the boundary, the more faithful the AI stays to your company's way of doing things, instead of diluting it into the generic.

This is what platforms designed for Agentic Commerce deliver: they make the rule explicit and governable, and let the AI operate only where it is irreplaceable. Order matters. AI is not the opposite of the deterministic. It becomes good, and becomes viable, precisely when the deterministic is well drawn beneath it.

Next step

Before approving the next AI budget, run a one-page inventory: list what, in your commercial operation, is a rule and what is a decision. That map alone anticipates most of the project's cost, and shows where AI will pay off and where it would only burn money.

Frequently asked questions

So does AI make every B2B project more expensive? No. What makes it expensive is using inference to solve what a rule would solve. Well bounded, AI comes out cheaper, because you only call on it where it is irreplaceable.

Can you start small? You can, and you should. With the boundary between rule and inference drawn, the project starts in a narrow scope and expands safely, because the deterministic foundation does not change as ambition grows.

Why not plug the AI straight into the ERP? Because governance over sales rules is not what an ERP does. AI loose on top of it ends up executing the gaps it accumulated. What is missing is the layer that turns scattered rules into a deterministic path, and it is on that layer that AI operates safely.

A CWS Platform publication.

Want more analyses like this?

Every two weeks, a real B2B scene and what the stack has to do with it. Get the next one in your inbox.

Keep reading