Fair, but don’t get me wrong, I’m not saying you can’t create great apps using AI, on the contrary, I agree with you that it is quickly getting to the point that it is a “must” to use agents and copilots to keep up with the competition.
I use Cursor everyday to create integrations, snippets, widgets, components, you name it, but I know what I’m doing, I know how to “prompt” my way through and that’s because I know how software works, I can easilly tell when AI is creating redundant classes or when I should be creating an exportable function rather than hardcode it into some file. But you can’t expect from people that haven’t developed an app in their lives to get “AI prompting” right without understanding how code works, actually, I think that’s dangerous! Imagine by mistake you expose your private API keys just because you don’t know it has to be private. It isn’t just about being productive, is about security and scalability too.
That’s where using Low Code tools like WeWeb, Xano, Toddle, vs hosting your code yourself has its benefits, you don’t need to spend lot of hours handling dependency confflicts, setting load balancers, add cloudfare by yourself if you want the extra security agains DDOS attacks or scrappers, etc. you just focus on building and nothing else. And these tools are evolving too! Flutterflow has a lot of AI features from converting draws/prompts to UI components, to prompted logic builders, plus you can export your code whenever you want, so you can take it to an ai agent at any point. WeWeb is also making amazing progress in this direction.
If you want to dedicate your life to create software I would encourage you to learn to code a 100%, but if you want to solve specific problems, create internal tools and don’t have the time to learn more techy stuff, I would consider getting into LowCode tools that leverage AI+No Code first, but tools that allow you to export your code or that are at least opensource.
At the end, all is about knowing what you are doing, even if the AI is doing the heavy lifting part of the job.