v1.0.81 ruined CC thoroughness

Resolved 💬 4 comments Opened Aug 19, 2025 by Kirkc88 Closed Jan 8, 2026

Since v1.0.81, Claude’s coding has lost its thoroughness. Before, when I asked for small updates like rearranging mobile buttons or removing text on mobile, it would carefully inspect the code, find the details it needed, and make proactive adjustments to avoid breaking anything else. Now it just does the micro-task without checking for side effects, which ends up disrupting other parts of the project instead of preserving stability.

Before, I could request something as large as a full blog system integration and it would handle everything, adding tags, tying into authentication, and building out clean views with only minor adjustments needed afterward. Now, even the smallest requests, like moving a button or removing text, end up breaking other parts of the project. Instead of improving things, it feels like the changes are being made in isolation without checking the broader impact, and that is making the system unstable.

I could implement something like the blog system in an hour and fix mobile buttons in five minutes, but now I literally spent eight hours just adjusting mobile buttons on one page. Even when it finally got the buttons right, it messed up so many other parts of my project that I had to roll back the server.

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗