52 lines
2.4 KiB
Markdown
52 lines
2.4 KiB
Markdown
---
|
||
title: "Left-over Principle"
|
||
type: concept
|
||
tags:
|
||
- "Automation Theory"
|
||
- "Labor Economics"
|
||
last_updated: 2026-04-13
|
||
---
|
||
|
||
# Left-over Principle(剩余原则)
|
||
|
||
## Definition
|
||
剩余原则(Left-over Principle)是一个历史观察:在自动化进程中,一项工作的**部分**可以被自动化和集中化,而**剩余难以自动化的部分**则堆积到更少的人身上——这些人负责完成机器无法处理的复杂任务,然后协调其余部分的自动化。
|
||
|
||
该概念最早由 Jesse Robbins 在《A Mature Role for Automation》文章中提出(KitchenSoap, 2013)。
|
||
|
||
## Mechanism
|
||
```
|
||
原始工作 → 部分自动化 → 剩余工作堆积
|
||
↘ 少数人承担
|
||
↘ 协调自动化
|
||
```
|
||
|
||
自动化不是简单地"替代"工作,而是**重新分配**工作的复杂性:
|
||
- 容易自动化的部分 → 交给机器
|
||
- 难以自动化的部分 → 人类专家承担
|
||
- 人类角色从"执行者"转变为"协调者和判断者"
|
||
|
||
## Application in AI SRE Context
|
||
[[The Picture They Paint of You]] 引用了这一原则来反驳"AI SRE 将完全替代人类 SRE"的论点:
|
||
|
||
> "This does not mean organizations can fully succeed in the substitution effort. Time and time again history has shown that *part* of a role can be automated and centralized, and the rest of it will be piled onto fewer individuals who will do the hard-to-automate bits and will then coordinate the automation for the rest of it."
|
||
|
||
这意味着即使 AI SRE 能自动化大部分 SRE 工作,仍然需要人类:
|
||
- 理解无法自动化的边界在哪里
|
||
- 在自动化系统失败时接管
|
||
- 协调 AI 和人工的配合
|
||
- 从事故中提取新模式来改进自动化系统
|
||
|
||
## Implications
|
||
1. **AI SRE 不会消灭 SRE 角色**,而是改变其性质——从执行者变成协调者和监督者
|
||
2. **SRE 的价值被低估**:难以自动化的 SRE 工作(理解业务上下文、复杂故障诊断、跨团队协调)恰恰是最需要人类判断力的高价值工作
|
||
3. **自动化能力提高**会导致对 SRE 协调能力的需求**增加**而非减少
|
||
|
||
## Connections
|
||
- [[AI SRE]] ← 被分析 ← Left-over Principle
|
||
- [[SRE]] ← 剩余价值被凸显 ← Left-over Principle
|
||
- [[The Picture They Paint of You]] ← 引用 ← Left-over Principle
|
||
|
||
## Sources
|
||
- [[the-picture-they-paint-of-you]]
|