Opinions expressed by Entrepreneur contributors are their very own.
Key Takeaways
AI fashions predict numbers; they don’t calculate them. Any determine a buyer will act on — like a worth quote, transport estimate or tax determine — ought to come from a deterministic software, not the mannequin itself.
If operating the identical request 100 instances should return the identical reply, the mannequin shouldn’t produce that reply. Let the mannequin learn the query and decide the precise software. A deterministic engine ought to then work out the worth.
Sounding proper isn’t the identical as being proper. Even robust fashions make calculation, rounding and method errors, and so they can flip appropriate solutions to mistaken ones underneath pushback.
As many as 77% of small and midsize companies within the U.S. use AI often, and customer support is likely one of the prime three makes use of.
The difficulty begins when that reply is a quantity the client acts on, as a result of a big language mannequin (LLM) predicts numbers quite than working them out.
The quantity is your legal responsibility
When a mannequin drafts an electronic mail or advert copy, there’s normally no single appropriate reply as a result of it’s a inventive process. However when a product returns a quantity the client treats as a settled reality, that’s the place the hazard lies. Examples of such numbers embrace:
Worth quote
Transport estimate
Tax determine
Dosage
Unit conversion
Financing cost
A mistaken quantity can learn like a proper one, which might erode belief within the firm when found. A Toronto BMW dealership discovered this lesson the laborious means.
A person who needed to promote his automobile despatched an inquiry to the BMW dealership he’d purchased it from, and received a textual content again from “Quinn” providing 27,162.79 Canadian {dollars}, about $19,000, to purchase it again. Quinn was an AI chatbot, and that determine was not a valuation, however the stability the person nonetheless owed on his mortgage, handed to the bot by mistake and handed alongside as the value. A salesman later known as to revoke the provide, and the dealership solely reinstated it after CBC Information requested for remark.
The take a look at is reproducibility
Earlier than we construct something at Omni Calculator, the place the mannequin produces a price our customers act on, we ask ourselves if the output have to be reproducible. If operating the identical request 100 instances should return the identical reply, that reply should come from a deterministic software the mannequin calls, quite than from the mannequin itself.
That take a look at is the premise behind Omni Calculator Builder (now in public beta). You describe the calculator you need in plain language, the mannequin turns that description into calculator logic, and the logic runs on our deterministic math engine. The mannequin designs the software, however the quantity itself comes from the engine.
That’s as a result of the mannequin predicts textual content one token at a time, so it doesn’t maintain the worth of a quantity the way in which a calculator does. Our analysis backs this up:
Earlier this 12 months, we ran the third iteration of the ORCA Benchmark (Omni Analysis on Calculation in AI), a research of how free-tier AI fashions deal with math, amongst others. We discovered that accuracy ranged from 48.4% for ChatGPT 5.3 to 70.4% for Grok 4.20, with Claude Sonnet 4.6 between them at 53.2%.
The recurring failures have been resulting from uncooked calculation errors, rounding points and damaged formulation. What’s much more attention-grabbing is that Claude and ChatGPT turned an accurate reply right into a mistaken one 60-65% of the time when a person pushed again with “Are you certain?”
In different phrases, if the reply needs to be proper each time, the mannequin received’t minimize it.
The repair is to maintain the mannequin off the maths
For the reason that mannequin received’t get the maths proper each time, break up the work so it by no means produces the ultimate quantity itself.
Let the mannequin learn the query and decide the precise software. A deterministic engine (e.g., a script, a calculation API) ought to then work out the worth, leaving the mannequin to put in writing the reply round that quantity.
Image a mortgage lender whose web site makes use of a mannequin like Claude or ChatGPT to assist guests work out what they’ll afford. Somebody enters their earnings, money owed, down cost and fee, then asks what the month-to-month cost could be. Relatively than answering from the mannequin, the positioning ought to cross these inputs to one thing that runs the amortization method (the identical means, each time) and returns an actual determine.
One technique to implement it’s to attach the mannequin to Wolfram Alpha as a software it could actually name. When the cost query is available in, the mannequin pulls the numbers out, fingers Wolfram the amortization method with these values and makes use of the determine Wolfram returns. It writes the reply round that quantity, so the customer reads a traditional paragraph whose key determine was labored out by a deterministic software earlier than the mannequin wrote a phrase.
The place this leaves you
Fashions are getting smarter and may now reply nearly any query, however sounding proper and being proper are various things, and your buyer received’t all the time have the ability to inform them aside (a minimum of, not at first).
So earlier than you give them a quantity to behave on, route it to a deterministic software the mannequin calls, and maintain the mannequin on the language.
Key Takeaways
AI fashions predict numbers; they don’t calculate them. Any determine a buyer will act on — like a worth quote, transport estimate or tax determine — ought to come from a deterministic software, not the mannequin itself.
If operating the identical request 100 instances should return the identical reply, the mannequin shouldn’t produce that reply. Let the mannequin learn the query and decide the precise software. A deterministic engine ought to then work out the worth.
Sounding proper isn’t the identical as being proper. Even robust fashions make calculation, rounding and method errors, and so they can flip appropriate solutions to mistaken ones underneath pushback.
As many as 77% of small and midsize companies within the U.S. use AI often, and customer support is likely one of the prime three makes use of.
The difficulty begins when that reply is a quantity the client acts on, as a result of a big language mannequin (LLM) predicts numbers quite than working them out.
The quantity is your legal responsibility
When a mannequin drafts an electronic mail or advert copy, there’s normally no single appropriate reply as a result of it’s a inventive process. However when a product returns a quantity the client treats as a settled reality, that’s the place the hazard lies. Examples of such numbers embrace:








