|
|
|
Ask HN: Did AI make you a worse programmer?
|
|
16 points
by alex5207
533 days ago
|
|
After a year or so using co-pilot and its cousins, I coincidentally tried a new editor and never got around to install any AI support there. I realized that AI had sneaked in on me: It had made me unlearn syntax that used to be second nature. Simple things I knew how to do before, I suddenly had to look up. That made me wonder: Is the true cost of using AI, which, in its current form, I deem as "autocomplete on steroids", not the subscription you pay, but the decay of your skills? And if AI decays part of your skillset, to what extent do you think that part of your skillset even matters given the trajectory of AI for coding? Have any of your stopped using AI directly in your editor for similar reasons? |
|
1. Is the code that the AI generated something that I would have come up with minimal intellectual effort? (i.e. the majority of the time spent on it would have been looking up syntax, physically typing it, etc. and not higher level thought)
2. Do I understand what the code is doing, how to debug it when it throws an error, and can explain what it is for?
If you answer yes to both questions, AI isn't causing you to lose anything important.
That sort of code is like long division in math: it's disconnected from your actual understanding of the core concept.
If your answer is no to either question, AI might be dulling your coding skills. It's not a guarantee (perhaps you just forgot something that a simple Google search would have helped you remember), but it's a first check against AI eroding your skills.