Ask HN: Did modern AI's coding abilities make you lose interest in programming?
1–10 of 47 posts
Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#2Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#3Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#4Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#5The way I’m using it now I figured out through trial and error. I form a mental model of what I want from start to finish. I then break that down into pieces, and use AI (when appropriate) to generate the code for each piece in sequence. This essentially leaves me in power of the entire development process, but the AI helps me produce the syntax much quicker than I could without it.
Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#6Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#7AI's coding abilities take care of the mundane so I can focus on the more interesting bits. Plus, it sharpens your code review skills - you have to review the results and adjust as necessary.
Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#81. I spend less time fiddling with Flutter/SwiftUI to make things look decent. 2. I don't have to worry about simple data management code much. 3. I learn new things much faster by watching AI does its thing.
Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#9AI coding removed the bad part of coding. Lets you handle all the fun part; and you can of course always go and 'code' yourself, you dont have to prompt everything.
The new "developer" skill is ensuring that you're building a reliable app that isnt a house of cards. AI will tend to give you bare minimum. You cant have that, your prompts need to be better.