Blog · AI
— AI··11 min read

How to Build an AI Chatbot That Doesn’t Make Your Brand Look Stupid

Joona Heinonen· Choco Media · Rovaniemi

Most companies get AI chatbot marketing wrong before the first user even sends a message. They install a chatbot because a competitor has one, or because a sales rep demo’d something impressive, and then spend the next six months wondering why users are confused, annoyed, or silently abandoning the conversation after the second exchange. At Choco Media, we’ve audited enough chatbot deployments to know that the failure mode is almost never technical — it’s a design problem, a tone problem, and a scope problem rolled into one.

This post is for marketers and founders who are either planning their first AI chatbot or troubleshooting one that’s already live but underperforming. We’ll walk through the most common ways chatbots damage brand perception, and then go through the principles and practical steps that prevent it. By the end, you should have a clear picture of what a well-scoped, on-brand chatbot actually looks like — and what to avoid building.

We’re not selling a specific platform here. The principles apply whether you’re using Intercom’s Fin, a custom GPT-4o build, Tidio, or a no-code tool like Voiceflow. The failure patterns are platform-agnostic, and so are the fixes.

Why AI chatbots damage brand perception (and it’s not what you think)

The obvious failure is factual errors — a chatbot that hallucinates pricing, invents product features, or gives legally risky health advice. That’s the one that gets companies in trouble publicly. But in our experience, the more common damage is quieter: a chatbot that is technically accurate but tonally misaligned with the brand, or one that is polite in a way that feels robotic, which is paradoxically worse than being clearly automated.

Users have learned to tolerate automation. What they haven’t learned to tolerate is a brand that feels like it has two personalities — warm and human in its ads, cold and recursive in its support widget. That dissonance breaks trust faster than a factual error would.

Most of these are solvable. None of them require rebuilding from scratch. They require scope discipline and voice discipline.

Start with the three questions every chatbot brief should answer

Before you write a single system prompt or configure a single intent, three questions need clear written answers. Not bullet points in a Slack thread — written, agreed-upon answers that everyone who touches the chatbot has read.

What is this chatbot explicitly for?

Not “helping users” — that’s not a scope. A scope is: “answering questions about our three pricing tiers, our free trial, and how to connect our API to Zapier.” Everything outside that scope should route to a human or a help centre article. The chatbot that tries to handle sales, support, onboarding, and complaints simultaneously handles all four poorly.

What tone does our brand use, and what does it avoid?

If your brand voice document says “direct, warm, no corporate jargon”, your chatbot system prompt should include specific examples of in-tone and out-of-tone responses. Abstract adjectives don’t constrain a language model. Examples do. We typically write 6-8 tone examples as part of any chatbot brief — pairs of “we’d say this / we wouldn’t say this” for the most common interaction types.

What happens when the chatbot doesn’t know?

This answer needs to be engineered before launch, not handled reactively. Options include: hard fallback to a human handoff, a curated “I’m not sure — here’s where to find out” response with links, or a clear statement of the chatbot’s scope at the start of the conversation so users self-select. Any of these work. Not having a policy doesn’t.

Writing a system prompt that protects your brand

The system prompt is where AI chatbot marketing lives or dies. Most companies write a system prompt that is 2-3 sentences long, or copy-paste a template from the platform’s documentation. A brand-protective system prompt is closer to 400-600 words and covers at least these elements.

Identity and scope declaration

Tell the model exactly who it is, what it’s there to do, and — critically — what it should not do. Negative constraints matter as much as positive ones. “Do not discuss competitor pricing. Do not make specific claims about delivery times. Do not offer refunds or policy exceptions — direct those requests to support@[domain].” Explicit prohibitions reduce the surface area for brand damage.

Tone calibration with examples

Paste your brand’s tone adjectives and then provide concrete examples. If the brand voice is “friendly but efficient”, show the model what that looks like in an opening greeting, in a clarifying question, and in a closing. Calibration through examples is substantially more reliable than calibration through description.

Fallback behaviour

Define exactly what the model should say when it doesn’t know, when the query is out of scope, and when the user is frustrated. Write these responses verbatim if possible, or provide the structural template. This prevents the model from improvising in high-stakes moments.

“A chatbot that says ‘I’m not the right tool for this — here’s who can help’ is more on-brand than a chatbot that confidently answers the wrong question.”

Data and sensitivity boundaries

Explicitly prohibit the collection or processing of sensitive data in the chat window. Even if your platform is GDPR-compliant, a chatbot that asks users for personal health details or financial information in an unstructured text field creates legal and brand risk. Define these hard stops in the system prompt.

Common chatbot failures and what they actually signal

When we audit a chatbot that’s underperforming, we’re usually looking for one of five patterns. Each one points to a different upstream problem.

Most of these have nothing to do with the underlying AI model and everything to do with the surrounding system. Swapping GPT-4o for Claude, or Intercom for Drift, won’t fix a scoping problem or a broken escalation path.

Designing the escalation path as part of the core product

The escalation path — the route from chatbot to human — is not a fallback. It’s a core feature. Treating it as an afterthought is one of the most common reasons AI chatbots erode rather than build brand trust.

A well-designed escalation path has three properties:

  1. It’s fast: The user reaches it within two or three exchanges if the chatbot isn’t solving their problem. Not after six failed attempts.
  2. It’s clear: The user knows what happens next — a ticket is created, a human will reply within X hours, or a live chat is available now. Vague hand-offs (“we’ll get back to you”) without specifics feel like abandonment.
  3. It’s warm: The transition preserves context. The human who picks up the conversation knows what the user already tried, so the user doesn’t repeat themselves. This is a technical requirement that needs to be built into the integration, not assumed.

In client work, we’ve found that the escalation experience has a disproportionate impact on how users rate the overall chatbot interaction. A chatbot that fails gracefully and escalates well often scores higher in satisfaction surveys than one that succeeds more often but escalates poorly when it fails. The failure recovery experience shapes perception more than the success rate.

How to test a chatbot before launch (and what most teams skip)

There are three testing phases that matter, and most teams do only one of them — functional QA, which checks whether the chatbot answers configured intents correctly. The two they skip are adversarial testing and tone testing, and those are the ones that reveal brand risk.

Adversarial testing

Give the chatbot to someone whose job is to break it. Ask it about competitors. Ask it for a refund in an aggressive tone. Ask it questions that are adjacent to its scope but outside it. Ask it the same question five different ways. Document every case where it gives a response you’d be embarrassed to screenshot. These are your priority fixes before launch.

Tone testing

Take 15-20 real conversations from your email or live chat support (anonymised) and run them through the chatbot. Compare the chatbot’s responses to what your best human agent would have said. Not whether the information is correct — whether it sounds like your brand. This test reliably surfaces tone drift that functional QA misses.

Edge case documentation

Create a living document of every query that fell outside the chatbot’s scope during testing. This becomes the input for the next iteration of your knowledge base and the basis for deciding whether to expand the chatbot’s scope or add a clearer scope declaration at the start of conversations.

The ongoing maintenance most brands don’t plan for

A chatbot is not a one-time project. Pricing changes. Products evolve. Policies update. Every one of those changes is a potential source of chatbot misinformation if the knowledge base isn’t kept current. We’ve audited live chatbots that were confidently quoting pricing from 18 months ago because no one had ownership of the update process.

This maintenance work connects directly to the broader question of where AI automation fits in your marketing operation — chatbots are one node in a larger system, and they perform better when that system is actively managed rather than set and forgotten.

When not to deploy an AI chatbot

There are situations where a chatbot is the wrong tool, and the brand damage from deploying one is predictable. Knowing these saves time and budget.

If your product or service is highly customised — bespoke pricing, complex onboarding, enterprise procurement — a chatbot that can’t actually answer the questions buyers have is worse than no chatbot at all. It creates the impression of responsiveness while delivering none of it. A simple “talk to us” link converts better in these contexts.

If your support volume is currently low enough that a human can respond to every inquiry within a few hours, a chatbot adds complexity without solving a real problem. The case for AI chat automation is strongest when the alternative is slow or inconsistent human response — not when human response is already working.

If your brand is in a category where users have elevated sensitivity — healthcare, legal, financial advice, mental health — the risk-reward calculation changes substantially. Even a well-scoped chatbot in these categories requires legal review and significantly more conservative fallback design. Our AI automation service includes a risk assessment step specifically because these decisions aren’t uniform across industries.

What a well-built chatbot actually does for your brand

When all of this is done well — clear scope, calibrated tone, robust escalation, ongoing maintenance — a chatbot does something that’s hard to achieve any other way: it makes your brand feel consistently responsive at scale. Not just during business hours. Not just when your best support agent is on shift. Consistently, predictably, in a voice that sounds like you.

That consistency compounds. Users who get a good chatbot interaction have higher satisfaction with the brand overall. They’re more likely to convert. They’re more likely to tell someone else. The brand equity that comes from “that company actually helped me” doesn’t have to come from a human — it just has to come from something that sounds like you mean it.

The standard isn’t perfection. It’s reliability and honesty about the limits. A chatbot that says “I’m not set up to help with that — here’s how to reach someone who is” is a brand asset. A chatbot that confidently fumbles is a liability. The distance between those two outcomes is mostly design choices made before launch, not the underlying model.

If you’re designing a chatbot from scratch or auditing one that’s underperforming, we’re happy to take a look. Get in touch and we can walk through where the gaps typically are.

← All storiesNext story →
— Free tips, monthly

Get the playbook, for free.

One short letter a month — the prompts we use, the campaigns that worked, the AI tools worth the time. No sales pitch, just field notes.

— Want us to do it for you?

Hire the agency.

AI-accelerated content, paid media, brand and web — delivered by one small team that talks to itself. Currently taking on a handful of clients each quarter.

Book a call