← 返回规律列表
团队

林格尔曼效应

群体规模变大时,个人平均产出往往会下降。

显示原始英文内容

The Ringelmann Effect

Individual productivity decreases as group size increases.

Takeaways

  • In large teams, some people put in less effort because they assume others will pick up the slack or because their contributions are less visible.
  • More people mean more communication, meetings, and alignment needed. Time spent coordinating increases, leaving less time for actual work.
  • There is a point at which adding people yields diminishing returns, or even negative returns per person. Small, focused teams often outperform poorly coordinated larger teams.
  • Smaller teams or individuals feel greater ownership and responsibility.

Overview

The Ringelmann Effect states that as more people work together, individual effort decreases. In software teams, productivity per person often declines in larger groups due to coordination overhead and some individuals contributing less when in a crowd.

This effect warns that adding team members can make each existing member less efficient. Along with Brooks's Law, it shows that teamwork doesn't scale linearly. Teams must be structured to mitigate this with clear roles and small, focused groups.

Examples

In a brainstorming session with 3 people, each might contribute many ideas. In a session with 15 people, many participants will say nothing, assuming others will speak.

If 10 developers work on one module, merging code, resolving conflicts, and communicating design decisions can consume significant time. This effect motivates Amazon's "Two Pizza Rule" (a team feedable by two pizzas, roughly 5-8 people).

Origins

Named after Max Ringelmann, a French agricultural engineer who observed it in physical tasks around 1913. He found that when people pulled on a rope together, each individual exerted less force than when pulling alone.

The phenomenon was later termed "social loafing" in psychology. It has been demonstrated in many group situations beyond rope pulling, from cognitive tasks to workplace productivity.

核心含义

团队成员越多,协调、等待、责任模糊和搭便车的机会越多。总产出可能继续增加,但每增加一个人的边际收益通常会降低。

解决方案不是盲目追求小团队,而是让责任可见、减少依赖、缩短反馈链,并给每个成员清晰且有意义的工作边界。

实践例子

一个评审会议从五人变成二十人后,真正发言的人没有增加,决策反而变慢。把讨论拆成小范围准备会,再由负责人汇总,常能减少无效参与。

来源与边界

Maximilien Ringelmann 在拔河等群体任务中观察到个人努力下降。软件工作有不同的专业分工,因此应关注实际协调成本,而不是简单套用实验比例。