Current operation
Awaiting tokenStep through the sequence to update the hidden state.
Mamba turns fixed state-space dynamics into content-dependent ones. Replay a selective scan to see which tokens write strongly, which signals persist, and why linear sequence processing is not the same thing as attention.
Four teaching channels summarize the recurrent state after each token.
Step through the sequence to update the hidden state.
Selective parameters let the recurrence react differently to each token.
A conventional linear state-space layer applies input-independent dynamics. Mamba makes key parameters functions of the current token, then uses a hardware-aware parallel scan to keep sequence length scaling linear.
A high-value token can enter state strongly while ordinary filler barely perturbs it. This is the lab’s simplified picture of input-dependent Δ, B, and C.
The recurrence carries a fixed-width state instead of materializing every query-key pair.
Unlike attention, the model cannot revisit an arbitrary past token directly; information must survive in the state.
Associative scan structure and kernel fusion turn the recurrence into an efficient GPU implementation.
Linear scaling removes the quadratic matrix, but finite state and learned gates still create memory tradeoffs.
Sweep distance, distractor density, gate sharpness, and state width. Compare exact retrieval, throughput, memory, and failure under distribution shift.
Move the target earlier, add similar distractors, and measure whether the answer signal survives until the query.
Require the model to copy only marked tokens. Fixed recurrence should reveal why content-dependent updates matter.
Report matched parameter count, hardware, batch size, context length, and quality. Big-O notation is not a benchmark.
Hover or focus each mechanism to expand its operational contract.
The state values are illustrative teaching signals. These papers define structured state spaces, Mamba’s selective mechanism, hardware-aware scan, and the state-space duality developed in Mamba-2.
Introduces S4 and the structured recurrence foundation.
SELECTIVE STATE SPACESDefines input-dependent selection and the hardware-aware parallel algorithm.
PEER-REVIEWED RECORDOpenReview record for the conference paper and discussion.
STATE SPACE DUALITYDevelops structured state-space duality and Mamba-2.
Turn each slider setting into a reproducible evaluation note. Then see how Superpowers builds inspectable agent tools and caches repeated computer-use evaluations.