TSRGet The Daily Report
The Singularity Report

TSR Desk · compute · 4 September 2026, 19:01 UTC

Free Pause Tokens

What
Free Pause Tokens
Who
arxiv.org
When
4 September 2026, 04:00 UTC
Category
Compute
Primary source
https://arxiv.org/abs/2609.03807
What is not known
This brief does not claim independent replication. Claims that appear only on X and not in the primary source stay unknown.

It improves next-token prediction by 2-3 centinats in practice on a 1B parameter model. It comes from a paper posted to arXiv on 4 September 2026. A free pause token gives a language model extra compute to form each next-token prediction (as a pause, or thinking, token does) but carries that compute in a parallel prediction stream over a weight-shared backbone rather than as an extra token in the sequence. Because the pause rides an existing position instead of adding one, it is free to use: at inference it adds no context length, no KV cache, and essentially no latency with the growth in inference flops typically irrelevant as it is not the active bottleneck on throughput. The only primary cost is in training, where additional training compute versus an optimized pretraining pipeline is reduced to as low as x1.14 while preserving most of the benefits. The result is an isoflop, isoparameter, and isotoken improvement over standard next token trained transformers.

Why it counts

It improves next-token prediction by 2-3 centinats in practice on a 1B parameter model. The only primary cost is in training, where additional training compute versus an optimized pretraining pipeline is reduced to as low as x1.14 while preserving most of the benefits.

Sources

Primary source: primary source

What is not known

This brief does not claim independent replication. Claims that appear only on X and not in the primary source stay unknown.

No clip. The article still stands.