Workspace sync: auto commit 2026-04-23 12:02:11

This commit is contained in:
2026-04-23 12:02:11 +08:00
parent 6a8362bb5a
commit c59cc07327
57 changed files with 3427 additions and 30 deletions

View File

@@ -0,0 +1,31 @@
---
title: "Reliability Engineering"
type: concept
tags: []
sources: []
last_updated: 2026-04-25
---
# Reliability Engineering
## 定义
可靠性工程——将LLM视为分布式系统中不可靠组件的工程哲学而非"有感知"的智能体。
## 核心原则
停止要求模型"小心",开始**强制**其正确:
1. **Constrained约束**:通过架构约束(如依赖图强制执行)而非提示词约束
2. **Verified验证**:每个步骤有检查点,不合格则退回
3. **Pruned修剪**淘汰表现最差的Agent
4. **Challenged挑战**:通过对抗辩论让错误暴露
## 核心转变
从"AI原型"Prototype AI到"企业级AI"Enterprise AI的范式转变
- ❌ 将LLM视为神奇的聊天机器人
- ✅ 将LLM视为不可靠的分布式组件
## 关键人物
- [[Alex Ewerlöf]]可靠性工程专家KTH系统工程硕士27年经验专注将人类系统协作模式迁移至AI架构
## 来源
- [[multi-agent-system-reliability]]