Discussion about this post

User's avatar
The Future of Thinking's avatar

I've spent the last year building an AI tutoring system for secondary literary education. The central design problem turned out to be exactly what you're describing, but with one twist I didn't anticipate going in: the LLM's failure mode isn't that it's too alien. It's that it's too human in exactly the wrong way.

The model wants to help. That wanting is the problem.

Its default behavior under pressure, when a student is stuck and the session is stalling, is to explain, summarize, fill the gap, and then reward the student for echoing the answer back. The training prior toward helpfulness is strongest precisely when substitution is most destructive. The chatty adult who knows the answer isn't a design choice you add. It's what you get if you don't actively fight it.

The moment this became clear was a synthetic testing run where 0% of sessions showed improving trajectories. The system was technically Socratic, had a non-substitution rule in the prompt, but kept crediting scaffolded answers as real student understanding. Adding a single architectural constraint, requiring the student to apply understanding independently before the system would treat it as arrival, shifted improving trajectories to 40%.

The gain came entirely from refusing to count tutor-generated understanding as student understanding.

Your framing of the spandrel is exactly right, but I'd sharpen it this way: the spandrel being resisted in AI tutoring isn't just the human brain's bottlenecks. It's the model's simulation of human cognitive generosity. It learned to be helpful from us. That's the inheritance to engineer around.

12 more comments...

No posts

Ready for more?