Upcoming Curriculum Overhaul Details
Under the upcoming Department for Education Curriculum and Assessment Review, AI literacy, digital skills, and AI ethics are being integrated as a mandatory core entitlement for all pupils in the UK national curriculum. This reformed curriculum ensures pupils do not just consume technology but understand its mathematical, structural, and ethical principles from Key Stage 3 through GCSE.
Lesson Unit Planners
Step-by-step guides mapped to Key Stage 3 and GCSE Computer Science class schedules.
Introduction to Artificial Neurons (Key Stage 3 / GCSE)
Understand how an artificial neuron (Perceptron) processes binary pixel inputs and adjusts connection weights to classify data.
Students draw a digit on a grid, analyze how pixels activate inputs, and track how weights change during classification errors using the MNIST Perceptron cabinet.
- Hook: Show a handwritten number and ask the class how they know it's a '3'. Explain that computers only see grids of numbers (0 and 1).
- Interactive Lab: Open the MNIST Perceptron Cabinet. Ask students to draw a '0' and look at the weights visualizer. Explain that red pixels show positive weights and blue show negative weights.
- Activity: Have students deliberately draw a '3' that looks like an '8'. Analyze why the prediction was incorrect. Explain how the network learns from errors by adjusting weight scores.
- Wrap-up: Discuss how stacking millions of these neurons together creates deep neural networks used in face scanners and self-driving cars.
Path Search vs. Heuristics (Key Stage 3 / GCSE)
Describe how search algorithms navigate mazes, contrasting blind search with heuristic-guided search (A*).
Students build custom mazes on the A* Pathfinding Cabinet, step through the algorithm cell-by-cell, and calculate f, g, and h scores.
- Concept Intro: Draw a grid maze on the blackboard. Explain how a robot can find the exit. Introduce the formula: f = g + h.
- Interactive Lab: Launch the A* Pathfinding Cabinet. Set up a simple obstacle. Have students click 'Step' to watch the search expand.
- Calculation: Pause the stepping and ask students to calculate the 'h' cost (straight-line distance, ignoring walls) and 'g' cost (steps from start) for a specific node.
- Discussion: How did A* help Shakey the Robot in 1968 navigate rooms? Compare this to GPS navigation apps today.
Classroom Lenses Activities
Empower pupils to explore AI history independently by assigning activities using the Museum's permanent Lenses.
Chronology Hunt
Have students navigate the **Timeline Lens** and find the oldest and newest nodes. Track how the timeline shifts from theory to application.
Geographic Density
Direct students to look at the **3D Map Globe**. Examine geographic concentrations of breakthroughs. Connect geography to historical context.
Synaptic Flow
Instruct students to explore the **3D Neural Web** (Archives) to examine connections between nodes. View how different disciplines intersect.