Files
nexus/wiki/concepts/Multi-AI-Review.md
2026-04-22 12:02:55 +08:00

32 lines
867 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Multi-AI Review"
type: concept
tags: []
last_updated: 2025-12-30
---
## Definition
Multi-AI Review多 AI 协作审查)是一种使用多个 AI 代理进行代码开发和审查的工作模式模拟人类的双人编程Pair Programming实践。
## How It Works
1. **主 AI**:根据需求和设计文档生成代码
2. **Review AI**:审查生成的代码,提出改进意见
3. **开发者**:根据 Review 意见决定是否采纳
## Benefits
- **质量提升**:多角度审查发现单一代码审查无法覆盖的问题
- **效率保持**:无需等待人类审查员,实时反馈
- **一致性**:审查标准可配置,保证评审质量稳定
## Related Concepts
- [[Design-to-Code Workflow]]Multi-AI Review 是其组成部分
- [[Vibe Coding]]:整体方法论背景
## Sources
- [[vibe-coding经验收集]]