The Learning Commons Knowledge Graph Connector, Explained
Claude for Teachers ships every educator a connector to the Learning Commons Knowledge Graph — academic standards across all 50 states, plus the competencies and progressions beneath them. Here's why that changes what 'standards-aligned' means.
Ask a general-purpose chatbot for a lesson "aligned to your state's standards" and you'll get something that looks right and often isn't. It will cite a standard code with total confidence, paraphrase it plausibly, and quietly get the grade band — or the specific competency — wrong. It's reconstructing the standard from training memory, not reading it. For a teacher, "looks aligned" is worse than useless: it's a document you now have to check line by line against the real standard yourself, which is most of the work you were trying to skip.
Claude for Teachers takes a different route. Instead of trusting the model to remember fifty states' worth of academic standards, it connects Claude to an authoritative source of them — the Learning Commons Knowledge Graph — through a connector included for every verified teacher. That single choice is what turns "standards-aligned" from a marketing phrase into something you can rely on. This piece explains what the connector is, what it feeds Claude, and why grounding a model in a real data source beats a confident guess every time.
What a connector actually does
A connector is a bridge between Claude and a live external source of truth. When one is enabled, Claude stops answering from the fuzzy average of everything it read during training and starts reading from the source you pointed it at — the same way you'd trust a colleague more if they were quoting the standards document open on their desk rather than recalling it from a workshop three years ago.
The connector here links Claude to Learning Commons, a nonprofit that maintains a structured map of academic standards. Anthropic ships this connector on by default inside Claude for Teachers, so there's nothing for you to configure, subscribe to, or wire up. You open Claude, ask for a lesson tied to your state and grade, and the standards behind that request come from the graph — not from the model's memory of the graph.
The distinction matters because standards are exactly the kind of information language models are bad at holding. They're numerous, near-identical across states, frequently revised, and unforgiving of small errors. A model that's 95% accurate on standards codes is a model that hands you a wrong code one time in twenty and never flags which one. A connector removes that failure mode by construction: Claude isn't recalling the standard, it's retrieving it.
Standards, and the map beneath them
Here's where the Learning Commons Knowledge Graph goes past a plain standards lookup. It gives Claude two layers, not one:
- The standards themselves, across all 50 states. Whatever framework your district operates under, the graph carries it. That's the layer most people expect from anything calling itself "standards-aligned."
- The competencies beneath each standard. A standard is rarely a single skill — it's built from smaller learning competencies stacked together. The graph exposes those component parts, so Claude can see what a standard actually decomposes into rather than treating it as one indivisible target.
- The order students typically learn them. Those competencies aren't a random pile; they follow a rough sequence — the learning progression. The graph encodes that ordering, so Claude knows what usually comes before what.
That second and third layer are the reason this connector is more than a compliance checkbox. Knowing the standard tells Claude the destination. Knowing the competencies and their progression tells Claude the route — which prerequisite to shore up first, where a scaffold belongs, what a reasonable next step looks like for a student who isn't there yet.
Give a model the standard and it can label a lesson. Give it the standard plus the competencies and the order students learn them, and it can actually build one — scaffolded, sequenced, and aligned because it was constructed from the map, not measured against it afterward.
Why grounding changes the output
The payoff shows up in the lessons. Because Claude is drawing on the graph at planning time, a lesson comes out scaffolded and standards-aligned rather than generated first and reconciled to the standards later. The alignment is upstream of the writing, so it's baked into the structure of the plan instead of stapled on at the end.
Practically, that means fewer of the errors that make AI lesson plans untrustworthy. The standard code matches the standard text. The grade band is right. The lesson doesn't assume a skill that, per the progression, students won't have met yet. You still review the plan — you always review the plan — but you're reviewing pedagogy and fit for your particular kids, not auditing whether the model hallucinated a standard that doesn't exist. That's a categorically better use of the ten minutes you have before the next block starts. (The "how" of that plan-time grounding is the subject of a companion piece, Standards-Aligned by Construction, Not by Afterthought.)
The teaching skills are built on top of it
The connector isn't a standalone feature bolted onto the side of Claude for Teachers — it's the foundation the teaching skills stand on. Anthropic co-developed those skills with Learning Commons, and the two open-sourced ones in the k12-teacher-skills repository are written to use the Knowledge Graph connector directly. Each skill even ships a learning-commons-kg.md reference file alongside its per-subject guidance, telling Claude how to read from the graph.
That's worth noting if you ever want to run the skills outside Claude for Teachers — say, inside Claude Code. The skills assume the connector is present. If your environment doesn't have it, you can still install and use them, but you'll need to adapt them to bring your own standards and curriculum source. Inside Claude for Teachers you never think about any of this; the connector is simply there, and the skills quietly rely on it.
Not just standards — curricula, too
Standards tell you what students should be able to do. They don't tell you how to teach it — that's what a curriculum is for. So the same connector layer brings in trusted, vetted curricula alongside the standards graph: OpenSciEd for science and Illustrative Mathematics' IM v.360 for math.
The combination is the point. Standards give Claude the target and the progression toward it; the curricula give Claude high-quality instructional material to build from instead of inventing activities from scratch. A science lesson grounded in OpenSciEd and a math lesson grounded in IM aren't generic AI output dressed up in standards language — they're planned from materials teachers already trust, aligned to standards Claude is reading rather than recalling. Two companion pieces go deeper on each: OpenSciEd + Claude and Illustrative Mathematics (IM v.360) + Claude.
What it means for you, day to day
Strip away the architecture and the connector buys you one thing: trust. When Claude for Teachers says a lesson is aligned to your fifth-grade standard, that claim traces back to a source, not a guess. You can build on top of that instead of double-checking underneath it.
If you want to feel the difference before you're verified, it's the same principle every grounded tool works on — the marketplace lesson-plan-studio skill and the broader education-agent-skills bundle both reward giving a model real curriculum and real standards to work from rather than asking it to conjure them. The Learning Commons connector just makes that grounding the default for verified teachers, at the scale of all fifty states, with the competency map underneath. That map — the competencies and the order students learn them — is worth understanding on its own terms, which is exactly where the next piece in this series goes.
Part of the Claude for Teachers series. Related: Beneath Every Standard: Learning Competencies and Progressions · Standards-Aligned by Construction, Not by Afterthought. Browse AI tutoring skills or more builder insights.