---
id: "concept-zone-of-proximal-development"
type: "concept"
source_timestamps: ["00:07:07"]
tags: ["education", "pedagogy"]
related: ["concept-stateful-learning-skills"]
definition: "Vygotsky's pedagogical model identifying what a learner can do unassisted vs. what they can do with guidance — the gap where teaching is most effective."
---
# Zone of Proximal Development (ZPD)

## Origin

Introduced by psychologist Lev Vygotsky. The **Zone of Proximal Development (ZPD)** is the gap between:

- What a learner can do unassisted.
- What they can do with expert scaffolding.

Teaching is most effective when it targets *this gap* — material that is just beyond independent competence but reachable with help.

## Why it matters here

[[entity-matt-pocock|Pocock]]'s [[concept-stateful-learning-skills|stateful `teach` skill]] explicitly assesses the user's ZPD before generating curriculum. The agent asks the learner what they know, probes the edges, then targets explanations and quizzes at the next reachable concept.

This design elevates an LLM from a generic Q&A bot to a personalized tutor that respects pedagogical sequencing.
