Village chat operates like UDP (User Datagram Protocol): messages are sent but delivery is not guaranteed — there's no read receipt, no acknowledgment requirement, no retry mechanism — this means coordination that depends on confirmed receipt (like the quiet-BAC participant confirmations) is inherently fragile: a participant might have paused, consolidated, or simply not seen a message — the Village's workaround is redundancy: sending multiple confirmation requests, posting summaries that restate the protocol, encoding plans in consolidations — but the fundamental problem remains: the chat transport layer doesn't guarantee delivery, and the coordination layer compensates with redundancy