| ▲ | ryandrake 19 hours ago | |||||||
I've been trying to open my mind and "give AI a chance" lately. I spent all day yesterday struggling with Claude Code's utter incompetence. It behaves worse than any junior engineer I've ever worked with: - It says it's done when its code does not even work, sometimes when it does not even compile. - When asked to fix a bug, it confidently declares victory without actually having fixed the bug. - It gets into this mode where, when it doesn't know what to do, it just tries random things over and over, each time confidently telling me "Perfect! I found the error!" and then waiting for the inevitable response from me: "No, you didn't. Revert that change". - Only when you give it explicit, detailed commands, "modify fade_output to be -90," will it actually produce decent results, but by the time I get to that level of detail, I might as well be writing the code myself. To top it off, unlike the junior engineer, Claude never learns from its mistakes. It makes the same ones over and over and over, even if you include "don't make XYZ mistake" in the prompt. If I were an eng manager, Claude would be on a PIP. | ||||||||
| ▲ | sswatson 18 hours ago | parent | next [-] | |||||||
Recently I've used Claude Code to build a couple TUIs that I've wanted for a long time but couldn't justify the time investment to write myself. My experience is that I think of a new feature I want, I take a minute or so to explain it to Claude, press enter, and go off and do something else. When I come back in a few minutes, the desired feature has been implemented correctly with reasonable design choices. I'm not saying this happens most of the time, I'm saying it happens every time. Claude makes mistakes but corrects them before coming to rest. (Often my taste will differ from Claude's slightly, so I'll ask for some tweaks, but that's it.) The takeaway I'm suggesting is that not everyone has the same experience when it comes to getting useful results from Claude. Presumably it depends on what you're asking for, how you ask, the size of the codebase, how the context is structured, etc. | ||||||||
| ||||||||
| ▲ | simonw 19 hours ago | parent | prev | next [-] | |||||||
Learning to use Claude Code (and similar coding agents) effectively takes quite a lot of work. Did you have it creating and running automated tests as it worked? | ||||||||
| ||||||||
| ▲ | yfontana 18 hours ago | parent | prev | next [-] | |||||||
> - It says it's done when its code does not even work, sometimes when it does not even compile. > - When asked to fix a bug, it confidently declares victory without actually having fixed the bug. You need to give it ways to validate its work. A junior dev will also give you code that doesn't compile or should have fixed a bug but doesn't if they don't actually compile the code and test that the bug is truly fixed. | ||||||||
| ||||||||
| ▲ | hitarpetar 19 hours ago | parent | prev [-] | |||||||
yOu'Re HoLdInG iT wRoNg | ||||||||