Hacker News new | ask | show | jobs
by tracker1 94 days ago
Ai emphatically doesn't know when to reach for A vs B in terms of the options on the table. At least understanding some of the characteristic trade offs will go a long way. Especially if you are inclined to favor simplicity over unnecessary complexity. AI can easily over-complicate things and make solutions that become a crazy, complex mess.

The vast majority of line of business apps can be solved with a relatively simple CRUD UI with a simple API server with a SQL based RDBMS. But even then, you will hit limits and experience bottlenecks in practice. If you need to do any kind of scaling, you need to know where the low hanging fruit and complexities lay.