Blog / AI

Can you trust what an AI assistant tells your customers?

Not completely, and anyone who says otherwise is selling. The useful question is not whether it will ever be wrong but what happens on the day it is, and that is a design decision rather than a technology one.

You cannot fully trust what an AI assistant tells your customers. It will sometimes give a confident, fluent, completely wrong answer, and no supplier can promise you otherwise. We build these and we will not promise it. Anyone who does is either misunderstanding the technology or hoping you will not test the claim.

That sounds like a reason not to build one. It is not, and the reason is worth understanding, because the same objection applies to every member of staff you have ever hired and you solved it there without much difficulty.

Why an assistant gives answers you cannot trust

The plain version, without the jargon. These systems are built to produce text that fits. Given a question, they assemble the most plausible-looking continuation. Usually the most plausible answer is also the true one, which is why they work at all. Sometimes it is not, and nothing in the machinery distinguishes between the two cases, because the system has no concept of true, only of fitting.

That is why the wrong answers are so unsettling. They do not look like errors. There is no hesitation, no hedging, no obvious tell. A human who does not know something usually sounds like a human who does not know something. This does not.

So the design problem is not making it always right. It is making the cases where it might be wrong land somewhere safe.

What actually reduces it

A great deal, done properly. These are not marketing claims, they are the difference between an assistant that is broadly reliable and one that improvises.

  1. Ground it in your own material. Instead of answering from general knowledge, the assistant retrieves the relevant passage from your documentation and answers from that. This is the single biggest improvement available, and it changes the failure mode from inventing to misreading, which is far less dangerous.
  2. Make it cite what it used. If the answer shows which page it came from, a customer can check and your team can audit. It also constrains the system, because an answer with nothing to point at is visibly weaker.
  3. Let it say it does not know. Sounds trivial and takes deliberate work, because the default behaviour is to produce something. An assistant that says it cannot answer and offers a human is doing its job.
  4. Narrow the scope. An assistant that only answers questions about orders and delivery is dramatically more reliable than one that answers anything. Breadth is where accuracy goes.
  5. Keep the material true. The most common wrong answer we see is not invented at all: it is a correct answer from a page nobody updated when the price changed. Grounding only helps if the ground is solid.
  6. Read the transcripts weekly. Not a dashboard. Actual conversations, by a person who knows the business. Everything above degrades without this.

Design for the day it is wrong

This is the part that separates a considered deployment from a risky one, and it is entirely within your control.

Match the design to what a wrong answer would cost
If a wrong answer wouldThen
Mildly annoy someoneLet it answer directly, with an obvious route to a human on every turn. Most support questions are here.
Cost you a sale or a complaintLet it draft and have a person send. All of the speed, almost none of the risk, and your team stops retyping the same answers.
Create an obligation, a price or a commitmentDo not let it state the figure. Have it gather the details and hand over. A quote is an offer, and an offer generated confidently and wrongly is your problem.
Affect someone's health, money, rights or safetyDo not automate the answer at all. Use it to route, summarise and prepare, and let a qualified human respond.

Notice that only the first row is the thing people picture when they imagine a chatbot. The other three are where most of the value actually is, and they are much safer.

The comparison nobody makes

Here is the argument against my own caution, and it deserves stating fairly.

Your current answers are not perfect either. A new member of staff gets things wrong for months. An experienced one has a bad afternoon. Somebody quotes from an old price list. Somebody guesses rather than admitting they do not know, which humans do constantly. The difference is that human errors are quiet, uncounted and distributed, so nobody experiences them as a systemic problem.

An assistant's errors are logged. Every one is inspectable, countable and fixable at the source, and the fix applies to every future conversation rather than to one person. That is a genuine advantage and it is the reason a well-built assistant can end up more consistent than the team it supports, on the narrow set of questions it handles.

The honest framing is not human accuracy against machine accuracy. It is which failures you can see.

How to test it before customers do

Nobody does this and it takes an afternoon. Before an assistant goes anywhere near a customer, try to break it deliberately.

  1. Ask the twenty questions you actually get, in the words customers use rather than the words you use. Score each answer as right, wrong, or evasive. Evasive is a pass; wrong is not.
  2. Ask about something you do not do. A service you dropped, a product you never sold, a location you do not cover. This is where invention shows up most reliably, because there is no correct answer to retrieve.
  3. Ask something answered on a page you know is out of date, and see whether it repeats the stale figure. It will, which is the point: the fix is the page, not the assistant.
  4. Ask the same question three different ways and check the answers agree with each other. Inconsistency across phrasings is a strong signal the grounding is thin.
  5. Try to make it commit you to something. Ask for a price, a delivery date, a guarantee. If it produces a number, that is a design fault to fix before launch, not a quirk.
  6. Hand it to someone who does not work here. Your team unconsciously asks in ways the system handles, because they know what it knows.

Keep the list and re-run it monthly. It takes twenty minutes once it exists, and it catches the slow drift that happens as your business changes and the material behind the assistant does not.

What to tell customers

  • Say it is an assistant. Pretending otherwise is a short-term trick that costs you trust permanently when someone works it out, and they do.
  • Make the human route obvious on every turn, not buried after three failed attempts. This single choice does more for trust than any accuracy improvement.
  • Do not let it apologise its way around a limit. If it cannot do something, say so plainly and pass it on.
  • Tell your own team what it can and cannot do, so the handovers are not a surprise to the person receiving them.

If you are earlier than this and still deciding whether to build at all, when you should not build a chatbot sets out the cases where the answer is no, and what an AI chatbot costs has the numbers. Our chatbot work treats grounding and a hard handover as requirements rather than options.

Not for you if

What to do differently: stop asking whether it will ever be wrong, because it will, and start asking what happens on the day it is. If you have a good answer to that for each category of question, you can build. If you do not, the technology was never the problem.

The guides, by email

Get the next guide in your inbox

One email when a new guide is published: what things cost, what to build first, and when the honest answer is to build nothing. No promotions, unsubscribe any time.

First guides arrive straight away. Unsubscribe any time.

Also asked

Questions that usually follow

Can an AI assistant give customers wrong answers?

Yes, and no supplier can honestly promise otherwise. These systems produce text that fits rather than text that is verified true, and usually the most plausible answer is also the correct one, which is why they work. When it is not, nothing in the machinery distinguishes the two cases. That is why the wrong answers are unsettling: they arrive with no hesitation or hedging, unlike a person who does not know something.

How do you stop an AI assistant making things up?

Ground it in your own material so it retrieves the relevant passage and answers from that, which is the single biggest improvement and changes the failure from inventing to misreading. Make it cite what it used. Let it say it does not know, which takes deliberate work because the default is to produce something. Narrow its scope. Keep the underlying material accurate. And have someone read transcripts weekly.

Is it safe to let AI answer customer questions?

It depends entirely on what a wrong answer would cost, and that should drive the design. If it would mildly annoy someone, let it answer with an obvious route to a human. If it would cost a sale, let it draft and have a person send. If it would create a price or commitment, have it gather details and hand over, because a quote is an offer. If it affects health, money, rights or safety, do not automate the answer at all.

Are AI answers less accurate than human staff?

Not necessarily, and the comparison people skip is instructive. New staff get things wrong for months, experienced staff have bad afternoons, and people guess rather than admit they do not know. Those errors are quiet, uncounted and distributed. An assistant's errors are logged, inspectable and fixable at the source, and the fix applies to every future conversation. The honest framing is not human against machine accuracy, it is which failures you can see.

Should I tell customers they are talking to an AI?

Yes. Pretending otherwise is a short-term trick that permanently costs you trust when somebody works it out, and they do. Alongside that, make the route to a human obvious on every turn rather than buried after three failed attempts, because that single choice does more for trust than any accuracy improvement. And tell your own team what it can and cannot do, so handovers are not a surprise to whoever receives them.

What is the most common cause of a wrong answer?

Not invention. It is a correct answer drawn from a page nobody updated when the price, the policy or the opening hours changed. Grounding an assistant in your own material only helps if that material is true, which is why the unglamorous work of keeping documentation current matters more than most of the technical choices, and why someone has to own reading the transcripts each week.

Next step

Show us the questions you would be nervous about

Send us the ten questions you would least want answered badly. We will tell you which an assistant can handle, which need a human in the loop, and which should never be automated at all. We reply within two working days, and we regularly recommend the third option.

See AI receptionists & chat Start the conversation