Hacker News new | ask | show | jobs
by Incipient 248 days ago
> 1. AI coding makes it absolutely trivial to add new features later on if you do need it.

I have to refute this. It may make it easier or faster...but definitely not trivial. I had it add a new feature to my simple app, and the way it did it worked, it just fetched the entire list of entities for each entity in a list. Why it didn't create a new endpoint for "get entity" or just cache the whole list then do lisp) local lookup, I don't know...but it absolutely wrecked performance.