An organisation shipping many changes daily needs architectural governance that does not become a bottleneck. What model works?
Show the full answer Hide the answer
The model
Guardrails and paved roads for the many; review for the significant few.
Governance that inspects every change is arithmetically impossible at high change volume, and attempting it produces a queue that teams route around — leaving an estate with a rigorous process covering a fraction of it and no visibility into the rest.
The three layers
1. Preventive guardrails, automated. Deny-by-default policy for the small set of actions whose consequences are severe and irreversible: public data exposure, unencrypted storage, unapproved regions, missing cost attribution, breaking interface changes. Enforced in the pipeline and at the control plane, so compliance requires nobody to remember anything.
Prevention scales with automation; review scales with headcount. That asymmetry is the whole argument.
2. Paved roads that make the compliant path the fast path. A service template with authentication, observability, deployment and network policy already correct. Teams take it because it is faster, and the governance is inherited rather than imposed.
3. Review for a narrow set of significance triggers — a new data store, a new external interface, personal data crossing a boundary, a new failure domain, a spend threshold, an irreversible decision. Defined in advance so teams know, and small enough that turnaround is fast.
What makes it work at speed
- Decision rights pushed down. Teams decide within their boundary; governance concerns what crosses boundaries. Most decisions are not architectural.
- Bounded turnaround on reviews. Unpredictable lead time is what causes routing around, more than the review itself.
- Advisory early, binding late. Cheap conversation at the sketch stage; a decision only where one is genuinely required.
- Exceptions with an owner, scope and expiry, since a permanent exception becomes the architecture.
- Detective controls as a safety net, not as the front line, with findings fixed as classes — a shared library or template — rather than as instances.
The peak-event addition
For an organisation with extreme scheduled demand events, governance must also include a change freeze with an expedited path, and a reliability floor that cost and velocity decisions cannot cross — headroom, redundancy and rehearsed degradation stated as policy so they are not quietly optimised away.
The measure
The proportion of the estate that is actually governed, not the number of reviews conducted. A lighter process covering everything beats a rigorous one covering a third.