Relational systems
Conversational repair
Conversational repair is how participants in a conversation detect and fix misunderstandings without abandoning the exchange. In AI systems it is the difference between a misread that gets corrected in a turn or two and one that requires the person to start over and re-explain themselves.
Also called repair in dialogue, misunderstanding recovery
Repair is one of the most studied features of human conversation and one of the least developed in machine dialogue. People repair constantly and almost invisibly: a small clarifying question, a rephrase, a check on an assumption before acting on it. The exchange bends rather than breaking.
AI systems tend to handle misunderstanding differently. They either proceed confidently on a wrong reading, or they fail in a way that puts the whole burden of recovery on the person, who has to notice the error, work out what caused it, and re-state everything. Both are expensive, and in a relational system both accumulate.
Repair is more consequential when there is history. A system with persistent context that has misread something can carry that misreading forward indefinitely, so the ability to notice a wrong assumption, name it, and revise it is also a memory operation and not only a conversational one.
Why it matters
Repair is what allows a long-running relationship to survive its own errors. Without it, every misunderstanding is either absorbed silently as a wrong belief or paid for by the person in re-explanation.
Where TAICU stands
TAICU treats repair as a core capability of relational systems rather than an error-handling path, and links it directly to memory: a misread that is corrected in conversation should also be corrected in what the system retains.
Common questions
- Why do AI conversations break down after a misunderstanding?
- Because most systems have no repair mechanism. They either continue confidently on a wrong reading or fail in a way that forces the person to restart, rather than asking the small clarifying question that would resolve it.
- How does repair relate to memory?
- A misunderstanding in a system with persistent context does not end with the conversation; it can be written into what the system believes. Genuine repair has to reach the record, not just the current exchange.