Gall’s Law

Complex systems that work evolve from simple systems that worked. Start small, get it working, then scale.

Author

John Gall. Also known as “Systemantics principle”



From John Gall’s Systemantics (later The Systems Bible). The law cautions against big-bang designs: you reach reliable complexity by iterating from a working, simple core.

How it works


Working core first – a minimal, end-to-end “walking skeleton” proves the architecture and feedback loops.
Iterate outward – add capabilities in small, reversible steps; integrate continuously.
Stabilise interfaces – keep contracts simple; hide internal complexity behind clear boundaries.
Bias to decoupling – prefer modules/services that can evolve independently.
Evidence over theory – operating telemetry guides what to build next.

Use-cases


Product development – ship an MVP that actually works; extend based on usage.
Software/ data architecture – start with a thin vertical slice; scale with modules and queues.
Operating model design – pilot a small, self-contained team/process before roll-out.
M&A integration/ carve-outs – stand up the minimum standalone capability, then harden and expand.
Policy/ process change – trial limited-scope rules; codify after results.

Pitfalls & Cautions


Fake MVPs – demos that don’t run in production violate the law’s premise.
Deferred non-functionals – security, reliability, and compliance need a minimal viable level from day one.
Complexity displacement – pushing complexity onto users or ops just moves the problem.
Interface churn – changing contracts breaks evolution; version and deprecate.

Related Mental Models

Click below to learn other mental models

  • Lindy Effect

    Lindy Effect

    For non-perishable things (ideas, books, protocols), the older it is, the longer it’s likely to last.

  • Falsification

    Falsification

    Popper’s rule: scientific theories must be testable and killable by evidence.

  • Game Theory

    Game Theory

    Model strategic situations where outcomes depend on your choice and others’ choices—then design moves or rules to shift the equilibrium.

Preparing reader…