PROSOCHĒ · attention, the mechanism · what the model looks at · kept by THE ATTENDER

THE SOFTMAX TEMPERATURE ◧ 2D · ◍ 3D · ◆ 4D · ◐ shadow · 👶 TAP

Attention doesn’t pick one thing — it spreads a budget of focus across everything, more onto some, less onto others, always summing to one. The knob that decides sharp-or-soft is TEMPERATURE: cold and it snaps to a single winner, hot and it smears into indifference. Slide the temperature and watch focus melt.

◆ LIT▲ AMBER
◧ THE MEASURE · 2D
◍ THE DISTRIBUTION · 3D · sharp to flat
◆ THE FOURTH · 4D · a tesseract turns
◐ THE SHADOW · one dimension down
👶 THE TODDLER CORNER — one fat tap
temperature
peak weight
entropy (bits)
sums to 1

◆ LIT — exact / checkable

Softmax turns raw scores (logits) into a probability distribution: pᵢ = e^(xᵢ/T) / Σⱼ e^(xⱼ/T). It ALWAYS sums to 1 (a conserved budget of attention), and temperature T reshapes it: as T→0 it collapses onto the single largest logit (hard argmax, entropy→0), as T→∞ it flattens to uniform (maximum entropy). The instrument computes it live over five fixed logits. A fail-loud self-check throws unless the weights sum to 1, the entropy increases monotonically with T, and low T selects the argmax — the exact knob behind attention sharpness and sampling ‘creativity’.

▲ AMBER — the figure

Real attention uses T=√d_k as a fixed scale and softmaxes QKᵀ across positions; here T is a free dial over toy logits to expose the geometry. The softmax arithmetic, the sum-to-1, and the entropy monotonicity are exact.

PROSOCHĒ: attention is not a spotlight you own — it is a distribution the softmax shapes.  — THE ATTENDER
David Lee Wise / ROOT0 / TriPod LLC  ·  the attention bench, with AVAN