@ericjang11: For the last few months I've been working on a from-scratch implementation of AlphaGo, a 2016 AI breakthrough that insp…

X AI KOLs Following Tools

Summary

Eric Jang releases AutoGo, a from-scratch tutorial for implementing AlphaGo, including code and a playable bot, demonstrating that frontier capabilities can now be replicated affordably.

For the last few months I've been working on a from-scratch implementation of AlphaGo, a 2016 AI breakthrough that inspired me to get into deep learning. My casual understanding of AlphaGo was "search-augmented deep neural networks trained with self-play", but I wanted to go deeper and understand it by creating it. Frontier deep learning research has always been expensive, but any given capability gets cheaper very quickly. In 2026, you no longer need DeepMind's resources to train a strong Go AI - you can vibe code all of it yourself for just a few thousand dollars of rented compute. It was a huge honor to be invited to teach this with @dwarkesh_sp on @dwarkeshpodcast I am an AlphaGo & Go apprentice, not a master, so all factual errors in the podcast are mine. Web version of tutorial: https://evjang.com/2026/04/28/autogo.html… Code: https://github.com/ericjang/autogo Play the go bot here: https://autogo.evjang.com
Original Article
View Cached Full Text

Cached at: 05/15/26, 09:07 PM

For the last few months I’ve been working on a from-scratch implementation of AlphaGo, a 2016 AI breakthrough that inspired me to get into deep learning. My casual understanding of AlphaGo was “search-augmented deep neural networks trained with self-play”, but I wanted to go deeper and understand it by creating it. Frontier deep learning research has always been expensive, but any given capability gets cheaper very quickly. In 2026, you no longer need DeepMind’s resources to train a strong Go AI - you can vibe code all of it yourself for just a few thousand dollars of rented compute. It was a huge honor to be invited to teach this with @dwarkesh_sp on @dwarkeshpodcast I am an AlphaGo & Go apprentice, not a master, so all factual errors in the podcast are mine. Web version of tutorial: https://evjang.com/2026/04/28/autogo.html… Code: https://github.com/ericjang/autogo Play the go bot here: https://autogo.evjang.com


AutoGo: a Tutorial

Source: https://evjang.com/2026/04/28/autogo.html AutoGo

Rotate your device to landscape

The tutorial uses a wide canvas — it needs the horizontal room.

Similar Articles

Building AlphaGo from scratch – Eric Jang

Reddit r/singularity

Eric Jang rebuilt AlphaGo from scratch and explained in detail the application of Monte Carlo Tree Search and deep learning in Go, demonstrating the feasibility of reproducing a powerful Go AI at low cost nowadays.

@Michaelzsguo: This is one of the best deep discussions I've seen recently about the fundamentals of reinforcement learning and its relationship to modern AI. Eric Jang and Dwarkesh turned a seemingly retro exercise—rebuilding AlphaGo with today's tools—into a very clear masterclass: why 'search +...'

X AI KOLs Timeline

A detailed discussion on reinforcement learning and its connection to modern AI, using the reconstruction of AlphaGo with modern tools as a clear example of search and self-play. Key takeaways include neural network amortization of search, credit assignment challenges in LLMs vs AlphaGo, and implications for automated research.