EN NL
← Encoding ← Overview Saltatory →
Brain Mechanism 6 of 19

Action Potential

All-or-nothing firing, threshold, summation.

What is it

An action potential is the moment a neuron fires. It's a sudden, brief reversal of electrical charge that travels down the length of a nerve fiber. The critical feature: it's all-or-nothing. A neuron either fires completely or doesn't fire at all. There is no half-fire, no gentle fire, no "maybe" fire.

But reaching that firing point requires summation. A neuron receives input from thousands of other neurons simultaneously. Some inputs are excitatory (push toward firing), some are inhibitory (push away from it). The neuron sums them all. If the total exceeds a threshold — roughly -55 millivolts — it fires. If not, nothing happens.

This means decisions in the brain are not made by single signals. They're made by the accumulated weight of many signals, some for, some against, until the balance tips. It's a voting system with a quorum.

What it does in the brain

The action potential is what turns continuous, analogue input into discrete, digital output. Your senses deliver a constant stream of subtle signals. The action potential mechanism converts that stream into clear yes/no decisions: this is a face, that is a threat, this word means "dog."

The threshold mechanism prevents noise from becoming signal. Random fluctuations in neural activity never reach the threshold. Only coordinated, repeated, or strong inputs do. This is how the brain maintains clarity in a sea of noise — the same way a microphone has a noise gate that only opens above a certain volume.

The summation mechanism also enables nuance despite the all-or-nothing output. A neuron can't fire "a little." But it can fire frequently or infrequently. A strong stimulus causes rapid firing — many action potentials per second. A weak stimulus causes slow firing. The information is in the frequency, not the amplitude.

What it does in ThetaOS

Layer 4 implements action potential logic as a threshold system for surfacing information. When Tom receives a query, the system doesn't dump everything it knows. It sums the evidence: how many layers confirm this connection? How recent is the data? How strong is the potentiation? If the sum exceeds a threshold, that piece of information fires — it appears in the response.

Weak connections with thin myelin stay below threshold. They exist in the database but don't surface unless specifically asked for. Strong connections with thick myelin fire immediately. This is why asking Tom about a well-known contact produces an instant, rich dossier, while asking about a barely-known name produces a sparse response or nothing at all.

The summation principle in practice: if someone appears in only one photo (visual input) but also in three text mentions (narrative input) and a calendar entry (temporal input), these separate signals sum together and cross the threshold. Any single signal alone might not be enough. Together, they fire. This prevents noise — a single accidental mention doesn't create a false connection — while ensuring that genuine but subtle patterns get detected.

The all-or-nothing principle also governs Tom's confidence display. Tom doesn't say "I'm 47% sure." He either presents information as reliable (above threshold) or flags it as uncertain (below threshold, summoned only on explicit request). Binary clarity built on analogue accumulation — exactly like the brain.

Built — Layer 4