Skip to main content

Command Palette

Search for a command to run...

The Code Is Getting Faster. Production Isn’t.

Updated
2 min readView as Markdown
A
Principal GCP Architect with 20+ years of experience in Google Cloud, Platform Engineering, Internal Developer Platforms (IDPs), Kubernetes, and DevSecOps. I write about building scalable cloud platforms, improving developer experience, and sharing practical engineering patterns.

AI coding tools are making developers dramatically faster.

  • Generate code.

  • Fix bugs.

  • Write tests.

  • Create documentation.

But there is still a gap:

What happens after the code is written?

Getting software safely into production still involves infrastructure, security, CI/CD, configuration, observability, approvals, and cloud resources.

And as AI agents start handling more of the development workflow, this gap becomes even more important.

The New Bottleneck: Engineering Operations

The problem isn't necessarily writing code anymore.

It's coordinating everything around the code.

A developer — or an AI agent — might be able to create a service in minutes.

But production still needs:

→ The right infrastructure

→ Security policies

→ Environment configuration

→ Deployment workflows

→ Observability

→ Access controls

→ Rollback mechanisms

This is where platform engineering becomes critical.

From Developer Productivity to Engineering Velocity

The next generation of Internal Developer Platforms shouldn't just help developers deploy faster.

They should provide safe, repeatable paths from idea → code → production.

For AI-driven engineering, that means platforms need to become:

API-first. Automation-first. Policy-aware. Observable. Agent-ready.

AI can accelerate the work.

The platform should make sure that acceleration doesn't create operational chaos.

We're exploring this problem with Vertro, an Internal Developer Platform built for GCP engineering teams.

Learn more: https://vertro.io

The question for platform teams isn't “How do we use AI?”

It's:

“How do we safely turn AI-generated work into production-ready software?”