Fetching from the wire…
Models2026-09-14 · source-backed
This sweep trains ~1B layer-matched decoders across tokens, bytes, and bytes-with-end-of-token up to 1 trillion bytes, with two methods for converting token logits to byte logits. Token models win at low FLOPs then plateau; byte models start worse and pass them with more compute, with scaling-law extrapolation predicting distilled End-Of-Token-1B beating distilled Token-1B by up to 4% asymptotically. Operating over 256 bytes instead of a ~100K vocabulary also removes top-k truncation when dumping logits.
Each link below shares sources, entities, or timing with this story.
Most looped-transformer results compare at fixed model size, conflating architecture with extra compute. SMELT matches per-token FLOPs, non-embedding parameters and KV cache against an unlooped baseline, scaling to 54B non-embedding parameters with a separate Chinchilla-style...
The architecture report describes a 125B sparse MoE activating 6B parameters per token, plus 51B of n-gram embedding tables held off the accelerator in host memory with prefetching (arXiv 2608.30320). Against the prior 397B-A17B model it leads on 8 of 14 pre-training benchmark...
Dwarkesh Patel and Jerry Han decomposed 2019-2025 pretraining gains at a 1e19 FLOPs budget: a 3.24x gap, or 1.51x per year for data against 1.24x for models. Additive data and model effects explain 88% of performance variance with almost no interaction term. Their caveat is th...
A 1,134-upvote r/LocalLLaMA post pushes back on the claim that n-gram tables let you run 1T+ models with 980B parameters offloaded to SSD (r/LocalLLaMA). An engram is an embedding table keyed on the last two or three tokens rather than one token ID, so "New York" gets a memori...
More than 2,400 training experiments spanning 271M to 8.2B parameters and datasets up to 160B tokens establish best practices for layer distribution, time schedule and optimizer hyperparameters (arXiv 2609.05275). With those settings, models reach lower or similar validation l...
arXiv 2608.26197 stacked finite-state control, forced tool selection, output validation and bounded retries on two open-weight models, and got mixed results across all four model-task cells. Adding structured planning, where the plan is checked against a fixed schema before an...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.