How to watch a brain paint without a live feed
The sitting, replayed.
While the brain runs, every window of brain time is written to a score: where the brush went, whether it was down, what colour it left, which descending neurons fired and how hard. This page plays that score back. The picture redraws stroke by stroke in your browser, the cursor is the fly, and the panels show what the brain was doing at that moment — no server, no stream, no video. Because the simulation is seeded, anyone with the graph can re-run the seed and get the same pixels.
read off which populations carried the spikes
python run.py replay N
on chainnot minted
Why a score and not a video
A recording you can audit
A video shows a cursor moving. A score says which neurons fired at each window, at what rate, and what the brush did about it. The panels here are read from the same numbers that moved the brush.
A whole sitting is a few hundred kilobytes of JSON. It plays from any static host, on a phone, with the server off. The gallery keeps one per piece.
The header carries the seed and the SHA-256 of the graph. python run.py replay N re-runs the brain and compares the PNG hash. Same graph, same seed, same pixels — or it says so.