Epistemic Sybil Resistance: Multiplying AI Agents Without Multiplying Evidence
Multi-agent AI systems face an "epistemic Sybil" problem: spawning more agents does not multiply independent evidence, as reports may share unobserved ancestry from the same evidence root No report-only aggregator can generally distinguish true replication from independent corroboration; identical reports can warrant different posterior beliefs depending on unobserved evidential lineage Experiments with over 20,000 LLM-agent calls show naive posterior coverage collapses from 0.940 to 0.263 when
Analysis
TL;DR
- Multi-agent AI systems face an "epistemic Sybil" problem: spawning more agents does not multiply independent evidence, as reports may share unobserved ancestry from the same evidence root
- No report-only aggregator can generally distinguish true replication from independent corroboration; identical reports can warrant different posterior beliefs depending on unobserved evidential lineage
- Experiments with over 20,000 LLM-agent calls show naive posterior coverage collapses from 0.940 to 0.263 when report multiplicity increases from 1 to 32 with a fixed evidence root
- A correlated-extraction aggregator, accounting for shared base-model error correlation (gamma_cal = 0.719), restores calibration; evidence-root multiplicity (not agent multiplicity) is what closes the coverage gap
- Representation similarity drives report-space deduplication far more than true evidential ancestry (1.425 vs. 0.040 change in inferred cluster count), indicating collective inference must track dependence structure, not surface similarity
Why It Matters
This paper exposes a fundamental flaw in how multi-agent AI systems are commonly evaluated and deployed: simply increasing agent count gives a false sense of evidential robustness. For AI practitioners building agentic systems, the findings demand a shift from counting reports to modeling evidential ancestry and error correlation, or else risk severely miscalibrated collective inference.
Technical Details
- Epistemic Sybil formalization: A report Z is defined as an epistemic Sybil extension relative to reports R when the mutual information I(Theta; Z | R) = 0, meaning Z provides no additional information about the parameter Theta given R. This formalizes when an agent's output is epistemically redundant.
- Gaussian shared-root model: Demonstrates that common ancestry does not imply complete redundancy. Repeated extraction from the same evidence root adds information only up to a source-level ceiling, and correlated extraction errors induced by a shared base model further lower this ceiling.
- Large-scale empirical validation: Over 20,000 controlled LLM-agent report and extraction calls were conducted on synthetic evidentiary documents. Key results: with one fixed evidence root, raising report multiplicity from 1 to 32 collapsed naive posterior coverage from 0.940 to 0.263; with fixed report count, raising evidence-root multiplicity from 1 to 16 restored coverage to statistically indistinguishable levels from independent aggregation.
- Correlated-extraction aggregator: Agent replicate extraction errors were found to be significantly correlated (gamma_cal = 0.719, out-of-sample estimated). An aggregator that explicitly models this correlation structure restores proper calibration.
- Deduplication manipulation: A controlled experiment isolating representation similarity from evidential ancestry showed that representation similarity changes a report-space deduplication mechanism's mean inferred cluster count by 1.425 (95% CI [1.363, 1.485]), while a fourfold change in true ancestry changes it by only 0.040 ([-0.045, 0.120]), proving that current deduplication approaches track the wrong signal.
Industry Insight
- Multi-agent AI systems should incorporate evidential ancestry tracking and error-correlation modeling into their aggregation pipelines rather than relying on naive vote-counting or report-deduplication based on surface similarity; otherwise, calibration will degrade sharply as agent count increases.
- Benchmarking and evaluation frameworks for multi-agent systems must distinguish between agent multiplicity and evidence-root multiplicity, as the latter—not the former—is what genuinely improves inference quality.
- The finding that representation similarity dominates deduplication signals suggests that current embedding-based deduplication methods are fundamentally misaligned with the goal of evidential independence, pointing to a need for lineage-aware or provenance-tracked aggregation mechanisms.
Disclaimer: The above content is generated by AI and is for reference only.