ax@ax-radar:~/podcasts/dwarkesh $ ls -t podcasts/
40 srcsignal 72%cycle 04:32

podcasts

11 episodes · updated 3m ago
6 channels tracked
tierfeaturedallcurated only
Dwarkesh Patel11 episodes
2026-06-30 · Tue
2026-06-26 · Fri
2026-06-08 · Mon
2026-06-04 · Thu
2026-05-22 · Fri
2026-05-16 · Sat
2026-05-15 · Fri
16:04
74d ago
● P1Dwarkesh Patel· rssEN16:04 · 05·15
Eric Jang Rebuilds AlphaGo from Scratch with Modern Tools
Eric Jang explains how to build AlphaGo from scratch with modern AI tools, comparing MCTS training targets with credit assignment in LLM reinforcement learning over 100k+ token trajectories.
#Reasoning#Agent#Code#Eric Jang
why featured
Featured · importance 88 · hook + knowledge + resonance
editor take
Eric Jang rebuilt AlphaGo from scratch with modern tools. The real insight isn't the rebuild — it's his side-by-side comparison of why MCTS-style RL works for Go but breaks for LLMs, and what that ...
sharp
Eric Jang walked through his from-scratch AlphaGo rebuild on Dwarkesh's podcast. Both sources are Dwarkesh's own content (article plus YouTube), so there's no independent angle here — but the material is Jang's firsthand technical explanation, not a secondhand summary. His core comparison is sharp: AlphaGo uses Monte Carlo Tree Search for self-play, where every move gets a clear "this is better than that" training signal. LLM RL training, by contrast, has to deal with trajectories of 100k+ tokens, and the model has to guess which specific action earned the reward. That's the credit assignment problem, and Jang argues human learning looks more like the former. Current LLM RL is stuck with the latter's inefficiency. He also touched on using LLMs for automated AI research — implementing experiments and tuning hyperparameters works decently, but picking the right research question and escaping dead ends still doesn't. That connects directly to the intelligence explosion debate. I'd treat the automation section as personal experience rather than a systematic evaluation, since he only ran this on one project.
HKR breakdown
hook knowledge resonance
open source
88
SCORE
H1·K1·R1
2026-04-29 · Wed
2026-04-27 · Mon

more

feeds

admin