Anatomy of AI

The whole machine

27 parts. 35 connections. One page.

The machine opens one stage at a time, which is the right way in. This is the other view: everything at once, wired up. Hover a part to light what flows through it, or run a request and follow it from the moment you press enter to the moment the answer comes back.

Follow one typed question all the way from pressing enter to the answer coming back. 21 steps, in four phases, and you can stop at any of them.

The question I have a few days off in November. Where should I go?

01

Build

Text becomes a file of numbers. Runs once, long before you arrive.

02

Assemble

Everything the model will see is gathered into one string.

03

Run

The file is run over the context, producing one token.

04

Loop

A program repeats the whole thing, deciding what goes back in.

05

Constrain

What measures the output, and what limits what it can do.