Comment Re:Claude Code is good (Score 2) 36
BUT it still occasionally rewrites your entire code base for to fix a button
I think that's how it should work in many situations. Iterating on code is not strictly necessary when you have agents that can reason about and output thousands of lines of code in minutes. Any new requirement has the potential to result in architecture-breaking changes that may be best solved through a complete rewrite. What happens with the code in the implementation may not, in a completely spec-driven scenario, be relevant at all assuming no human developers are expected to work on it.