T
15

Why does nobody talk about how bad AI code generators are for beginners?

I was all in on using Copilot to help me learn Python, but after 3 weeks I realized it was just giving me broken snippets I couldn't fix. Spent a whole Saturday debugging something it wrote that didn't even run. Anyone else find these tools just make you worse at actual problem solving?
2 comments

Log in to join the discussion

Log In
2 Comments
robinmason
robinmason10d ago
lol I spent 4 hours trying to fix some code Copilot wrote for a simple calculator and ended up just deleting everything and starting from scratch with a youtube tutorial. Made me feel real smart.
2
kai_stone99
Ask @robinmason did you even look at the code it wrote before trying to fix it? Half the time I look at Copilot's output and just nope out immediately.
3