← TinyGPT · docs · devlog · roadmap · speedup
source: docs/learn/README.md · view on GitHub ↗

TinyGPT learning corpus

A reading map for the docs/learn/ directory. Three reading paths depending on what you want.

Start here for ground-up learning: Curriculum overview. It is the 10-module path from functions and loss to transformers, post-training, evals, rewards, and the self-improving factory.

Start here for Mac-local scope: Mac-local AI mastery map — the living agenda: everything buildable on a Mac, what’s already covered, and the single-machine ↔ distributed boundary.

For the active owner learning sequence tied to current factory work, use ../learning-pipeline.md. It orders eval design, post-training data, SFT/LoRA, preference tuning, verifiable rewards, RLVR/OAPL, failure analysis, and public reporting around the SQL/factory loop.

I want to learn ML from scratch

Read these in order — the curriculum is designed as a single arc from basic math to modern transformer training. Each session is self-contained but builds on the last.

I want the modern-LLM mechanics reference

These document the architectural + algorithmic choices that show up in current LLMs. They’re for someone who knows the basics and wants the “why” behind specific designs (RoPE, GQA, MoE, etc.).

Interview-grade topic maps (what / why-it-matters-here / external source / repo anchor — for senior/staff prep):

I want session-specific decisions + project state

Captured-in-the-moment notes from real training sessions and decision points.

Conventions