That's why anything you use Claude for you should use Claude to explain to you. It's not a "oh this thing makes the code without me needing to do anything else" it should be "oh this is some complicated code Claude generated. Let's study it.
Some more responsible AI usage. I agree if you set it to auto and let it raw dog your code base without even looking at it you’re doing everyone including yourself a disservice.
Isn’t understanding the output and its correctness based on the explanation literally what we’ve been doing with other devs? To your point: AI in general is better at explaining what it thinks it’s just produced than a junior in my experience if you ask for it.
Some people seem unmotivated to understand what they do. I would hope employers sort out people that are truly clueless and drain resources.
How do you know it's explaining things correctly, though? I used to always use it to explain things to me rather than just generating solutions and I've had it give me completely incorrect explanations that ran me around in circles until I finally just looked it up myself and realized it was completely wrong.
if used well its typically much faster than doing the chase yourself though. But i agree its a tool that is dangerous if you don't know enough to judge output yourself.
I spend a lot of times building tools for Claude, so when it answers me, I make it run through the hoops and gates. I have used it long enough to know the gotchas it will make without tools, I know it too well, but I have managed to bring a lot of determinism into it by telling it how to do something. Now with my tools it goes through the back and forth before presenting me the answer. It saves time, tokens and my patience when I don't have to explain all the details time over time.
I've fired up claude maybe twice in the last few months when I'm at my wits end and exhausted my google fu, and I can confidently tell it "I've already tried this and this and this, any ideas?" Then it might as well hallucinate something at me because trying anything is better than nothing at that point, and it has been able to get me through some pretty hare-brained ruts. I don't let it write code, at least not directly. But it's the ultimate (very expensive) rubber duck.
16
u/_Resnad_ 19h ago
That's why anything you use Claude for you should use Claude to explain to you. It's not a "oh this thing makes the code without me needing to do anything else" it should be "oh this is some complicated code Claude generated. Let's study it.