Am I the only one who found AI coding tools helped me write worse code, not better?
I spent three months using GitHub Copilot for a personal project, a React app for tracking my garden watering schedule. Instead of speeding me up, I think it actually made me lazy. I would accept its suggestions without thinking through the logic, and later I found three separate bugs from it mixing up variable names (like using "plant" instead of "pot"). When I turned it off and wrote everything myself from scratch, my code was cleaner and I finished the whole thing in two weeks flat. Has anyone else noticed their problem-solving skills slipping after relying on these tools too much?