Ask HN: Did modern AI's coding abilities make you lose interest in programming?
21–30 of 47 posts
Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#22Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#23The parts I don't like about coding are figuring out little details, or figuring out 'how to do X thing' that I've never done before when I'm not really sure where to start.
I have fun with the logic and making things work how I want them to work, and getting an end result that I like.
So it's been nice having something I can give details on what I want the end result to be, and getting suggestions on ways to get there. Or just have it figure out silly little issues for me.
Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#24Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#25I like the design aspect of implementations. But coding has always been drudgery. LLMs have removed a lot of that drudgery. I just test the output and read it for correctness, see if it’s well formed etc.
Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#26AI'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.
Really want to know what these "more interesting bits" are that GPT-5-thinking and other models of this calibre cannot do. Unless of course you choose to do them even though these models can in fact do them, in which case, please do share regardless.
Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#27I use AI 90% for research, learning, and prototyping. It's increased my interest because before, I felt that I didn't have time to do all those things, now I can expand my knowledge so much faster that it makes greater challenges feel more attainable.
Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#28Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#292. I used to engage small purpose-built DSL's, languages, and systems because they were easy to adopt. Now they're at a strong disadvantage for lack of AI coverage.
3. I focus a lot more on value to the customer; opportunity is now the limiting factor, so I have the product manager hat on most of the time. So I actually do less coding, pruning almost everything that I used to do just to see if I could.
4. I do try harder problems and techniques, because with AI I can typically get to a MVP I can validate and iterate (i.e., it minimizes the stage where nothing is really working). Sometimes it works, and sometimes it just gets blocked; it's more like hunting than gardening or building.
Overall, it's made skills matter less and opportunity/connections matter more, and those are mostly outside my control. That makes it generally de-powering because though I can do much more, the value of what I can do is diminished by a larger factor.
Re: Ask HN: Did modern AI's coding abilities make you lose interest in programming?
#30More ambiguity to me is more interesting, I like the hunt and the iterative process.
That said, it's a choice to use them for hobby projects, and LLMs are sufficiently bad that I'm coming full circle and feeling like their impact on those hobby projects might not be so pronounced. For them to be actually valuable, the process of using them needs to be significantly less tedious and more rewarding, and it's only in a few caes have I had that feeling.