|
|
|
Ask HN: How to Handle Claude's Stubbornness?
|
|
9 points
by classicpsy
80 days ago
|
|
I’ve been running into this issue with Claude (in browser and claude code) where it is being stubborn many times. It will refrain from obeying what I say or suggest. Instead, it comes up with its own analogy and starts suggesting and implementing that logic. Even when I already know its going in wrong path and I have proposed the direction for the same problem. Many times I’ve had to explicitly tell it: don’t think, don’t force your analogy, just implement what I am putting in front of you. Still this does not stick with it always. Has anyone else dealt with this? How are you handling it? |
|
I also have a script that forces Claude to generate a summary of work [2] if it hadn't done so on it's own.
[0]: https://code.claude.com/docs/en/hooks
[1]: https://gist.github.com/Looking4OffSwitch/c3d5848935fec5ac3b...
[2]: https://gist.github.com/Looking4OffSwitch/3b13b65e40284be899...