Comment on GitHub CEO delivers stark message to developers: Embrace AI or get out.

<- View Parent
sobchak@programming.dev ⁨2⁩ ⁨days⁩ ago

I keep hearing stuff like this, but I haven’t found a good use or workflow for AI (other than occasional chatbot sessions). Regular autocomplete is more accurate (no hallucinations) and faster than AI suggestions (especially accounting for needing to constantly review the suggestions for correctness). I guess stuff like Cursor is OK at making one-off tools on very small code-bases, but hits a brick-wall when the code base gets too big. Then you’re left with a bunch of unmaintainable code you’re not very familiar with and you would to spend a lot of time trying to fix yourself. Dunno if I’m doing something wrong or what.

I guess what I’m saying is that using AI can speed you up to a point while the project accumulates massive amounts of technical debt, and when you take into account all the refactoring and debugging time, it results in taking longer to produce a buggier project. At least, in my experience.

source
Sort:hotnewtop