logoalt Hacker News

throwawaybob420last Sunday at 4:14 PM5 repliesview on HN

Judging from all the comments here, it’s going to be amazing seeing the fallout of all the LLM generated code in a year or so. The amount of people who seemingly relish the ability to stop thinking and let the model generate giant chunks of their code base, is uh, something else lol.


Replies

thefourthchimelast Sunday at 5:32 PM

It entirely depends on the exposure and reliability the code needs. Some code is just a one-off to show a customer what something might look like. I don't care at all how well the code works or what it looks like for something like that. Rapid prototyping is a valid use case for that.

I have also written a C++ code that has to have a runtime of years, meaning there can be absolutely no memory leaks or bugs whatsoever, or TV stops working. I wouldn't have a language model write any of that, at least not without testing the hell out of it and making sure it makes sense to myself.

It's not all or nothing here. These things are tools and should be used as such.

show 1 reply
memorylanelast Sunday at 9:27 PM

Dunno about you, but I find thinking hard… when I offload boilerplate code to Claude, I have more cycles left over to hold the problem in my head and effectively direct the agent in detail.

show 1 reply
candiddevmikelast Sunday at 4:50 PM

Software "engineering" at it's finest

dogcomplexlast Sunday at 7:11 PM

lol yep we've never had codebases hacked together by juniors before running major companies in production - nope, never

varispeedlast Sunday at 6:17 PM

I think you are over estimating the quality of code humans generate. I take LLM over any output of junior - to mid level developer (if they were given the same prompt / ask)