YouTube Channels

The best video pedagogy in ML systems, curated. Watch on 1.5x speed. Take notes.


The rule

One lecture per week. Not two. Not zero. Lectures are dessert; code is dinner. If you watched a lecture and didn’t write code afterward, you didn’t learn anything, you consumed content.

Note-taking format (in your lab notebook, one page per lecture):

Lecture: [Title] — [Speaker] — [Channel]
Date watched:
One-sentence summary:
Three things I learned:
1.
2.
3.
One thing I'll try in code this week:
One question I still have:

Tier 1 (mandatory)

GPU MODE

Umar Jamil

  • URL: https://www.youtube.com/@umarjamilai

  • Why: Best paper-by-paper implementation walkthroughs on YouTube. He builds Llama, DeepSeek-V3, RoPE, GQA, RLHF, DPO, distributed training from scratch on camera. Every video is 2–4 hours; treat as full guided lab sessions.

  • Playlist priority for this roadmap:

    1. “Coding LLaMA 2 from scratch in PyTorch”

    2. “Coding a Transformer from scratch on PyTorch, with full explanation, training and inference”

    3. “Coding DeepSeek-V3 from scratch”

    4. “Distributed Training with PyTorch: complete tutorial with cloud infrastructure and code”

    5. “Direct Preference Optimization (DPO) explained: Bradley-Terry model, log probabilities, math”

    6. “Mistral / Mixture of Experts, explained”

    7. “Flash Attention explained” — companion to your Triton FA2 work

    8. “LoRA & QLoRA” — for Phase 5–6

Stanford CS336 recordings



Tier 3 (targeted, watch when relevant)

NVIDIA (GTC + On-Demand)

AMD ROCm (awareness)

PyTorch

MLSys conference (published talks)

  • URL: https://mlsys.org/ + their YouTube (search “MLSys 20XX”)

  • What to watch: Best-paper talks. FlashInfer, Mooncake, etc.

USENIX (OSDI / NSDI / ATC recordings)

MIT HAN Lab (Song Han)

Latent Space (Swyx + Alessio)

  • URL: https://www.youtube.com/@LatentSpaceTV

  • Podcast form; watch/listen when they study inference-eng people specifically: Tri Dao, vLLM/SGLang crews, DeepSeek/Kimi people. Skip the general-AI-industry episodes.

AI Engineer Summit (talks)


Awareness-tier (rare-glance)

  • TensorPilothttps://www.youtube.com/@tensorpilot — short-form GPU/systems content; verify current activity before subscribing.

  • Efficient ML (Song Han’s course, MIT 6.5940) — lectures released publicly some years; check MIT OCW.

  • CMU 10-708 / 10-414 / Sasha Rush’s CMU/Cornell lectures — for adjacent depth.

  • Latent Space Papers Podcast, Machine Learning Street Talk, Cognitive Revolution — background listening; low code density.


What to unsubscribe from

  • Any “AI news” channel with weekly “Everything that happened in AI this week” videos. Zero technical content.

  • Any channel whose thumbnails feature large arrows and shocked faces.

  • Any channel selling a course whose curriculum overlaps with this roadmap. You already have the syllabus.


Watchlist queue (managed like your paper queue)

Maintain a ~/notes/youtube-queue.md file:

## To watch this week
- [ ] GPU MODE Lec X — topic (Phase Y aligned)

## To watch this month
- [ ] Umar Jamil DeepSeek-V3 (Phase 4)
- [ ] CS336 Lec 10 Inference (Phase 4)

## Watched — rated 5/5
- [x] Simon Boehm equivalent talks etc

Rating your notes forces you to be honest about what actually added value.