#organization #delegation

idea

There is an optimal size for a team after which adding more manpower yields diminishing improvements, then negative results.

There are several empirical rules, such as two pizza teams, scrum sizes, etc.

A more scientific approach is to apply the USL[1] to organizations. The USL theorizes the capacity depending on the number of workers n in a system, based on the contention factor α (lowered effectiveness due to constraints on shared resources) and coherence factor β (overhead of synchronizing work).

The capacity \(C(n)\) is:

$$C(n) = \frac{n}{(1 + α \times (n-1) + β \times n \times (n-1)}$$

Impact is:

Interestingly, what you want is as little collaboration as you can get away with

links

references