arXiv:2601.22290cs.AI2026-01被引 3

用多重模型投票提升大模型系统可靠性,达企业级标准。

The Six Sigma Agent: Achieving Enterprise-Grade Reliability in LLM Systems Through Consensus-Driven Decomposed Execution

  • 将任务拆成原子动作树,由多个模型并行执行
  • 5个模型投票可将错误率降至0.11%,13个模型达六西格玛标准
  • 适合高可靠需求场景,如金融、医疗等企业应用

大型语言模型虽能力强大,但本质具有概率性,对企业部署构成重大可靠性挑战。本文提出六西格玛智能体(Six Sigma Agent),通过三项协同机制实现企业级可靠性:(1) 将任务分解为原子动作的依赖树;(2) 微代理采样,每个任务在多种LLM中并行执行n次,生成独立输出;(3) 动态缩放的共识投票,聚类输出并选择得票最多的集群作为答案。理论证明,对错误率p的独立输出进行n次采样,系统错误率可达O(p^{ceil(n/2)}),实现指数级可靠性提升。即使使用错误率为5%的低成本模型,5个代理投票可使错误率降至0.11%;动态扩展至13个代理,实现3.4 DPMO(每百万机会缺陷数),达到六西格玛标准。在三个企业应用场景中评估显示,相比单代理执行,可靠性提升14,700倍,成本降低80%。本工作表明,人工智能系统的可靠性源于有原则的冗余与共识,而非单纯模型规模扩大。

原文摘要 · Abstract (English)

Large Language Models demonstrate remarkable capabilities yet remain fundamentally probabilistic, presenting critical reliability challenges for enterprise deployment. We introduce the Six Sigma Agent, a novel architecture that achieves enterprise-grade reliability through three synergistic components: (1) task decomposition into a dependency tree of atomic actions; (2) micro-agent sampling where each task is executed n times in parallel across diverse LLMs to generate independent outputs; and (3) consensus voting with dynamic scaling, clustering outputs and selecting the answer from the winning cluster with maximum votes. We prove that sampling n independent outputs with error rate p achieves system error O(p^{ceil(n/2)}), enabling exponential reliability gains. Even using cheaper models with 5% per-action error, consensus voting with 5 agents reduces error to 0.11%; dynamic scaling to 13 agents achieves 3.4 DPMO (Defects Per Million Opportunities), the Six Sigma standard. Evaluation across three enterprise use cases demonstrates a 14,700x reliability improvement over single-agent execution while reducing costs by 80%. Our work establishes that reliability in AI systems emerges from principled redundancy and consensus rather than model scaling alone.

大模型可靠性共识机制六西格玛企业应用

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。