Imagine you're organizing a barn dance where every dancer must swap partners in a specific sequence. If everyone stands in a single line, getting person 1 to dance with person n requires n−1 intermediate swaps — a brutal bottleneck. But if the dance floor lets anyone reach anyone in two steps, the whole choreography collapses to a handful of rounds. That's the core mechanism here: the geometry of who can talk to whom dominates how fast you can scramble a quantum system. The committed claim: matchgate circuits — the quantum gates native to free-fermion physics — can form strong approximate k-designs in depth O(k² · rt(G) · log n · log(n/ε)), where rt(G) is the routing number of the qubit connectivity graph. For all-to-all connectivity, rt(G) = 2, and the depth becomes O(k² log n log(n/ε)). This is an exponential improvement over the Ω(n) lower bound previously known for 1D chains. The construction uses a random walk on the matchgate group with no ancilla qubits required. The ladder context matters. For the full unitary group, 1D nearest-neighbor circuits already achieve designs in O(log n) depth — a celebrated result. Matchgates were the stubborn exception: a known Ω(n) lower bound for 1D connectivity meant that free-fermion randomness was uniquely expensive. This paper doesn't just chip away at that gap; it eliminates it by changing the rules of engagement. Under all-to-all connectivity, their fermionic router and exact 3-designs are provably optimal. The technical byproduct — an O(rt(G) · log n) depth fermionic router — independently improves the state of the art for fermionic routing. Architecturally, this sits in the random-circuit / unitary-design family, specifically the subclass concerned with restricted gate sets (matchgates = SO(2n) rather than SU(2^n)). The key structural insight is decomposing the problem into fermionic routing (physically moving modes around the connectivity graph) plus local random matchgate layers. The routing number rt(G) of the graph is the load-bearing parameter — it controls how many swap rounds are needed to implement any permutation. The construction is non-variational, purely algebraic, and the proofs are analytic (representation-theoretic bounds on spectral gaps), not numerical. Integrity is strong for a theory paper. The results are mathematical proofs, not simulations — the depth bounds are rigorous, the optimality claims for all-to-all connectivity are tight (matching known lower bounds), and the spectral gap arguments use established representation theory. There's no cherry-picking concern because there are no experiments to cherry-pick; the claims are existential (such circuits exist) not empirical (we ran them on hardware). The one soft spot: no noise analysis. Real hardware has errors, and the practical advantage hinges on whether the depth savings survive realistic gate infidelities. The milestone that matters is implementation. The paper proves that fermionic tomography protocols requiring matchgate 3-designs could be exponentially faster on all-to-all hardware. Current trapped-ion and neutral-atom platforms offer approximate all-to-all connectivity for ~20-50 qubits. A concrete demonstration — running the O(log n) depth 3-design on, say, 20+ qubits and performing fermionic shadow tomography faster than the 1D baseline — would be the proof-of-concept that converts this from theorem to tool. The obvious next experiment the authors did not run: implementing these circuits on actual quantum hardware with noise. This is almost certainly (a) — it requires hardware access and a different skill set. The paper is pure theory; the authors (West, Cerezo, Larocca at Los Alamos) are theorists. The experimental validation is left for collaborators with machines, which is standard and honest. A second gap: extending to approximate k-designs for general k with tighter constants, and understanding whether the k² dependence can be reduced — likely saved for a follow-up.