Act 02 · The prediction engine 2:30 Neurons, weights, and why parameter count isn't IQ

A neuron is just multiply-and-add.

The atomic unit: inputs times weights, summed, squashed — mechanically, a similarity check between the input and a stored stencil.

Video rendering soonThe cinematic render for this episode is being generated. The article, transcript and key ideas are all here now.

Key ideas

  • The one idea — The atomic unit: inputs times weights, summed, squashed — mechanically, a similarity check between the input and a stored stencil.
  • How it is shown — One neuron firing hard on a matching input and staying silent on a mismatch — the same dot-product instrument from EP 024.
  • The trap to avoid — The name — a "neuron" here shares almost nothing with a brain cell; the metaphor is historical, not mechanical.
  • What it sets up — One question per stencil.

An AI 'neuron' shares almost nothing with a brain cell. It multiplies, adds, squashes. 'Neural' is a nineteen-forties metaphor — and half the confusion about AI starts there.

The one idea

The atomic unit: inputs times weights, summed, squashed — mechanically, a similarity check between the input and a stored stencil.

The "neural" in neural network is this. That's it. One small machine, three moves — and by the end of this act, you'll watch a machine holding a trillion of those learned numbers think. Three moves. Every input gets multiplied by its own stored number — a weight. The products get added up. And the total gets squashed: below a threshold, the neuron stays silent; above it, it fires with the strength of the sum. Multiply. Add. Squash. Now the reframe that makes it click. Those stored weights, taken together, form a stencil — a pattern.

How it works — the demo

One neuron firing hard on a matching input and staying silent on a mismatch — the same dot-product instrument from EP 024.

Multiply-and-add against an input is asking one question: how much does this input resemble my stencil? Strong resemblance, strong fire. No resemblance, silence. A neuron is a pattern detector with exactly one pattern. And you've already met this instrument. Multiply-and-add across a vector is the dot product — the exact operation that measured word similarity two episodes ago. There, it asked "do these words point the same way?" Here it asks "does this input point the way my stencil points?" One instrument. The whole machine is built from it. Why the squash? Because without it, stacking these machines would be pointless — layer after layer of pure multiply-and-add collapses, mathematically, into one big multiply-and-add. The little nonlinear clip — kill the weak, keep the strong — is what makes depth mean something. Small rule, load-bearing.

The trap to avoid

The name — a "neuron" here shares almost nothing with a brain cell; the metaphor is historical, not mechanical.

Why it matters — and what’s next

One question per stencil.

The trap is the name. A real neuron is living chemistry — spikes, timing, neurotransmitters, plasticity. This is multiply-and-add. The word "neural" is a nineteen-forties metaphor that stuck, and half the confusion about AI starts with taking it literally. Nothing in this series requires the brain. Arithmetic will do. And to be clear: one neuron is nothing. One question, one stencil, one yes-or-how-much. The power is in how many questions get asked at once, and what the machine does with the answers. Next episode, we zoom into what's stored in those wheels — because when someone says a model has seven hundred billion parameters, these little stored numbers are exactly what they're counting. Time to make the most famous number in AI mean something.

This is one short episode in AI: Zero → Frontier, a step-by-step climb through how AI actually works. Each episode builds only on the ones before it.

Full transcript 2:30 of narration

The "neural" in neural network is this. That's it. One small machine, three moves — and by the end of this act, you'll watch a machine holding a trillion of those learned numbers think.

Three moves. Every input gets multiplied by its own stored number — a weight. The products get added up. And the total gets squashed: below a threshold, the neuron stays silent; above it, it fires with the strength of the sum. Multiply. Add. Squash.

Now the reframe that makes it click. Those stored weights, taken together, form a stencil — a pattern. Multiply-and-add against an input is asking one question: how much does this input resemble my stencil? Strong resemblance, strong fire. No resemblance, silence. A neuron is a pattern detector with exactly one pattern.

And you've already met this instrument. Multiply-and-add across a vector is the dot product — the exact operation that measured word similarity two episodes ago. There, it asked "do these words point the same way?" Here it asks "does this input point the way my stencil points?" One instrument. The whole machine is built from it.

Why the squash? Because without it, stacking these machines would be pointless — layer after layer of pure multiply-and-add collapses, mathematically, into one big multiply-and-add. The little nonlinear clip — kill the weak, keep the strong — is what makes depth mean something. Small rule, load-bearing.

The trap is the name. A real neuron is living chemistry — spikes, timing, neurotransmitters, plasticity. This is multiply-and-add. The word "neural" is a nineteen-forties metaphor that stuck, and half the confusion about AI starts with taking it literally. Nothing in this series requires the brain. Arithmetic will do.

And to be clear: one neuron is nothing. One question, one stencil, one yes-or-how-much. The power is in how many questions get asked at once, and what the machine does with the answers.

Next episode, we zoom into what's stored in those wheels — because when someone says a model has seven hundred billion parameters, these little stored numbers are exactly what they're counting. Time to make the most famous number in AI mean something.

NeuronsDot ProductPattern DetectionMachine Act Opens