The moment I realized AI coding assistants were broken


I was building a side project — a simple task manager app. I opened Claude Code, typed:


"Add user authentication with email and password login"


…and hit enter.

Twenty minutes later, I had code. A lot of code. Authentication logic, routes, middleware, even some basic tests.

But there...