← Archive / All Digests
A wolf in round glasses reading a book, wrapped in a golden ribbon, in a sunlit forest.

Wolf Digest — Friday, September 11, 2026

Coverage window: 2026-09-10 20:14 ET2026-09-11 08:42 ET
Press play to listen
Friday, September 11, 2026
12m 40s · top-4 narrated briefing
#1 · AI for Science
NVIDIA releases a fully open recipe for IMO-gold olympiad mathematics with Nemotron
NVIDIA has published an end-to-end open recipe for natural-language olympiad proof generation that reached the gold-medal threshold at IMO 2026, scoring 30 out of 42 points. The headline result is not the score itself — several closed systems have now cleared gold — but that the…
8.5 · 2 srcs
#2 · Robotic Autonomy
IMLE-VLA replaces diffusion action heads with single-step generation, 3.67x faster robot inference
Vision-language-action policies have converged on a common design: a pretrained vision-language backbone coupled to a dedicated continuous action head trained with diffusion or flow matching. That head is where the latency goes. Pi-zero-point-five, for instance, runs ten Euler st…
8.5 · 3 srcs
#3 · Agents & Tool Use
T1: a 122B MoE terminal agent trained with RL passes 64% on Terminal-Bench 2.1
T1 is a mixture-of-experts model with 122 billion total parameters trained with reinforcement learning to operate a real shell in a cloud sandbox, sustaining more than 300 tool-call turns on a single task and rewarded by executing each task's own verifier. The post-training pipel…
8.0 · 4 srcs
6.5
#1
AI for Science 2026-09-11 Hugging Face Daily PapersAK (@_akhaliq) Daily Papers 8.5 8.6/8.8/8.1

NVIDIA has published an end-to-end open recipe for natural-language olympiad proof generation that reached the gold-medal threshold at IMO 2026, scoring 30 out of 42 points. The headline result is not the score itself — several closed systems have now cleared gold — but that the entire pipeline is reproducible. Starting from Nemotron 3 Ultra, the team trains two specialist checkpoints with supervised fine-tuning and reinforcement learning, then studies how checkpoint choice, verification, and refinement each contribute to final performance.

The system operates entirely in natural language. There is no formal prover in the loop, no Lean or Isabelle backend, no external tool use, and no internet access. Three Nemotron 3 Ultra checkpoints — the general-availability model plus the two post-trained specialists — power an iterative search that generates candidate proofs, verifies them, and refines them. A separate high-compute stage then selects the final submission for each problem. This is a test-time-compute story as much as a post-training story: the paper's contribution is the demonstration that the search, verification, and selection scaffolding around an open model can carry it to a medal threshold that the base checkpoint does not reach alone.

What makes the release consequential for practitioners is the completeness of what shipped alongside the paper. NVIDIA released both post-trained checkpoints, the training data, the training and inference code, and the actual solutions submitted to the competition. They also released Nemotron-IMO-Bench, a new benchmark of 200 novel olympiad-level problems, which addresses the contamination worry that shadows every olympiad result — that the model has seen the problems, or close relatives of them, during pretraining. A held-out benchmark authored specifically for this purpose lets other groups measure their own systems against the same bar.

The broader significance is the closing gap between open and closed reasoning systems on the hardest available mathematical benchmarks, and the fact that this instance of it is auditable. Gold-medal olympiad performance has functioned as a demonstration that frontier labs cite and outsiders cannot check. A fully open pipeline that reaches the same threshold turns that demonstration into a baseline others can attack, replicate, or falsify. The caveat worth holding is that the pipeline leans on a high-compute selection stage, so the result reflects both the post-training work and a substantial test-time budget; the paper's own ablations are the place to look for how those two contributions separate.

How it was discussed
  • Hugging Face Daily Papers and AK's feed both surfaced it as the day's lead paper, emphasizing the open checkpoint and data release over the score.
cs.AI cs.LG
#2
Robotic Autonomy 2026-09-11 arXiv cs.RO (Robotics)arXiv — Robotic Autonomy / Embodied AIarXiv — Evals & Benchmarks 8.5 8.0/7.6/6.8 +1.0 robotic_autonomy

Vision-language-action policies have converged on a common design: a pretrained vision-language backbone coupled to a dedicated continuous action head trained with diffusion or flow matching. That head is where the latency goes. Pi-zero-point-five, for instance, runs ten Euler steps per action chunk, and the iterative sampling produces visibly stop-and-go robot movement along with slower task completion. IMLE-VLA replaces the iterative head with a single-step conditional generator trained via conditional Implicit Maximum Likelihood Estimation.

The choice of cIMLE rather than plain regression is the technical crux. A naive single-step regression head collapses to the mean of a multimodal action distribution, which is exactly the failure that pushed the field toward diffusion heads in the first place — when several distinct action sequences are valid, averaging them produces a trajectory that is valid under none of them. The cIMLE objective promotes multimodal action coverage, so it retains the distributional expressiveness that motivated diffusion while eliminating multi-step sampling entirely.

Applied to pi-zero-point-five, IMLE-VLA increases inference frequency by 3.67 times, from 15 hertz to 55 hertz, which the authors translate into up to 11 times higher action throughput. On the 40-task LIBERO benchmark it achieves the highest average success rate among all baselines at 98.0% while also leading on inference frequency — the combination that matters, since speedups purchased with accuracy losses are easy and uninteresting. The paper additionally reports results under the test-time perturbations of LIBERO-plus, which probes robustness rather than nominal success.

For embodied deployment this is the kind of result that changes what is buildable rather than what is benchmarkable. A policy running at 55 hertz sits inside the control bandwidth of contact-rich manipulation, where 15 hertz does not; the stop-and-go artifact is not merely aesthetic but a real constraint on tasks requiring continuous force modulation. The result also fits a broader pattern visible across this year's generative-model work, where single-step and few-step distillation steadily eat into the iterative-sampling assumption inherited from image diffusion. The caveat is that LIBERO is a simulation benchmark; the 98.0% figure and the throughput gain both need confirmation on physical hardware, where the backbone's perception latency and the controller's dynamics become the binding constraints rather than the action head.

cs.RO cs.LG
#3
Agents & Tool Use 2026-09-11 arXiv cs.LG (Machine Learning)arXiv — Reinforcement LearningarXiv — Evals & BenchmarksarXiv — AI for Science 8.0 8.4/8.2/7.4

T1 is a mixture-of-experts model with 122 billion total parameters trained with reinforcement learning to operate a real shell in a cloud sandbox, sustaining more than 300 tool-call turns on a single task and rewarded by executing each task's own verifier. The post-training pipeline raises the base model from 43.8% to 64.0% resolved on Terminal-Bench 2.1. On Long-Horizon Terminal Bench it reaches 27.9%, which the authors report as surpassing both GPT-5.4 and GLM-5.1.

The interesting content is in the training machinery, because long-horizon agentic RL on a mixture-of-experts backbone is where most attempts break. The paper names three ingredients. First, an aggressively warm-started actor-critic setup stabilized by a dense process reward that scores trajectories by the absolute number of passing verifiers, rather than waiting for a sparse terminal signal across hundreds of turns. Second, stable optimization through what they call TITO construction — training on the exact sampled token identifiers, with drift repair at turn boundaries — combined with rollout routing replay, which records the sampler's per-token expert choices at every mixture-of-experts layer and replays them during training. That second mechanism addresses a specific failure mode: when the router picks different experts at training time than it did at sampling time, the gradient no longer corresponds to the trajectory that was actually rolled out. Third, a training corpus built from isolated seeds and synthesized tasks deliberately disjoint from Terminal-Bench 2.1.

The reported diagnostics are concrete. TITO and rollout routing replay together cut the training-to-inference log-probability difference from 0.021 to 0.013, with exactly aligned zero token drift in the loss region. That number is the paper's evidence that the policy being optimized is the policy being sampled — the central correctness question for off-policy-ish agentic RL at this scale.

The out-of-distribution training design is the claim most worth scrutinizing and the one the authors press hardest. Terminal-agent benchmarks are unusually easy to overfit, because the task distribution is narrow and the verifiers are public. By synthesizing training tasks disjoint from the evaluation set, the team argues the twenty-point gain reflects genuine capability transfer rather than benchmark familiarity. Whether that holds will depend on independent evaluation on held-out terminal suites, and the paper does not release the model. For anyone building long-horizon coding or operations agents, the routing-replay idea is the transferable piece: it is a general fix for MoE policy-gradient mismatch, not specific to shells.

cs.LG cs.AI
#4
Government & Defense 2026-09-10 Breaking Defense 7.9 7.2/7.4/6.2 +1.0 gov_defense

The Israel Defense Forces are standing up an Unmanned Systems and Artificial Intelligence Branch, consolidating drone, robotics, autonomous-vehicle and AI capabilities that had been dispersed across separate commands. Chief of Staff Lt. Gen. Eyal Zamir announced it on September 10 at a Naval Officers Course graduation; the branch is expected to be fully inaugurated by early December 2026.

The structural point is consolidation rather than new capability. Zamir framed the branch as integrating unmanned systems across land, air and sea, with platforms that will "operate alongside manned teams or carry out independent missions." Creating a branch — rather than a program office or a joint task force — puts unmanned and autonomous systems on the same organizational footing as traditional service arms, which determines budget lines, career paths and doctrine ownership. Reported context: Israel ranks third globally in AI commercialization, with high-tech capital raises up 53.6% in the first half of 2026 against 2025.

#5
Government & Defense 2026-09-10 Breaking Defense 7.9 7.0/7.6/6.0 +1.0 gov_defense

The Defense Autonomous Working Group, the Trump-administration initiative that absorbed the Biden-era Replicator program, is requesting $54.6 billion for FY27 — $53.6 billion routed through budget reconciliation plus $1 billion in the base budget — after receiving $226 million in FY26. Lt. Gen. Steven Marks, DAWG's three-star chief and vice-commander of Special Operations Command, warned that if reconciliation fails the group lands at roughly $1 billion, which is four times FY26 but under 2% of the request.

DAWG's remit is thousands of low-cost attritable drones oriented toward Pacific operations, plus collaborative autonomy and standardized control systems across existing unmanned platforms. All DAWG systems are classified, so the public record carries no platform names or quantities. Marks cited adversary capabilities observed in Ukraine and the Middle East and the cost-imposition asymmetry of cheap drones threatening expensive vessels, and stressed standardizing the unmanned systems already fielded across formations. The dependence of a two-order-of-magnitude budget swing on a single reconciliation vote is the concrete planning risk he named.

#6
Reinforcement Learning 2026-09-11 arXiv — Reinforcement LearningarXiv cs.LG (Machine Learning)arXiv — Evals & Benchmarks 7.7 8.1/8.4/6.6

This paper makes an argument about where reasoning progress is actually bottlenecked, and then supplies theory and experiments for it. The claim is that frontier gains in language-model reasoning come from reinforcement learning on reasoning traces, and those gains are concentrated precisely in domains that happen to have a cheap and sound verifier — mathematics with a checker, code with tests. The field's binding constraint, on this account, is the verification gap: there is no scalable, incorruptible reward signal for reasoning outside formal domains.

The theoretical contribution puts a number on it. In a joint-Gaussian model of best-of-N selection, the correlation between verifier and gold signal, rho, turns out to be the exact exchange rate between test-time compute and capability. An unsound verifier pays a polynomial penalty of N raised to the one-over-rho-squared. That is a sharp statement: it says a weak verifier does not merely slow you down, it changes the exponent relating compute to capability, so scaling best-of-N against a mediocre judge has a ceiling that more sampling cannot lift. The authors also give a margin-free copula form that predicts the realized soundness of real language-model judges to within 4% median error, which is what makes the theory checkable rather than decorative.

The empirical half uses program-synthesis testbeds with executable ground truth, including a pre-registered scaled replication — a methodological choice still rare in this literature and worth noting. As optimization pressure grows, unsound verifiers lose soundness under pressure, degrading from 0.94 to 0.32 at N equal to 4096, while a sound verifier improves monotonically. Reality-anchored settlement beats a frozen verifier under both independent-and-identically-distributed and adversarial pressure, driving the reward-hacking gap from roughly 0.27 to approximately zero. Soundness scales log-linearly with the number of settled labels, and on-policy settlement is about ten times more label-efficient than the alternative.

The practical reading is that the quantity to invest in is not more sampling but more grounded settlement of labels, and that the degradation of LLM judges under optimization pressure is predictable rather than mysterious. Anyone running best-of-N or RL-from-verifier-feedback pipelines outside formal domains should read the soundness-under-pressure curve as a direct warning about their own setup. The honest limitation is that the demonstrations live in program synthesis, where ground truth is executable by construction; extending reality-settled reward to genuinely informal domains is named as the open problem rather than solved here.

cs.LG cs.AI
#7
Industry 2026-09-10 Cohere Blog 7.5 7.9/7.5/7.2

Cohere has released North Small Translate-1.0, a mixture-of-experts machine translation model with 218 billion total parameters and 25 billion active, a 16k-token input and 16k-token output context, and support for more than 50 languages. The weights are open under CC BY-NC 4.0, which permits non-commercial research use while reserving commercial deployment — a licence choice that matters for how the release will actually be used.

The benchmark numbers are the reason to pay attention. On WMT26 the model scores 83.6 across all languages, against Google Translate at 68.20 and DeepL NextGen at 81.37. Among open models it beats Gemma 4 31B at 79.46 and GLM 5.2 at 76.50, and edges Qwen 3.5 397B at 81.56 while activating a fraction of the parameters. An agentic variant that adds error detection and correction reaches 84.36. Regional breakdowns show the consistency that aggregate scores can hide: 82.2 in Europe against Gemma's 73.9, and 86.2 in South Asia where Gemma is roughly level at 86.7.

Efficiency is the other half of the pitch, and the sparse architecture is what delivers it. Output throughput reaches 112 tokens per second at low concurrency against Gemma 4 31B's 81, up to 1.4 times higher. Long-document translation scores 48.9 versus Google Translate's 21.3, more than double — a gap that reflects the 16k context being used for genuine document-level coherence rather than sentence-by-sentence processing. Cost lands at $0.000676 per task at roughly 661 tokens on average, and minimum deployment is one B200 at four-bit weights and activations, or two H100s at the same precision.

The strategic frame Cohere puts on this is sovereignty: an open-weight model that a government or enterprise can run inside its own infrastructure, rather than sending text through a hosted API. That positioning is consistent with the company's enterprise focus and with a wider 2026 pattern of sovereign-AI procurement, which also shows up in today's Cloudera partnership from Mistral and in RAND's report on procurement as an AI governance lever. Beating both incumbent commercial translation systems on the standard academic benchmark, while shipping weights, is a stronger claim than most model releases make. The non-commercial licence is the asterisk: it makes the model a research artifact and a sovereignty demonstration rather than a drop-in replacement for a production translation vendor.

#8
Research 2026-09-11 Hugging Face Daily PapersAK (@_akhaliq) Daily PapersarXiv cs.CL (Computation & Language) 7.4 7.4/7.2/7.6

NCP-ArchPreview trains an 8.9B-parameter model on 5.73T Dolma-3 tokens with a Next Concept Prediction objective alongside standard next-token prediction. The model builds a product-quantized concept vocabulary directly from its own hidden states, predicts future multi-token concepts via a dedicated Concept Module, and feeds those predictions back to the token level to guide generation, with both objectives trained jointly end to end.

The efficiency claim is the headline: consuming only 51.3% of the total training tokens, it reaches the final pretraining loss of OLMo-3-7B. After full pretraining it beats OLMo-3-7B by 2.45 points on the downstream macro-average, including a 5.99-point gain on GSM8K. Using 85% of the standard computation it approaches the training loss of a strictly parameter-aligned 8.9B baseline. Controlled experiments separate the contribution of the latent architecture from the NCP objective. The authors describe it as the largest demonstration of a latent-space language model to date, which is the claim independent replication will need to settle.

How it was discussed
  • Hugging Face Daily Papers and AK's feed both led with the token-efficiency result rather than the downstream scores.
cs.CL cs.LG
#9
Robotics 2026-09-11 arXiv cs.RO (Robotics)Hugging Face Daily PapersAK (@_akhaliq) Daily Papers 7.3 6.6/6.2/6.2 +1.0 robotics

Most robot policies are Markovian, but many manipulation tasks are not — they need memory beyond the current observation. Existing mechanisms use language summaries or growing visual windows, losing fine-grained visual evidence or trading history coverage against execution efficiency. MaP-WAM splits the problem into memory-grounded planning and plan-conditioned execution, treating long-term multimodal episodic context as planning-time evidence instead of re-conditioning the executor on full history.

Memory is stored as completed segment records holding language instructions and sparse visual context, converted into compact plans of a next segment-level language plan plus visual guidance. A World-Action-Progress model executes each plan over unknown duration, jointly predicting action chunks and execution progress, calibrating progress through plan-observation alignment for adaptive segment transitions. Executor context length stays fixed and structured attention enables KV caching in both phases; the authors report state-of-the-art results on RMBench.

cs.RO
#10
Post-Training 2026-09-11 Hugging Face Daily PapersAK (@_akhaliq) Daily PapersarXiv cs.CL (Computation & Language)arXiv — Reinforcement LearningarXiv — Efficiency (Quantization, MoE, Inference) 7.2 7.2/7.0/7.4

On-Policy Self-Distillation lets a model act as its own teacher using privileged information such as ground-truth solutions, but recent findings show it can badly degrade complex reasoning: forcing the student to imitate an artificially confident trace conditioned on the answer suppresses expressions of uncertainty and penalizes the exploratory, self-corrective behavior hard problems require. Negative Self-Distillation inverts the setup — instead of imitating a privileged solution, the model generates a question-specific negative condition (for instance, prompting itself to act as a careless reasoner) and the student distribution is pushed away from that self-generated negative teacher.

Naively applying unlearning objectives here breaks the model, because flawed reasoning tokens are confounded with ordinary linguistic tokens and penalizing both indiscriminately degrades basic language capability. The fix is a dynamic gating mechanism that identifies reasoning-critical tokens so gradient updates target only those. No ground-truth answers or external supervision are needed, which is what makes the method attractive where verifiers are unavailable.

How it was discussed
  • Five separate feeds surfaced this one, with the efficiency and RL virtual feeds both matching on the gating mechanism.
cs.CL cs.LG
#11
Multimodal 2026-09-11 Hugging Face Daily PapersAK (@_akhaliq) Daily PapersarXiv cs.CV (Computer Vision)arXiv — Reinforcement LearningarXiv — Efficiency (Quantization, MoE, Inference) 7.2 7.1/6.8/7.6

SenseNova-U1.5 is an 8B mixture-of-transformers model that understands, reasons about and generates visual content inside a single encoder-free and VAE-free architecture — dropping both the separate vision encoder and the latent autoencoder that most unified models still carry. Training uses spatially coherent patch reconstruction to strengthen the visual interface, curated generation and editing data, improved task formulation, structural prompt enhancement, and native resolutions up to 4K.

Post-training optimizes specialized experts for visual aesthetics, bilingual text rendering, infographic generation and image editing, then consolidates them through multi-expert on-policy distillation. Reported gains span image fidelity, text rendering, complex composition, multi-reference editing and interleaved generation, while improving instruction following and preserving subject identity, geometry and unmodified regions. Despite limited exposure to structured formats during generation training, the model generalizes to long structured visual instructions, which the authors read as multimodal understanding transferring into visual planning. Training code for supervised fine-tuning, RL and on-policy distillation is promised as open source.

cs.CV
#12
AI Coding 2026-09-11 Hacker News — AI front page 6.9 7.0/6.8/7.0

RTK compresses terminal output before an agent reads it, and has been promoted with claims of cutting Claude Code tokens by 60% and saving 90% of tokens. Quesma benchmarked it on Terminal-Bench 2.1 across 1,740 attempts — Claude Code with Fable 5.0 on 85 tasks and OpenCode with DeepSeek V4 Pro on 89 tasks, five runs per task with and without RTK.

Costs did not fall. Fable 5.0 showed a 5% overall cost reduction but only 1% per-task when weighted equally; DeepSeek V4 Pro got 5% more expensive overall and 17% more per task. Pass rates dropped 1-2%. The tool's own <code>rtk gain</code> metric reported 349.2 million tokens saved across DeepSeek attempts, an 89% reduction, while actual spend rose — one task's two commands accounted for 69% of the reported savings. Three causes: terminal output is only 11% of Fable's input tokens and 40% of DeepSeek's; RTK induced extra agent turns that cost more than compression saved; and one incompatibility produced 339 consecutive errors costing 9x the baseline. RTK's own README already disclaims that cutting bash output is not the same as cutting the bill.

#13
Infrastructure 2026-09-11 The Information — AI 6.9 6.8/7.2/6.6

Shanghai Enflame Technology, the Tencent-backed AI chip developer, surged on its first trading day Friday after raising about 6.12 billion yuan ($911 million) in its IPO, with shares opening at 410 yuan. The scale of the pop underscores investor appetite for domestic alternatives to Nvidia inside China.

The listing is a financing event rather than a technical one — no new silicon was announced — but the capital raised and the valuation it implies are the practical measure of how much runway Chinese accelerator vendors now have to iterate against export controls.

#14
Agents & Tool Use 2026-09-11 arXiv — Agents / Tool UsearXiv cs.CL (Computation & Language)arXiv — Evals & Benchmarks 6.7 6.9/6.8/6.4

Search agents are usually judged on final-answer accuracy, which says nothing about how evidence was gathered. SearchAtlas converts raw search trajectories into structured graphs whose edges record how evidence propagates from the query that retrieved it through to the final answer. The automated parsing pipeline hits a mean edge F1 of 86.0% against human-annotated graphs and stays consistent across repeated runs.

Applied to five search agents across three benchmarks, it exposes fragmented answer support, question constraints that never reach the answer, and unverified parametric knowledge entering responses. These process failures correlate with incorrect answers more strongly than an LLM judge given either the raw trajectory or the ordered query list — the practical argument for structural process analysis over trajectory-level judging.

cs.CL cs.AI
#15
Interpretability 2026-09-11 arXiv — Mechanistic InterpretabilityarXiv cs.LG (Machine Learning)arXiv — Evals & Benchmarks 6.6 6.8/6.9/6.0

Two probing methods predict whether an agentic task will succeed from the model's own activations. Latent Trajectory Dynamics summarizes changes in residual-stream representations across an interaction trajectory; the Action Representation Probe predicts success from representations formed at action-decision points.

Across Bash, SQL and Python interactive benchmarks and three model families (Qwen14B, Qwen7B, DeepSeek6.7B), both consistently beat surface-level generation and sequence-based calibration baselines. The deployment argument is that this is a zero-overhead reliability monitor: no prompt alterations, no multi-sample rollouts, just a read off representations the forward pass already computed.

cs.LG cs.AI
#16
Safety, Policy & Regulation 2026-09-11 RAND — Artificial Intelligence 6.5 6.6/7.4/5.6

RAND examines how AI middle powers — states that buy frontier systems without hosting the labs that build them — can use public procurement as a governance instrument. The report develops a set of procurement guarantees and assesses whether coordinated purchasing standards across such states could strengthen their bargaining position against vendors.

The mechanism is the interesting part: rather than regulating model development directly, which requires jurisdiction over the developer, procurement conditions attach requirements to the act of buying. The open question the report takes up is whether coordination is achievable in practice, since the leverage depends on buyers not defecting individually.

#17
Research 2026-09-11 arXiv cs.CL (Computation & Language)arXiv — Agents / Tool UsearXiv — Evals & Benchmarks 6.5 6.8/6.9/5.8

Neurosymbolic systems lean on solvers for correctness guarantees, but a solver cannot tell whether a formal translation preserves reference-equivalence to the intended formalization. The paper names this Verdict-Preserving-Unfaithfulness: an incorrect encoding that executes cleanly and returns the expected verdict. They prove that structural, verdict-only verification heuristics are mathematically bounded to chance-level detection on such traces — a hard limit, not an engineering shortfall.

Generative Verification distills an offline Z3-equivalence oracle into a reference-free continuous equivalence score computed in the language model's native vocabulary space. The relevance extends past autoformalization: any pipeline that treats "the checker accepted it" as ground truth inherits the same blind spot.

cs.CL cs.LO
#18
Evaluations & Benchmarks 2026-09-11 arXiv — Evals & BenchmarksarXiv cs.CV (Computer Vision)arXiv — Generative Media / DiffusionarXiv — Reinforcement Learning 6.5 6.6/6.4/6.4

VWG-Bench tests whether video generators can execute symbolic rules, respect physical laws and pursue intentional goals, spanning 9 reasoning dimensions and 38 fine-grained tasks. A three-level VLM-as-Judge protocol separately scores video-level fluency, task-level rule adherence and sample-level goal realization, which is what keeps visual quality from masquerading as cognitive correctness.

Leading models score strongly on rendering and consistently fail logic-heavy and rule-constrained tasks. The proposed remedy, Vid-PRE, is a model-agnostic prompt rewriter trained with RL on purely text-based rewards that offloads the reasoning burden to a dedicated VLM and emits concise constraint-aware prompts.

cs.CV
#19
Efficiency 2026-09-11 arXiv — Efficiency (Quantization, MoE, Inference)arXiv cs.CV (Computer Vision)arXiv — Evals & Benchmarks 6.4 6.7/6.4/6.2

Omni-modal models ingesting audio, video and text together face KV cache growth that text-only quantization methods handle badly. Analyzing TurboQuant, a rotation-based approach, on multimodal caches surfaces two failures: temporal key drift and heterogeneous value geometry across modalities.

OmniKVQuant is training-free and fixes both — it sets the key quantization range over each short window of the input stream, and rotates values separately per modality. On Qwen2.5-Omni and Qwen3-Omni it enables 2-bit KV caches while substantially preserving performance across seven audio-visual benchmarks. A fused Triton decode kernel unpacks the 2-bit cache during attention so no dense FP16 cache is ever materialized, which is what turns the compression into actual memory savings rather than a bookkeeping result.

cs.LG cs.CV
#20
Efficiency 2026-09-11 Hugging Face Daily PapersAK (@_akhaliq) Daily Papers 6.4 6.5/6.2/6.4

Low-bit quantization of the attention module introduces large errors at very low bit-widths. Rather than relying on smoothing to handle outliers, HyQuant quantizes most attention states to low-bit formats while retaining a small set of vertical-line tokens and local-window states in high precision, selecting those accuracy-critical regions with lightweight vertical-line-aware attention-pattern signals.

In prefill, a hybrid-precision quantized attention operator preserves vertical-line tokens and a local sliding window at full precision while quantizing the rest of the context; in decode, the same principle applies to KV-cache compression, fusing dequantization with attention computation. The authors report near-lossless accuracy across tasks, models and datasets with a notably simple design. Code is released.

cs.LG
#21
Agents & Tool Use 2026-09-11 arXiv — Agents / Tool UsearXiv cs.CL (Computation & Language)arXiv — Post-training / AlignmentarXiv — Evals & Benchmarks 6.4 6.7/6.6/6.0

Compound LLM systems typically solve coordination by adding a higher-level LLM that reads worker outputs, writes the final answer, allocates later calls and decides when to stop — concentrating three control decisions in one opaque, order-sensitive model call. UnitBoost asks whether the manager needs to be generative at all, and replaces it with a defined meta-level operator: a task-given unit map turns worker outputs into slot-value proposals, a constrained argmax assembles the output, and unfilled or unsupported slots become an explicit residual for the next round.

The operator is order-free, records unit provenance, and carries a guarantee that without coupling constraints, unit-wise maximization under the same admission score dominates selection of any complete candidate. On three held-out benchmarks it exceeds the best single candidate chosen with gold labels by 0.060-0.195 absolute task-score points and input-matched generative managers by 0.048-0.076; replacing only the management step improves six compound-system configurations by 0.013-0.182.

cs.CL cs.AI
#22
Generative Media 2026-09-11 arXiv — Generative Media / DiffusionarXiv cs.CV (Computer Vision)arXiv — Efficiency (Quantization, MoE, Inference) 6.3 6.5/6.2/6.2

Few-step distillation speeds up autoregressive video generation but collapses diversity: under the same prompt, different noise samples yield near-identical videos with weakened motion. The analysis identifies a structured uncertainty collapse specific to the autoregressive setting — DMD's mode-seeking bias maps different noise samples to nearly identical first chunks, and the deterministic AR cache then propagates that collapsed state through every subsequent chunk, turning a local loss of stochasticity at the rollout root into global suppression of temporal variation.

Uncertainty DMD targets that root cause directly rather than adding noise downstream. The diagnosis is the transferable part: it explains why diversity collapse in AR video is qualitatively worse than in single-shot image distillation.

cs.CV
#23
Multimodal 2026-09-11 Hugging Face Daily PapersAK (@_akhaliq) Daily PapersarXiv cs.CV (Computer Vision) 6.3 6.5/6.2/6.2

Code world models represent environments as executable programs, but that representation alone does not say how to build a complex world. RCWM reconstructs complex 3D worlds in code from a single reference image by pairing a Recursive Scene Program representation with a construction solver that recursively calls itself.

Each solver call follows the same process — establish the whole, recursively reconstruct unresolved parts, then revisit the whole to refine composition. This global-local-global recursion gives fine-scale structures their own perception-and-editing loops while preserving scene-wide geometry and relationships, which is the standard failure point for compositional scene reconstruction.

cs.CV
#24
Post-Training 2026-09-11 arXiv — Post-training / AlignmentarXiv cs.CL (Computation & Language)arXiv — Reinforcement Learning 6.2 6.4/6.3/5.8

Serving cost scales with output length, and preference alignment routinely inflates verbosity without improving utility. LOCUS starts from the observation that low-rank subspaces alter sequence length without modifying the alignment loss itself, then selects a task-aware low-rank adaptation subspace that minimizes output-token cost subject to a utility constraint, retaining the native preference objective with a frozen backbone.

Evaluation uses Anthropic HH-RLHF dialogue preferences across two roughly 3B decoder backbones, Pythia-2.8B and Qwen2.5-3B, against protocol-matched full-parameter DPO and DrDPO branches and the released SamPO checkpoint. Treating length as a property of the update parameterization rather than something to penalize in the reward is the conceptually interesting move.

cs.CL
#25
Infrastructure 2026-09-11 arXiv cs.LG (Machine Learning)arXiv — Efficiency (Quantization, MoE, Inference)arXiv — Agents / Tool Use 6.1 6.4/6.3/5.6

Datacenter GPU power is the binding constraint on serving capacity, and production has shifted to prefill/decode disaggregation. Deploying NVIDIA's Max-Q inference profile on a disaggregated B200 system produced a modest realized gain of +8.6% tokens per joule, model-dependent, with a mean end-to-end latency cost of +5.2% that throughput-only evaluation does not surface. The profile also applies one setting across prefill and decode GPUs that operate in opposite hardware regimes.

The hypothesis is that the optimal power setting belongs to the deployed combination of model, quantization, engine and hardware rather than to the GPU class, that each lane deserves its own profile, and that converting SLO headroom into energy savings safely requires latency-gated calibration at runtime. The measured latency cost hidden by throughput-only reporting is the transferable warning.

cs.LG cs.DC
#26
Evaluations & Benchmarks 2026-09-11 arXiv — Evals & BenchmarksarXiv cs.CL (Computation & Language)arXiv — Agents / Tool Use 6.1 6.3/6.4/5.6

Tool-augmented legal agents produce agentic hallucinations where tool-call and reasoning errors cascade into fabricated holdings and miscited authority. Existing legal benchmarks evaluate single-turn QA with outcome-level metrics, and general agentic-hallucination benchmarks lack legal diagnostic capability; neither answers to what extent and how an agent hallucinates along its trajectory.

LexAgentHallu, built through a four-stage expert-in-the-loop pipeline, contains 3,414 instances across 17 legal categories and 6 task types, structured hierarchically to localize where in a trajectory the failure originates rather than only scoring the final answer.

cs.CL
#27
Evaluations & Benchmarks 2026-09-11 arXiv cs.CL (Computation & Language)arXiv — Evals & BenchmarksarXiv — Post-training / AlignmentarXiv — Reinforcement Learning 6.1 6.2/6.0/6.0

A multi-signal detection pipeline combining fine-tuned DeBERTa-v3 classification, Monte Carlo Dropout uncertainty quantification and temperature-scaled calibration reaches F1 0.915 and AUROC 0.977 on HaluEval general-domain tasks, with per-task F1 of 0.97 on QA, 0.96 on summarization and 0.82 on dialogue; MC Dropout inference lifts accuracy to 93.2%.

A context ablation supports genuine entailment reasoning over surface pattern-matching — summarization F1 drops 24% when knowledge context is removed — and learning-curve analysis shows 25% of training data captures 77% of full-data performance. Applying DPO to a Qwen2.5-0.5B generator using this detector as the signal cuts its hallucination rate from 85.5% to 37.7%, a 55.9% relative reduction, though measuring the improvement with the same detector that supplied the training signal is the obvious caveat.

cs.CL
#28
Evaluations & Benchmarks 2026-09-11 arXiv — Evals & BenchmarksarXiv cs.CL (Computation & Language)arXiv — Agents / Tool Use 6.0 6.3/6.2/5.6

Enterprise agents cannot be evaluated on customer production data, and no existing substitute supplies ground truth. This benchmark constructs a complete fictional company — product simulators, company-specific internal databases, benchmark questions and computed answer keys — parameterized by industry, company size, business model, application portfolio and a random seed.

One seeded entity graph feeds simulators of Salesforce, Zendesk, Slack, Gong and other products, while a question-conditioned generator creates schemas and records for internal databases drawing shared entities, keys and values from that same graph. Because the whole estate is generated, answer keys are exact rather than annotated.

cs.CL cs.AI
#29
Audio & Speech 2026-09-10 ElevenLabs Blog 6.0 6.0/6.2/5.8

ElevenLabs and Universal Music Group announced a multi-year strategic agreement between the audio-AI platform and the largest music rights holder. The post is filed under ElevenLabs' Company category and does not publish licensing scope, artist consent mechanisms, compensation terms or financials, so the operative details — which catalogues, which products, and how artists opt in — remain unstated.

#30
Industry 2026-09-11 Interconnects (Nathan Lambert) 5.9 5.8/6.2/5.8

Lambert has compiled and is maintaining a curated list of the best writing on open models from recent years, intended as a comprehensive path for someone getting up to speed on the area. Updated September 11, 2026, with an open call for additions.

#31
Research 2026-09-11 Hacker News — AI front page 5.9 5.6/6.0/6.2

The "Waymo effect" is defined as what happens when a technology removes the friction of dealing with another person and the removal is experienced as pure gain. Applied to research, the argument is that LLMs let researchers bypass human collaboration in a locally rational way while losing serendipity and intellectual challenge.

The essay draws on Tim Wu on the tyranny of convenience, Borgmann's device paradigm, Bjork's desirable difficulties, Bainbridge's 1983 ironies of automation, and Dashun Wang's March 2026 Nature commentary, plus team-science findings that small teams disrupt while large teams develop. It presents no publication statistics, collaboration metrics or citation analysis of its own — the case is theoretical, and worth reading as a hypothesis rather than a finding.

#32
Industry 2026-09-11 Hacker News — AI front page 5.8 5.6/5.4/6.4

Google has released the Gemini app for Windows, moving the assistant from browser and mobile onto the desktop as a first-class application. Distribution rather than capability is the story — desktop placement is the surface where assistant usage competes most directly with incumbent OS-level integrations.

#33
Industry 2026-09-10 Mistral AI News 5.6 5.6/5.8/5.4

Cloudera and Mistral announced a partnership to deliver specialized AI capabilities inside enterprise data environments, positioned around data sovereignty and integration with existing organizational data systems rather than a model release. It lands the same day as Cohere's sovereignty-framed open-weight translation model, both aimed at buyers who will not send data to a hosted frontier API.

Items
33
Multi-source
22
Long-form (≥7.5)
7
Sources OK / attempted
90 / 119
Top category
Industry
4 items