It's been about a year since my team has fully adopted all the AI coding tools (Cursor, Claude Code)
And day to day I am feeling the added cruft in the code base. Unit tests are not catching regressions. Unneeded mocking, comments, are left in between. More refactoring is needed to add new features.
I find myself sitting down and rewriting files to ensure completeness, correctness, and ease for future developers more than I ever have before.