Fetching from the wire…
Research2026-09-22 · source-backed
Multiverse Computing turns "which transformer blocks do I delete" into constrained binary optimization on an Ising glass, using a second-order Taylor expansion so the Hessian's off-diagonal entries become pairwise couplings between blocks, which is the interaction heuristics ignore. Removing 40 of 80 blocks from Llama-3.3-70B-Instruct, the correlated method holds 76.9 MMLU against 82.2 for the full model, while block-influence pruning falls to 54.0. Small cases solve by GPU brute force over up to ~29 billion configurations, larger ones by an open-source tabu solver in seconds. (Hugging Face)
Each link below shares sources, entities, or timing with this story.
Hugging Face published its Summer 2026 State of Open Models report on August 14, and one statistic in it went almost entirely unremarked in the coverage. By July 2026, agents rather than humans became the Hub's primary users. Claude Code alone accounted for 44.4% of all agent...
Mira Murati's lab finally shipped a full LLM, and it's Apache 2.0. Inkling is 975B total parameters with 41B active in a MoE configuration, multimodal on input (text, image, audio) and text out, trained on 45 trillion tokens. The context number is the fun part: 1M tokens in th...
The Multiverse Computing team compute the teacher once and cache the top-100 tokens per position instead of re-running every step, then reformulate KL to process chunks rather than materializing the vocab × sequence matrix. At 32K context, peak VRAM goes 85.2 GB → 5.45 GB. At...
PR #19378 landed in llama.cpp this week, and I think most people are underselling what it means. Backend-agnostic tensor parallelism via --split-mode tensor makes multi-GPU inference work across AMD, Intel, and Apple Silicon. Not just CUDA. Everything. For context: llama.cpp h...
TechCrunch strings together three deals: Nvidia's reported $13 billion Hugging Face acquisition, its $6 billion Poolside arrangement, and Stripe's acquisition of OpenRouter for over $7 billion about two weeks before August 28. The thesis is acquirers hedging against frontier-l...
CUDA Rust compiles Rust directly to PTX rather than wrapping C++ or Python. The SIMT track (cuda-oxide) is early alpha and needs a pinned nightly plus custom LLVM; the tile track (cutile-rs) runs on stable Rust 1.89+, is on crates.io, and is already used by Hugging Face's Grou...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.