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 Abstractions¶
Current abstraction Communication Repair Prime
Parents (3) — more general patterns this builds on
-
Communication Repair is a kind of Coordination Prime
Communication repair is coordination specialized to detecting and restoring divergence in shared understanding over an unreliable channel.
-
Communication Repair presupposes Channel Prime
Communication repair presupposes a channel carrying both the primary exchange and the meta-channel traffic used to detect, repair, and resume after divergence.
-
Communication Repair is part of Feedback Prime
Communication repair contains a feedback loop in which detected divergence is returned through a meta-channel to change the shared state before the primary exchange resumes.
Children (5) — more specific cases that build on this
-
Maintenance actions Domain-specific is a kind of Communication Repair
The proposed strict upward parent is
prime:communication_repair. -
Metanoia (rhetoric) Domain-specific is a kind of Communication Repair
The proposed strict upward parent is
prime:communication_repair. -
Repair Sequence Domain-specific is a kind of Communication Repair
A repair sequence is the conversation-analysis species of communication repair, specialized by an agency-by-position grid and a preference for self-repair.
-
Interpersonal Communication Domain-specific is a decomposition of Communication Repair
Interpersonal joint regulation detects divergence, pauses the primary exchange, repairs shared meaning through a meta-communicative move, and resumes.
-
Social Communication Domain-specific is a decomposition of Communication Repair
Detecting misunderstanding, initiating clarification, restoring alignment, and resuming are a named clinical subsystem of conversational competence.
Hierarchy paths (7) — routes to 6 parentless roots
- Communication Repair → Coordination → Concurrency
- Communication Repair → Channel
- Communication Repair → Feedback
- Communication Repair → Coordination → Dependency
- Communication Repair → Coordination → Task Interdependence → Dependency
- Communication Repair → Coordination → Mobilization → Latent Realizable Capacity
- Communication Repair → Coordination → Task Interdependence → Network → Reservoir-Flux Network → Conservation Laws → Invariance
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.