AI Deep Dive is an open-source interactive learning platform for understanding language models through lessons, visualizations, and coding challenges.
Live: aideepdive.dev
-
Build GPT from Scratch: 11 chapters and 20 coding challenges- interactive lessons, visuals, and project chapters
- a full path from raw text to training and generation
-
Mechanistic Interpretabilityis the next course on the roadmap.
web/— Next.js app and course content inweb/content/judge/— backend judge for hidden tests and torch-backed problemscli/— python cli for local project workflows and implementation validation (coming soon)
Requirements:
- Node.js
- Python 3.10+
- Redis, only if you want to run the judge locally
cd web
npm install
npm run devOpen http://localhost:3000.
See judge/README.md for the local API and worker setup.
- lesson and project chapters live in
web/content/as MDX - judge problem definitions live in
judge/problems/
MIT

