← 返回规律列表
团队

普莱斯定律

在许多协作活动中,约一半的产出往往来自总人数平方根那么多的参与者。

显示原始英文内容

Price's Law

The square root of the total number of participants does 50% of the work.

Takeaways

  • A small fraction of people often contribute a significant fraction of the results. In a 100-person engineering org, about 10 people might produce half of the output.
  • As teams grow, productive output doesn't scale linearly. Adding more people increases total output, but many will make smaller contributions than the core group.
  • Knowing this helps in team planning and understanding why losing specific individuals has a significant impact on productivity.
  • It's wise to identify and retain the small group of people who are essential to the company's output.

Overview

You probably noticed that most of the major work depends on just a few people in your organization, and that is not false. In software teams, it means a relatively small group of engineers will deliver a disproportionately large part of the value. This is similar to the Pareto principle (80/20 rule) but even more extreme for larger groups.

Price's Law suggests that simply hiring more developers won't necessarily scale output as expected. Beyond a point, many may contribute little or be working on peripheral tasks. It's an argument for focusing on quality when hiring: a single excellent engineer can outperform several average ones. However, we must be careful with this "law" as we don't want to make other people feel useless, as they may be doing essential tasks that are given less importance.

It highlights a risk: if those top √N contributors leave, you lose a large chunk of productivity, so retention and preventing burnout for them are critical.

Examples

Take an open-source project on GitHub with 30 contributors. Often, you'll see that maybe 5 contributors (roughly √30 ≈ 5) are responsible for about half the code commits or major features. The rest contribute smaller patches or documentation.

A notable example is when Twitter cut staff after Musk bought it, yet the product kept running. Before the takeover, Twitter had roughly 7,500 employees, meaning √7,500 ≈ 87. Price's law suggests that when the new leadership decided to lay off almost 50% of staff, the platform could still operate if the core 80-100 people stayed. But this holds only if the proper people are selected. The law won't predict reliability, as layoffs strip redundancy in SRE, security, and moderation. Twitter even asked some laid-off workers to return, a signal that it missed critical skills.

Origins

Derek de Solla Price, a British physicist, historian of science, and information scientist, discovered this pattern while studying his peers in academia. He noticed that there were always a handful of people who dominated publications within a subject.

He introduced this concept in his 1963 book "Little Science, Big Science" as part of his broader research on scientific productivity and information dynamics. The law has since been generalized to various fields, though empirical data suggests it's more of a model than an absolute rule, as the related Lotka's law often fits better.

核心含义

贡献通常不会平均分布。一个团队或社区中,少数熟悉系统、持续投入的人可能承担了大部分关键工作,而大量参与者只贡献少量内容。

这条规律可以帮助管理者识别关键贡献者并降低知识集中风险,但不能把它当作评价个人价值的简单公式。

实践例子

一个开源项目有一百名贡献者,但核心维护、发布和复杂缺陷修复主要由十名左右的人完成。项目需要通过文档、轮值和授权机制,让更多人有机会承担维护责任。

来源与边界

它以 Derek J. de Solla Price 对科学产出的研究为基础。不同团队的贡献分布差异很大,使用时应观察数据,而不是预先接受固定比例。