Ask HN: Should a new programmer start with copilot?

1 points by nothrowaways 3 days ago

Should novice programmers integrate AI-powered coding tools like GitHub Copilot into their learning journey from the outset, or would this potentially undermine the development of essential programming skills including critical thinking and problem-solving abilities?

What is your opinion?

bediger4000 3 days ago

I think "no". Feedback in the form of mistakes is valuable in the learning process. Conversely, if some code works, and you don't know why, you're also not getting as much out of your programming time. In either case, AI powered "help" will keep you from learning as deeply as you otherwise might.

If all you want is to pass an exercise, then use it.