Skip to content

Academy

The academy is the reader-orientation layer of the whitepaper. It explains how to approach the repository, how the teaching modules map onto the codebase, and what validation discipline should remain in view while you read.

What this section does

  • turns the repository from a list of folders into a legible curriculum
  • names the evidence standards before you encounter benchmark numbers or concurrency claims
  • keeps the original learning path reachable without letting it overshadow the architectural story

Reading modes

Reader postureStart hereWhy
evaluator checking technical depthModule AtlasIt links each topic to concrete code, tests, and benchmarks.
maintainer checking rigorValidation DoctrineIt defines the evidence ladder used across docs and code review.
practitioner trying to get productive quicklyQuick StartIt gets you to a verified local build before you branch into deeper study.
reader following the original topic sequenceLearning PathIt preserves the pedagogical order of the example modules.

Core academy pages

PageMain question answeredOutcome
Module AtlasWhich repository surface teaches which concept?A map from modules to code, tests, and benchmarks.
Validation DoctrineWhat counts as trustworthy evidence here?A preset-first rubric for correctness and performance claims.
Learning PathIn what order should I study the examples?A topic sequence that remains close to the runnable code.
  1. Read the landing page for the repository thesis and validation claims.
  2. Use the Module Atlas to choose a module or subsystem.
  3. Read the Validation Doctrine before trusting benchmark numbers or concurrency claims.
  4. Move into Architecture when you need repository-level context.
  5. Drop into the Playbook when you want commands, not commentary.

Relationship to the rest of the site

The academy deliberately stops short of being a beginner course. It is an orientation layer for expert readers who want fast answers to three questions:

  1. Where is the code that matters?
  2. How is it validated?
  3. Which page should I read next to confirm or challenge a claim?

If you already know the project well, you may only need the reference and research sections. For everyone else, the academy is the shortest route to a disciplined first read.

Released under the MIT License.