LOTUS: Accelerating Inference via Hidden Workspaces
burkov · x · 2026-07-17
This post introduces a new paper, LOTUS. The authors argue that explicitly generating every reasoning step as text slows down language models, while hiding these steps in hidden states often degrades accuracy as models scale.
LOTUS addresses this by equipping Transformers with multiple hidden "workspaces." It uses the same set of layers to repeatedly process these workspaces, training them to correspond to known reasoning steps. This allows hidden computations to occur more in parallel, without needing to expand token-by-token.
The paper reports that on a 3-billion-parameter model, this architecture achieves near-standard chain-of-thought accuracy on math problems while reducing inference latency by roughly 2.5x; for longer text reasoning, latency drops by about 6.9x. The authors also found that these hidden states can often be decoded into meaningful intermediate steps, rather than remaining uninterpretable internal representations.
More from Research
- Skyfall GS Uses Flux to Refine Gaussian Splatting, Accepted at ECCV 2026 — ducha_aiki · 2026-09-11
- Could 10k agents discover learning methods beyond backprop, or just tweak existing ones? — SeunghyunSEO7 · 2026-09-11
- Apodex Launches TRACES, First Benchmark for Evaluating 'Discoverative AI' on Real-World Problems — Faheem_uh · 2026-09-11
- TRACES grades the process, not the answer: six-dimension eval for open-ended AI science — Faheem_uh · 2026-09-11
- Apodex launches TRACES, a benchmark grading AI on open-ended discovery instead of known answers — Faheem_uh · 2026-09-11
- Cognition's SWE-2 uses a KKT duality argument in RL to shift the effort Pareto curve — YouJiacheng · 2026-09-11