What is Conway's Law?

What is Conway's Law?

Conway's Law, formulated by computer scientist Melvin Conway in 1967, states:

"Any organization that designs a system (defined broadly) will produce a design whose structure is a copy of the organization's communication structure."


In simpler terms, the way an organization is structured and how its teams communicate will directly influence the design and architecture of the systems they produce. This means that the technical structure of software or products will mirror the organization's internal communication patterns and hierarchies.

Key Implications of Conway’s Law:

Influence of Communication on Design: If teams within an organization are siloed and have poor communication, the systems they design are likely to reflect those silos, often leading to disjointed or fragmented software architecture. Conversely, highly collaborative teams tend to produce more integrated, cohesive systems.

Organizational Structure Impacts Software Modularity: In organizations with multiple teams working on different parts of a system, each team’s output tends to form distinct modules or components of the software. The modular structure of software often mirrors the structure of the teams.

Conway’s Law and Agile Development: Agile methodologies emphasize cross-functional teams and collaboration. According to Conway’s Law, such structures are more likely to result in well-integrated, adaptable systems, as Agile encourages breaking down silos and fostering communication across different roles.

Examples of Conway’s Law in Action

  • Microservices Architecture: Organizations adopting a microservices architecture often reflect this in how they structure teams—small, independent teams working on distinct services, mirroring the modular nature of the software.
  • Historical Examples: The design of the early Unix operating system reflected the small, tightly-knit group of developers that created it, leading to a simple and elegant architecture. On the other hand, large corporations with complex hierarchical structures may produce equally complex and cumbersome systems.


Organizational Design Impact

Conway’s Law suggests that if an organization wants to change its systems or make them more modular, they must also be willing to change how their teams are structured and how they communicate. This is particularly relevant when adopting Agile, DevOps, or other modern software development practices that emphasize collaboration and fast feedback loops.


Back to blog

Leave a comment

Please note, comments need to be approved before they are published.