| name | complexity-equation |
| description | 当团队扩张后效率反而下降、沟通成本暴增时;当创始人不理解"为什么人多了
反而更慢"时;当企业在扩张和稳定之间犹豫不决时;当组织设计要做调整时。
触发信号:"三个人干得挺好的,加了第四个人反而乱了?"、"部门越来越多,
协调越来越难"、"增长要不要放缓?人多了是不是有问题?"
不适用于:个人层面的时间管理问题、初创期人数极少时的线性复杂度场景。
|
| source_book | 《Scaling Up》 Vern Harnish |
| source_chapter | 第2章 Barriers |
| tags | ["complexity","organizational-design","scaling","growth-barriers"] |
| related_skills | ["complexity-enemy(composes-with)"] |
Complexity Equation(复杂度乘法方程)
R — 原文 (Reading)
"Add a third person, and the degree of complexity triples from two to six. Add a fourth, and it quadruples to 24. Expanding from three to four people grows the team only 33%, yet complexity may increase 400%."
— Vern Harnish, Scaling Up, 第2章 Barriers
I — 方法论骨架 (Interpretation)
复杂度乘法方程揭示了企业扩张的隐性代价:人数线性增长,复杂度指数增长。
公式的本质:每增加一个人,与所有人的沟通节点都要重新计算。
两个人=1条关系;三个人=3条关系;四个人=6条关系;五个人=10条关系。
这叫"组合数增长"——n个人产生的连接数 = n(n-1)/2。
数字说话: