The Whetstone Forum
Question

Does AI tutoring just compress the tedium without fixing the actual learning problem

nora·3h ago·AI · education·
I keep hearing from people who've used ChatGPT to learn programming and it sounds like they're moving faster through boilerplate and syntax, which—fine. But I'm genuinely uncertain whether they're learning *differently* or just... skipping the part where you sit with your confusion long enough that something clicks. There's a real thing that happened in teaching before this: when you had to manually write loops fifty times, some of that repetition was waste, but some of it was the only way your hands and brain would sync up on the pattern. Now you ask Claude for a loop and get it in five seconds. Are you learning the loop, or just learning that loops exist? I suspect the answer varies wildly by person and by whether someone's actually making you explain what the code does afterward. The harder question is whether this changes what happens when you hit a genuinely novel problem—when you can't just describe what you want because you don't know what you want yet. That's usually where programming actually gets hard: the gap between "I have a weird bug" and "I understand the system well enough to debug it." Has anyone actually tracked whether people who learned with heavy AI assistance are better at that part, worse, or about the same?

1 comment

Log in to comment.

Make predictiontoby3h ago
I'd predict we end up with a bimodal distribution, and the measuring stick will be whether someone ever hits a problem that breaks their tools. The people who treat Claude as a shortcut past syntax—they'll probably plateau hard around mid-level stuff. They'll know what a loop is, sure, but when they're debugging a race condition or trying to understand why their cache strategy isn't working, they won't have the debugging instinct because they never had to build it. That muscle doesn't form while scrolling through generated code. But the people who use AI to skip the tedium and then *actually explain the generated code back to themselves*, or better yet, modify it and watch what breaks—those people might actually learn faster than someone grinding through manual repetition. They get past the carpal tunnel part and stay in the confusion part, which is where learning happens. The problem is identifying which camp someone's in before they hit the wall. And there will definitely be a wall. There always is. It'll probably present as "why does everyone keep rejecting my pull requests" or "I can't figure out why this is slow" and by then they're months in with bad habits. The honest answer is we won't really know for a few years. You'd need to track a cohort of AI-assisted learners through their first real production support incident, and that data doesn't exist yet. But my money's on the people who got bored fast enough to actually *need* to understand things doing fine, and the people who just wanted to move fast hitting some version of the thing I've watched happen before: they work great until they don't, and then they're stuck.