Welcome!
Before we dive into the technical details, let’s activate our prior knowledge about learning.
Think-Pair-Share: Learning from Examples
Consider these two scenarios for learning how to calculate correlation:
Scenario A: Problem-Solving
You’re given:
“Calculate the correlation between Variable X and Variable Y”
Then you spend time figuring out the formula, looking up procedures, trying different approaches.
Scenario B: Worked Example
You’re shown:
“Calculate the correlation between your weekly running distance and your 5K race times:
Given data: - Running: [25, 30, 20, 35, 28] km/week - Race times: [22, 21, 24, 19, 20] minutes
Step 1: Calculate means… [Complete solution with every step explained]”
Question: Which scenario would help you learn better? Why?
Share your thoughts with a neighbor:
- Which scenario did you choose?
- Have you experienced either approach in your own learning?
- Which approach do you use when teaching?
Brief group discussion:
Common responses:
- “Scenario B is easier to follow”
- “The personal context makes it more engaging”
- “I can see the pattern more clearly in the worked example”
- “But won’t students just copy without understanding?”
The Bridge to Today’s Workshop
What you just experienced touches on two key principles we’ll explore:
The Worked Example Effect: For novice learners, studying complete solutions is more effective than struggling through problems independently
The Personalisation Effect: Familiar contexts (like your own running data) reduce cognitive load and improve learning
Today’s goal: Build a tool that combines both principles at scale using AI.
Here’s the key insight: This workshop itself is designed as a worked example.
We won’t ask you to build this tool from scratch. Instead:
- We’ll show you a complete, working solution (the personalised example generator)
- We’ll study it step-by-step, examining how each component works
- We’ll explain why it’s designed this way ,connecting code to cognitive science
- We’ll gradually reduce scaffolding, from guided study to independent application
- You’ll transfer the pattern, applying it to your own teaching domain
Why this structure?
Because you’re learning to build educational AI tools, a relatively new domain where most of you are “novices.” According to Cognitive Load Theory (Sweller 1988), the most effective way for you to learn is to study a worked example, not struggle through unguided problem-solving.
The meta-lesson: By experiencing the worked example effect yourself, you’ll better understand how to design it for your students.
Throughout today, notice:
- When we show you complete solutions (worked example effect)
- When we use familiar teaching contexts (personalisation effect)
- When we gradually reduce guidance (fading)
- When we ask you to apply independently (transfer)
The workshop structure demonstrates the principles it teaches!
Ready? Let’s move to Theory
Back to top