← Reddit

Built with Claude: an open knowledge graph of everything a child learns (1,590 concepts, 3,221 prerequisite edges)

Reddit · bruhagan · July 22, 2026
A team used Claude agents to convert seven national curricula from the US and UK into a connected knowledge graph containing 1,590 teachable concepts linked by 3,221 prerequisite edges, each with an explanatory reason graded as hard or soft. The resulting graph was hand-reviewed at high-centrality nodes and released as open source under the ODbL license, though verifying semantic correctness at scale remains an open challenge.

Detailed Analysis

A team building on Claude has released an open-source knowledge graph mapping the entirety of primary school education across seven national curricula from the US and UK. The dataset comprises 1,590 discrete "teachable ideas" connected by 3,221 prerequisite edges, each labeled with a justification and classified as either a "hard" or "soft" dependency. The project, called Marble, used a pipeline of Claude agents to ingest raw curriculum documents and transform them into a structured, machine-readable graph of educational concepts and their interdependencies. The result was reviewed by a human team before being open-sourced under the ODbL (Open Database License), making it freely available for reuse, adaptation, and scrutiny via GitHub.

The technical significance of this project lies less in the scale of the output and more in how the team approached a known failure mode of large language models: confident but unsubstantiated claims. As the creators note, Claude will assert that concept X requires concept Y as a prerequisite even when that relationship doesn't hold up under scrutiny. Rather than treating the LLM's output as ground truth, the team built in mechanisms to make the graph auditable — every edge carries a one-line rationale, edges are weighted by confidence, and human reviewers prioritized checking the most "high-centrality" nodes (the concepts with the most connections, and therefore the greatest structural influence on the graph). This reflects a maturing approach to AI-assisted knowledge engineering: rather than asking whether AI can generate plausible-looking structured data (it clearly can), the more interesting question is how to build verification workflows that catch hallucinated relationships before they propagate errors through a system.

This work sits at the intersection of several important trends in applied AI. First, it exemplifies the growing use of agentic Claude pipelines — chains of AI calls with defined roles — to perform large-scale document transformation and synthesis tasks that would be prohibitively labor-intensive for humans alone, such as parsing seven distinct national curricula into a unified ontology. Second, it highlights the increasing emphasis in the AI community on epistemic humility: the creators explicitly acknowledge that "structure validates, semantic correctness is the open question," and frame open-sourcing the data as a way to crowdsource verification rather than claiming authoritative correctness. This is a notable departure from AI hype cycles that oversell finished, polished outputs; instead, it treats the graph as a living artifact meant to be stress-tested by the community.

Finally, the project has practical implications for education technology. A validated, open prerequisite graph of primary education could underpin adaptive learning platforms, curriculum-gap analysis tools, or AI tutoring systems that need to reason about what a student must know before tackling a new concept. By releasing the graph under an open license rather than keeping it proprietary, the Marble team is inviting external validation and reuse — a strategy increasingly common among startups built on top of foundation models, who differentiate not by owning the AI itself but by the quality, structure, and trustworthiness of the datasets and workflows they build around it. The explicit call in the post — asking the community how to verify such a graph at scale — signals an awareness that human-AI collaborative curation, rather than either pure automation or pure manual review, is likely to be the more durable model for building trustworthy structured knowledge from LLM output.

Read original article →