Auto-sync

This commit is contained in:
2026-04-15 07:37:53 +08:00
parent 1bce532898
commit f3569a835b
484 changed files with 0 additions and 18663 deletions

View File

@@ -1,48 +0,0 @@
---
title: "Multi-Agent System Reliability"
type: source
tags: [multi-agent, 可靠性, llm, architecture]
date: 2026-04-13
---
## Source File
- [[raw/AI/Multi-Agent System Reliability.md]]
## Summary
- 核心主题:提高多智能体系统可靠性的四大架构模式
- 问题域LLM固有的不可靠性幻觉、逻辑谬误、上下文漂移如何在多智能体拓扑中传播并被控制
- 方法/机制等级制度Hierarchy、共识投票Consensus、对抗性辩论Adversarial Debate、淘汰制Knock-out
- 结论/价值:从"AI原型"到"企业级AI"的关键转变停止将LLM当魔法聊天机器人开始将其视为分布式系统中不可靠的组件
## Key Claims
- 等级制度HierarchyPlanner分解任务Worker执行Validator验证通过依赖图强制协作
- 共识投票ConsensusN个LLM独立执行同一任务选多数票3个模型同时产生相同幻觉概率仅0.8%
- 对抗性辩论Adversarial DebateGenerator提方案Critic攻击Judge裁决用外部批评者模拟"恐惧"
- 淘汰制Knock-outN个Agent竞争验证器决定淘汰谁LLM Agent是"cattle not pets"
- 核心原则:构建稳健系统需停止要求模型"小心",开始强制它"正确"
## Key Quotes
> "To build robust systems, we need to stop asking the model to 'be careful' and start forcing it to be correct" — Alex Ewerlöf
> "Don't anthropomorphize LLMs! Find a way to piggy back on their human-corpus training while being aware of their non-biological differences" — Alex Ewerlöf
## Key Concepts
- [[多Agent可靠性模式]]:等级制度、共识投票、对抗性辩论、淘汰制四种架构模式
- [[共识投票]]多数票机制降低LLM幻觉概率
- [[对抗性辩论]]:用外部批评者模拟恐惧感,避免模型自我中心
- [[淘汰制]]对待LLM Agent如"cattle"(可替换)而非"pets"(独特珍贵)
- [[依赖图强制协作]]Planner→Worker→Validator顺序执行Worker必须等待Planner输入
## Key Entities
- [[Alex Ewerlöf]]作者27年经验的资深工程师可靠性工程专家
- [[LLM]]:多智能体系统的底层不可靠组件
## Connections
- [[多Agent可靠性模式]] ← 核心主题 ← 可靠性工程
- [[等级制度]] ← 模式1 ← [[多Agent可靠性模式]]
- [[共识投票]] ← 模式2 ← [[多Agent可靠性模式]]
- [[对抗性辩论]] ← 模式3 ← [[多Agent可靠性模式]]
- [[淘汰制]] ← 模式4 ← [[多Agent可靠性模式]]
## Contradictions
- 与传统单LLM使用对比单LLM依赖模型自身可靠性多智能体通过架构模式引入冗余和验证机制
- 与拟人化LLM谬误对比不应将LLM视为有情感和恐惧的实体而应视为不可靠但可优化的组件