Back Issues This Week → Calendar → Current Issue → Popular →

All issuesVolume 340, Issue 3IT NewsPlatform Engineering

Platform Engineering's New Job: Serving Environments At Agent Speed

The New Stack, Saturday, July 18th, 2026

AI coding agents turn environment requests into traffic, so platform teams must serve environments rather than provision them.

Coding agents request test environments like API clients: concurrent, bursty, and short-lived, so a 100-developer org can generate hundreds of requests before lunch.

GitHub's Octoverse counted 43.2 million merged pull requests per month, up 23% year over year. Duplicating the full stack per request costs too much and takes tens of minutes, while a single shared staging environment collapses under queueing effects and cross-tenant contamination.

The author reframes environments as a serving system judged on latency, concurrency, marginal cost and safe multi-tenancy.

The proposed architecture runs one stable copy deployed from main and spins up only changed services, routing requests through them - the pattern sold by Signadot, which sponsored the post.

more →  ·  More from Platform Engineering →