view the rest of the comments
Welding
A community for all welders and all processes including brazing. If you've never welded before but want to get started, ask questions. If you're an experienced hobbyist, show off your projects. If you're a professional show off your projects, answer questions, and encourage beginners and hobbyists alike.
RULES:
-
All Lemmy.ca rules apply here.
-
Everyone (see rule 98) is welcome.
-
There is no best process, only the best process for the welder and application in question. Help each other, don't criticize or judge.
-
If you’ve seen a question 100 times answer it the 101st time or ignore it. Even better, write a complete, detailed answer and suggest that the mod(s) pin it to the community.
[Did you actually think there were 98 rules?]
-
If you present something as fact and are asked to provide proof or a source provide proof or a source. Proof must be from a reliable source. If you fail to provide proof or a source your post or comment may be removed.
-
Don’t be a dick. Yes, this is a catch-all rule.
-
The mod(s) have the final say.
Have you seem them being more productive?
Because I haven't. I have seen people producing worse code, and actually taking longer to get into working software. I also can't feel AI is helping me if I try to use coding agents. (I can use them as Stack Overflow, it's just useless to let them touch my code.)
I never tried any coding agents, but I do use LLMs just like you said - as stack overflow and it helps a lot which is fine, but I remember a year ago or so, I needed a quick javascript script for one time use and I hate javascript. I made chatGPT write the entire thing from start to finish, I didn’t even look at it, it worked fine. I bet the code was probably garbage.
I would often see devs talking about using coding agents that make them more productive. I no longer feel that bad about it actually, because now I hear they’ve relied on it so much, that they’re no longer able to write code themselves, haha.
But initially, all the craze about it did make me feel frustrated and took all the joy out of it. I don’t feel that way anymore though, I am slow compared to someone who just used autocomplete, but I know I’ve written every single line myself while those who just review code that an LLM has written probably haven’t thought about the problem they’re solving as deep as I have, leading to worse decisions in code overall while the code may still technically work.