0Pricing
SaaS Architecture & Startup Engineering · Lesson

Conway's Law & Team Structure

Understand how organizational communication structures influence system architecture and design effective team topologies for SaaS.

Conway's Law & Team Structure is a free SaaS Architecture & Startup Engineering lesson on CoddyKit — lesson 1 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the SaaS Architecture & Startup Engineering learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

What is Conway's Law?

Have you ever noticed how software often looks like the organization that built it? That's the essence of Conway's Law!

Coined by Melvin Conway in 1968, it states that organizations design systems that mirror their own communication structures.

It's a powerful idea for understanding why certain architectures emerge in SaaS companies.

Communication Shapes Design

Imagine a company with two separate teams: one for the front-end and one for the back-end. What kind of system will they build?

  • A front-end team communicates primarily with the back-end team.
  • The resulting software will likely have a strong, distinct boundary between front-end and back-end.
  • This often leads to a client-server architecture, reflecting the two teams.

The system's interfaces mirror the communication interfaces between teams.

Impact on SaaS Architecture

Conway's Law deeply influences SaaS architectures:

  • Monoliths: Often built by large, tightly coupled teams, leading to a single, interconnected codebase.
  • Microservices: Tend to emerge from smaller, independent teams, each responsible for a distinct service.
  • Modular design: If teams are structured around business domains, their services will naturally reflect those domains.

Understanding this helps us design better organizations for better software.

Understanding Communication

Communication isn't just about formal meetings. It includes:

  • Team structure: Who reports to whom, team boundaries.
  • Tools: Chat, project management, code repositories.
  • Processes: Code reviews, deployment pipelines.
  • Informal channels: Water cooler chats, social interactions.

All these factors influence how information flows and, consequently, how your SaaS system is structured.

Shaping Teams for Architecture

Instead of letting organization structure dictate architecture, we can reverse it! This is the Reverse Conway Maneuver.

If you want a microservices architecture, you can proactively organize your teams into small, autonomous units, each owning a specific service or domain.

This strategic approach helps achieve desired architectural outcomes by influencing team interactions.

Beyond Conway: Team Topologies

Building on Conway's Law, the 'Team Topologies' book by Matthew Skelton and Manuel Pais offers a practical approach to structuring teams.

It identifies four fundamental team types and interaction modes to optimize for rapid, safe software delivery.

The goal is to reduce cognitive load and improve flow for stream-aligned teams.

Stream-Aligned Teams Explained

Stream-aligned teams are the core of the Team Topologies model. They are:

  • Focused on a single, continuous stream of work.
  • Aligned directly with a business domain or user journey.
  • Empowered to deliver value end-to-end with minimal dependencies.

They should have low cognitive load, focusing on one thing well.

Supporting Teams: Enable & Platform

To support stream-aligned teams, we have:

  • Enabling teams: Short-lived teams that help stream-aligned teams adopt new tech or overcome obstacles, then disband.
  • Platform teams: Provide internal services, APIs, and tools that other teams can consume. Think of it as 'Software as a Service' for internal developers.

These teams reduce the burden on stream-aligned teams, allowing them to focus on business value.

Complicated Subsystem Teams

The final team type is the Complicated Subsystem Team. These teams specialize in areas requiring deep, niche expertise.

  • They handle complex algorithms, AI/ML models, or difficult integrations.
  • Their goal is to reduce the cognitive load for stream-aligned teams by providing this complexity as a service.
  • Interaction with them is typically through well-defined APIs.

They are less common but vital for specialized components.

Team Topologies Check

Based on what you've learned about Team Topologies, which of these team types are designed to reduce the cognitive load of a stream-aligned team?

Recap: Conway & Teams

Today, we explored Conway's Law and its profound impact on software architecture, especially in SaaS.

  • We saw how organizational communication structures are reflected in system design.
  • We learned about the Reverse Conway Maneuver to intentionally shape architecture.
  • Finally, we introduced the four fundamental Team Topologies: Stream-Aligned, Enabling, Platform, and Complicated Subsystem teams, and how they optimize for flow and reduced cognitive load.

Understanding team dynamics is crucial for building scalable and maintainable SaaS products.

Frequently asked questions

Is the “Conway's Law & Team Structure” lesson free?

Yes — the full text of “Conway's Law & Team Structure” is free to read here on the web, and the SaaS Architecture & Startup Engineering course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the SaaS Architecture & Startup Engineering course, upgrade to CoddyKit PRO.

What will I learn in “Conway's Law & Team Structure”?

Understand how organizational communication structures influence system architecture and design effective team topologies for SaaS. You practise SaaS Architecture & Startup Engineering with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start SaaS Architecture & Startup Engineering?

No prior experience is required. SaaS Architecture & Startup Engineering on CoddyKit is structured for beginners through advanced learners; this is — lesson 1 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Conway's Law & Team Structure” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this SaaS Architecture & Startup Engineering lesson?

Yes. Every SaaS Architecture & Startup Engineering lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. Conway's Law & Team Structure
  2. Product-Led Growth Strategies
  3. Technical Debt Management
  4. Hiring & Onboarding Engineers at Scale
← Back to SaaS Architecture & Startup Engineering