Worked Examples to Problem Solving: The Expertise Reversal Effect Explained
V. ZhaoWhat works for a beginner often backfires on an expert. This isn't intuitive. We tend to assume that good teaching is good teaching, that a clear explanation is always welcome, that more guidance is better than less. The expertise reversal effect says otherwise.
Photo by www.kaboompics.com on Pexels.
First documented by John Sweller and Fred Paas in the late 1990s, the effect describes a striking pattern: instructional supports that reduce cognitive load for novices can increase cognitive load for experts. The same worked example that helps a beginner build schema actively gets in the way once a learner already has that schema internalized.
Why? Because experts don't process new information the way beginners do. Beginners lack mental models for a domain, so they need scaffolding: worked examples, step-by-step guidance, explicit explanations. Without these, they're left searching for patterns they can't yet recognize. The cognitive overhead is crushing.
Experts have already built those models. When you hand an expert a fully worked example, they don't need to reconstruct the reasoning from scratch. They've already got it. So instead of processing the problem itself, they're forced to mentally reconcile the presented solution with their own internalized approach. That reconciliation is wasted effort. In some cases, it's actively disruptive.
graph TD
A[Novice Learner] --> B(Worked Example)
B --> C[Builds Schema]
C --> D[Reduced Load, Better Learning]
E[Expert Learner] --> F(Worked Example)
F --> G{Redundant Guidance}
G --> H[Increased Load, Slower Learning]
Think about what this means practically. A tutorial that walks an experienced developer through basic syntax isn't just boring. It's cognitively taxing in a specific way: they have to suppress their existing knowledge to follow the prescribed path, then re-integrate that knowledge afterward. It costs more than it gives.
Sweller's team found this in mathematics education first, then it showed up across domains: chess, physics, geometry, programming. The pattern held. Expert learners performed worse when given detailed guidance than when given the same problems without it.
So what does good instruction look like across the expertise spectrum?
For beginners, worked examples with explicit steps and explanations remain the best entry point. Letting novices struggle without adequate guidance (before they have enough schema to productively search for patterns) leads to confusion, not insight. This is the opposite of what the productive failure literature recommends for slightly more advanced learners, which tells you something about how sensitive these effects are to where a learner actually sits on the spectrum.
For intermediate learners, faded examples work well: some steps are provided, others are left for the learner to complete. The scaffolding gradually withdraws as competence increases.
For experts, the best approach is often to remove the guidance almost entirely. Give them the problem. Let their existing schema do the work. Adding detailed instruction at this stage is like narrating a film to someone who's already seen it three times and directed two similar films themselves.
There's a practical complication, though. Accurately diagnosing where a learner sits is harder than it sounds. People are uneven. Someone might be expert-level in one subdomain and novice-level in an adjacent one. A senior backend engineer encountering distributed systems concepts for the first time needs worked examples again, even if they'd find them patronizing in the areas they know cold.
This is why adaptive instruction matters. Static curricula that deliver the same content to everyone in the same sequence fail at both ends. They overwhelm beginners and bore or frustrate experts. Building in genuine assessment of prior knowledge, then adjusting the level of guidance accordingly, is what separates instruction that respects learners from instruction that just covers material.
One useful heuristic: watch where learners put their attention. Novices attend to surface features of problems because they lack the deeper structures to organize information. Experts attend to underlying principles. If your instruction is pitched at the wrong level, you'll see it in what people focus on and what they ignore.
The expertise reversal effect is ultimately a reminder that learning is not a single process. It shifts as knowledge accumulates. Instruction that doesn't shift with it will always be miscalibrated for someone. The goal is to keep moving the scaffolding as the building goes up, then pull it away entirely once the structure can stand on its own.
Get Grok Guide in your inbox
New posts delivered directly. No spam.
No spam. Unsubscribe anytime.