06-reference

Building AlphaGo from scratch – Eric Jang

·source: youtube
compounding-intelligencealphagomctsreinforcement-learningrlvrllm-rlcredit-assignment

Why this is in the vault

Strong mapping to the compounding-intelligence thesis. Jang's central argument adds a structural data-point to the optimizer-optimizing-optimizer cluster ([[2026-05-15-innermostloop-singularity-optimizing-optimizer]]): the LLM RLVR loop has a known sample-efficiency hole (credit assignment) that AlphaGo-style MCTS-per-step would close. If/when frontier labs ship MCTS-augmented training at LLM scale, expect a non-linear capability jump — that's a stage marker to watch for. Also delivers the "initialize from something that works" methodological principle that maps to Ray's build-cycle discipline, and the compression-of-simulation mental model for why pre-trained agents are productive on novel problems. Tracked-author promotion candidate (see note at bottom).

Episode summary

Eric Jang spent his recent sabbatical rebuilding AlphaGo from scratch using modern AI tooling, then released it as the autogo repo on his GitHub (evjang.com / github.com/ericjang). The walkthrough is structured as a worked example of "the primitives of intelligence" — search, learning from experience, self-play — but the load-bearing argument is comparative: AlphaGo's MCTS gives a strictly-better training target on every move, while LLM RLVR (naive policy-gradient over a 100k+ token trajectory) has to figure out backwards which tokens actually produced the right answer. Jang's framing is that the way humans learn is much closer to the AlphaGo case than the LLM case, and that we may be leaving large efficiency gains on the table by not running search-per-step in LLM training.

Cost data point Jang opens with: David Wu's open-source KataGo (2020) achieved a 40x compute reduction vs DeepMind's AlphaGo Zero. Combined with LLM coding agents in 2026, what took a research team millions of dollars can now be re-derived for a few thousand dollars of rented compute. That's the meta-thesis — AlphaGo as the cleanest cheap teaching artifact for compounding-intelligence primitives.

Key arguments / segments

Notable claims

  1. The LLM RLVR sample-efficiency penalty is structural, not incidental. Naive trajectory-level credit assignment is qualitatively worse than per-move search-derived targets. This is a falsifiable claim — anyone running MCTS-style per-step search in LLM training should see meaningful improvement on tasks where forward simulation is tractable.

  2. The KataGo 40x compute multiplier + 2026 LLM coding agents = AlphaGo reproducible for ~$1k–$5k. Worth noting as a meta-data-point on the cost-collapse of historically expensive research artifacts.

  3. AlphaGo as compression-of-simulation, not as search. Jang's reframing is that the network learns to predict the macroscopic structure of a chaotic system — making it a closer cousin to AlphaFold / weather-prediction / climate models than to game-tree search per se.

  4. Initialize from something that works. Restated research-methodology principle that applies beyond AlphaGo: the warm-start always beats from-scratch in compute-bound regimes.

Guests

Eric Jang — Independent / sabbatical. Formerly VP AI at 1X Technologies (humanoid robotics), previously Senior Research Scientist at Google DeepMind Robotics. Blogger at evjang.com (long-running, technically dense). GitHub ericjang. Author of the "as rocks may think" essay on thinking-as-a-primitive. Not yet a tracked author in the vault — strong candidate for promotion based on this episode (clean reframings, original recent work, willingness to publish reproducible code).

Mapping against Ray Data Co

Strong mapping to the compounding-intelligence thesis. The Innermost Loop note ([[2026-05-15-innermostloop-singularity-optimizing-optimizer]]) named Poetiq Meta-System + Prime Intellect + Codex/Claude Code as the May-2026 SOTA stage markers for the optimizer-optimizing-optimizer loop. Jang's central argument adds a structural data-point: the LLM RLVR loop has a known sample-efficiency hole (credit assignment) that AlphaGo-style MCTS-per-step would close. If/when frontier labs ship MCTS-augmented training at LLM scale, expect a non-linear capability jump — that's a stage marker to watch for.

Secondary relevance:

No contradictions to existing vault positions. No re-frame opportunity for Sanity Check (this is engineering-deep; the credit-assignment story is one possible angle but better suited to a niche technical audience than the SC reader).

Related

Tracked-author candidate

Eric Jang — recommend promoting to tracked author. Signals: (1) original technical reframing (compression-of-simulation, credit-assignment-as-structural-gap), (2) publishes reproducible code, (3) writes long-form essays at evjang.com (specifically "as rocks may think" cited by Jang himself as the broader thesis), (4) cross-discipline credibility (robotics + RL + game AI). Add to author whitelist for cross-check + graph ingestion.