Agreed it’s why if I’m asking for llm assistance I will generally start with a design for a component and ask it to follow that and comment accordingly usually leads to much better results than blanket asking it to do something for you
Review the code yourself, tell it what to fix, and it will fix it. For me it often takes like 5 rounds of this before the code is fully polished to the point I’m proud of it. And you know what? It’s still MULTIPLE times faster than typing code by hand. And at least for me, the quality is higher, because I have 12 different agents that review the work too and they catch additional issues that even I missed.
If you or others ship shitty code don’t blame the LLM, the issue is entirely the engineer using it wrong
You can add instructions to not comment, you can also have it explain what it does at every step, not everyone just doesn’t care about learning. It can be a very effective teaching tool if you use it that way. 🤷
I’m definitely still a noob but I’ve done hundreds of hours of debugging on code in the past few months, and my job for the past 8 years is basically to troubleshoot issues, though the past year I got to start doing devops/code work on the side.
Then you should know that code not working is the absolute easiest fuckup to catch. It’s literally not one to be concerned about.
One in a million chance of an edge case that doesn’t throw an error at all, but does something unexpected? Good luck if you don’t know how the system works.
Neither humans nor AI write flawless code, but if you actually understand how your code works, you’ll have a significantly easier time finding that edge case, with or without AI.
If you only ever let your AI do everything for you, you’re at its mercy for debugging.
I’ve seen the comments AI adds and yeah… No… It’s often pointing out the obvious or even in some cases just misleading.
Sounds like what a lot of beginner programmers do as well.
I had to tell the ai to reduce the comments it made. Since it was bunch of not important information.
Yea the comments are awful. More useless than dog shit.
Skill issue tbh
Agreed it’s why if I’m asking for llm assistance I will generally start with a design for a component and ask it to follow that and comment accordingly usually leads to much better results than blanket asking it to do something for you
Out of the box yes this is true, but:
If you or others ship shitty code don’t blame the LLM, the issue is entirely the engineer using it wrong
You can add instructions to not comment, you can also have it explain what it does at every step, not everyone just doesn’t care about learning. It can be a very effective teaching tool if you use it that way. 🤷
AI is a terrible way to learn something. It will do something wrong, explain it incorrectly, and you will have no idea.
AI is only useful if you are able to spot and correct the mistakes it makes. Because it will make mistakes.
Very effective teaching tools already exist if you want to learn.
“You’ll have no idea” until it doesn’t work lmfao
Someone hasn’t done enough debugging in their life. I wish the lesson be as painless as possible
I’m definitely still a noob but I’ve done hundreds of hours of debugging on code in the past few months, and my job for the past 8 years is basically to troubleshoot issues, though the past year I got to start doing devops/code work on the side.
Its fine though, I get why you guys are scared.
Then you should know that code not working is the absolute easiest fuckup to catch. It’s literally not one to be concerned about.
One in a million chance of an edge case that doesn’t throw an error at all, but does something unexpected? Good luck if you don’t know how the system works.
I do and please name a single human written program that doesn’t have a fuck up edge case that isn’t literally just hello world.
Neither humans nor AI generally write flawless code
Neither humans nor AI write flawless code, but if you actually understand how your code works, you’ll have a significantly easier time finding that edge case, with or without AI.
If you only ever let your AI do everything for you, you’re at its mercy for debugging.
All that and you still think that “doesn’t work” is the only problem that can happen?
When a product is so absolutely terrible that uncommented code is the best it can do…
Y’all are delusional
So… indistinguishable from the statistical mean of human generated comments.
There is one exceedingly important difference: who gets paid.
My point is that if you shouldn’t be paying anyone for shitty comments.