How to read it
Time runs left to right, one column per position. Within a column, each layer reads the layer below it and, through the KV cache, the corresponding layer of every earlier position. Those cache reads carry thousands of dimensions, but a read at layer l sees earlier positions at depth l−1, so composing across positions gains no depth.
The top of one column reaches the bottom of the next only through the wire drawn in the gap between them. In a standard transformer that wire passes through a sampled token: the depth counter resets to zero, and whatever the model carries forward has been written down in text. Latent sequence recurrence lets depth cross the gap without that step.
Depth values are computed exactly for the graph shown: each cell is one plus the maximum over everything it reads. Space plays and pauses, → steps one cell.