Tales with claude code: how to make it behave? In the past weeks, I have been experimenting with using claude code to speedup 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-readycode. However, for complex tasks requiring multiple iterations, qualitydeteriorates significantly with each round, often necessitating completerewrites or extensive cleanup. Because of this, I have ...