What this is

Three live panes, side by side. OUTER 8-BIT CPU: 4 general registers, ALU, 256-byte RAM, 26-instruction ISA, live disassembly view. TINY OS: a real kernel (~115 bytes of 8-bit assembly) that does round-robin scheduling between two tasks. INNER 4-BIT CPU: a 16-nibble RAM, 2-register, 8-instruction nested machine that the OS steps as one of its tasks. Speed slider goes from 1 Hz to 10 MHz. Everything in green-phosphor CRT.

Why this is mind-blowing

You can build the entire history of computing — registers, ALUs, instruction sets, operating systems, scheduling, virtualization — in one HTML file from one prompt. The model has read every architecture textbook ever written. You just have to know which abstractions to ask for.