Tales with claude code: how to make it behave?
In the past weeks, I have been experimenting with using claude code
to speed
up development, in particular of SPy.
My experience so far reveals a clear pattern: claude
excels at simple,
one-shot tasks that follow existing patterns, producing commit-ready
code. However, for complex tasks requiring multiple iterations, quality
deteriorates significantly with each round, often necessitating complete
rewrites or extensive cleanup.
Because of this, I have been looking for ways to guide it towards making it only simple steps, and to wait for my confirmation before going further. So far, I failed.