Testing Isn't Dead. The Test Phase Is.
TL;DR
Testing isn't dying. The test phase is. "Ship it and fix it fast" is a real bet for small repos — and it only holds when bugs announce themselves and damage is reversible. Agents that write the code cannot be the examiner of that code. Past a single deployable, the question is whether you find out before the user does, and whether you can take it back if you don't.
The argument goes like this.
Coding agents write better code than they did a year ago. Bug density is falling. When something does break, a monitoring agent flags it, another agent reads the trace, writes the fix, opens the PR, and ships. Minutes, not sprints.
So why pay for a test suite? Why staff QA? Why maintain a regression pack that takes two hours to run and breaks every time someone renames a div?
For a lot of small teams, this isn't a hypothetical. It's already how they ship. And I don't think they're being reckless.
I think they're running a specific bet, and the bet only holds under specific conditions.


