A controlled empirical study formalizes what the authors call 'epistemic Sybil failure' in multi-agent inference: when you run multiple LLM agents in parallel and aggregate their outputs, you can end up with false confidence because the agents share the same training, the same priors, and often the same errors. Adding agents multiplies votes, not independent perspectives. The paper names and quantifies a failure mode that many multi-agent UX designs implicitly assume away.
For designers, this cuts directly at the credibility signals we attach to agent consensus. If a panel of five agents agrees, that agreement is not five times more trustworthy than one — it may not be meaningfully more trustworthy at all, depending on how correlated their failure modes are. Any interface that displays 'X of Y agents agree' as a confidence proxy is potentially misleading users about the actual epistemic weight behind that number.
The practical implication is that multi-agent panels need either genuine diversity of method, model, or knowledge source — or honest uncertainty signals that don't overstate confidence from headcount. This is a design constraint, not just an ML concern: if the system can't guarantee epistemic independence, the UI shouldn't imply it.