Ask HN: What is your take on the importance of code quality when coding with AI?
1–4 of 4 posts
Re: Ask HN: What is your take on the importance of code quality when coding with AI?
#2The worst is when you find a bug, fix it, and then Claude Code starts spiraling — "this isn't right either", "actually let me change this part too", "wait no let me revert that" — just Clauding endlessly and making things worse.
Now I make it break everything into atomic changes. At least it's not a total black box anymore.
Re: Ask HN: What is your take on the importance of code quality when coding with AI?
#3Re: Ask HN: What is your take on the importance of code quality when coding with AI?
#4Agree. When I first started using AI to build projects I just let it do whatever it wanted. Turned out to be completely unmaintainable — everything was a black box. The worst is when you find a bug, fix it, and then Claude Code starts spiraling — "this isn't right either", "actually let me change this part too", "wait no let me revert that" — just Clauding endlessly and making things worse. Now I make it break everyt…