Building GPT-2 in a Spreadsheet —...
Building GPT-2 in a Spreadsheet — Everything You Wanted to Know About LLMs (But Were Afraid to Ask)
AI Tinkerers - "One-Shot" by Joe Heitzeberg
S1 · E28
Oct 17, 2025
01:15:48
Episode notes

Learn how to demystify large language models by building GPT-2 from scratch — in a spreadsheet. In this episode, MIT engineer Ishan Anand breaks down the inner workings of transformers in a way that’s visual, interactive, and beginner-friendly, yet deeply technical for experienced builders.

What you’ll learn:

• How GPT-2 became the architectural foundation for modern LLMs like ChatGPT, Claude, Gemini, and LLaMA.

• The three major innovations since GPT-2 — mixture of experts, RoPE (rotary position embeddings), and advances in training — and how they changed AI performance.

• A clear explanation of tokenization, attention, and transformer blocks that you can see and manipulate in real time.

• How to implement GPT-2’s core in ~600 lines of code and why that understanding makes you a better AI builder.

• The ... 

Keywords
GPT-2 from scratch
Build LLM in spreadsheet
Transformer architecture explained
Attention mechanism tutorial
Visual AI learning
Tokenization and embeddings
Modern LLM evolution
Reinforcement learning with human feedback
Hands-on AI experiments