Files
nexus/wiki/concepts/Taylorism.md
2026-04-15 16:33:26 +08:00

25 lines
1.2 KiB
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: "Taylorism"
type: concept
tags: [management, productivity, automation]
---
## Definition
Taylorism泰勒制是一种以效率为中心的科学管理方法由 Frederick Winslow Taylor 提出,核心思想是将工作分解为最小可执行单元并标准化,以最大化劳动生产率。
在 AI 时代,泰勒制被类比到软件工程自动化,形成"软件工厂"框架——人只需做高层控制者,协调大量 AI 代理执行具体任务。
## Key Principles
- 工作分解为最小单元并标准化
- 强调效率与控制,而非人的创造力和判断力
- 管理者的职责是规划与控制,执行者的职责是按指令操作
## Connections
- [[AI工具命名框架]] ← 对立 ← Taylorism 将人视为可替代的执行单元
- [[Vibe Coding]] ← 对立 ← Vibe Coding 强调人的主导地位和创造力
- [[超级个体]] ← 对立 ← 超级个体强调人的价值而非替代
- [[软件工厂]] → 实践案例 → Taylorism 在 AI 编程领域的具体应用
## Reflections
类比既是杠杆,也是束缚。当人们用泰勒制的框架理解 AI 自动化时,就会用"效率""控制""替代"的逻辑来设计工具,而非考虑如何增强人的能力和价值。