Voiceflow named a 2026 Best Software Award winner by G2
Read now

Most conversation design advice still reads like it's 2019. It tells you to write a friendly welcome message, map out a decision tree, and pick a bot name. That advice isn't wrong, exactly. It's just describing a job that has mostly changed.
I've spent years designing conversational agents, and the shift over the last two years has been bigger than anything before it. When large language models do the talking, conversation design stops being about scripting every line and starts being about shaping how an agent understands, decides, and recovers. This guide is the practical version: what conversational AI design actually is now, the three layers worth knowing, how to design a conversation step by step, and the mistakes I see teams make over and over.
Conversation design is the practice of shaping how an AI agent talks with people so the interaction feels natural and actually solves the problem. It draws on language, psychology, and a working understanding of the technology underneath. That definition has held up for years.
What changed is the medium. The old job was authoring rigid intent models and branching scripts for assistants like Siri and Alexa, where every path had to be hand-built. Today you're designing on top of a model that can already hold a fluent conversation. Your job is less "write every reply" and more "decide what the agent should know, when it should follow a fixed path, and how it behaves when things go sideways." If you want the broader category context, we cover it in our overview of conversational AI, and the move from scripted bots to reasoning agents is the heart of agentic AI.
The skill didn't get easier. It got deeper. The model handles fluency, so the design work moves to judgment.
I think about conversation design in three layers. You'll be stronger in one of them, but good design needs all three working together.
Understanding (the NLU layer). This is how the agent figures out what the user actually wants. In the old world that meant hand-built intent models and utterance lists. With an LLM, a lot of that comes for free, but you still own the hard part: defining the jobs the agent is responsible for, deciding what context it needs to disambiguate a vague request, and choosing what counts as "out of scope." If you're newer to this, our primer on natural language processing explains what's happening under the hood.
Dialogue (the flow layer). This is the logic: what happens, in what order, and where the conversation can branch. The key 2026 decision is when to be deterministic and when to let the model reason. A refund that touches a payment system should follow a fixed, auditable path. An open "help me pick a plan" conversation can hand more freedom to the model. Designing that boundary well is most of the job.
Response (the voice layer). This is persona, tone, and guardrails: how the agent sounds and what it refuses to do. With an LLM, you shape most of this through the instructions you give it, which makes prompt engineering a core conversation-design skill rather than a separate one. Good response design also means writing real fallbacks, the lines the agent uses when it doesn't understand or the user goes quiet.
A designer who only does response work writes lovely copy on top of a clunky flow. One who only does flow work ships something that functions but sounds like a form. The interesting work lives where the three overlap.
{{blue-cta}}
Here's the process I actually use, stripped of ceremony.
If you want a hands-on build to anchor this, our guide on how to create a chatbot walks through it step by step, and types of chatbots helps you place where your agent sits on the spectrum from menu to reasoning agent.
A few patterns show up almost every time I review an agent.
Designing only the happy path. The demo works, then a real user says something unexpected and the whole thing falls apart. The unhappy paths are the product.
Confusing personality with usefulness. Teams spend a week on a witty persona and ten minutes on escalation. Charm doesn't survive a customer who's already annoyed. Be clear before you're clever.
Over-scripting where the model could reason. If you're hand-writing thirty branches for a question the model could handle with good instructions and a knowledge source, you're doing 2019 work in a 2026 tool.
Under-scripting where you needed control. The opposite failure. Letting the model freelance on a refund or an account change is how you get confident, wrong, expensive answers.
Skipping measurement. "It feels better" isn't a result. And the metric everyone reaches for, deflection rate, is easy to misread, which is why it's worth understanding what ticket deflection rate actually means before you celebrate it.
The thread through all of these: conversation design is a systems discipline now, closer to context engineering than to copywriting. Decide what the agent knows, what it controls, and how it fails.
You can design conversations in a doc, and for early thinking that's fine. But the work gets real when you can build, test, and watch the agent behave. That's where a purpose-built platform helps.
Voiceflow is an enterprise platform for designing, testing, and shipping production AI agents. You design the flow visually, and the deterministic-vs-reasoned decision becomes a concrete choice: Workflows give you fixed, auditable paths for the steps that need control, while Playbooks and the Agent step let the model reason where you want flexibility. You ground the agent in a knowledge base so answers come from your content, and you're not locked to one model, so you can run OpenAI, Anthropic, or Google and switch as cost and quality change. Then you test conversations directly and watch where they break before customers do. If you're comparing options, our roundup of the best AI agent builders is a fair place to start, and the same principles apply if you're designing for voice.
If you want to sharpen the craft itself, Voiceflow also partnered with the Conversation Design Institute on a free course taught by Voiceflow experts. It's a solid head start on the fundamentals.
{{blue-cta}}
It's the practice of shaping how an AI agent talks with people so the conversation feels natural and resolves the user's problem. In 2026 that means designing what the agent understands, when it follows a fixed path versus reasons on its own, and how it behaves when it doesn't know the answer.
They overlap but aren't the same. UX design shapes screens and flows; conversation design shapes dialogue, intent, and recovery. The best conversation designers borrow heavily from UX thinking, because a conversation is just another interface for solving a problem.
No. Platforms like Voiceflow let you design, test, and ship agents visually, and developers extend them with code where needed. The design work, deciding flows, grounding, and guardrails, doesn't require programming.
A blend: enough language and copywriting instinct to write natural responses, enough UX thinking to design flows around real user behavior, and enough technical understanding to know when to be deterministic, how to ground answers, and where the model will fail. You don't need to master all three equally, but you need to understand how they fit together.