Loading…

Organizing productive platform teams

So many platforms feel heavy because they mirror the organization, not the architecture the organization claims to want.

Article hero image
Credit: Alexandra Francis

It is tempting to frame platform engineering as a technical discipline. In practice, it is equally an organizational one.

Platform teams are asked to reduce complexity while sitting inside organizations that evolved around it. They inherit every historical constraint, political boundary, and implicit dependency that product teams learned to work around.

This is why so many platforms feel heavy. They mirror the organization, not the architecture the organization claims to want.

The inescapable gravity of Conway’s Law

In 1967, Melvin Conway observed that systems tend to reflect the communication structures of the organizations that build them.

Conway’s Law is not a curse, nor is it a prescription. It is simply a neutral observation of organizational physics: coordination costs shape design. Teams optimize for how they talk to each other long before they optimize for clean technical abstractions.

Platform engineering brings this reality into sharp focus. Platforms promise leverage, consistency, and speed, but they are built inside organizations that evolved around products, deadlines, and historical constraints. If the organizational structure remains messy, the platform will inevitably mirror that mess.

Why platform teams feel harder than they should

Platform engineering sits at a unique pressure point. While their clear mandate is to reduce cognitive load for stream-aligned teams, the reality is that they often become the organization's "complexity sink."

They are expected to enable autonomy while enforcing standards. They must build for the long term while reacting to immediate fires. The friction arises not because they own complex systems (that is their job) but because they are often treated as a catch-all for every operational mess the product teams don't want to touch.

When organizations fight Conway’s Law, platform teams are often structured process steps rather than product capabilities. One team executes deployments, another provisions infrastructure tickets, and another monitors reliability. None of them own the full path from idea to production; they simply own a slice of the bureaucracy. The "symptom" is the handoff itself. Coordination becomes the work.

Research from the 2024 State of DevOps (DORA) Report validates this risk. It found that platform engineering is not a silver bullet; in fact, platform implementations that lack a product mindset were associated with an 8% decrease in throughput and a 14% decrease in stability.

Conway’s Law in a monolith to services transition

The tension becomes even clearer in organizations evolving away from a large monolith.

Monoliths are not just technical artifacts. They are records of organizational history. Every shared module, implicit dependency, and hidden coupling reflects past coordination decisions. Treating the monolith as a purely technical problem misses the point.

This is where Conway’s Law becomes useful rather than fatal.

Instead of pretending the monolith is a temporary inconvenience, effective platform organizations acknowledge it as a current communication structure. They create teams that can support productivity inside the monolith while intentionally shaping the future architecture.

This is where the idea of a product platform becomes important.

A product platform is not about owning features. It is about owning enablement within constraints. It focuses on reducing friction where product teams spend most of their time today, while preparing the system to change tomorrow. It improves build times, testability, and developer workflows, not as isolated optimizations, but as architectural signals.

Crucially, this kind of team is not designed to exist forever. Its mandate evolves as the system evolves. This is an explicit acknowledgment of Conway’s Law: as communication structures change, so should team structures.

Designing teams to shape the architecture you want

The most effective platform organizations do not fight the current. They navigate it.

Instead of asking, “What teams do we need today?” they ask, “What system do we want to have in three years, and what communication structures would naturally produce it?”

This leads to a few consistent patterns:

  • Platform teams are aligned to capabilities, not tasks. Infrastructure, data, developer experience, and security are treated as reusable products rather than manual services.
  • Interactions are defined. Product-facing teams interact with platforms through well-defined interfaces (APIs, self-service portals), not informal "shoulder taps."
  • Cognitive load is the primary metric. Platform teams measure success by how much they simplify the lives of developers. They do not require constant cross-team coordination to function.

Most importantly, platform teams evolve. Teams that exist to stabilize legacy systems are not the same teams that optimize distributed architectures. Treating team structure as static while expecting the system to change is one of the most common failure modes in platform transformations.

The real work

The hardest problems platform teams solve are rarely about APIs or pipelines. They are about boundaries, ownership, incentives, and trust. Conway’s Law simply gives language to what experienced engineers already feel.

If you want a platform that accelerates delivery, the organization must mirror that intent. If you want services that evolve independently, teams must be able to do the same. If you want to reduce cognitive load, you must reduce organizational complexity first.

Platform engineering succeeds when the organization is designed as deliberately as the systems it builds. That is the real work.


Add to the discussion

Login with your stackoverflow.com account to take part in the discussion.