Auto-sync

This commit is contained in:
2026-04-15 16:33:26 +08:00
parent d3e7fcf81f
commit 22c7a6e4d9
80 changed files with 1473 additions and 240 deletions

View File

@@ -0,0 +1,20 @@
---
title: "Software Factory"
type: concept
tags: [automation, ai, software-engineering]
---
## Definition
Software Factory软件工厂是一种 AI 编程框架,其中高层控制器协调大量无面孔的 AI 代理,每个代理承担特定任务,人从"协作者"转变为"控制者"。
典型代表StrongDM 试验无需人工审查的代码、Outcome Engineering Manifesto 暗示的未来是成为大型代理群的高级控制器。
## Key Characteristics
- 人扮演产品经理角色,整个开发团队被抽象为更深层次的 AI 代理层级
- 代码生成后无需人工 review存在争议
- 强调控制而非协作
## Connections
- [[Taylorism]] ← 理论来源 ← 软件工厂是泰勒制在 AI 编程领域的应用
- [[Vibe Coding]] ← 对立 ← Vibe Coding 强调人机协作,软件工厂强调替代
- [[Claude Code]] ← 对比 ← Claude Code 走协作者路线,软件工厂走控制路线