About

The Sovereign Knowledge Compiler Explorer is the first self-explaining artifact of the Sovereign Knowledge Compiler. The compiler's first compiled output is this application, which teaches you how the compiler works — recursively, from the highest-level architecture down to the underlying mathematics and computer science.

The thesis: compile-time vs runtime

DimensionRuntime LLM conversationCompiled curriculum (SKCE)
Cost per readFull reasoning per queryZero inference; static artifact
DeterminismNon-deterministic every timeDeterministic artifact (model passes recorded)
SovereigntyDepends on cloud APILocal-first, inspectable, versionable
StructureEmergent in transcriptBaked-in prerequisite graph
DriftConversation evaporatesDurable graph, re-compilable

How it was built

A deterministic compiler (compiler/) parses a typed corpus — the research blog, the compiler source, and declared concept specs — into an intermediate representation, runs passes (ingest → normalize → extract → link → prerequisite-infer → optimize → emit), and writes an immutable, content-hashed bundle. This static Next.js app reads that bundle. No code runs at read time.

This build

74
concepts
437
edges
4
learning paths
8
max depth
0
gaps

Coverage (declared): 100%. Model vs deterministic nodes: 0 / 74.

Source