DevOps / SRE / Platform · 15.08.2026, 14:10 UTC
Per-developer environments were the goal. Agents moved the goalposts.
| Schweregrad | info |
|---|---|
| Kategorie | DevOps / SRE / Platform |
| Quelle | The New Stack ↗ |
| Veröffentlicht | 15.08.2026 UTC |
Sicherheitsmeldung mit Schweregrad noch nicht bewertet. Technische Details im Tab „Originaltext“; empfohlene Schritte in der Checkliste.
Multi-tenancy has moved in one direction for 60 years: the tenant keeps getting smaller. Mainframe time-sharing carved a single machine into slices so an organization’s departments could share it, and the tenant was the org. Virtualization gave each team its own fleet of virtual machines, and the tenant became the team. Containers and Kubernetes namespaces shrank it again, until a platform team could hand every developer an isolated environment on a shared cluster.
That last step, an environment per developer, became the target state of platform engineering in the 2020s. A namespace per developer, capacity planned by seat, golden paths sized to headcount. Underneath all of it sits one assumption: a person produces one stream of work at a time, so isolating people isolates work.
Coding agents broke that assumption. A developer running five agent sessions has five changes in flight at once, each needing its own working version of the system. Anthropic’s engineers, building a C compiler with a fleet of parallel agents, ran nearly 2,000 Claude Code sessions across two weeks. Cursor’s documentation tells developers to run as many agents as you want in parallel. None of those concurrent workstreams is a person.
“The tenant has shrunk one more time. It is no longer the developer. It is the change.”
The tenant has shrunk one more time. It is no longer the developer (or even the agent). It is the change.
Tenancy demand scales with changes in flight, not headcount
Capacity planning by seat worked because changes arrived at human pace, roughly one per developer at a time. That …
Maßnahmen
⬇ Als MarkdownVerwandte Beiträge
- info Amazon EKS Capability for Argo CD now supports custom configuration
- info Why Cryptographic Inventory Is the First Step Toward Quantum Readiness
- info AWS announces the general availability of a new AWS Local Zone in Las Vegas, Nevada
- info Amazon EKS now supports certificate authority (CA) rotation with automated lifecycle management