REFERENCE 08 / 14 · CORE CONCEPT · 6 MIN

The pattern machine

AI is a next-word machine — training gave it instincts, and everything else comes from what you put in front of it.

PLATFORMWhich product’s names this page uses — BOTH shows every name.
TOY — LOADING…
TOY — LOADING…

The toy above is a simulation, but the shape is the real thing. When you hit send, your message doesn’t travel alone — the app stacks its own instructions around it, the whole package becomes tokens, and the model does exactly one job: pick the next token. Then the next. Then the next.

Two things are worth saying back in your own words:

  • The instincts come from training. The odds you watched are frozen in this toy; in the real model they come from the weights — the residue of everything it read. Nothing you type changes the weights. “Run it again” really is the same machine every time.
  • Everything else comes from the window. The only lever you hold is what sits in front of the model when it starts picking. That lever turns out to be enormous — the rest of this library is about pulling it on purpose.

One more thing the toy just showed you: a long-shot token still continues fluently. That should change how you read confident-sounding answers. Fluency is what the machine is made of — it is not evidence of being right.

Next: Loading the window