AI has arrived on your path to production whether you designed for it or not. Your developers adopted it faster than any platform decision could keep up. The open question is placement: where should AI act freely, where only behind a gate, and where should it never act alone? This guide answers it as a platform design problem.
What happens by default: AI's reach on the golden path gets set by whatever a tool happens to enable, so an individual speedup quietly inflates batch sizes and degrades team-level delivery, and autonomy creeps into places a mistake would be expensive.
What good platform design does: map the path into assistant zones (AI acts, a human owns the result), gated zones (AI proposes, a check disposes), and no-go zones (AI never acts alone), deliberately, so you capture AI's speed without its risk.
Authoring and drafting: writing code, generating tests, explaining failures. Reversible, human-accountable work where AI's speed is a clear win. The platform's job is to make great AI assistance the easy default here.
Transition points toward production: merges, infra changes, schema changes. AI can draft and open the PR, but a human or automated gate stands between the proposal and the action, where "almost right" gets caught.
Irreversible, high-blast-radius actions: production deploys without review, data deletion, access and security changes. The platform makes autonomous AI action here structurally impossible, not merely discouraged.
Adoption is already near-universal. If your governed tooling is worse than what developers can get elsewhere, they'll use shadow tools. Be the best available path, not just the permitted one.
Strengthen review and automated policy checks, because AI increases the volume of plausible-but-wrong changes. The gate has to scale to more, faster changes without becoming a rubber stamp.
AI's system-level risk comes through batch size. Bake batch limits and fast feedback into the path so the individual speedup can't inflate into instability.
Block autonomous deploy, delete, and access changes by design, and track whether AI is improving or degrading your DORA metrics, not just how much it's used.
On a well-governed golden path, AI compounds the value. Bolted onto an immature pipeline, it compounds the mess. Your developers' own low, falling trust in AI output is the signal: treat it as a capable assistant that needs checking, and let the platform decide where it acts freely, where it's gated, and where it never goes alone.
Not ban, zone. Let AI assist freely where work is reversible and human-owned, gate it at transition points, and structurally block autonomous action only in the truly irreversible zones like deploy, delete, access, and security.
In assistant zones: authoring code, generating tests, drafting config, explaining failures. Bounded tasks where a human owns the result and AI provides the speed. A study found about 55% faster task completion.
VPs of Platform, heads of developer experience, and platform engineering leaders deciding how AI fits their internal developer platform.
Likely because AI sped up individuals and inflated batch sizes, which DORA links to lower stability and throughput. The fix is platform discipline, small batches and strong gates, not removing AI.
Make the sanctioned option genuinely better and well-integrated into the golden path. Adoption is already near-universal, so developers use the best available tool, which means the platform has to provide it.