DOC // REV 01 // PHASE 01

THE BLUEPRINT OF INTELLIGENCE

SHEET 00 / OVERVIEW

The Blueprint of Intelligence

From Logic Gates to LLMs — a continuous technical schematic across five eras.

AXIS: TEMPORAL
RANGE: 1950 → PRESENT
SEGMENTS: 05
ERA 01

The Architecture of Logic

1950s — The birth of the artificial neuron

[X: 04, Y: 50]
NODE // PRCP-01

The first schematic of machine thought: a single weighted node deciding between 0 and 1. The Perceptron partitions space with a hyperplane — intelligence reduced to summation and a threshold.

WIDGET // 01-A · PERCEPTRON
PATH → ERA 02
ERA 02

The Hidden Layers & Sequential Text

1980s–90s — Backpropagation, RNNs & the vanishing gradient

[X: 12, Y: 63]
NODE // RNN-02
WIDGET SLOT // 02-A
[ VANISHING GRADIENT ] animating depth / fading signal — pending phase 02

Backpropagation made deep networks trainable, and Recurrent Neural Networks extended them to streams of text — a hidden state passed token by token through time. But the same depth that gave power also drained the learning signal: each backward step multiplied the gradient by a fraction, and fractions compounded into silence. Early layers — early words — were forgotten. The model lost long-term context.

PATH → ERA 03
ERA 03

The Geometry of Words

2013 — Word embeddings & vector arithmetic

[X: 28, Y: 71]
NODE // W2V-03

In 2013, Word2Vec collapsed meaning into geometry. Each word was trained into a dense vector — a coordinate in a ~300-dimensional semantic space — so that similar words landed near each other and relations became directions. Gender, tense, and capital-city offsets emerged as translatable arrows. Language was no longer a list of symbols; it was spatial math you could add and subtract: [King] − [Man] + [Woman] ≈ [Queen].

WIDGET SLOT // 03-A
[ VECTOR GRAPH ] interactive 2D embedding map — pending phase 02
PATH → ERA 04
ERA 04

The Attention Breakthrough

2017 — Transformers & self-attention

[X: 41, Y: 83]
NODE // TXF-04
WIDGET SLOT // 04-A
[ ATTENTION MATRIX ] hover context-weight grid — pending phase 02

Sequence modeling is reframed as routing. Every token attends to every other token; context weights form a matrix of relationships. Recurrence is discarded in favor of parallel, weighted lookup.

PATH → ERA 05
ERA 05

The Scale & Alignment Era

Present — LLMs, RLHF, and the human feedback loop

[X: 57, Y: 99]
NODE // LLM-05

Scale begets emergence. Tokens stream as probability distributions, shaped by human preference into helpful, aligned output. The loop closes: the machine now answers, and we grade the answer.

WIDGET SLOT // 05-A
[ PROBABILITY TERMINAL ] live-typing token predictor + feedback — pending phase 02