Fetching from the wire…
Public story · 2026-07-31 · high
At 50% sparsity the method beats the best depth-pruning baseline by 55.1% on quality with no retraining, and its code is already public.
Why now: The paper posted to arXiv in July 2026 with runnable code attached, so the 4.95x decoding claim can be checked against real models, not just a benchmark table.
WIDE, a new pruning method, cuts decoding time by up to 4.95x by letting each token choose its own attention-head and FFN-channel groups, per the paper posted to arXiv.
That's the tradeoff pitch: at 50% sparsity, WIDE beats the best existing dynamic depth pruning method by 55.1% on quality, using calibration data alone. No retraining pass is required.
Most pruning approaches decide sparsity at the layer level, dropping the same blocks for every token that passes through. WIDE pushes that decision down to individual attention-head groups and FFN-channel groups, and it runs across both the prefill and decode passes rather than one. Each token ends up with its own pruning pattern, set by an end-to-end differentiable framework trained into the model rather than picked by hand.
The kernel numbers back that up. Prefill runs up to 1.98x faster and decoding up to 4.95x faster, with 1.68x and 1.55x gains once measured end-to-end. The authors released their code alongside the paper, so anyone can check the speedup claims against a real implementation instead of a PDF table.
The paper doesn't specify which base models it tested WIDE on, so it's unclear how the speedups translate across architectures.
Each link below shares sources, entities, or timing with this story.
Engram, a bi-temporal memory engine, scored 83.6% versus 73.2% for a full-context baseline on the 500-question LongMemEval_S benchmark, a statistically significant +10.4 points, while using ~9.6k tokens instead of 79k (arXiv 2606.09900). Roughly 8x fewer tokens and more accura...
Mobius-v0 restructures the transformer into one globally shared Memory (FFN) holding knowledge vectors plus multiple Reasoners (self-attention) that repeatedly query it, using hidden states as cache and carrier (arXiv 2608.14290). Trained from scratch, a 7B Mobius matches a 7B...
Everyone spent yesterday arguing about benchmark numbers. Tencent quietly published data suggesting the numbers belong to your infrastructure, not the model. The WorkBuddy Bench leaderboard reports every model under two different agent harnesses — CodeBuddy Code and Claude Cod...
Everyone is building summarize-and-evict context management. Compaction, rolling summaries, hierarchical memory, vector-store recall. The entire agent-memory category assumes the answer is to throw away history intelligently. PRO-LONG (arXiv 2607.20064) keeps the complete stru...
arXiv 2608.13010 scores top-five retrieval candidates against ranks 6–20 of the same query to spot answer-anchor concentration, and separately compares documents to lexically distinct neighbors to catch coordinated density before any query arrives. Deployed jointly, attack suc...
Skill-α (arXiv 2608.01678) reframes skill generation as RL over sequential edits, decomposing skill construction into individually evaluable changes. The novel signal is a rollback reward that scores each modification by comparing downstream task execution using the original s...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.