Skip to content
AxiomLogicaSearch
Category

AI & ML

All about AI and Machine Learning, Latest articles, advances in domain.

Beyond Chinchilla-optimal training: why inference demand changes the compute-optimal model size
AI & ML · Featured

Beyond Chinchilla-optimal training: why inference demand changes the compute-optimal model size

The paper’s key result is that once inference demand is included, the compute-optimal model is smaller and trained longer than classic Chinchilla would suggest for high-demand deployments — especially around ~1B requests — but the authors also show this comes from their modified cost objective and validated fit, not from Chinchilla being universally wrong.

All articles

Should teams adopt Mamba-style state space models for long-context production workloads?
AI & ML

Should teams adopt Mamba-style state space models for long-context production workloads?

Mamba’s core advantage is operational: it scales linearly with sequence length and uses constant-size recurrent state instead of a transformer KV cache, so long-context serving can materially reduce memory pressure and throughput cost, but the trade-off is weaker fit for tasks that still benefit from explicit retrieval or hybrid attention, and open questions remain around forgetting behavior at longer training horizons.

20 min read
Ring Attention with Blockwise Transformers: how near-infinite context works
AI & ML

Ring Attention with Blockwise Transformers: how near-infinite context works

Ring Attention uses blockwise attention and feedforward computation to distribute long sequences across devices while fully overlapping key-value communication with computation — enabling sequences up to device-count times longer than prior memory-efficient Transformers — but it still inherits distributed communication constraints and works best when the network and device topology can sustain that overlap.

25 min read
RedPajama v2 for pre-training: when quality signals and metadata beat raw web scale
AI & ML

RedPajama v2 for pre-training: when quality signals and metadata beat raw web scale

RedPajama-V2 pairs 100B+ raw documents from 84 Common Crawl dumps with 40+ precomputed quality annotations and duplicate IDs, letting teams build filtered subsets without starting from scratch — but it remains a raw corpus that still requires policy decisions about which signals to trust and how aggressively to deduplicate.

19 min read
Mamba-2 vs Transformers are SSMs: what Structured State Space Duality changes in practice
AI & ML

Mamba-2 vs Transformers are SSMs: what Structured State Space Duality changes in practice

Structured State Space Duality shows Mamba-2 and masked attention are two contraction orders over the same semiseparable structure — yielding a core layer that is 2–8× faster than Mamba’s fused scan and competitive with Transformers, but the gains are most compelling for long sequences and the paper still shows better quality when a few attention layers are mixed in.

23 min read

The weekly brief.

One email each Sunday with what we tested, what we'd buy, and what to skip. No filler.