The Honest Quorum Problem: Epistemic Byzantine Fault Tolerance for Agentic Infrastructure
State machine replication and Byzantine fault-tolerant consensus guarantee agreement despite a bounded number of arbitrary faulty participants; Byzantine participants may coordinate or collude. These guarantees rely on participants outside that set correctly implementing the protocol’s transition or validation semantics. Agentic validators expose a weaker partition: an authenticated, responsive, correctly signed, nonequivocating reasoning participant that is protocol-compliant with the voting protocol may nevertheless endorse a semantically invalid state transition. We call the resulting failure mode an epistemic fault and the collective phenomenon the Honest Quorum Problem; here, honest means protocol-compliant, not semantically correct. Such a quorum can satisfy ordinary protocol checks while forming a well-formed certificate for an invalid transition. We show that agreement alone does not establish semantic certificate validity or execution safety. Agentic validators may share model weights or lineage, training distributions, prompts, retrieval sources, toolchains, evidence, reasoning scaffolds, and provider infrastructure, yielding correlated epistemic faults.
Introduction. An operator proposes an infrastructure state mutation: expand a deployment service account from read-only inspection to write authority over a production namespace. Several reasoning validators inspect the same canonical request, state snapshot, policy context, and evidence package. Each validator authenticates correctly, receives the same request digest, follows the voting protocol, signs the expected message, responds before the timeout, and does not equivocate. A quorum approves the transition, but the transition violates an application invariant: it crosses the intended control-plane isolation boundary. The protocol succeeds in forming agreement, yet the system commits a semantically invalid action. Classical state machine replication (SMR) and Byzantine fault-tolerant (BFT) consensus already permit arbitrary faulty replicas to coordinate, collude, equivocate, and choose adversarial messages [1–3].
Discussion / Conclusion. The threshold theorems in Section 6 mix deterministic protocol assumptions with statistical semantic assumptions. Agreement is the deterministic part: under authenticated channels, partial synchrony, and the assumption that only Byzantine validators equivocate, two conflicting q-certificates cannot both form when the intersection condition holds. Semantic certificate validity and liveness are different. They are conditioned on the events Eδ and Uε: the former bounds protocolcompliant false endorsement of invalid candidates by eδ, and the latter bounds unusable support for a valid candidate by uε. The scope of these events must be stated with the certificate. A pointwise, per-candidate claim applies to one candidate, state, policy, and evidence package. A domain-conditional claim applies only inside a calibrated workload domain D. An average-case claim averages over a task distribution on that domain. A uniform claim must bound every admissible task in the stated class. These are not interchangeable guarantees. In particular, the paper’s statistical claims do not turn semantic correctness into a deterministic property of consensus.
Lines of inquiry this paper opens 24
Research framings built by reading the notes related to this paper — the questions it feeds into.
What coordination failures limit multi-agent LLM systems as they scale?- How do multi-agent LLM systems fail at coordination and role consistency?
- Why do LLM agents fail where game-theoretic bots succeed?
- What specific network sizes trigger coordination degradation in LLM systems?
- How can humans oversee multiple partial-progress agents simultaneously?
- Do parallel LLM workers coordinate emergently without predefined collaboration rules?
- Can silence training address premature consensus failures in multi-agent reasoning systems?
- What causes silent agreement in multi-agent reasoning systems?
- Can agreement detection agents improve multi-agent deliberation beyond just negotiation?
- Does structured debate between agent groups improve evaluation consensus more than independent scoring?
- How do multi-agent systems fail when agents cannot verify each other's claims?
- Can designated leadership structures reduce premature convergence in multi-agent reasoning?
- Why do multi-agent systems converge on wrong answers without debate safeguards?
- Can agreement-detection agents verify that position convergence reflects actual mutual adjustment?
- How do agreement-detection agents improve distributed coordination outcomes?
- Does silent agreement actually represent the biggest failure mode in multi-agent reasoning?
- What role should agreement detection play in improving multi-agent team performance?
- Can debate-style multi-agent systems be trusted on contested factual domains?
- Can silent agreement be prevented in multi-agent reasoning systems?
- Why does ambiguity detection require different multi-agent mechanisms than verifiable reasoning tasks?