logoalt Hacker News

dan_geeyesterday at 3:57 PM2 repliesview on HN

As a C++ developer, AI does not work well for software development in my experience. Maybe LLM developer tools work better if you write React or HTML/CSS, but they have been inadequate for my use case since their arrival.


Replies

sodapopcanyesterday at 4:16 PM

Casey Muratori, who doesn't use AI, made this point on a podcast. Specifically he said that he doesn't blame web developers for wanting to use AI because it's such a mess of an ecosystem and impossible to keep everything you need to know to be successful in your head.

I'm a web developer to myself who has done zero game or systems programming so I can't speak to that side of it, but you reminded me of it!

a1oyesterday at 4:14 PM

I find it bad for generating code but alright for review, I put it as a tool to run along static analysis to catch if I missed something on a code change or merge request (being specifically about C++)