AI Is Erasing the Middle Class of Software Engineering

Original: AI is removing the middle class of software engineering

Why This Matters

AI-accelerated development is reshaping engineering team structures and long-term codebase sustainability at scale.

A 2026 blog post argues that AI coding tools have eliminated the natural "speed limit" of software development, enabling teams to ship massive, poorly understood pull requests at a pace that rapidly accumulates technical debt and collapses engineering culture.

Florian Herrengt's August 2026 essay describes a scenario now familiar to senior engineers: on a typical Monday, a tech lead opens their laptop to find 13 pull requests — some exceeding +24,000 lines of changes — generated over a single weekend with AI coding agents. Each PR arrives with an AI-generated description, and the underlying design decisions are buried in lengthy Claude conversation logs that no one has fully read.

The author argues that AI has "removed the speed limit" from software development. Previously, engineers had to sit down, discuss architecture, and make deliberate decisions. Now, developers can prompt an agent for hours and open a PR. The result, he says, looks functional on the surface — but the codebase accumulates hidden complexity akin to buying a luxury car on credit: the debt is invisible until it isn't.

The essay illustrates the endpoint: a team repeatedly attempting to fix the same bug, with no member able to explain where the data originates or how a feature built the prior week actually works. Debugging sessions devolve into watching AI generate "an endless wall of text" that neither developer can verify. Refactoring becomes politically unjustifiable, so the cycle repeats.

Herrengt acknowledges the common counterargument — that large systems were never fully understood — but contends the current dynamic is qualitatively different because AI accelerates entropy faster than any human team can absorb it.

Source

blog.florianherrengt.com — Read original →