Silicon to cognition · 79 lessons · 8 phases · ~8 months

A systems-level account of modern AI, built from the hardware up.

The mechanisms underneath modern AI (representation, optimisation, geometry, hardware, constraints) stay durable while frameworks and vendors churn around them. This course teaches those mechanisms in the order that makes them stick, and keeps them stuck six months later.

formatsingle-file HTML lessons pace2–3 lessons / week stackmicrocontroller to hyperscale prereqtechnical literacy, no ML required vendorneutral, on-prem friendly
01 · What this course teaches

AI as a stack of mechanisms, not a stack of products.

Modern AI is a small set of recurring mechanisms running across a wide spectrum of hardware. Representation chooses what gets computed. Optimisation chooses what gets learned. Geometry is the substrate generalisation lives on. Matrix multiplies are the operation the silicon was built to feed. Constraints (memory, bandwidth, power, latency) shape every architecture and deployment decision downstream.

The course teaches those five threads, then traces them across 79 numbered concept lessons from raw silicon up to frontier intelligence. By the end, the reader can look at a new architecture or training scheme and ask, quickly and accurately, which hardware fact, which data fact, and which objective produced it.

The 5 core laws (threaded across every phase)

Representation shapes computation. Optimisation shapes capability. Hardware shapes architecture. Geometry enables generalisation. Constraints shape systems.

02 · Why this course exists

Three failure modes the field keeps producing.

Most material on modern AI falls into one of three traps. This course was built because none of the three teaches what a working engineer actually needs.

Failure mode · 1

Hype without mechanism

Breathless coverage of capabilities, no account of what produced them. The reader leaves impressed and confused, with no way to evaluate the next release.

Failure mode · 2

Maths without intuition

Derivations starting from the partition function. The reader can reproduce equations and still has no idea what a softmax does to a vector of scores or why anyone would care.

Failure mode · 3

Framework tutorials without durability

"Here's how to call model.fit()." Helpful for a week. Worthless once the framework deprecates or the API changes shape.

What this course teaches instead

Durable systems understanding

Mechanisms first. Hardware threaded throughout. Vendors as examples, never as scaffolding. Skills that survive vendor churn and outlive whichever framework is hot today.

03 · The workshop

79 lessons anchored to a building you walk in your head.

79 numbered lessons are too many to hold without structure. The course uses a memory palace built around a workshop: 7 rooms, 1 staircase, 1 roof. Every lesson lives at a physical station inside one of those rooms. The route is the spine of the course.

Walking the route weekly is what turns a sequence of lessons into structural memory. When you can name all 79 stations cold, the course has done its job.

The home page previews the workshop. The doorway itself, the threshold-crossing into the building, lives in Lesson 0. Read Lesson 0 before any other lesson; it sets the worldview the rest of the course assumes.

fig 0 · the workshop · course architecture 1 doorway · 7 rooms · 1 staircase · 1 roof · 79 numbered stations Phase 7B · roof frontier intelligence 9 stations · S7B · C7B you · L0 Phase 2 · whiteboard wall maths & computational intuition 10 · S2 · C2 Phase 3 · server bay hardware & systems heavy door 12 · S3 · C3 Phase 5 · foundry training & scaling 10 · S5 · C5 Phase 1 · bench foundations of intelligence 10 · S1 · C1 Phase 4 · drafting table neural architectures 14 · S4 · C4 Phase 6 · lab bench engineering & deployment 10 · S6 · C6 central workbench calibration · C1 · C2 · C3 · C4 · C5 · C6 · C7A · C7B L68 · reading desk L69 · benchmarks L70 · scaling graphs Phase 7A · research literacy · 3 · S7A · C7A 1 2 3 4 5 6 legend course route · phase order station · numbered lesson S · synthesis   ·   C · calibration course inventory 1 + 79 numbered lessons · 8 synthesis · 8 calibrations · 95 sittings ~8 months at 2–3 lessons / week · single-file HTML
Fig 0 · The workshop in plan view. 1 doorway (Lesson 0), 7 rooms (Phases 1 through 7A), and a roof patch above the building (Phase 7B). Dots are individual lesson stations; S markers are the closing synthesis walk at the end of each phase; the central anvil is the calibration stop you return to between phases. The dashed amber path is the order you walk.

The reader who finishes the course can walk all 79 stations cold, naming the concept and its key claim at each. That walk is how 8 months of careful study survives 12 months of vendor churn.

04 · How the course is engineered

Long-term retention as architecture, not garnish.

A lesson the reader will forget in 3 months isn't a finished lesson. The course treats long-term retention as load-bearing engineering, with seven mechanisms working together.

M1Memory palace. 7 rooms, 79 stations, 1 connected building. Lesson sequence becomes spatial memory.
M2Retrieval practice. 3 open-ended questions per lesson, answered without looking. The third interleaves back to an earlier lesson per the dependency graph.
M3Spaced-repetition flashcards. 10–15 atomic cards per lesson, scheduled by an SM-2-style algorithm. Daily review.
M4Cumulative glossary. Tooltips on every technical term. The glossary accumulates across phases as one living reference.
M5Synthesis lessons (S1–S7B). One at the end of each phase. Compress and reconnect; no new mechanisms.
M6Calibration assessments (C1–C7B). Mechanism checks (not trivia) before moving to the next phase. The reader gates their own progress.
M7Progressive diagrams. The Lesson 1 system loop reappears at higher fidelity in every phase; the same shape, instantiated.
+Build track. 15 core milestones plus 3 optional extensions. Numpy first, frameworks second. Depth-by-choice; not required for conceptual progress.
05 · Intended audience

For technical readers who want mechanism, not magic.

The course assumes the reader can follow careful chains of reasoning, hold abstractions in their head, and tolerate honest "we don't know" answers. It does not assume prior ML knowledge.

Intuition comes before formalism throughout. Geometric pictures arrive before algebra; worked numerical examples arrive before closed-form expressions. By the time a formula appears, the reader already knows what it has to do.

Software engineer
Wants to understand AI systems deeply enough to design with them, not just call APIs.
Hardware engineer
Already thinks in constraints and substrates; wants the same lens applied to AI.
Systems thinker
Knows how complex systems work in another domain and wants the AI stack mapped the same way.
Curious practitioner
Uses AI tools, wants to know what's actually happening inside.
Math-cautious learner
Welcomed explicitly. The course does intuition first; formalism only when it earns its place.
Aerospace / regulated industry
Air-gapped friendly. Most of the course is applicable on-prem, on hardware you own, with no cloud dependency.
06 · Pacing & expectations

~8 months, 2–3 lessons a week, weekly palace walk.

Each concept lesson is one ~20-minute sitting: read, flashcards, retrieval. Synthesis lessons sit at the end of each phase and run about the same length. Calibration assessments are longer self-tests (~45–60 min) that gate the move into the next phase.

Pacing isn't the point; sticking is. The 8-month length is the consequence of building durable understanding through retrieval, synthesis, and calibrated readiness for each phase, rather than the target a faster course would aim to beat.

What completion looks like

You can walk all 79 stations cold, naming the concept and key claim at each. You can read a new architecture paper and tell which constraint it's responding to. You can run a local inference rig with no cloud dependency. You can survive 5 years of vendor churn without losing the ability to reason about the field.

07 · Roadmap preview

Eight phases, in the order constraints actually produced them.

The ordering follows the order in which the field actually became possible: foundations, then maths, then hardware, then architectures, then training, then deployment, then research literacy, then frontier. Each phase rests on the phases beneath it.

Phase 1 · 10 lessons
The bench
Foundations of intelligence
Phase 2 · 10 lessons
The whiteboard wall
Maths & computational intuition
Phase 3 · 12 lessons
The server bay
Hardware & systems
Phase 4 · 14 lessons
The drafting table
Neural architectures
Phase 5 · 10 lessons
The foundry
Training & scaling
Phase 6 · 10 lessons
The lab bench
Engineering & deployment
Phase 7A · 3 lessons
The stairs
Research literacy
Phase 7B · 9 lessons
The roof
Frontier intelligence

The full lesson list, with one-line summaries and dependency arrows, lives on the syllabus page. Phase pages (Phase 1, Phase 2) give the conceptual framing for each room as you arrive.

Begin the course

Enter the workshop.

Lesson 0 is the doorway. You stand at the threshold, read the schematic of the building beside you, and cross into Phase 1. It takes about 30 minutes. Read it once before any other lesson.

Constitution v3 · syllabus v3 · 95 sittings · vendor-neutral · on-prem friendly