▲ | philipp-gayret 5 days ago | |||||||
All major AI assistants already come with ways to not have any of these issues. Claude Code has /init, Cursor comes with /Generate Cursor Rules, and so on. It's not even context engineering: There are out of the box tools you can use not to have this happen. And even if they do happen: you can make them never happen again, with these same tools, for your entire organization - if you had invested the time to know how to use them. It is interesting how these tools split up the development community. | ||||||||
▲ | ceuk 5 days ago | parent | next [-] | |||||||
CC very regularly ignores very explicit stuff in CLAUDE.md for me, and I know I'm not the only one. The cycle of compacting/starting new conversations feels like a sisyphean spiral of the same undesirable behaviour and I've yet to find a satisfactory solution despite a lot of effort to that end. I don't think it's fair to dismiss this article as a superficial anti-ai knee jerk. The solutions you describe are far from perfect | ||||||||
| ||||||||
▲ | croes 5 days ago | parent | prev | next [-] | |||||||
The issue isn’t in the tool but in the vibe „coder“. They care like they code: not. | ||||||||
▲ | woolion 5 days ago | parent | prev [-] | |||||||
Serious question: I'm currently re-evaluating if Cursor can speed up my daily work. Currently it is not really the case because of the many subtle errors (like switching a ":" for a ","). But mostly the problem I face is that the code base is big, with entirely outdated parts and poorly coded ones. So the AI favors the most common patterns, which are the bad ones. Even with basic instructions like "take inspiration from <part of the code that is very similar and well-written>" it still mostly takes from the overall codebase (which, by the way, was worsened by a big chunk of vibe-coded output that was hastily merged). My understanding is that a rule should essentially do the same as if it is put in the prompt directly. Is there a solution to that? | ||||||||
|