Home
The 10 canonical tracks¶
FAIRE is organized around the 10 parallel learning tracks from pracha.me/curriculum. Each subject has its own arcs, concepts, key authors, and builds — slot in at any depth.
-
A · Foundations & Theory
-
B · Modeling
Generative Modeling · Representation Learning · Causal & Statistical Inference
-
C · Decision & Reasoning
Reinforcement Learning · Attention, Memory, Reasoning, Continual
-
D · Systems & Cognition
Algorithms & Systems for AI · Complexity, Cognition & Natural Intelligence
Every page is one of four artifact types¶
Each subject converges on the same shape — concepts, authors, arcs, and builds — designed to feed into each other rather than sit as a bookmark pile.
- Concepts are encyclopedic, self-contained walk-throughs (Olah/Distill grade), not bullet-point summaries.
- Authors anchor the field to the people whose work shaped it.
- Arcs are roadmaps.sh-style learning paths through the concepts.
- Builds are Minimum Valuable Build recipes — runnable, persona-tagged, real artifact at the end.
Built for three personas¶
Every page that carries an MVB targets these three. The schema enforces it — any other persona tag is a writing error.
| Persona | Comes to do | Time | Their MVB shape |
|---|---|---|---|
| Applied AI/ML engineer (forward-deployed) | Ship into production by Friday | Half a day – 1 working day | Fine-tune a real model and serve it with a measured latency target |
| Research engineer | Reproduce a paper's number on commodity hardware | 1–3 working days | A reproduced table or figure within ±5% of the published number |
| Applied researcher | Test one hypothesis with one falsifier | 2 days – 1 week | A 2–3 condition ablation with a plot and a falsification criterion |
Every MVB clears the 5-gate quality bar: a real ship-able artifact · a concrete time-to-ship · real HuggingFace model + dataset IDs · a specific success metric · hardness in the middle (fine-tune OR reproduce OR ablate OR deploy — never just pip install + pipeline()).
Source discipline¶
Every link traces back to a primary source:
arxiv.org— papers and preprints*.edu— university lecture notes, course pageshuggingface.co— model cards, datasets- Official library docs (PyTorch, JAX, Diffusers...)
- "In production" sections only: official engineering blogs from frontier labs
No Medium. No Towards Data Science. No Wikipedia as a citation.