Dunbar’s Number

Image created with Midjourney. Prompt:
Image created with Midjourney. Prompt: a 2d illustration, minimal style of An abstract representation of a human brain, filled with interconnected circles, each representing a person. The circles are numbered from 1 to 150, symbolizing Dunbar's number. The style should be a colorful illustration, with the brain and circles glowing like a neural network

"Dunbar's number is a suggested cognitive limit to the number of people with whom one can maintain stable social relationships— relationships in which an individual knows who each person is and how each person relates to every other person." There is some disagreement to the exact number. "... [Dunbar] proposed that humans can comfortably maintain only 150 stable relationships." He put the number into a more social context, "the number of people you would not feel embarrassed about joining uninvited for a drink if you happened to bump into them in a bar." Estimates for the number generally lay between 100 and 250.

Like stable relationships between individuals, a developer's relationship with a codebase takes effort to maintain. When faced with large complicated projects, or ownership of many projects we lean on convention, policy, and modeled procedure to scale. Dunbar's number is not only important to keep in mind as an office grows, but also when setting the scope for team efforts or deciding when a system should invest in tooling to assist in modeling and automating logistical overhead. Putting the number into an engineering context, it is the number of projects (or normalized complexity of a single project) for which you would feel confident in joining an on-call rotation to support.

Sources

Dunbar's Number on Wikipedia

See also:

Conway’s Law