People, especially many newcomers in software development, are creating tons of apps using AI. Nothing is wrong with that, but the problem is they are just making the LLM spit out code and building things without understanding the code or the software architecture behind it.
They don’t care how the data is handled, whether authentication and authorization are implemented correctly, whether data is being persisted properly in the database, what vulnerabilities exist, or how the app can be optimized.