SPS Transformer: A New Dual-Stream Parallel Architecture

heghbalz · x · 2026-07-14

The shared post introduces a new Transformer architecture: SPS Transformer.

The core idea is to run two parallel streams for each input token—one starts from the input token and is responsible for building the state (kv cache), while the other directly predicts the next token via a <predict> token without writing to the cache. This design appears to be exploring more efficient inference/generation pathways.

Related event: SPS Transformer: Separating State and Prediction into Dual Streams(5 posts)→

Original post →

More from Research

Research channel →