| > see if it falls apart after handling one request per second Most of the problems you talk about are problems if you intend your software to be used at scale. If you're building an app for yourself to track your own food habits; why does DB, framework, best practices matters? People used to do this in an Excel sheet. Now they can ask Claude to make them a nice UI similar to MFP or whatever. Data can be stored in a single JSON file. It's going to take years before they see actual performance issues. And even though it becomes an issue, right now an AI Agent can already provide a fix and a script to migrate the data. My only concern really is about security. But a private VPS only reachable through Tailscale and they're ahead of 99% of the rest. |
AI can fix bugs, sure. But every time you ask it to fix the same problem, it will come up with a new solution - usually unnecessarily complex. Will we reach a point where the AI can be its own architect? Maybe. But, I know for a fact that it's not what we have right now.
Right now, AI needs an architect to tell it how it should solve a problem. The real value of software is in the lived human experiences, not just the code. That's why we make certain decisions different than an AI would.
Ask an AI to vibe code an invoice app. It will make some really lovely looking UI - which is what unfortunately people judge an app by - but with a MongoDb backend which is totally not the right solution for the problem. That's what I mean.