Extend the dependency graph across the full context
Construct a dependency graph that follows attention-channel aggregation across all source positions in the context, rather than stopping at the value read at the position being explained.
References
The dependency graph follows an attention channel back to what it reads at the position being explained and no further (Section~\ref{sec:naming-attn}). What a channel contributes is that value aggregated over the sequence, and following the pattern that does the aggregating leaves the position being explained and opens a graph over the whole context. Every circuit in this paper is for one position; the graph over the context is the next instrument.
— Through the Looking Glass: Directly Reading and Writing Transformers
(2609.10210 - Oskin, 9 Sep 2026) in Section “Is this as good as it gets?”