108
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 21 May 2026
108 points (94.3% liked)
Programming
26881 readers
186 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 3 years ago
MODERATORS
Significantly better than me. At is current state it mostly lacks contextual learning and the path to correct an error. Give it scoped will defined task in a decent codebase and you won't stand a chance in most well documented industry.
The rub is, when it's wrong, it tends to be way off and you need to spot it.
And that "wrongness" inevitably will be some monkey's paw understanding that is very subtle. Like, the code will be "correct", in the same way a drive-by PR will compile. I've had more than a few of these moments and it is very frustrating. Correcting the mistake is also very tedious because, by default, the models leave tombstones that poison the context (ie. when you tell it something is wrong, it will correct it and leave a comment capturing the mistake, which almost guarantees it will make the same mistake again). And then your context is fucked and need to start a new thread which is €€€ because it will want to reread all the damn code again unless you're diligent about stepping backward.