Youtube Tech Channels

Tech Videos — Week of 2026-05-08 to 2026-05-15#

Watch First#

The single best video this week is the Dwarkesh Patel channel’s Building AlphaGo from scratch – Eric Jang. It offers a highly technical, rigorous breakdown of Monte Carlo Tree Search, bypassing the usual LLM hype to connect classical game-solving architectures directly to the reality of model reasoning loops.

Week in Review#

The dominant theme this week is the fundamental architectural shift required to support autonomous agents, moving away from stateless backends to stateful continuous compute and event-sourced logging. We are also seeing a stark collision between AI-generated volume and traditional engineering guardrails, highlighted by open-source maintainer burnout and devastating supply-chain attacks exploiting CI/CD cache vulnerabilities.

2026-05-08

Sources

Tech Videos — 2026-05-08#

Watch First#

How Transformers Finally Ate Vision – Isaac Robinson, Roboflow is the essential watch today for a clear, technical breakdown of how Vision Transformers (ViTs) defeated CNNs despite having a far worse O(n⁴) compute scaling factor. It perfectly illustrates how massive self-supervised pre-training strategies overrode the need for hand-crafted inductive biases in computer vision architecture.