xHC scales Transformer residual streams beyond N=4

pmttyji · reddit · 2026-07-20

This paper proposes xHC (Expanded Hyper-Connections), a new way to scale Transformer residual streams beyond the usual width/depth axis.

Core idea

Why scaling breaks

The authors identify two bottlenecks:

What xHC changes

Results

Across 18B and 28B MoE models, xHC gives consistent downstream gains.

xHC-Flash

To make large-N training practical, the paper also introduces xHC-Flash, which cuts per-sublayer memory traffic from 73.5C to 40C, close to the 34C of mHC at N=4, while keeping the gains of full xHC.

The takeaway: xHC makes large-N residual-stream expansion both effective and more practical for LLM pre-training.

Related event: xHC Architecture Breaks Transformer Residual Stream Limits(2 posts)→

Original post →

More from Research

Research channel →