> I think the majority of coders out there write the same CRUD app over and over again in different flavors
In my experience, that's not entirely true. Sure, a lot of app are CRUD apps, but they are not the same. The spice lies in the business logic, not in programming the CRUD operations. And then of course, scaling, performance, security, organization, etc etc.
Good thing LLMs are really good at unique business logic, scaling, performance, security, organization, etc etc.!
(edit: /s to indicate sarcasm)