$ ls curriculum/ --depth=deep

Ten modules you couldn't have just googled

Primary-source-grounded, mechanism-level, misconception-busting. Self-paced and gated by on-chain enrollment. Module bodies land as the curriculum is authored — the lifecycle below is the spine.

$ cat ./lifecycle
01 → 02
Source & run
Read model cards on HF, run GGUF locally, expose a local API.
03 → 05
Prompt, ground & tools
Chat templates and sampling, RAG retrieval, then tool-use agent loops.
06 → 08
Data, tune & evaluate
Curate datasets, LoRA/QLoRA → GGUF with Unsloth, then score on an eval harness.
09 → 10
Optimize & ship
imatrix Q4_K_M quants, serve for throughput, package and hand off.

Ready to start module 01?

Enroll on-chain to unlock the curriculum, then install the toolchain and build locally.

// get the toolchain
$ curl -fsSL mindpool.io/install | sh
macOS · Linux · Windows (WSL2)
// or, on macOS (Apple Silicon)
$ brew install --cask mindpool-labs/tap/mpl