Learning System¶
The 8-section chapter template¶
Same structure as the sister project AI Assistant Engineering.
- Concept — one paragraph, one definition
- Why it matters — what breaks without this tool or idea
- Where it's used — real models and papers
- Minimal example — under 30 lines
- Hands-on tutorial — run it end-to-end in Colab
- Common pitfalls — things you'll actually hit while debugging
- Production checklist — reproducibility, checkpoints, resource math
- Exercises — three to five
Visuals¶
| Tool | When |
|---|---|
| Tables | sequences, steps, comparisons |
.infocards |
card-style summaries |
| SVG pairs (light/dark) | flows, architectures, hierarchies |
No ASCII art, no Mermaid, no emoji-as-diagram. Full rules are in .claude/skills/diagram-svg/SKILL.md.
Colab integration¶
Each chapter's Open in Colab badge links directly to notebooks/partN/chNN_*.ipynb. Notebooks stay 1:1 with the chapter's code blocks via _tools/md_to_notebook.py.
Progress tracking¶
_plans/README.md— overall progress dashboard_plans/writing-log.md— per-session log_plans/partN-plan.md— per-chapter plans