Communication Repair¶
Core Idea¶
When two or more agents sharing state over an unreliable channel detect that their understanding has diverged, they pause the primary exchange, invoke a meta-channel act to diagnose and restore alignment, then resume — making shared meaning robust to noise without requiring perfect transmission.
How would you explain it like I'm…
Wait, What?
Fixing the Mix-Up
Detect, Repair, Resume
Broad Use¶
- Conversation analysis: self-initiated self-repair ("I mean..."), other-initiated self-repair ("Sorry, what?"), with a preference favouring self-correction.
- Network protocols: TCP retransmit on a missing ACK, NAK in datalink protocols, TLS rekeying, alert messages distinct from application data.
- Aviation / air traffic control: "Say again," "Confirm," read-back-correct-as-required — explicit repair turns built into procedure for a noisy voice channel.
- Diplomacy and incident response: clarifying démarches that repair misunderstanding; on-call engineers pausing to share logs and restore a shared model before acting.
- Pair programming and second-language interaction: "Wait, where did you assume X?"; clarification requests and comprehension checks as interaction modes.
- Robotics: structured retransmit-and-confirm in multi-robot coordination over unreliable wireless.
Clarity¶
Shows that understanding is not a one-shot transmission property but a continuous joint achievement, and makes the failure modes legible — missing meta-channel, overactive repair, blurred stream separation.
Manages Complexity¶
Collapses every possible misunderstanding trajectory into a small catalogue of trouble types each with a canonical response, and lets each party track only its own model plus a divergence flag.
Abstract Reasoning¶
Makes available reasoning about who may initiate, the repair budget a noisy channel needs, and the resumption semantics by which the repaired state is reinserted.
Knowledge Transfer¶
- Distributed systems: the four-cell conversation-analytic taxonomy maps onto retry/recovery semantics (self-repair as client-side retry, NAK-and-retransmit, server-side correction).
- Medicine: aviation's closed-loop read-back phraseology was imported into operating-room communication for the shared high-stakes, noisy-channel profile.
- Conversational AI: repair theory governs when an assistant asks for clarification versus guesses versus defers.
Example¶
TCP guarantees a reliable byte stream over a lossy network: a missing ACK flags divergence without advancing data, the sender retransmits the gap (self-initiated self-repair), and sequence numbers reinsert it in exactly the right position.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Communication Repair is part of, typical Coordination — Communication repair is a sub-discipline coordination RELIES on — the narrower mechanism that RESTORES a diverged shared model over an unreliable channel. A component of coordination, not coordination itself. The file: 'Repair is one sub-discipline that coordination relies on.'
Children (1) — more specific cases that build on this
- Channel decompose Communication Repair — Repair traffic rides a channel (the same medium under different illocutionary force, or a separate back-channel); the prime presupposes a channel but is the detect-pause-repair-resume PROTOCOL, not the conduit. channel is a candidate (CAND-R2-021-02) — drawn as a candidate-link below too.
Path to root: Communication Repair → Coordination → Dependency
Not to Be Confused With¶
- Communication Repair is not Coordination because repair is the narrower mechanism that restores a diverged shared model over a noisy channel, whereas coordination is the broad problem of aligning agents' actions toward a joint outcome.
- Communication Repair is not Branching and Merging because repair reconciles divergent live shared models via a cheap flag, whereas branching and merging reconciles divergent artefacts by merging their full contents.
- Communication Repair is not Translation and Conceptual Bridging because repair fixes a transmission divergence between parties who share a frame, whereas translation moves content between vocabularies that genuinely differ.