Conversation Design
A demo only has to prove the AI can talk. Production has to hold up when a real person, real money, and real risk land on the same message. That work is prompt design, rule configuration, and escalation logic, and it's what I spend my time on. Everything below is the live behavior system from Work the Steps, a paid app on the App Store, pulled from its actual configuration.
One discipline, many settings. The work is the same whether the AI is guiding someone through recovery, answering a customer, or steering a live conversation under pressure: decide what it says, when it intervenes, when it hands off to a human, and what it's never allowed to do. I designed one of these, end to end. The principles below transfer to the rest.
The design
The single biggest mistake in this work is treating the instruction as one long block of text. The guide's behavior is composed fresh on every message from independent layers, each owning one job. Change the situation and the layers change with it. This is the difference between writing a prompt and configuring a system.
Walk through it
Four real situations the guide is configured to handle. Step through each turn and the panel shows the design decision behind it, plus where the same decision applies elsewhere. The conversations are representative, written to show the behavior; no real user data appears here.
Or click any message to jump to its decision.
The hard part
In a recovery app the most important design decision is the exception: the path that overrides everything else. It's built in four independent layers, so no single point of failure can swallow it.
Voice is configured
An AI that sounds like an AI breaks trust in a support queue and a recovery app alike. The voice is shaded deliberately ("a light shading, not a costume"), and a maintained list strips the tells that give the model away. This is voice tuning, written as rules.
honestlyto be honestlet's be realnot gonna lieit's not X, it's Ynot just X but YLook,So,Here's the thingit's worth notingthat saidat the end of the dayrule-of-three triadsemojisem dashes
I hear youthat's validthat sounds really hardhold spacehow did that make you feellet that landsit with thatthank you for sharing
Each one is a phrase that signals a machine performing care instead of a person giving it. The same instinct keeps any assistant's reply from sounding scripted.
The principle
The product is recovery. The skill is configuring an AI to behave correctly, reliably, under real stakes, and that skill holds wherever the conversation matters.
Get in touch
I configure conversational AI to behave correctly under real stakes, and I directed it end to end, solo, all the way to a paid app in production. If that's the problem you're solving, let's talk.