Edition of2026-05-28

Poolside releases Laguna XS.2 under Apache 2.0 while foundational research targets the two core inference bottlenecks: KV cache and sample complexity.

Poolside releases the technical report for Laguna M.1 (225.8B params, 23.4B active) and Laguna XS.2 (33.4B total, 3B active), two MoE models trained end-to-end for agentic coding. The benchmark suite — SWE-bench Verified, SWE-bench Multilingual, SWE-Bench Pro, Terminal-Bench 2.0 — maps directly to what dev-agent teams actually evaluate. XS.2 ships under Apache 2.0, removing legal friction for production deployment. At 3B active parameters, it competes head-on with the lightweight code-specialized models already running inside several IDE vendors.

Two infrastructure papers drop the same day, targeting orthogonal but equally critical bottlenecks. HQMQ (Hurwitz Quaternion Multiplicative Quantization) compresses KV cache without calibration by treating each 4-element chunk as a Hurwitz quaternion: on Llama-3-70B, 43 GB → 8.5 GB at fp16 quality, outperforming naive int4 by 3–1900× depending on the task. Validated on Mistral-7B, Llama-3-8B, Qwen2.5/3-8B, and gpt-oss-20b. Separately, the latent prediction paper (data2vec, JEPA) formally proves that predicting one's own representations reduces sample complexity from exponential in depth L to constant — a theoretical grounding for why JEPA-style architectures converge faster than autoregressive models under data-limited regimes.

The search agent training study (arXiv:2605.27881) surfaces a systematic methodological bias in the literature: a substantial share of reported gains on Wikipedia 2018 is explained by data coverage, not algorithmic differences. Outcome-based rewards consistently beat process-based approaches. This is a direct warning for anyone benchmarking RAG+RL pipelines on public datasets without controlling for that variable.

Today's 5 picks
01
02
03
04
05
Poolside releases Laguna XS.2 under Apache 2.0 while foundational research targets the two core inference bottlenecks: KV cache and sample complexity. · Signal IA