this post was submitted on 11 Apr 2026
131 points (88.8% liked)
Programming
26502 readers
107 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have similar problems whenever I send it to investigate a bug and the local runtime is inside a container. It cannot reliably translate paths without the help of an IDE. Hell, it even occasionally mangles API paths if I have it prefixed elsewhere in the codebase (despite having Claude.md etc, your context needs to be pure for it to be reliable). Having it fix a Dockerfile is comically bad.
like... it fixed it when I called it out,, but it made the mistake again later on. I was only using it save time coverting, like, 11 or so files, but it made the mistake 3 or 4 times, not only with the encapsulation, but with the case-sensitivity, too. both with paths, although I couldn't see any particular pattern to it.
just annoying, and I had to read through each compose file just to check it for errors. in the end it did save time, but much less that I thought it would.
If it gets it wrong the first time I rarely reprompt. I know I can get it to fix it, but it's usually faster for me to do it because I already figured out where and what to do the fix. Low key think it's just a ploy to get us to burn more tokens. Sure correcting it means it writes a few lines to the memory file, but it's only a matter of time before it trips over that context as well.
yeah, I also wonder if it's a ploy. that's really the only time I've used for any kind of code assistance, and I really haven't used Claude much, overall, but it generally seems more capable than chatGPT, for example. it felt a bit strange that it would make such a simple mistake.