The Attention Layer Nº 4 — Week of Aug 10 — 16
The Attention Layer
Nº 4 — Week of Aug 10 — 16
The Outcome Gap

The System Is the Metric

Across safety audits, adaptive inference, robot control, and serving systems, this week’s strongest work found the same fault line: a proxy can improve while the behavior that matters moves elsewhere. As this week’s releases expose routing, local execution, and lower-latency agent paths, measurement has to follow the outcome—and charge for the path that produced it.

~8 min
— Also in this issue — A Strong Safety Score Can Rank Successful Jailbreaks Last Counting refusals misses political reframing NCO’s allocation gain appears only under workload shift Large enum decoding gets faster; the serving stack gets credit Rift cuts the rollout and keeps the future read SKALD finds signal where RLVR goes silent LoongReflect teaches search agents when to retreat, with the bill still unclear One optimized message can flip a correct LLM answer What Shipped

An attack detector can score harmful intent with an area under the receiver operating characteristic curve (AUROC) of 0.936srcA Strong Safety Score Can Rank Successful Jailbreaks Last — Results, Figure 2 results paragraph; Abstract and still rank the jailbreaks that succeed below the ones that fail. A robot controller can preserve the future representation it needs after the rollout that produced it has been removed. An adaptive allocator can report a gain until the samples used to choose the allocation are replaced with held-out ones. Across safety, robotics, and inference, the same fault line is opening: the proxy is healthy; the behavior has moved on.

That fault line is the real story of the week. AI systems are being optimized at several layers at once—prompt filters, reward signals, cache interfaces, allocation policies, and serving stacks—and each layer can improve its own number while missing the outcome above it. The useful work here forces measurement to follow the deployed behavior and the full cost of producing it. That standard matters as NVIDIA’s NeMo Switchyard routes individual agent steps by capability, latency, cost, and infrastructure, while Meta’s Muse Glimmer targets local, always-on agents and is intended to run on a Mac or PC with a single consumer GPU.

The answer is the product

Safety research gives the sharpest version of the problem because the proxy often arrives before the behavior. On Llama-3.1srcA Strong Safety Score Can Rank Successful Jailbreaks Last — Results, Figure 2 results paragraph; Abstract-8B-Instruct, wrapping a harmful request raised the harmful-generation rate from 0.05srcA Strong Safety Score Can Rank Successful Jailbreaks Last — Results, Figure 2 results paragraph; Abstract to 0.27srcA Strong Safety Score Can Rank Successful Jailbreaks Last — Results, Figure 2 results paragraph; Abstract. The internal harmfulness readout’s harmful-intent AUROC fell from 0.936 to 0.803srcA Strong Safety Score Can Rank Successful Jailbreaks Last — Results, Figure 2 results paragraph; Abstract, and its outcome AUROC among wrapped harmful prompts was 0.220srcA Strong Safety Score Can Rank Successful Jailbreaks Last — Results, Figure 2 results paragraph; Abstract. The readout sorted the successful attacks below failures. A threshold can change a filter’s operating point; it cannot repair an ordering that runs backwards. The detector was answering a prompt question; the filter needed a forecast of what the target would emit. Jailbreak success depends on the target model, its decoding policy, and the judge that labels the completion. A pre-generation score can therefore look well validated while directing attention toward the wrong attacks. A vision-language-model audit finds the same gap in a more fluent form. Across 21,708srcCounting refusals misses political reframing — Abstract; Results, Table 1 trials, explicit refusal appeared in 4.1%srcCounting refusals misses political reframing — Abstract; Results, Table 1 of responses and state-aligned framing in 10.9%srcCounting refusals misses political reframing — Abstract; Results, Table 1. Chinese prompts produced framing in 15.98%srcCounting refusals misses political reframing — Results; Table 1 of responses, against 5.85%srcCounting refusals misses political reframing — Results; Table 1 in English; refusal ran 3.38%srcCounting refusals misses political reframing — Results; Table 1 in Chinese and 4.87%srcCounting refusals misses political reframing — Results; Table 1 in English. The audit scored refusal separately from information integrity, visual grounding, state-aligned framing, language consistency, and response length. The model could answer the question and still alter the substance of the answer. One paper looks before generation; the other evaluates what came out. That change of level is the point. Refusal rate captures a visible act, while information integrity lives in the answer. Harmfulness score captures the request; target behavior arrives later.

The proxy is healthy; the behavior has moved on.
The protocol is part of the result

Neural combinatorial optimization (NCO) supplies the statistical version of the same warning. On uniform TSP-100srcNCO’s allocation gain appears only under workload shift — Abstract; Conclusion, the customary same-sample allocator reported a 2.2srcNCO’s allocation gain appears only under workload shift — Abstract; Conclusion2.6%srcNCO’s allocation gain appears only under workload shift — Abstract; Conclusion gain; held-out scoring reduced the estimates to 0.457%srcNCO’s allocation gain appears only under workload shift — Abstract; Conclusion for POMO, 0.015%srcNCO’s allocation gain appears only under workload shift — Abstract; Conclusion for the Attention Model (AM), and −0.512%srcNCO’s allocation gain appears only under workload shift — Abstract; Conclusion for SymNCO, with intervals covering zero. The allocator had been rewarded for noise in the samples it used to decide where to spend more. Shift changes the answer, which makes the audit more useful than a simple debunking. On a 50srcNCO’s allocation gain appears only under workload shift — Abstract:50 mix of uniform and clustered instances outside the checkpoints’ training distribution, held-out allocation improved AM by 11.5%srcNCO’s allocation gain appears only under workload shift — Abstract (95%srcNCO’s allocation gain appears only under workload shift — Abstract confidence interval [7.4srcNCO’s allocation gain appears only under workload shift — Abstract, 19.7srcNCO’s allocation gain appears only under workload shift — Abstract]) and SymNCO by 12.0%srcNCO’s allocation gain appears only under workload shift — Abstract; POMO moved by −0.3%srcNCO’s allocation gain appears only under workload shift — Abstract (95% confidence interval [−0.7srcNCO’s allocation gain appears only under workload shift — Abstract, 0.24srcNCO’s allocation gain appears only under workload shift — Abstract]). Charging a 20srcNCO’s allocation gain appears only under workload shift — Abstract; Conclusion-sample probe against the same total budget reduced AM’s result to 3.4%srcNCO’s allocation gain appears only under workload shift — Abstract; Conclusion at that mixture. The gain belongs to a condition: workload shift, held-out scoring, and a signal whose acquisition was free or paid. The finite-set decoding paper makes the same point at the serving layer. At K = 1,000srcLarge enum decoding gets faster; the serving stack gets credit — Results, Table 3 and batch size 256srcLarge enum decoding gets faster; the serving stack gets credit — Results, Table 3 in vLLM, its trie reached 219srcLarge enum decoding gets faster; the serving stack gets credit — Results, Table 3 requests per second against 7.5srcLarge enum decoding gets faster; the serving stack gets credit — Results, Table 3 for XGrammar—the paper’s 29×srcLarge enum decoding gets faster; the serving stack gets credit — Results, Table 3 headline. That comparison bundles precomputed masks and a stateless vLLM logits processor with XGrammar’s dynamic mask computation, per-request grammar compilation, state management, and scheduling overhead. Unconstrained vLLM reached 104srcLarge enum decoding gets faster; the serving stack gets credit — Results, Table 3 discussion requests per second, while constrained requests terminated after 3.2srcLarge enum decoding gets faster; the serving stack gets credit — Results, Table 3 discussion tokens on average against 8.7srcLarge enum decoding gets faster; the serving stack gets credit — Results, Table 3 discussion for unconstrained requests. Stopping behavior therefore contributes to the throughput comparison alongside masking. The method is a credible fast path for large finite sets. The number belongs to this integrated setup. The benchmark is part of the claim.

The benchmark is part of the claim.
A shortcut must preserve the contract

Rift offers a positive design pattern at the architecture level. In a world action model (WAM), a predicted future has a consumer—the action expert—and a producer—the iterative video rollout. Masking the future read dropped LIBERO success from 98.4%srcRift cuts the rollout and keeps the future read — Introduction, paired and final-clean cache interventions to 9.7%srcRift cuts the rollout and keeps the future read — Introduction, paired and final-clean cache interventions across 2,000srcRift cuts the rollout and keeps the future read — Introduction, paired and final-clean cache interventions paired trials, while replaying final-clean future values under the original keys retained 97.9%srcRift cuts the rollout and keeps the future read — Introduction, paired and final-clean cache interventions success with 1.9srcRift cuts the rollout and keeps the future read — Introduction, paired and final-clean cache interventions centimetres of end-effector average displacement error. The controller needs future values at their assigned positions; for the tested models, it cares far less about the route used to make them. Rift then puts learned anticipation tokens at future temporal positions and fills the complete future key/value (K/V) cache in one video-backbone pass, leaving the original future-read interface in place. On LIBERO, it reached 98.8srcRift cuts the rollout and keeps the future read — Results, Table 1 ± 0.17%srcRift cuts the rollout and keeps the future read — Results, Table 1 success at 247.9srcRift cuts the rollout and keeps the future read — Results, Table 1 milliseconds per action chunk. Current-only Fast-WAM reached 96.8%srcRift cuts the rollout and keeps the future read — Results, Table 1 at 235.7srcRift cuts the rollout and keeps the future read — Results, Table 1 milliseconds, while rollout-based Fast-WAM-Joint and Fast-WAM-IDM reached 98.4% at 780.2srcRift cuts the rollout and keeps the future read — Results, Table 1 milliseconds and 98.6%srcRift cuts the rollout and keeps the future read — Results, Table 1 at 1,081.2srcRift cuts the rollout and keeps the future read — Results, Table 1 milliseconds. The shortcut removes the expensive producer while preserving the consumer’s channel. SKALD tackles a similar split in training. Group Relative Policy Optimization (GRPO) produces identical normalized advantages when every rollout in a group is correct or every one is wrong; zero-variance groups made up 63.0%srcSKALD finds signal where RLVR goes silent — Introduction; Results, Supplementary §2.7 of 1.7B training groups. At 1.7B, zero-variance-only distillation reached 49.63srcSKALD finds signal where RLVR goes silent — Results, Table 1 and Supplementary §2.7, against 45.52srcSKALD finds signal where RLVR goes silent — Results, Table 1 and Supplementary §2.7 for rollout-matched GRPO, recovering 84.7%srcSKALD finds signal where RLVR goes silent — Results, Table 1 and Supplementary §2.7 of SKALD’s full 4.85srcSKALD finds signal where RLVR goes silent — Results, Table 1 and Supplementary §2.7-point gain. Yet shuffled cards reached 48.83srcSKALD finds signal where RLVR goes silent — Introduction; Results, contextual and shuffled-card comparisons and contextual exposure 46.60srcSKALD finds signal where RLVR goes silent — Introduction; Results, contextual and shuffled-card comparisons, compared with matched SKALD at 50.37srcSKALD finds signal where RLVR goes silent — Introduction; Results, contextual and shuffled-card comparisons. The missing signal is real; attribution remains conditional. Rift and SKALD point toward a useful rule for optimization: preserve the interface the deployed component consumes, then test whether the shortcut supplies equivalent value under a matched budget. Both improve the path by separating a useful signal from the machinery that generated it.

A metric earns trust only within a declared contract.
The Tension

The uncomfortable conclusion is that outcome-first evaluation can become a new proxy with a longer name. Rift’s fixed-cache replay is still rollout-produced, so it establishes consumption-side sufficiency without a cache-level similarity test or a direct swap of a Rift-produced cache into the rollout action path. SKALD’s zero-variance ablation localizes the gain, while shuffled-card and contextual results leave attribution open. The trie’s 29× belongs to a vLLM integration and a stopping profile; NCO’s positive shift result changes when the exploratory signal is charged; LoongReflect’s retrieval gains arrive without matched call-count, trajectory-length, context, wall-clock, or inference-cost accounting. Safety outcomes remain conditional on target model, decoding, prompt language, and judges. A metric earns trust only within a declared contract. That contract names the label, target, workload, budget, and serving path. These papers sharpen that contract; none makes it portable by default.

Carry a five-part receipt for every systems claim: name the label, separate the samples that choose from the samples that score, price the full path, preserve the consumer interface, and test the behavior after the interaction. This is the practical discipline behind the week’s shipping pattern: model routing, local agents, and faster inference expose more of the stack to optimization. The next useful number is the one that survives a changed target, workload, language, or budget.

The proxy can stay healthy while the behavior moves on. The job now is to make the number follow it.

Grounding — claim → source
On Llama-3.1-8B-Instruct, wrapping a harmful request raises harmful-generation rate from 0.05 to 0.27; harmful-intent AUROC changes from 0.936 to 0.803; outcome AUROC among wrapped harmful prompts is 0.220. A Strong Safety Score Can Rank Successful Jailbreaks Last — Results, Figure 2 results paragraph; Abstract
Harmful intent is prompt-level, while realized jailbreak success depends on the target model, decoding policy, and outcome judge. A Strong Safety Score Can Rank Successful Jailbreaks Last — Abstract; Introduction
The political audit contains 21,708 trials, with aggregate rates of 4.1% explicit refusal and 10.9% state-aligned framing. Counting refusals misses political reframing — Abstract; Results, Table 1
State-aligned framing occurs in 15.98% of Chinese-language responses and 5.85% of English-language responses, while refusal occurs in 3.38% and 4.87%, respectively. Counting refusals misses political reframing — Results; Table 1
The audit scores explicit refusal separately from information integrity, visual grounding, state-aligned framing, language consistency, and response length. Counting refusals misses political reframing — Methods
On uniform TSP-100, same-sample allocation reports 2.2–2.6% gains, while held-out estimates are 0.457% for POMO, 0.015% for the Attention Model, and −0.512% for SymNCO, with intervals covering zero. NCO’s allocation gain appears only under workload shift — Abstract; Conclusion
On a 50:50 uniform/clustered workload outside checkpoint training, held-out allocation gives AM an 11.5% gain with 95% confidence interval [7.4, 19.7], SymNCO a 12.0% gain, and POMO a −0.3% result with 95% confidence interval [−0.7, 0.24]. NCO’s allocation gain appears only under workload shift — Abstract
The budget-accounted NCO policy uses a 20-sample probe charged against the same total budget and reports 3.4% for AM at the tested 50:50 mixture. NCO’s allocation gain appears only under workload shift — Abstract; Conclusion
At K = 1,000 and batch size 256 in vLLM, the trie reaches 219 requests per second versus 7.5 for XGrammar, producing the paper’s 29× throughput headline. Large enum decoding gets faster; the serving stack gets credit — Results, Table 3
The trie comparison combines precomputed masks and a stateless vLLM LogitsProcessor with XGrammar’s dynamic mask computation, per-request compilation, state management, and scheduling overhead. Large enum decoding gets faster; the serving stack gets credit — Results, Section M.1
Unconstrained vLLM reaches 104 requests per second, while constrained requests terminate after 3.2 tokens on average versus 8.7 for unconstrained requests. Large enum decoding gets faster; the serving stack gets credit — Results, Table 3 discussion
Masking the future read drops LIBERO success from 98.4% to 9.7% across 2,000 paired trials, while replaying final-clean future values under the original keys yields 97.9% success and 1.9 cm end-effector average displacement error. Rift cuts the rollout and keeps the future read — Introduction, paired and final-clean cache interventions
Rift places learned anticipation tokens at future temporal positions, fills the future key/value cache in one video-backbone pass, and preserves the original future-read interface. Rift cuts the rollout and keeps the future read — Abstract; Introduction, Rift proposal
On LIBERO, Rift reaches 98.8 ± 0.17% success at 247.9 ms per action chunk; current-only Fast-WAM reaches 96.8% at 235.7 ms; Fast-WAM-Joint and Fast-WAM-IDM reach 98.4% at 780.2 ms and 98.6% at 1,081.2 ms. Rift cuts the rollout and keeps the future read — Results, Table 1
GRPO produces identical normalized advantages for groups whose rollouts are uniformly correct or uniformly wrong, and zero-variance groups account for 63.0% of 1.7B training groups. SKALD finds signal where RLVR goes silent — Introduction; Results, Supplementary §2.7
At 1.7B, zero-variance-only distillation reaches 49.63 versus 45.52 for rollout-matched GRPO, recovering 84.7% of SKALD’s full 4.85-point gain. SKALD finds signal where RLVR goes silent — Results, Table 1 and Supplementary §2.7
At 1.7B, contextual exposure reaches 46.60, shuffled cards reach 48.83, and matched SKALD reaches 50.37. SKALD finds signal where RLVR goes silent — Introduction; Results, contextual and shuffled-card comparisons
The fixed-cache Rift diagnostic remains rollout-produced, and the reported validation does not include cache-level similarity or a direct swap of a Rift-produced cache into the rollout action path. Rift cuts the rollout and keeps the future read — Conclusion; forensic assessment of cache validation
LoongReflect’s comparison contains no matched accounting for call count, trajectory length, context, wall-clock time, inference cost, or control-action frequency. LoongReflect teaches search agents when to retreat, with the bill still unclear — Results, Table 1; Methods
NeMo Switchyard routes each task or agent step according to capability, latency, cost, and infrastructure conditions. What Shipped — NVIDIA ships NeMo Switchyard, an open model-routing library for agents
Muse Glimmer is a local, always-on open-weight agent model intended to run on a Mac or PC with a single consumer GPU. What Shipped — Meta releases Muse Glimmer as a local open-weight agent model
The week’s releases include provider-agnostic routing for agent steps, a local open-weight agent model, and a faster API tier. What Shipped — NVIDIA NeMo Switchyard, Meta Muse Glimmer, and OpenAI Ultrafast items
In this issue
A Strong Safety Score Can Rank Successful Jailbreaks Last
Separates prompt-level harmful-intent detection from completion-level jailbreak success, giving the cover its central proxy failure.
Deep story · arxiv:2608.09624 ↓
Counting refusals misses political reframing
Shows that a fluent answer can satisfy a refusal metric while changing political substance, extending safety evaluation to the answer itself.
Deep story · arxiv:2608.11816 ↓
NCO’s allocation gain appears only under workload shift
Demonstrates that same-sample selection gains vanish under held-out scoring and return only under a specified shift and budget.
Deep story · arxiv:2608.13087 ↓
Large enum decoding gets faster; the serving stack gets credit
Makes the benchmark-path problem concrete: its 29× throughput result mixes specialized masking with vLLM integration and stopping behavior.
Deep story · arxiv:2608.12574 ↓
Rift cuts the rollout and keeps the future read
Shows how a robot controller can retain a future-reading interface while replacing the expensive rollout that produces its cache.
Deep story · arxiv:2608.11521 ↓
SKALD finds signal where RLVR goes silent
Adds a training-time signal where GRPO has zero-variance groups, while its ablations keep attribution conditional.
Deep story · arxiv:2608.09826 ↓
LoongReflect teaches search agents when to retreat, with the bill still unclear
Adds an agent-level example of the same accounting problem: retrieval gains arrive without matched search and inference-cost controls.
Deep story · arxiv:2608.11967 ↓
One optimized message can flip a correct LLM answer
Extends the safety story to targeted answer steerability, while persistence and human judgments remain outside the metric.
Deep story · arxiv:2608.11624 ↓
Deep Story
Safety & Robustness · Evaluation & Analysis

A Strong Safety Score Can Rank Successful Jailbreaks Last

An audit separates harmful intent from the later outcome of a jailbreak and finds that a score excellent at the first task can rank successful attacks below failures. The result changes how pre-generation safety filters should be validated.

TL;DR

This audit argues that a safety score can be excellent at detecting harmful intent yet poor at predicting whether a target model will actually produce harmful text after a jailbreak. On Llama-3.1-8B-Instruct, harmful-intent AUROC was 0.803 for wrapped prompts, while the same readout’s outcome AUROC was 0.220, ranking 27 successful attacks below 73 failures. The result is conditional on the target, greedy decoding, wrapper mixture, and model-based judge: validate prevention scores on realized completions, not prompt labels alone.

Paper ·100 wrapped JailbreakBench goals on Llama-3.1-8B-Instruct ·~5 min
Intent and jailbreak success part ways

On Llama-3.1srcResults — Figure 2 results paragraph; Abstract-8B-Instruct, wrapping a harmful request raised the harmful-generation rate from 0.05srcResults — Figure 2 results paragraph; Abstract to 0.27srcResults — Figure 2 results paragraph; Abstract. The internal score’s harmful-intent area under the receiver operating characteristic curve (AUROC) fell from 0.936srcResults — Figure 2 results paragraph; Abstract to 0.803srcResults — Figure 2 results paragraph; Abstract; among wrapped harmful prompts, it ranked successful attacks below failures, with an outcome AUROC of 0.220srcResults — Figure 2 results paragraph; Results — Setup.

That is the paper’s central finding, and it exposes a common shortcut in safety evaluation. Harmful intent is a property of a prompt. Realized jailbreak success arrives after the target model has read it and depends on that model, its decoding policy, and the judge used to label the completion. A score can measure intent accurately while offering a filter a poor forecast of what will happen next.

The practical cost is easy to miss. A filter that treats a high harmfulness score as evidence that an attack will succeed can spend its false-positive budget on prompts that would have failed, while giving less attention to wrappers that lower the score and succeed. The paper’s result turns score validation into a question of which label the score is meant to predict.

A fixed readout makes the test possible

The authors first deal with a measurement confound. Attention-based scores are usually read at prompt-dependent locations. A wrapper changes the prompt and can move the place where the signal is sampled, so the measured difference can mix attack content with readout position. Active Attention Probing (AAP) is designed to provide a common, content-independent reference point in the system region, allowing plain and wrapped versions of the same goal to be compared at one coordinate.

The audit pairs 100srcResults — Figure 2 caption benign and 100 harmful JailbreakBench goals with plain and wrapped versions. Five wrapper families are balanced across intent classes; prompts, assignments, success criteria, and greedy decoding are frozen before inference. Llama Guard 3 provides the primary outcome labels, and a frozen Qwen3-14B rubric relabels the cached completions. The design tests the score against what the target actually generated: the outcome a jailbreak-prevention decision ultimately cares about.

The readout is strong on its original task. On a curated BeaverTails pool of 1,774srcResults — Setup safe and 3,671srcResults — Setup harmful prompts, the frozen harmfulness readout reaches 0.985srcResults — Setup train-to-test AUROC; cross-validation within the held-out pool ranges from 0.957srcResults — Setup to 0.982srcResults — Setup across five architectures. The authors split source prompts before creating paraphrase, multilingual, or encoding variants. Weak intent detection is therefore not the explanation for the later reversal.

The paper also separates signal size from signal quality. Learned probes produce at least 16srcResults — Setup, norm-matched controls times the response magnitude of norm-matched random probes on three architectures, while linear-readout AUROC moves by at most 0.06srcResults — Setup, norm-matched controls and favors the random probe on Llama. Response magnitude and ranking quality are different quantities; ranking is the test that matters here.

The ranking failure is below chance

Among the 100 wrapped harmful goals, 27srcResults — Figure 2 results paragraph; Abstract were judged successful and 73srcResults — Figure 2 results paragraph; Results — Setup were not. The outcome AUROC comes from the same frozen harmfulness readout used for intent, rather than a success-trained score: 0.220, with a 95%srcResults — Figure 2 results paragraph; Results — Setup confidence interval of [0.109srcResults — Figure 2 results paragraph; Results — Setup, 0.343srcResults — Figure 2 results paragraph; Results — Setup]. Since AUROC measures ordering, this is a ranking failure rather than a thresholding accident: changing a cutoff can change the operating point, while it cannot repair an ordering that puts successes below failures.

The paired outcomes reinforce the direction. Of 95srcResults — Figure 2 results paragraph; Results — Setup goals that Llama refused without a wrapper, 23srcResults — Figure 2 results paragraph became successful after wrapping; a McNemar test gives p = 3 ×srcResults — Figure 2 results paragraph 10srcResults — Figure 2 results paragraph⁻⁶. The score’s induced-success ranking statistic, R_Y, was 0.254srcResults — Figure 2 results paragraph (95% confidence interval [0.129srcResults — Figure 2 results paragraph, 0.396srcResults — Figure 2 results paragraph]). Plain harmful prompts also show an inverse ranking, R_Y = 0.128srcResults — Figure 2 results paragraph (95% confidence interval [0.025srcResults — Figure 2 results paragraph, 0.259srcResults — Figure 2 results paragraph]).

That evidence has an asymmetry. The wrapped result has 27 successes, while the plain-side estimate rests on roughly five, and every outcome is tied to the Llama target, the frozen greedy policy, the wrapper mixture, and model-based judging. Pairing controls the base goal, yet it does not make wrapper families interchangeable: the headline statistic is pooled across five families. The evidence supports an inverse relation for this attack mixture, with a narrower scope than a universal statement about jailbreaks.

Keep the AUROC attached to its label

The paper’s lasting contribution is the separation of two validation jobs. A score with harmful-intent AUROC 0.936 can support a claim about separating harmful from benign prompts in the tested distribution. The same number cannot be carried over as evidence that a particular target will emit harmful text. That evidence has to be collected at the completion level, with the target, decoding policy, and outcome judge part of the specification.

For engineers, the rule is simple: use a prompt-level score for prompt-level decisions, and validate any claim about jailbreak prevention against realized completions. AAP may make the comparison cleaner by holding the readout coordinate fixed; the more durable lesson is that a score earns credit only for the label it learned to predict.

Grounding — claim → source
On Llama-3.1-8B-Instruct, wrapping raises harmful generation from 0.05 to 0.27 while harmful-intent AUROC falls from 0.936 to 0.803. Results — Figure 2 results paragraph; Abstract
Harmful intent is a property of the prompt, while realized jailbreak success also depends on the target model, decoding policy, and judge. Abstract; Introduction
A filter that treats harmfulness as a success proxy can spend its false-positive budget on attacks that would have failed. Abstract
Active Attention Probing is described as a fixed, content-independent measurement coordinate in the system region for comparing plain and wrapped prompts. Introduction
The JailbreakBench audit uses 100 benign and 100 harmful goals, five balanced wrapper families, frozen assignments and success criteria, greedy decoding, Llama Guard 3 labels, and a frozen Qwen3-14B rubric. Results — Figure 2 caption
The BeaverTails pool contains 1,774 safe and 3,671 harmful prompts, and source prompts are split before paraphrase, multilingual, or encoding variants are created. Results — Setup
The frozen harmfulness readout reaches 0.985 train-to-test AUROC, with held-out-pool cross-validation from 0.957 to 0.982 across five architectures. Results — Setup
Learned probes produce at least 16 times the response magnitude of norm-matched random probes, while linear-readout AUROC changes by at most 0.06 and favors the random probe on Llama. Results — Setup, norm-matched controls
Among 100 wrapped harmful goals, 27 are successful and 73 fail; the same frozen harmfulness readout gives outcome AUROC 0.220 with 95% confidence interval [0.109, 0.343]. Results — Figure 2 results paragraph; Results — Setup
AUROC measures ranking, and changing a threshold does not repair the underlying ranking. Results — Metrics
Among 95 goals refused without a wrapper, 23 become successful after wrapping, with McNemar p = 3 × 10⁻⁶; induced-success R_Y is 0.254 with interval [0.129, 0.396], while plain harmful prompts have R_Y = 0.128 with interval [0.025, 0.259]. Results — Figure 2 results paragraph
The headline outcome statistic is pooled across five wrapper families and is conditional on the Llama target, frozen greedy decoding, and model-based outcome judging. Results — Figure 2 caption and results paragraph
Evaluation & Analysis · Safety & Robustness

Counting refusals misses political reframing

A 21,708-trial audit of nine vision-language models separates explicit refusal from state-aligned framing, exposing a failure mode a refusal-based score would miss. Its Chinese-versus-English contrast is consistent across the tested systems; the evidence for a settled origin effect or a generational shift is much weaker.

TL;DR

This audit argues that refusal rates miss a quieter failure: vision-language models can answer politically sensitive image questions while substituting euphemistic, state-aligned narratives. Across 21,708 trials, Chinese prompting produced framing in 15.98% of responses versus 5.85% in English across every tested model, while explicit refusal moved oppositely; however, subjective labels, repeated trial structure, and seven-versus-two origin comparisons weaken claims about mechanism, national origin, and generational change. Evaluators should score context and framing, not refusal alone.

Paper ·21,708 trials; 200 core entries; nine VLMs ·~8 min
The failure begins when the model gives an answer

The paper’s examples make the problem concrete: a model that describes the 1989 Tank Man photograph as “a military parade,” or recasts documented Xinjiang detention facilities as “vocational training centers,” has answered the user while steering the account toward the official narrative. No refusal keyword appears. That is the paper’s useful contribution. Explicit refusal and state-aligned framing are measured as separate outcomes, so a fluent answer can fail even when it passes a refusal-based audit.

To test the distinction, the study uses 200srcAbstract; Figure 1 study overview core entries across ten politically sensitive topics, adds a seven-variant visual-abstraction probe, and runs nine vision-language models—seven China-origin and two non-China—through four elicitation paradigms in Chinese and English. The resulting 21,708srcAbstract; Figure 1 study overview trials are labeled on six dimensions: refusal, information integrity, visual grounding, state-aligned framing, language consistency, and response length. The design distinguishes omission, visual error, refusal, and political substitution.

Across the corpus, the reported rates are 10.9%srcResults; Table 1 for state-aligned framing, 4.1%srcResults; Table 1 for explicit refusal, and 84.7%srcResults; Table 1 for information-integrity failure. That last figure also shows how demanding D2 is: every entry-specific expected fact must be conveyed and every factual claim must be correct. The authors describe most integrity failures as benign omission, although that conclusion depends on the expected-fact lists. D4 is intended to capture the narrower case in which the answer advances the official narrative. A refusal count cannot tell an evaluator whether the model preserved the substance of a sensitive answer.

Chinese prompts change the form of censorship

The cleanest empirical pattern is prompt language. State-aligned framing occurred in 15.98%srcResults; Table 1 of responses to Chinese-language prompts and 5.85%srcResults; Table 1 under English prompts. Explicit refusal moved the other way, at 3.38%srcResults; Table 1 and 4.87%srcResults; Table 1. Within this test, language changed the balance between a visible decline and a fluent political frame.

Every benchmarked model showed a positive English-to-Chinese increase under both full-corpus judges. A logistic regression controlling for model origin and elicitation paradigm estimated 3.67srcResults; Table A4× higher odds under Chinese prompting, with a 95%srcResults; Table A4 confidence interval of 3.20srcResults; Table A44.20srcResults; Table A4 and p < 10srcResults; Table 1⁻⁷⁸. That consistency gives the language contrast more weight than a single pooled gap. It is the result to carry forward from the paper.

It still does not identify the mechanism. Chinese and English prompts can differ in translation, register, cultural implication, and tokenization, and the study does not establish that those differences were neutralized. The paper describes the language shift as approximately origin-independent. The most defensible reading is narrower: this benchmark elicited substantially more state-aligned framing in Chinese, across every tested model.

The origin gap points in one direction, then runs into the comparator

China-origin models produced state-aligned framing in 12.89%srcResults; Table 1; Figure 3 of trials, compared with 3.98%srcResults; Table 1; Figure 3 for the two non-China models. The direction held under Claude Opus 4.7srcMethods; Abstract, GPT-5.5srcResults; Appendix J, and human-majority labels on the validation sample; reported China-to-non-China risk ratios were 3.24srcResults; Appendix J under Opus, 1.61srcResults; Appendix J under GPT-5.5, and 1.60srcResults; Appendix J under the human majority. All seven China-origin models ranked above both non-China models on Chinese prompts.

That pattern deserves attention, and the paper is right to qualify it. The model-level origin test did not survive Holm correction, and the hierarchical Bayesian estimate spans one. Seven versus two models leaves origin entangled with model family, Chinese-language competence, capability, safety tuning, release date, training data, and deployment. Adjusting for prompt language cannot turn that small comparison into a clean national-origin effect.

The sensitivity check is meant to separate governance-shaped alignment from generic model differences by comparing high- and low-sensitivity material. It uses 155srcResults; Table A2; Figure 4 high-sensitivity and 45srcResults; Table A2; Figure 4 low-sensitivity entries. The low-sensitivity group is coder-defined rather than a matched benign control, so topic composition and generic capability effects remain in play. The comparison is suggestive; it does not close the origin argument.

The audit separates the behaviors, then leans on judgment

The six-dimensional rubric is well matched to the paper’s question. Explicit refusal (D1) is distinct from information integrity (D2), visual grounding (D3), state-aligned framing (D4), language consistency (D5), and response length (D6). D3 can catch a wrong description of a chair’s color without turning it into a political finding, while D1 counts an apology followed by an answer as an answer; apology-only or generic deferrals count as refusal. D4 is judged against entry-specific expected facts, and its taxonomy distinguishes overt endorsement, substitution or euphemism, and deflection. The separation is conceptually useful; it does not by itself prove that the dimensions are empirically nonredundant.

All 21,708 responses were audited by Claude Opus 4.7, and GPT-5.5 re-audited the full corpus under the same rubric; three independent human experts validated a 200-trial sample. That is a sensible robustness check, yet it does not make D4 objective. Whether a response advances an official narrative depends on the expected-fact record and on a normative call about euphemism, balance, and omission. The rubric’s instruction that sophistication does not exonerate is designed to catch polished evasions, while also making the judge’s interpretation part of the measurement.

The reported origin contrast has the same direction under both judges and the human-majority labels, but the paper gives no raw agreement, kappa or alpha, confusion matrix, or adjudication statistics. The origin ratio’s movement from 3.24 to 1.61 to 1.60 across Opus, GPT-5.5, and human-majority labels is a reminder that the construct has a sizeable measurement layer. The human check covers only 200 trials, so it cannot establish that human raters would reproduce the full-corpus distribution. The direction is encouraging; the magnitude remains unsettled.

Nor does the trial count solve dependence. There was one model call per trial, with no reported repeated generations or stochasticity estimates. The same entries, variants, prompts, and model conditions recur, so 21,708 is the number of responses, not 21,708 independent tests of the world. That distinction matters for the narrow confidence interval and extreme p-value attached to the language effect.

The useful test reads the answer, not the refusal

The paper’s broader claims are where the language result should stop carrying the whole argument. It reports a 36.5%srcAbstract; Figure 3 framing rate in text-only political commentary, a visual-abstraction result that persists at silhouette for politically iconic images, and a cross-generation pattern across four Qwen generations in which framing rises as explicit refusal falls. The first result weakens the claim that the phenomenon is uniquely visual. The second does not by itself show that subject recognition, rather than composition, embedded text, iconic layout, or training exposure, is the gating mechanism. Politically iconic images also make source-image leakage a live alternative; no source-image deduplication or pretraining-overlap check is reported. The third compares different releases, so it cannot establish a temporal migration from refusal to reframing without separating capability and safety-training changes.

“Invisible” is an interaction hypothesis as well as a description of prose. The paper argues that fluent reframing removes the signal users use to recognize withholding, but it does not measure detection accuracy, trust, or perceived completeness in users. For now, invisibility is an argument about likely user experience rather than an observed one.

For an engineer or evaluator, the practical lesson survives. A sensitive-image test should score whether the model names the subject, preserves relevant context, stays visually grounded, and avoids euphemism or deflection alongside whether it refuses. A smoother answer can signal improvement, or it can be a quieter edit; counting refusals alone cannot tell the difference. The paper does not settle how large the origin gap is. It does make clear what a serious audit must look for.

Grounding — claim → source
The paper uses the Tank Man and Xinjiang examples to illustrate state-aligned reframing without an explicit refusal. Introduction
Explicit refusal and state-aligned framing are separate audit dimensions, and D4 includes overt endorsement, substitution or euphemism, and deflection. Methods
The benchmark contains 200 core entries across ten politically sensitive topics, a seven-variant visual-abstraction probe, nine models with seven China-origin and two non-China systems, four elicitation paradigms, two prompt languages, and 21,708 trials. Abstract; Figure 1 study overview
The six audit dimensions are explicit refusal, information integrity, visual grounding, state-aligned framing, language consistency, and response length. Methods
Aggregate rates are 10.9% framing, 4.1% refusal, and 84.7% information-integrity failure. Results; Table 1
D2 requires all entry-specific expected facts and correct factual claims, and the authors characterize most integrity failures as benign omission. Methods, D2 definition; Results
State-aligned framing occurs in 15.98% of Chinese-language responses and 5.85% of English-language responses, while refusal occurs in 3.38% and 4.87%, respectively. Results; Table 1
Every benchmarked model shows a positive English-to-Chinese framing increase under both full-corpus judges. Results; Appendix H.2; Figure A4
The reported logistic regression estimates 3.67× higher odds of framing under Chinese prompting, with a 95% confidence interval of 3.20–4.20 and p < 10⁻⁷⁸. Results; Table A4
The language comparison uses Chinese and English prompt conditions, while the reported analysis controls for model origin and elicitation paradigm. Abstract; Methods; Results; Table A4
China-origin models have a pooled framing rate of 12.89% versus 3.98% for the two non-China models, and all seven China-origin models exceed both non-China models on Chinese prompts. Results; Table 1; Figure 3
Reported China-to-non-China risk ratios are 3.24 under Opus, 1.61 under GPT-5.5, and 1.60 under the human majority; the model-level test does not survive Holm correction and the hierarchical Bayesian estimate spans one. Results; Appendix J
The sensitivity comparison uses 155 high-sensitivity and 45 low-sensitivity entries. Results; Table A2; Figure 4
Visual grounding can separate a literal visual error such as a wrong chair color from political framing, and apology-then-answer responses are not counted as refusals. Methods, D1 and D3 definitions
All 21,708 trials were audited by Claude Opus 4.7, the full corpus was re-audited by GPT-5.5, and three independent human experts validated a 200-trial sample. Methods; Abstract
D4 is judged against entry-specific expected facts and uses a rule that sophistication, hedging, or balance does not exonerate an official-narrative reframing. Methods, D4 definition
The reported validation is directionally consistent across judges and human raters, but raw agreement, chance-corrected coefficients, confusion matrices, and adjudication statistics are not reported. Methods, validation procedure; Results; Appendix J
There was one model call per trial, with no reported repeated generations or stochasticity estimates, and the same entries, variants, prompts, and model conditions recur across the trial matrix. Methods; Abstract; Results
The reported broader findings include a 36.5% framing rate in text-only political commentary, persistence at silhouette for politically iconic images, and rising framing alongside falling refusal across four Qwen generations. Abstract; Figure 3
No source-image deduplication or pretraining-overlap audit is described for the politically iconic imagery. Methods, benchmark construction
The claim that fluent reframing removes a detectable signal for users is not accompanied by measurements of detection accuracy, trust, or perceived completeness. Introduction; Methods; Results
The proposed practical audit dimensions—subject identification, contextual integrity, visual grounding, euphemism or deflection, and refusal—correspond to the paper’s separate D1–D5 measures. Methods
Evaluation & Analysis · Efficiency & Inference

NCO’s allocation gain appears only under workload shift

An audit of per-instance sampling in three neural routing solvers finds that the reported 2.2–2.6% gain becomes indistinguishable from zero when allocation is scored on held-out samples. A 50:50 uniform/clustered workload produces an 11.5% Attention Model gain, though charging a 20-sample probe cuts the exploratory result to 3.4%.

TL;DR

An audit of test-time allocation in three neural combinatorial optimization solvers argues that same-sample scoring creates apparent headroom: on uniform TSP-100, reported 2.2–2.6% gains fall to 0.457%, 0.015%, and −0.512% on held-out samples. Under a 50:50 uniform/clustered workload, held-out allocation improves the Attention Model by 11.5%, but charging a 20-sample probe reduces that exploratory result to 3.4%, so the practical lesson is to separate selection from evaluation and treat shift-specific gains as narrow.

Paper ·TSP-100; 800–1,280 baseline trajectories per instance; 20-sample probe ·~6 min
The same-sample oracle flatters the allocation

Test-time allocation for neural combinatorial optimization (NCO) has a trap hidden in its most natural experiment. Let an allocator inspect a solver’s stored tours, move attempts toward instances whose best-of-k curves look responsive, and then score that choice on the same samples. On uniform TSP-100srcAbstract; Conclusion, that same-sample oracle reports a 2.2srcAbstract; Conclusion2.6%srcAbstract; Conclusion gain, with confidence intervals excluding zero. Score the choice on held-out samples instead, and the reported gains become 0.457%srcAbstract; Conclusion for POMO, 0.015%srcAbstract; Conclusion for the Attention Model (AM), and −0.512%srcAbstract; Conclusion for SymNCO, with intervals covering zero.

That reversal is the paper’s central lesson. The allocator is maximizing noisy instance-level estimates: an unusually lucky set of tours can make an instance look like a good place to spend, and the same luck then appears in its score. The introduction places this beside the optimizer’s curse and data snooping. Those ideas are established. The useful contribution is showing how quickly the measurement choice changes the answer in NCO.

Familiar workloads offer no measurable headroom

Uniform allocation is a convention, not a demonstrated optimum. The Attention Model samples 1,280srcIntroduction tours per instance. POMO’s TSP-100 protocol rolls out one greedy trajectory from each of 100 starting nodes and applies eight dihedral augmentations, yielding 800srcIntroduction trajectories. Under a fixed total budget, moving attempts toward instances whose curves have not flattened is sensible. It is also exactly the sort of decision that rewards noise when the curves and the score share a sample pool.

Once evaluation is held out, the intuitive headroom disappears on the reported in-distribution workload. Its scope is bounded: uniform TSP-100 and these three solvers. The result rules out the standard same-sample recipe as evidence of free headroom; adaptive inference after a workload shift remains a separate question.

Shift is where the reported gain appears

After the workload changes, the story changes with it. On a 50srcAbstract:50 mix of uniform and clustered instances outside the training distribution of the checkpoints, held-out allocation improves AM by 11.5%srcAbstract (95%srcAbstract confidence interval [7.4srcAbstract, 19.7srcAbstract]) and SymNCO by 12.0%srcAbstract. POMO, the preregistered negative control, moves by −0.3%srcAbstract (95% confidence interval [−0.7srcAbstract, 0.24srcAbstract]). AM’s interval is clearly positive. SymNCO is labeled a replication, but its 12.0% result is given as a point estimate without an interval; POMO shows no comparable positive effect.

The comparison with a frozen distribution-label baseline adds a useful check: the held-out policy leads it by 4.2srcAbstract percentage points (95% confidence interval [1.9srcAbstract, 7.7srcAbstract]). That result says the fixed label policy is insufficient for this comparison. The statistics could still encode shift information, so this is a check against one baseline, not proof of label independence.

The accounting is favorable, too. The registered endpoint equalizes the evaluation budget, while acquiring the guiding signal is free. The 11.5% and 12.0% therefore equalize scoring budgets while total inference costs differ. The positive evidence is tied to the reported uniform/clustered workload, so it establishes a useful contrast rather than a general law about NCO.

Paying for the signal shrinks the payoff

The exploratory budget-accounted policy spends 20srcAbstract; Conclusion samples on a probe, charges them against the same total budget, and uses the probe’s coefficient of variation to drive allocation without a reference tour. At the registered 50:50 composition, it retains 3.4%srcAbstract; Conclusion for AM and 4.6%srcAbstract; Conclusion for SymNCO. An exploratory sweep over workload composition reports 11.0%srcAbstract; Conclusion at a 10%srcAbstract; Conclusion shifted share, with the relationship non-monotone.

Those figures carry less statistical support than the free-signal endpoint. The charged policy is explicitly exploratory, the confirmation is described as one run, and the charged estimates are reported as point values without confidence intervals. The 11.0% result comes from the composition sweep; the registered endpoint uses 50:50. For someone deciding whether to spend extra inference budget, 3.4% is the relevant AM number at the tested mixture, while 11.5% is the result obtained when the guiding signal is free.

The preregistration record narrows the conclusion

Table VIII says the original gate was keyed to in-distribution evidence and terminated all four cells for signal absence. The shifted-workload confirmation—with AM as primary endpoint, SymNCO as replication, and POMO as negative control—was then added and preregistered before its own outcomes. That is better than an unregistered afterthought, yet it remains a new test introduced after the original question had returned null. The shift result is a later, targeted finding that should be judged on its own terms.

More concretely, the paper’s own table says the claim that selection bias stays unchanged as the number of stored samples or instances grows was retracted as an artifact of the maximum definition and source-count confounding. The abstract and conclusion still repeat it. An audit paper cannot leave a discarded scaling result doing argumentative work: once that claim is removed, the warning concerns biased evaluation, with no established evidence that more data cannot outrun it.

That leaves a rule worth carrying into systems work. Separate the samples that choose an allocation from the samples that score it. On familiar workloads, do not mistake a same-sample gain for budget headroom. Under shift, a held-out signal may make adaptive spending worthwhile, yet this paper’s cost-accounted evidence is low-single-digit and exploratory at the tested mixture. The paper earns its place by changing the measurement protocol. A general 11srcAbstract–12% allocation gain remains unestablished.

Grounding — claim → source
The customary same-sample oracle on uniform TSP-100 reports 2.2–2.6% gains with confidence intervals excluding zero, while held-out estimates are 0.457% for POMO, 0.015% for AM, and −0.512% for SymNCO, with intervals covering zero. Abstract; Conclusion
NCO solvers sample multiple candidate tours and keep the best; the Attention Model uses 1,280 tours per instance, while POMO’s TSP-100 protocol yields 800 trajectories from 100 starting nodes and eight dihedral augmentations. Introduction
The allocation operation maximizes over noisy instance-wise best-of-k estimates, with decision and evaluation made on the same samples in the customary procedure. Introduction, Q2 (measurement)
The reported in-distribution comparison covers uniform TSP-100 and the three solvers POMO, AM, and SymNCO. Abstract
On a 50:50 uniform/clustered workload outside checkpoint training, held-out allocation gives AM an 11.5% gain with 95% confidence interval [7.4, 19.7], SymNCO a 12.0% gain, and POMO a −0.3% result with 95% confidence interval [−0.7, 0.24]. Abstract
The later shift experiment identifies AM as the primary endpoint, SymNCO as the replication, and POMO as the negative control, with the confirmation preregistered before its results. Abstract; Table VIII
Held-out allocation exceeds a frozen distribution-label baseline by 4.2 percentage points with 95% confidence interval [1.9, 7.7]. Abstract
The registered shift endpoint equalizes evaluation budget while leaving the cost of acquiring the guiding signal uncharged. Abstract
The budget-accounted policy uses a 20-sample probe charged against the same total budget, drives allocation with coefficient of variation without a reference tour, and reports 3.4% for AM and 4.6% for SymNCO at 50:50, plus 11.0% at a 10% shifted share with a non-monotone composition relationship. Abstract; Conclusion
The charged policy is exploratory, the confirmation is recorded as one run only, and the charged results are given as point estimates without stated confidence intervals. Abstract; Table VIII
The original gate terminated all four cells for signal absence under the in-distribution rule, after which the shifted-workload confirmation with AM, SymNCO, and POMO roles was preregistered. Table VIII
Table VIII records that the claim of bias invariance to more stored samples or more instances was retracted as an artifact of the maximum definition and source-count confounding, while the abstract and conclusion still repeat it. Table VIII; Abstract; Conclusion
Efficiency & Inference · Evaluation & Analysis

Large enum decoding gets faster; the serving stack gets credit

Trie Automata specializes constrained decoding for finite sets of strings by precomputing tokenizer-aware masks. It reports a 29× vLLM batch-throughput gain, though that figure also reflects a serving path its baseline does not share.

TL;DR

Trie Automata argues that flat finite sets—large tool registries, labels, or codes—deserve a tokenizer-aware fast path rather than general grammar compilation: it aligns a character trie with BPE tokens and caches valid-token masks at each node. In vLLM, this cuts masking cost and reaches 219 requests/s versus XGrammar’s 7.5 at K=1,000 and batch 256, but the 29× result includes an unmatched serving path and shorter-output effects, so use it for large batch-served enums, not as a general replacement.

arXiv paper ·10,000-value enums; 32K–262K vocabularies; A100/EPYC benchmarks ·~7 min
A flat list has been paying grammar prices

A router with 2,000srcMethods, concrete tool-routing example APIs has a simple output space: one name from a known list. Yet the general constrained-decoding machinery built for recursive JSON, nested structures, and regular-expression patterns sends that list through the same compilation pipeline. In the paper’s worked example, the finite-state machine (FSM) compiler processes 15.4srcMethods, concrete tool-routing example million character-level transitions and takes 25srcMethods, concrete tool-routing example50srcMethods, concrete tool-routing example seconds before the tool can be selected.

That is the cardinality wall this paper targets. A finite set has shared prefixes, bounded depth, and known cardinality. Paying for the machinery of an arbitrary grammar is a poor fit for a tool registry, a large label set, or any other constraint whose valid outputs are already enumerated. The problem is narrow, which is why a specialization can be judged on useful engineering terms.

The useful trick is to align tokens once

The trie automaton moves vocabulary work out of the decoding loop. It builds a character-level trie from the valid strings, then uses Aho–Corasick multi-pattern matching to align the trie with the model’s byte-pair encoding (BPE) vocabulary. That alignment is the implementation’s important detail: a single BPE token can span multiple trie nodes, while the tested vocabularies range from 32,000 to 262,000 tokens.

At each trie node, the system stores a precomputed bitmask of tokens that can continue to a valid string. The serving path can then return a cached mask through a stateless vLLM LogitsProcessor. The paper’s O(1) per-step claim refers to retrieving that mask; applying a vocabulary-sized bitmask still has method-independent O(V) cost, as the authors acknowledge. The gain comes from doing the expensive matching during compilation instead of repeating it at every decoding step.

The underlying ingredients are familiar. Tries and Aho–Corasick are standard, and LM Format Enforcer already combines character-level parsing with a tokenizer prefix tree. The strongest case for this paper is a tokenizer-aware precomputation design paired with vLLM integration for flat finite sets. That is worthwhile systems work; the broader claim that BPE–trie alignment has not been addressed needs a sharper comparison.

The local benchmarks support the specialization

On the reported microbenchmarks, the specialization pays off. The authors tested K = 10srcResults, benchmark setup and Table 4, 100srcResults, benchmark setup and Table 4, 1,000srcResults, benchmark setup and Table 4, and 10,000srcResults, benchmark setup and Table 4 valid strings on an NVIDIA A100 (80GB) with an AMD EPYC 7R32 CPU (96 cores). Trie compilation stays around 30srcResults, Table 4 and compilation-versus-masking discussion40srcResults, Table 4 and compilation-versus-masking discussion ms; XGrammar spans 3–239srcResults, Table 4 and compilation-versus-masking discussion ms, and LLGuidance 0.6srcResults, Table 4 and compilation-versus-masking discussion24srcResults, Table 4 and compilation-versus-masking discussion ms. For K ≥ 300srcAbstract and Results, Table 4, the paper reports a 2–6.5srcAbstract and Results, Table 4× compilation advantage over XGrammar, with trie compilation still below 100 ms at K = 10,000.

The per-step numbers are 0.65srcResults, Table 4; forensic_context.ledger, per-step ratio entry μs for the trie versus 5.8srcResults, Table 4; forensic_context.ledger, per-step ratio entry5.9srcResults, Table 4; forensic_context.ledger, per-step ratio entry μs for XGrammar. The paper calls that sevenfold; the displayed endpoints imply roughly ninefold. The arithmetic wrinkle does not erase the measured separation, but it makes the exact multiplier less trustworthy. In aggregate, the paper reports 100%srcResults and Conclusion validity across seven tokenizer families, spanning 32K–262K vocabularies, and six models. The reported results give no variance or error bars, so they establish a strong direction on this setup more readily than a hardware-independent performance law.

The 29× result belongs to the serving stack

Batch serving turns that microbenchmark into the paper’s headline. At K = 1,000 and batch size 256srcResults, Table 3 in vLLM, the trie reaches 219srcResults, Table 3 requests per second, versus 7.5srcResults, Table 3 for XGrammar. At batch size 128srcResults, Appendix M.1 and Table 19, reported per-step masking costs are 10 μs for the trie, 783srcResults, Appendix M.1 and Table 19 μs for XGrammar, and 3.7srcResults, Appendix M.1 and Table 19 ms for LLGuidance. Because the GPU forward pass is shared across requests while CPU masking is paid per request, the trie’s mask accounts for about 0.1%srcResults, Appendix M.1 and Table 19 of the roughly 10-ms step, compared with 7.8%srcResults, Appendix M.1 and Table 19 for XGrammar. That is a meaningful result for high-batch serving: constraint work can otherwise leave the GPU waiting.

The 29×srcResults, Section M.1 figure measures the whole serving path. The trie returns precomputed masks through a stateless LogitsProcessor; XGrammar uses vLLM’s guided-decoding pipeline, with dynamic mask computation, per-request grammar compilation, sequential state management, and scheduling overhead. No cache-enabled XGrammar path under the same integration is benchmarked. The paper’s further claim that such caching would necessarily produce an automaton isomorphic to the trie is too strong: minimal automata for finite languages can merge equivalent suffix states. The fair reading is that this implementation is much faster in batch vLLM, while the benchmark does not isolate how much of the gap comes from the data structure itself.

The comparison with unconstrained vLLM carries a separate stopping effect. The trie reports 219 requests per second versus 104srcResults, Table 3 discussion unconstrained, because constrained requests terminate at trie leaves after 3.2srcResults, Table 3 discussion tokens on average, versus 8.7srcResults, Table 3 discussion unconstrained. That is useful capacity behavior for enum selection; it reflects stopping length rather than a general decoding acceleration. The authors also state that the two constrained methods generate the same number of tokens, but the reported evidence does not include per-method length distributions or forward-pass counts. The headline end-to-end evidence is specific to vLLM at this batch size; no single-request or SGLang throughput result is reported.

Its useful lane is large, batch-served enums

Scope is clear enough to make the result useful. The method is specialized for flat finite sets. A production schema that also contains nested objects or arrays still needs a general-purpose backend, and the mixed-schema evaluation validates compilation time rather than end-to-end serving throughput. For one-shot dynamic enums below K = 500srcResults, compilation-versus-masking tradeoff, the paper says LLGuidance’s 1–3 ms compilation may be preferable; the trie’s per-step advantage has to be amortized over enough steps or requests.

There is also an unpriced memory question. If the cached vocabulary masks are stored densely at trie nodes, storage scales with the number of trie nodes times V. Peak memory, cache-construction cost, maximum-string-length behavior, and results beyond 10,000 values are not reported, even though the paper claims a practical limit near 100,000srcAbstract and Conclusion; forensic_context.ledger, practical-limit entry. Validity is the only quality measure: the decoder can ensure that a selected string belongs to the enum, while the paper does not test whether the model selected the right tool, category, or code.

For batch-heavy systems choosing among thousands of known strings, this is a sensible specialized backend to benchmark against the actual vLLM path. For small one-shot sets or mixed schemas, the relevant questions are compilation time and structural coverage. Finite-set decoding deserves its own fast path, and this paper makes a credible case for one—provided the 29srcResults, Section M.1× result is read as a property of the integrated system.

Grounding — claim → source
The paper uses a 2,000-API tool-routing example in which FSM compilation processes 15.4 million character-level transitions and takes 25–50 seconds. Methods, concrete tool-routing example
General-purpose constrained decoders handle recursive JSON, nested structures, and regular-expression patterns through general compilation pipelines. Introduction, comparison of general-purpose schemas with flat finite sets
Finite sets expose shared prefixes, bounded depth, and known cardinality that general grammar machinery does not exploit directly. Introduction, finite-set constraint discussion
The trie automaton builds a character-level trie and uses Aho–Corasick matching to align it with BPE tokens. Introduction and Methods, trie automaton construction
A single BPE token can span multiple trie nodes, and the evaluated tokenizer vocabularies range from 32K to 262K tokens. Introduction, BPE–trie alignment; Results, tokenizer evaluation
The method precomputes per-node token masks, exposes cached masks through a stateless vLLM LogitsProcessor, and describes lookup as O(1) while acknowledging method-independent O(V) mask application. Introduction and Results, Section M.1; Conclusion, Appendix H.2
LM Format Enforcer already combines character-level parsing with tokenizer-prefix structure, while tries and Aho–Corasick are established techniques. forensic_context.novelty_flags, prior-art overlap entries
The benchmark evaluates K values of 10, 100, 1,000, and 10,000 on an NVIDIA A100 and AMD EPYC 7R32 CPU. Results, benchmark setup and Table 4
Trie compilation is approximately 30–40 ms, compared with 3–239 ms for XGrammar and 0.6–24 ms for LLGuidance. Results, Table 4 and compilation-versus-masking discussion
For K ≥ 300, the paper reports a 2–6.5× compilation advantage over XGrammar and sub-100-ms trie compilation at K = 10,000. Abstract and Results, Table 4
Trie mask computation is reported as 0.65 μs versus 5.8–5.9 μs for XGrammar, while the paper labels the result sevenfold. Results, Table 4; forensic_context.ledger, per-step ratio entry
The displayed 5.8–5.9 μs and 0.65 μs figures imply approximately ninefold ratios rather than sevenfold. forensic_context.ledger, per-step ratio entry
The paper reports 100% validity across seven tokenizer families and six models, with vocabularies spanning 32K–262K. Results and Conclusion
The reported benchmark figures have no accompanying variance or error bars in the evaluation record. forensic_context.red_flags, benchmark-protocol entry
At K = 1,000 and batch size 256 in vLLM, the trie reaches 219 requests per second versus 7.5 for XGrammar. Results, Table 3
At batch size 128, reported per-step masking costs are 10 μs for the trie, 783 μs for XGrammar, and 3.7 ms for LLGuidance, with the GPU-step shares stated as 0.1% and 7.8% for the trie and XGrammar. Results, Appendix M.1 and Table 19
The 29× throughput result combines precomputed stateless trie masking with XGrammar’s guided-decoding integration path, including dynamic computation, compilation, state management, and scheduling overhead. Results, Section M.1
No matched cache-enabled XGrammar implementation or controlled ablation isolates the algorithmic and integration contributions to the 29× result. forensic_context.ledger, cache-control and decomposition entries
The claim that a minimal DFA for a finite set must be isomorphic to the trie is false in general because equivalent suffix states can be merged. forensic_context.novelty_flags, minimal-DFA-isomorphism entry
The trie’s 219 requests per second versus 104 unconstrained is attributed to shorter constrained requests: 3.2 tokens per request versus 8.7. Results, Table 3 discussion
The paper states that the two constrained methods generate the same number of tokens, but the evaluation does not provide per-method length distributions or forward-pass counts. Results, Table 3 discussion; forensic_context.ledger, stopping-behavior entry
The reported end-to-end scope is vLLM, with no single-request or SGLang throughput experiment described. forensic_context.ledger, serving-scope entry
The method targets flat finite-set constraints; mixed schemas with nested objects or arrays still require a general-purpose backend, and mixed-schema evaluation covers compilation rather than end-to-end serving throughput. Conclusion, Appendix H.2
For one-shot dynamic schemas below K = 500, the paper says LLGuidance’s low compilation cost may be preferable and quotes 1–3 ms compilation. Results, compilation-versus-masking tradeoff
Dense per-node vocabulary masks can create storage proportional to trie-node count times vocabulary size, while peak memory and behavior beyond K = 10,000 are not reported. forensic_context.red_flags and ledger, memory-scaling entries
The paper claims to expand the practical enum limit toward approximately 100,000 values, although the reported sweep stops at K = 10,000. Abstract and Conclusion; forensic_context.ledger, practical-limit entry
The evaluation demonstrates validity rather than semantic selection quality such as choosing the correct tool, label, or code. Conclusion, Appendix H.2; forensic_context.ledger, semantic-quality entry
Efficiency & Inference · Evaluation & Analysis

Rift cuts the rollout and keeps the future read

A cache intervention shows that world action models depend on the values and positions of a predicted future more than on the path used to produce it. Rift uses learned anticipation tokens to fill that future key/value cache in one backbone pass, keeping LIBERO success at 98.8% while bringing nominal action-chunk latency close to the current-only baseline.

TL;DR

Rift argues that world action models need the values and positions in a predicted future cache more than the rollout used to produce it, allowing learned anticipation tokens to replace iterative video generation while preserving the action expert’s future-read interface. The key evidence is 98.8% LIBERO success at 247.9 ms per action chunk, near current-only latency, but the diagnostic cache is rollout-produced and latency depends on setup, so this is bounded efficiency evidence rather than a settled accuracy gain.

Paper ·40 LIBERO tasks; 10,030 LIBERO-Plus variants ·~7 min
The rollout is doing two jobs

A robot policy can use a future without watching it arrive. That is the practical promise of Rift: a one-pass cache prefill that preserves a world action model’s future read. In the paper’s paired intervention, replaying final-clean future values under the original keys produces 1.9srcIntroduction, final-clean cache intervention; Conclusion cm of end-effector average displacement error (EE-ADE) and 97.9%srcIntroduction, final-clean cache intervention; Conclusion success, close to the unmodified policy’s 98.4%srcIntroduction, paired intervention results. The cache still came from an iterative rollout, so this is a diagnostic rather than a speedup. Its point is sharper: action generation may need the finished future representation while caring far less about the route used to construct it.

A world action model (WAM) predicts a short future video, then lets an action expert attend to that future while generating the next action chunk. The extra branch helps in matched comparisons, but iterative video generation costs 3.3srcIntroduction, problem setup and Figure 1 discussion× to 9.6srcIntroduction, problem setup and Figure 1 discussion× the latency of current-only deployment. The rollout is doing two jobs—constructing a future representation and supplying it to the controller—and the paper’s contribution begins by separating them.

Fast-WAM drops the future branch at deployment, while PFD distills a future-conditioned correction into a current-only path. Those shortcuts change the control interface along with the way the future is constructed, so they cannot say which part of the original system mattered. Rift keeps the future read and attacks the expensive construction step.

The cache, rather than its journey, carries the signal

The authors probe the future-position key/value (K/V) cache—the per-layer channel through which predicted-future tokens reach action tokens. An attention mask prevents video tokens from attending to action tokens, making the cache an action-independent intervention site. They record it, alter the future read, and replay action denoising with non-target inputs fixed, using the same initial state and policy seed as the unmodified run.

The paired closed-loop result is severe. Across 2,000srcIntroduction, paired intervention results paired trials on all 40srcIntroduction, paired intervention results LIBERO tasks, masking the future read produces 18.7srcIntroduction, paired intervention results cm EE-ADE and drops success from 98.4% to 9.7%srcIntroduction, paired intervention results. Spatially permuting future values yields 14.3srcIntroduction, paired intervention results cm and 65.2%srcIntroduction, paired intervention results success; swapping them temporally yields 15.6srcIntroduction, paired intervention results cm and 0.7%srcIntroduction, paired intervention results. Future content matters at its assigned positions.

The gentler control completes the picture. The final-clean replay nearly preserves original execution under the original keys. For the tested models, the action expert can consume a finished future representation even when it is held fixed through action denoising. Because that representation still came from a rollout, the experiment establishes sufficiency on the consumption side. It leaves production as the problem Rift has to solve.

Rift builds the interface in one pass

Rift—Rollout-free Imagination via Future Tokens—takes that production problem literally. Learned anticipation tokens sit at future temporal positions, and one video-backbone pass fills the complete per-layer future K/V cache. The action expert then reads that cache through the original future-read interface. This is a disciplined architectural substitution: change how the cache is made, leave the channel into the action model intact.

Deployment consists of cache prefill followed by the ordinary action flow. Rift removes iterative video denoising and variational autoencoder (VAE) decoding, while action denoising remains. The full recipe uses conditional flow matching to shape anticipation states rather than direct L2 regression. That choice is part of Rift’s recipe, though the reported results leave its individual contribution unresolved; the paper’s main case comes from preserving the consumer interface.

The future read survives the speed cut

On LIBERO, Rift reaches 98.8srcResults, Table 1 ± 0.17%srcResults, Table 1 success at 247.9srcResults, Table 1 ms per action chunk. Rollout-based Fast-WAM-Joint and Fast-WAM-IDM reach 98.4% and 98.6%srcResults, Table 1 at 780.2srcResults, Table 1 and 1,081.2srcResults, Table 1 ms, while LingBot-VA reaches 98.5%srcResults, Table 1 at 2,270.3srcResults, Table 1 ms. Current-only Fast-WAM is 96.8%srcResults, Table 1 at 235.7srcResults, Table 1 ms; PFD is 97.3%srcResults, Table 1 at 257.0srcResults, Table 1 ms. The intended trade is visible: Rift keeps explicit future attention while sitting near current-only latency.

The matched comparison is reasonably controlled. Fast-WAM, Fast-WAM-Joint, Fast-WAM-IDM, and Rift share the Wan2.2-5B Fast-WAM backbone, training data, and 20,000srcResults, LIBERO evaluation setup-step budget. At those settings, Rift’s nominal latency reduction against rollout-based variants is 68.2%srcResults, Table 1 discussion to 89.1%srcResults, Table 1 discussion, and it improves on rollout-free Fast-WAM and PFD by 2.0srcResults, Table 1 discussion and 1.5srcResults, Table 1 discussion percentage points, respectively, at comparable latency.

The broader tests point in the same direction. Without further training, Rift scores 81.1%srcResults, LIBERO-Plus evaluation and Figure 4 across all 10,030srcResults, LIBERO-Plus evaluation and Figure 4 LIBERO-Plus variants, 9.7srcResults, LIBERO-Plus evaluation and Figure 4 points above Fast-WAM-IDM after one rollout per variant. On RoboTwin 2.0, it reaches 92.9%srcResults, RoboTwin evaluation and Table 2 on clean scenes and 92.6%srcResults, RoboTwin evaluation and Table 2 on randomized scenes, the highest observed among the evaluated methods.

The headline needs a narrower reading

LIBERO is close to saturation, which makes the ranking fragile. Rift’s 98.8% is only 0.2 to 0.4srcResults, RoboTwin evaluation setup and Table 2 points above the rollout baselines, and each method is represented by one trained checkpoint. Three evaluation seeds quantify closed-loop evaluation noise; they do not show how the result moves across training runs. The table supports near-parity with future-reading rollout policies much more strongly than it supports a genuine accuracy lead.

The latency comparison carries its own boundary. Measurements were taken on one A800 under each method’s own denoising configuration. Rift’s 247.9 ms includes cache prefill and action denoising but excludes optional diagnostic readouts. That makes the headline reduction a useful result under the reported setup, with the exact end-to-end ratio dependent on how deployment is counted.

The intervention also proves less than the method’s strongest phrasing suggests. The fixed cache is rollout-produced, so the diagnostic demonstrates consumption-side sufficiency. Rift’s learned cache is validated through downstream task success, while the paper does not report a cache-level similarity or a direct swap of a Rift-produced cache into the rollout action path. That leaves a gap between the mechanistic diagnosis and the learned replacement.

RoboTwin is useful corroboration, though its second-embodiment result follows training on 2,500srcResults, RoboTwin evaluation setup and Table 2 clean-scene and 25,000srcResults, RoboTwin evaluation setup and Table 2 randomized demonstrations for the matched family, for 30,000srcResults, RoboTwin evaluation setup and Table 2 steps. Rift’s margins over PFD are 0.4 points on clean scenes and 0.5srcResults, RoboTwin evaluation setup and Table 2 on randomized scenes. That is evidence of benchmark performance, with narrower implications for zero-shot embodiment transfer.

What the paper changes

The durable idea is a useful split for WAM engineering. Future conditioning has a consumer—the action expert—and a producer—the rollout that constructs its cache. The paired interventions show that the consumer cares about future values and their positions. The fixed-cache replay shows that, for the tested models, it cares far less about the path those values took to become clean.

Rift turns that split into a design rule: keep the future-read interface, compile its cache with anticipation tokens, and reserve iterative computation for the action path. Discount the small LIBERO lead to parity, and read the latency advantage within its measurement setup. Even so, the paper changes where an engineer should cut inference cost: remove the video rollout first, rather than the future representation it was making.

Grounding — claim → source
Rift preserves the original future-read interface while using learned anticipation tokens to fill a complete future K/V cache in one backbone pass. Abstract; Introduction, Rift proposal; Conclusion
World action models predict future video and condition action generation on it, with rollout-based deployment costing 3.3× to 9.6× the latency of current-only deployment. Introduction, problem setup and Figure 1 discussion
Fast-WAM removes the future branch at deployment, while PFD distills a future-conditioned correction into a current-only path. Introduction, comparison with existing efficient variants
The cache intervention holds non-target inputs fixed and uses the same initial state and policy seed as the unmodified execution; video tokens are masked from attending to action tokens. Introduction, cache-intervention protocol
Masking the future read produces 18.7 cm EE-ADE and lowers success from 98.4% to 9.7% across 2,000 paired trials on all 40 LIBERO tasks. Introduction, paired intervention results
Spatial permutation produces 14.3 cm EE-ADE and 65.2% success, while temporal swapping produces 15.6 cm EE-ADE and 0.7% success. Introduction, paired intervention results
Replaying final-clean future values under the original keys produces 1.9 cm EE-ADE and 97.9% success, while the cache itself remains rollout-produced. Introduction, final-clean cache intervention; Conclusion
Rift places learned anticipation tokens at future temporal positions and populates their per-layer K/V cache with one video-backbone pass. Abstract; Introduction, Rift proposal
Rift uses cache prefill followed by action denoising, removing iterative video denoising and VAE decoding while retaining the future-read interface. Results, deployment definition; Conclusion
The full Rift recipe uses conditional flow matching rather than direct L2 regression, while the reported results do not isolate the contribution of that training choice. Introduction and Results, Rift recipe and Rift-L2 reference; forensic assessment of the ablations
On LIBERO, Rift reaches 98.8 ± 0.17% success at 247.9 ms per action chunk. Results, Table 1
Fast-WAM-Joint reaches 98.4% at 780.2 ms, Fast-WAM-IDM reaches 98.6% at 1,081.2 ms, and LingBot-VA reaches 98.5% at 2,270.3 ms. Results, Table 1
Current-only Fast-WAM reaches 96.8% at 235.7 ms, while PFD reaches 97.3% at 257.0 ms. Results, Table 1
Fast-WAM, Fast-WAM-Joint, Fast-WAM-IDM, and Rift share the Wan2.2-5B Fast-WAM backbone, training data, and a 20,000-step budget. Results, LIBERO evaluation setup
Rift reduces rollout latency by 68.2% to 89.1% and improves over rollout-free Fast-WAM and PFD by 2.0 and 1.5 percentage points, respectively. Results, Table 1 discussion
Rift reaches 81.1% across 10,030 LIBERO-Plus variants, 9.7 points above Fast-WAM-IDM, with one rollout per variant and no further training. Results, LIBERO-Plus evaluation and Figure 4
Rift reaches 92.9% on clean RoboTwin 2.0 scenes and 92.6% on randomized scenes, the highest observed among the evaluated methods. Results, RoboTwin evaluation and Table 2
LIBERO evaluation uses one checkpoint per method and three evaluation seeds, with reported deviations measuring closed-loop evaluation noise rather than training-run variation. Results, LIBERO evaluation protocol
Latency is measured on one A800 under each method’s own denoising configuration; Rift’s timing includes cache prefill and action denoising but excludes optional diagnostic readouts. Results, latency measurement note
The fixed-cache diagnostic demonstrates consumption-side sufficiency, while no cache-level similarity or direct swap of a Rift-produced cache into the rollout action path is reported. Conclusion; forensic assessment of cache validation
The matched RoboTwin Fast-WAM, Joint, PFD, and Rift family is trained on 2,500 clean-scene and 25,000 randomized demonstrations for 30,000 steps; Rift exceeds PFD by 0.4 points on clean scenes and 0.5 points on randomized scenes. Results, RoboTwin evaluation setup and Table 2
Reasoning & Agents · Post-Training & Alignment

SKALD finds signal where RLVR goes silent

SKALD gives a question-only Qwen3-Base policy a skill-conditioned self-teacher, then distills that teacher’s token distribution into shared weights. It improves five mathematics benchmarks most on rollout groups where group-relative rewards are silent, without a larger online teacher or inference-time skill cards; simpler contextual conditioning and the full compute accounting keep the verdict qualified.

TL;DR

SKALD argues that RLVR can recover useful signal from GRPO’s silent all-correct or all-wrong rollout groups by distilling a skill-conditioned view of the same Qwen3-Base model into a question-only policy. Zero-variance-only distillation recovers 84.7% of the 1.7B gain, while matched SKALD improves avg@8 by 4.85 points over rollout-matched GRPO; however, shuffled cards nearly match it, dynamic sampling is untested, and practical costs remain incompletely accounted for.

Paper ·0.6B–4B Qwen3-Base; 872 held-out mathematics problems ·~8 min
GRPO goes quiet on the groups that matter

Reinforcement learning with verifiable rewards (RLVR) can go silent at exactly the point a mathematics trainer most wants information. If every sampled solution for a problem is correct, or every one is wrong, group-relative policy optimization (GRPO) produces identical normalized advantages and the group contributes no reward-gradient signal. SKALD starts from that algebraic blind spot rather than trying to make the reward more elaborate.

At 0.6B, 1.7B, and 4B, zero-variance groups account for 68.0%srcResults, Supplementary §2.7, 63.0%srcResults, Supplementary §2.7, and 63.9%srcResults, Supplementary §2.7 of training groups. The reported all-wrong share falls from 54.2%srcResults, Supplementary §2.7 to 21.8%srcResults, Supplementary §2.7 across those scales, while the all-correct share rises from 13.8%srcResults, Supplementary §2.7 to 42.1%srcResults, Supplementary §2.7. The problem changes character as the model improves; it remains large enough to make a dense auxiliary signal worth testing.

SKALD answers that silence with a second view of the same model. A question-only student samples its own trajectory while a skill-conditioned view scores the same prefixes, giving the training objective token-level information even when the binary rewards are identical.

The teacher is a second view of the same model

One Qwen3-Base checkpoint supplies both branches. The student renders the question alone, matching deployment; the teacher renders the question with an abstract, explicit-answer-filtered skill card. All parameters are shared, so there is no capacity mismatch and no separate teacher endpoint during training or inference. Student rollouts provide prefixes for teacher scoring, and stop-gradient freezes the teacher distribution for the current update; after the optimizer step, shared weights move both views. The result is a moving-target self-distillation procedure: the teacher changes after every optimizer step.

The cards carry a title, principle, usage guidance, and common mistakes. The offline pipeline retains 11,382srcMethods §3.1 cards from 17,384srcMethods §3.1 candidates, merges them into 1,926srcMethods §3.1 reusable skills, links a skill to a median of five problems, and assigns cards to 93.1%srcMethods §3.1 of training problems. A larger Qwen3-14B model performs extraction and screening, though only offline; the “no larger teacher” property applies to online distillation and inference. That is the core transfer claim: the teacher gets a compact method cue, while the deployable policy must carry its effect in shared weights.

The loss earns its keep during mismatch

Shared parameters solve the deployment problem; they do not solve context mismatch. Direct teacher cross-entropy can push probability toward tokens that the student currently considers extremely unlikely. SKALD uses an annealed tilted loss. For student distribution p and stop-gradient teacher q, its positive-τ effective target is proportional to q(v)p(v)^τ, which suppresses teacher-preferred tokens with low student probability. The schedule begins at τ=0.8srcIntroduction; Methods §3.2 and anneals to 0; the target then returns to q and the student gradient recovers teacher cross-entropy, equivalently the forward Kullback–Leibler gradient. For fixed q in the stated 0<τ<1 regime, the intermediate stationary distribution is proportional to q raised to 1/(1−τ), making the temporary sharpening explicit.

The objective is a sensible guardrail. Its Rényi-type and escort-target derivation clarifies the trade-off; the more consequential claim is that a privileged skill view supplies a useful target on the student’s own prefixes. Distillation is gated when an initial K=8 sampled accuracy difference favors the teacher. The fixed gate covers 61.2%srcMethods, gate description of training problems, and 14.6%srcMethods, gate description of initially positive cases reverse by the end of training. It is an empirical filter rather than a certificate of teacher superiority, while the shared weights keep changing the teacher after every step.

The gain lands where the algebra predicts

With that machinery in place, the empirical question is whether the signal reaches the model. The held-out suite contains MATH500, AMC23, AIME24, AIME25, and Minerva, totaling 872srcResults, evaluation setup problems; each checkpoint is sampled eight times for the primary eight-sample average, avg@8. Against rollout-matched GRPO, the overall problem-weighted gains are +2.46srcResults, Table 1 and Figure 3 at 0.6B, +4.85srcResults, Table 1 and Figure 3 at 1.7B, and +12.01srcResults, Table 1 and Figure 3 at 4B. At 1.7B, the result is 50.37srcResults, Table 1 and Figure 3 versus 45.52srcResults, Table 1 and Figure 3; the three seed differences are +4.70, +4.91, and +4.94, with a hierarchical 95%srcResults, Table 1 and Figure 3 interval of [+3.92srcResults, Table 1 and Figure 3, +5.78srcResults, Table 1 and Figure 3].

The decisive ablation follows the proposed mechanism. At 1.7B, distillation restricted to zero-variance groups reaches 49.63srcResults, Supplementary §2.7, a +4.11 gain over GRPO and 84.7%srcResults, Supplementary §2.7 of the full 4.85-point gain. Mixed-only distillation reaches 46.31srcResults, Supplementary §2.7, a +0.79 gain. This is the paper’s cleanest evidence: SKALD is filling the exact holes its diagnosis predicts, rather than merely adding another loss everywhere.

The headline needs its baseline attached

Those margins invite a cost comparison, and the +4.85 number needs its baseline attached. The comparison is against rollout-matched GRPO. In the reported equal-compute control, 1.7B GRPO reaches 46.31 against SKALD’s 50.37, a +4.06 margin. At 4B, tuned equal-compute GRPO reaches 52.19srcResults, Supplementary §§2.1, 2.6, and 2.8±0.18srcResults, Supplementary §§2.1, 2.6, and 2.8 and SKALD reaches 63.38srcResults, Supplementary §§2.1, 2.6, and 2.8±0.32srcResults, Supplementary §§2.1, 2.6, and 2.8, a +11.19 margin. Those remain useful results; they are the appropriate figures to quote for a compute claim.

The reported accounting says scoring and gate construction are included. It does not quantify the offline Qwen3-14B extraction and screening in floating-point or amortized terms, and it does not break out the teacher-prefill, memory, throughput, or optimizer costs. SKALD avoids an online larger teacher’s serving dependency by construction, yet its practical advantage over simpler fixes remains a narrower claim.

Attribution is unsettled for a separate reason. Training-time contextual exposure reaches 46.60srcIntroduction; Results, contextual and shuffled-card comparisons at 1.7B, versus 45.52 for GRPO and 50.37 for SKALD. Shuffled cards reach 48.83srcIntroduction; Results, contextual and shuffled-card comparisons, a +3.31srcIntroduction; Results, contextual and shuffled-card comparisons gain over GRPO and only 1.54srcIntroduction; Results, contextual and shuffled-card comparisons points below matched SKALD. Replacing each card with a peer card from the same abstract-method cluster changes overall avg@8 by just 0.11srcResults, conditional-card control±0.19srcResults, conditional-card control. The matched card adds signal, while generic context or regularization remains a plausible source of a large part of the improvement.

The component ablation tells a similar story with less causal force. At 4B, the one-way sequence is 55.67srcResults, full 4B component ablation for the privileged distillation baseline, 57.32srcResults, full 4B component ablation after adding skill abstraction, 61.05srcResults, full 4B component ablation after adding the tilted objective, and 63.38 with the gate. Those are marginal steps in one addition order, not independent contributions. Leakage controls make the positive case stronger: answer recovery moves from 2.4%srcResults; Supplementary §1.3 question-only to 5.1%srcResults; Supplementary §1.3 with the matched skill, versus 94.2%srcResults; Supplementary §1.3 with a full solution; sanitizing the cards changes the score from 50.37 to 50.24srcResults; Supplementary §1.3, and a three-rater audit found no full-answer leak in 200srcResults; Supplementary §1.3 retained cards, with κ=0.83srcResults; Supplementary §1.3. Literal answer copying is therefore an unlikely explanation.

Use the diagnosis, keep the claim narrow

Taken together, SKALD earns a place as a targeted RLVR complement. The reported performance experiments use Qwen3-Base at 0.6B, 1.7B, or 4B on the same five mathematics benchmarks, and MATH500 plus Minerva supply 772srcResults, evaluation setup; Introduction of the 872 problems in the problem-weighted aggregate. The authors describe the rising margins as an encouraging in-family trend rather than a general scaling law. The useful contribution sits in the combination of a shared-parameter skill view, guarded distillation, and localization to zero-variance groups.

The reported comparisons cover GRPO, privileged distillation baselines, contextual exposure, and shuffled cards. A direct dynamic-sampling baseline such as the DAPO approach would attack the same all-correct and all-wrong failure; it is not part of the reported comparisons. That leaves a simpler practical route unmeasured, alongside the question of how much of SKALD’s gain comes from card content.

For a practitioner, the durable takeaway is a diagnostic: count zero-variance groups before assuming a reward-based trainer is seeing enough signal. If they dominate, a training-only skill view is worth trying; credit the abstract skill itself only after it beats shuffled context and equal-cost sampling. SKALD has earned the first conclusion and offers a plausible route to the second.

Grounding — claim → source
Uniformly correct or uniformly wrong rollout groups produce zero group-normalized advantages under GRPO. Introduction; Results, Supplementary §2.7
Zero-variance groups account for 68.0%, 63.0%, and 63.9% at 0.6B, 1.7B, and 4B, while the all-wrong share shifts from 54.2% to 21.8% and the all-correct share from 13.8% to 42.1%. Results, Supplementary §2.7
SKALD uses a question-only student and a skill-conditioned teacher from one shared Qwen3-Base checkpoint, with teacher scoring on student-generated prefixes and question-only inference. Introduction, Figure 1; Methods §3.1
The skill cards contain title, principle, usage, and common-mistake fields; 11,382 cards are retained from 17,384 candidates, merged into 1,926 skills, linked to a median of five problems, with 93.1% assignment coverage. Methods §3.1
Qwen3-14B is used only for offline skill extraction and screening, not online distillation or inference. Methods §3.1; Introduction, Figure 1
The annealed loss uses a student-dependent effective target proportional to q(v)p(v)^τ, starts at τ=0.8, anneals to zero, and recovers the teacher cross-entropy or forward-Kullback–Leibler gradient in the limit. Introduction; Methods §3.2
The fixed empirical gate uses K=8 rollouts per branch, covers 61.2% of training problems, and sees 14.6% of initially positive cases reverse sign by the end of training. Methods, gate description
The evaluation suite consists of MATH500, AMC23, AIME24, AIME25, and Minerva, totaling 872 problems, with avg@8 as the primary metric. Results, evaluation setup
Against rollout-matched GRPO, SKALD gains +2.46, +4.85, and +12.01 at 0.6B, 1.7B, and 4B; the 1.7B score is 50.37 versus 45.52 with three positive seed differences and a hierarchical 95% interval of [+3.92, +5.78]. Results, Table 1 and Figure 3
At 1.7B, zero-variance-only distillation reaches 49.63, recovering 84.7% of the full gain, while mixed-only distillation reaches 46.31. Results, Supplementary §2.7
Equal-compute controls give 46.31 for 1.7B GRPO versus 50.37 for SKALD, and 52.19±0.18 for tuned 4B GRPO versus 63.38±0.32 for SKALD. Results, Supplementary §§2.1, 2.6, and 2.8
The reported compute accounting includes scoring and gate construction, while the offline card-generation pipeline and detailed teacher, memory, throughput, and optimizer costs are not quantified in the described ledger. Results, Supplementary §§2.1 and 2.6; Methods §3.1; compute audit
At 1.7B, contextual exposure reaches 46.60, matched SKALD 50.37, and shuffled SKALD 48.83, which is +3.31 over GRPO and 1.54 below matched SKALD. Introduction; Results, contextual and shuffled-card comparisons
Replacing cards with peer cards from the same abstract-method cluster changes overall avg@8 by 0.11±0.19. Results, conditional-card control
The 4B component sequence is 55.67, 57.32, 61.05, and 63.38 for the privileged baseline, skill abstraction, tilted objective, and gated method. Results, full 4B component ablation
Answer recovery is 2.4% question-only, 5.1% with the matched skill, and 94.2% with a full solution; sanitized-card performance is 50.24 versus 50.37, and no full-answer leak was found in 200 cards with κ=0.83. Results; Supplementary §1.3
The performance experiments use Qwen3-Base at 0.6B, 1.7B, and 4B on five mathematics benchmarks, with MATH500 and Minerva contributing 772 of 872 problems; the authors qualify the size trend as in-family rather than a general scaling law. Results, evaluation setup; Introduction
The reported comparisons do not include a direct dynamic-sampling baseline such as DAPO. Results, reported baseline comparisons; novelty and comparison assessment
Reasoning & Agents · Evaluation & Analysis

LoongReflect teaches search agents when to retreat, with the bill still unclear

LoongReflect gives a search agent explicit <reflect> and <backtrack> controls over a reversible trajectory tree, then trains those controls with a privileged teacher and terminal-outcome Group Relative Policy Optimization (GRPO). Its gains on seven retrieval-augmented question-answering benchmarks are large; the paper leaves the cost of extra search and the teacher’s information boundary unresolved.

TL;DR

LoongReflect treats reflection as a control mechanism for search: the agent can consolidate verified facts and risks, then backtrack to a validated state while preserving the abandoned branch as memory. Across seven retrieval QA benchmarks, it beats AgenticRAG-R1 by about 12.6 average-F1 points at both Qwen2.5-3B and 7B, but the comparison lacks matched search-cost accounting and the privileged teacher’s information boundary is unclear, so the gain is not yet attributable to reflection alone.

Paper ·Qwen2.5-3B/7B across seven retrieval QA benchmarks ·~5 min
A long search needs a way out

A search agent can go wrong long before it reaches an answer. An irrelevant retrieval, a spurious entity association, or a stale memory update enters the active context and steers the next several decisions. By the time the final answer fails, the system has little guidance about which earlier choice poisoned the branch.

LoongReflect’s useful move is to treat reflection as control over that trajectory. At each checkpoint, the agent is meant to assess progress, missing evidence, and branch-specific risk, then decide whether to continue, revise, or abandon the current line. The learning problem is awkward: the decision is local, while its value is global. A terminal reward can identify a bad trajectory; it gives weak attribution to the moment when the agent should have turned around. That diagnosis is convincing, and it gives the paper a real problem to solve.

The method makes memory reversible

LoongReflect gives the decision a concrete state to operate on. The agent maintains the task, a trajectory tree, an active path through that tree, and compressed working memory. Only the active path and memory are serialized into the language-model context. If the policy backtracks, the abandoned suffix remains as an inactive branch while execution resumes from an earlier state. The agent can therefore clear a bad context while retaining the history needed for diagnosis.

The control vocabulary is deliberately small. <reflect> consolidates verified facts, missing evidence, and branch-specific risks into working memory. <backtrack> removes an unreliable suffix from the active context, restores a validated state, and preserves a concise corrective lesson. That is the distinctive systems idea: reflection acquires an executable consequence. It changes what the model sees and where the next action begins, giving the control token a role beyond generating more self-critique.

One policy, two learning signals

The training scheme pairs that interface with two different sources of supervision. A fast channel distils globally informed reflective behaviour from a privileged teacher, with the loss restricted to the <reflect> and <backtrack> tokens. A slow channel optimizes complete trajectories with outcome-based Group Relative Policy Optimization (GRPO), using final task success to pull local control decisions toward the global objective. The coordination mechanism is described as look-ahead and extragradient-style.

The pairing fits the credit-assignment problem: one channel supplies dense guidance, the other supplies the final test. It also creates the paper’s sharpest qualification. “Privileged” carries the burden here, and the teacher’s view is left open: does it see future branches, gold answers, terminal outcomes, or another signal the deployed agent will never have? Those cases would make different claims about what has been learned. The design is plausible; the training recipe is harder to transfer until that information boundary is explicit.

The table clears a high bar

On the seven retrieval-augmented question-answering benchmarks, the result is substantial. With Qwen2.5-3B, LoongReflect posts 46.15srcResults, Table 1 average F1, compared with 33.55srcResults, Table 1 for AgenticRAG-R1—a 12.60srcResults, Table 1-point difference. With Qwen2.5-7B, it posts 49.21srcResults, Table 1 versus 36.60srcResults, Table 1, a 12.61srcResults, Table 1-point difference. It beats AgenticRAG-R1 on all seven listed benchmarks at both model sizes, across the table’s in-domain and out-of-domain groups.

That breadth matters. The score is not being carried by one friendly dataset, and the ordering survives the change from 3B to 7B. Against the listed baselines, this is the part of the paper that earns attention: the method’s end-to-end result is large enough to demand an explanation.

The benchmark gain needs a budget

That explanation is where the evidence thins. The table reports endpoint F1, while a reversible tree can explore extra branches, trigger more retrievals and reflections, take more steps, and consume more context. The comparison supplies no matched call-count, trajectory-length, context, wall-clock, or inference-cost accounting, and it does not establish how often the control actions are used. The baseline comparison also gives no account of model or checkpoint matching, prompt versions, tuning budgets, or search limits. The 12.6 points therefore establish task performance under the reported setup; they leave efficiency and the causal source of the gain unsettled.

The uncertainty is broader than cost. The headline table contains one point estimate per configuration, with no seed variation or uncertainty estimate. The conclusion says component ablations verify the roles of the reversible tree, reflection, backtracking, distillation, GRPO, and their coordination, and it says the policy transfers to two mathematical-reasoning benchmarks. The results presented alongside those claims contain no numerical ablation table or mathematics scores, so those parts cannot carry the same weight as the retrieval table itself.

For an engineer, the durable takeaway is the interface: make reflection change state, preserve verified information, and give a bad branch a clean exit. LoongReflect is worth trying on that basis. Its 12.6-point lift is a strong result, with an unpriced search budget and an underdefined teacher; treat it as evidence for the interface before treating it as a measure of reflection alone.

Grounding — claim → source
The paper identifies irrelevant retrievals, spurious entity associations, and stale memory updates as errors that can contaminate the active context during long-horizon reasoning. Introduction and Figure 1 caption
Reflection is performed from a local branch, while its value is revealed by the complete trajectory outcome, creating sparse and delayed credit assignment. Introduction, challenges C1 and C2
LoongReflect represents the agent state with the task, trajectory tree, active path, and compressed working memory, and serializes only the active path and memory for generation. Methods, Eqs. (1) and (4)
Backtracking leaves the abandoned suffix as an inactive branch and resumes execution from an earlier state. Methods, reversible trajectory tree description
The <reflect> action consolidates verified facts, missing evidence, and branch-specific risks, while <backtrack> removes an unreliable suffix, restores a validated state, and preserves a corrective lesson. Abstract and Methods, memory-control framework
Training combines privileged global distillation restricted to reflection and backtracking controls with outcome-based GRPO over complete trajectories. Abstract and Conclusion
The paper describes the teacher as privileged and globally informed without specifying whether it sees future branches, gold answers, terminal outcomes, or another privileged signal. Abstract and Methods, two-channel optimization description
LoongReflect achieves 46.15 average F1 with Qwen2.5-3B and 49.21 average F1 with Qwen2.5-7B across seven retrieval benchmarks. Results, Table 1
AgenticRAG-R1 records 33.55 and 36.60 average F1 at the two model sizes, producing gaps of 12.60 and 12.61 points. Results, Table 1
LoongReflect exceeds AgenticRAG-R1 on every listed retrieval benchmark at both model sizes. Results, Table 1
The reported comparison contains no matched accounting for call count, trajectory length, context, wall-clock time, inference cost, or control-action frequency. Results, Table 1; Methods, agent-state and optimization descriptions
The headline results provide one point estimate per configuration without seed variation or uncertainty estimates. Results, Table 1
The Conclusion claims component ablations and transfer to two mathematical-reasoning benchmarks, while the reported Results contain no numerical ablation table or mathematics scores. Conclusion; Results, Table 1 and RQ2/RQ4 description
Safety & Robustness · Evaluation & Analysis

One optimized message can flip a correct LLM answer

An adversarial reinforcement-learning setup trains one language model to steer another from a correct multiple-choice answer to a chosen wrong one in a single exchange. The result is a useful red-team warning about model steerability, with narrower scope than its language of “belief collapse” suggests.

TL;DR

An adaptive reinforcement-learning attacker can make a language model abandon a correct multiple-choice answer in one message, reaching 93.7% targeted flips on TruthfulQA against Qwen-2.5-7B-Instruct, with substantial but uneven transfer to other models. The result exposes model steerability and credibility-based tactics such as fabricated citations, but the benchmark conditions on an initial correct answer and supplies the wrong target, so it measures immediate targeted answer switching—not durable persuasion or real-world misinformation susceptibility.

Paper· Code and data ·Five benchmarks; 300 questions per out-of-distribution benchmark; 1.5B–14B persuader models ·~5 min
A 93.7% flip rate lives inside a strict test

Give a language model a multiple-choice question it has just answered correctly, then let another model send one message arguing for a preselected wrong option. In this setup, a Qwen-2.5srcResults, comparison of the base and trained Qwen-2.5-7B Persuader; Figure 3 discussion-7B Persuader trained by reinforcement learning lifted persuasion success on TruthfulQA from 24.3%srcResults, comparison of the base and trained Qwen-2.5-7B Persuader; Figure 3 discussion before training to 93.7%srcResults, comparison of the base and trained Qwen-2.5-7B Persuader; Figure 3 discussion against Qwen-2.5-7B-Instruct. That is a large robustness failure under targeted pressure.

Persuasion success rate (PSR) is the percentage of initially correct questions on which the target switches to the designated answer. The evaluation therefore asks a precise question: can an optimized message make a model abandon a correct answer when the attacker has been told which incorrect answer to induce? It measures a conditional flip rather than an all-question failure rate. That constraint narrows the claim while giving the experiment a clean adversarial target. The protocol repeated each configuration over five random seeds, controlling question sampling, target selection, and message sampling.

The red team learns from the target

The method is simple in the useful sense. A frozen Persuadee answers an item and gives a rationale; a Persuader then produces one natural-language message; the only reward is whether the target switches to the chosen wrong answer. The target becomes the environment, and the Persuader learns by trial and error which messages make that environment fail.

The design addresses a weakness in static probing. A model instructed to persuade may remain bounded by the habits its alignment training favors, whereas reinforcement learning can select messages that a generic prompt would leave undiscovered. The paper reports a shift toward credibility-based tactics, including fabricated citations and false authoritative evidence. That is an interesting mechanism claim. The binary reward only records the flip, so it cannot establish the falsity of each citation or the causal contribution of any one tactic.

The useful conceptual move is the adversary itself: the study optimizes messages against a target model instead of relying on a single prompted attempt. That makes a vulnerability visible even when no human evaluator is available.

Transfer gives the result its weight

Transfer is the evidence that gives the result weight beyond one model pair. The persuaders were trained on TruthfulQA, then evaluated on MMLU, CommonsenseQA, MedQA, and ARC-Challenge; the four out-of-distribution benchmarks used 300srcResults, benchmark setup randomly sampled questions each. The reported attack success rates reached 83%srcAbstract, transfer results on Qwen-14B and 79%srcAbstract, transfer results on Llama-3.1srcAbstract, transfer results-8B, while GPT-4o-mini registered 25%srcAbstract, transfer results.

Those figures travel across question domains and open-weight model families, which makes a benchmark-specific explanation less comfortable. They also show uneven transfer: performance falls on the proprietary target. A curriculum that moved from more persuadable open-weight models to harder targets raised GPT-4o-mini attack success from 25% to 38%srcAbstract, curriculum result, suggesting that staged exposure can make the attacker more effective.

The curriculum comparison deserves a narrower reading. A jump from 25% to 38% shows improvement against that target; it does not isolate curriculum from additional optimization or target exposure. The evidence supports a portable red-team capability, while a universal transfer rate is beyond these results.

The metric stops at the answer

The title’s word “belief” deserves restraint. The target first answers a multiple-choice question correctly, receives one adversarial message, and is scored on whether its final answer changes to a supplied wrong choice. The study therefore measures immediate steerability. Follow-up recovery, persistence over time, and human judgments of factuality or persuasiveness sit outside the measurement.

Two features make the rates easy to misread. Questions are kept only when the target was initially correct, and the Persuader is given the incorrect answer it is supposed to induce. This is an appropriate worst-case setup for an audit. The rates describe targeted steerability; real-world misinformation prevalence in unstructured conversation is a different quantity.

Because the reward is tied to a target label, the metric leaves open how much success comes from the argument itself versus answer formatting, instruction-following, or prompt conventions. The strongest claim is about a model’s willingness to move under optimization. The depth and durability of that change remain unmeasured.

Use it as a steerability test

That distinction gives engineers a usable test. Any agent expected to consume another model’s reasoning should face targeted messages after it reaches a correct answer, with the initial-correct denominator and supplied target reported plainly. A fresh question, paraphrase, or independent probe can then test whether the change survives the interaction.

The paper earns attention because it turns a vague concern about persuasion into an adaptive red-team loop and shows that the resulting attacker can transfer beyond its training pair. Its central result survives the caveat: optimized language can make the tested models abandon a correct multiple-choice answer after one message. That is enough to put persuasion robustness on an agent’s test plan. Durable belief change remains a separate question.

Grounding — claim → source
A Qwen-2.5-7B Persuader trained by reinforcement learning raised PSR on TruthfulQA from 24.3% to 93.7% against Qwen-2.5-7B-Instruct. Results, comparison of the base and trained Qwen-2.5-7B Persuader; Figure 3 discussion
The setup gives the Persuadee an initial answer and rationale, then uses one Persuader message aimed at a designated target answer. Introduction, two-agent formalization
Evaluation is restricted to questions the Persuadee initially answers correctly. Results, evaluation protocol
PSR is the fraction of initially correct questions on which the target adopts the designated answer. Results, primary metric definition
Each configuration is repeated over five random seeds controlling question sampling, target selection, and message sampling. Results, evaluation protocol
The Persuadee is frozen and the Persuader receives a binary reward for causing the target to flip. Introduction, two-agent formalization
The paper reports a shift toward credibility-based tactics, including fabricated citations and false authoritative evidence. Abstract; Conclusion
The paper contrasts prompted persuasion with reinforcement-learning optimization and argues that prompting can underestimate susceptibility. Introduction, discussion of prompted versus reinforcement-learning Persuaders
Persuaders are trained on TruthfulQA and evaluated on MMLU, CommonsenseQA, MedQA, and ARC-Challenge, with 300 fixed random questions per out-of-distribution benchmark. Results, benchmark setup
Reported attack success rates are 83% on Qwen-14B, 79% on Llama-3.1-8B, and 25% on GPT-4o-mini. Abstract, transfer results
Curriculum training raises GPT-4o-mini attack success from 25% to 38%. Abstract, curriculum result
The operational score is an answer change after one message, and the framework uses answer flips instead of human evaluation. Introduction, formal setup; Results, PSR definition
The Persuader is supplied a designated incorrect target, so the test measures targeted steerability. Introduction, formalization and misinformation objective
The transfer results span multiple open-weight models and a proprietary GPT-4o-mini target. Results, Persuadee model list; Abstract
The curriculum comparison does not isolate curriculum from additional optimization or target exposure. Curriculum and continual-training comparison
The reported objective is tied to switching to a designated multiple-choice label, leaving message-level causes and persistence outside the metric. Results, PSR definition and evaluation protocol
The Persuader models span Qwen-2.5-1.5B, 3B, 7B, and 14B, plus Llama-3.1-8B. Results, Persuader model list
What Shipped

What Shipped

This week’s releases pushed agent execution toward cheaper routing and local deployment, while adding faster API tiers, regional controls, and machine-readable provenance.

01
Google Model Release

Gemini 3.7 Flash cuts introductory API pricing for coding and agent work

Google introduced Gemini 3.7 Flash as a workhorse model for coding, knowledge work, web development, and agent workflows. Google reports 43.6% on FrontierCode 1.1 Main versus 34.4% for Gemini 3.6 Flash, and 65.3% versus 49.0% on DeepSWE v1.1; introductory API pricing through the end of 2026 is $0.75 per 1 million input tokens and $3.75 per 1 million output tokens. That gives builders a lower-cost candidate for code-generation and tool-using workloads, and Google is also using the model in Gemini Spark for Workspace actions.

API release / introductory pricing through end of 2026 · Google AI
02
Qwen Open Source

Qwen3.8-27B lands as a 27B local vision-language model

Qwen released Qwen3.8-27B, a 27-billion-parameter dense vision-language model with open weights on Hugging Face. It natively handles images and video and supports a 262,144-token context that the lab says extends to 1,000,000 tokens. On Qwen’s table it scores 61.7 on SWE-bench Pro against 53.5 for Qwen3.6-27B and 53.4 for Opus 4.6 Max, 84.3 on OSWorld-Verified against 72.7 for Opus 4.6 Max, and 90.3 on LiveCodeBench v6 against 88.8. That is a local model reporting at or above Opus 4.6 Max on those coding and agentic benches, at a size builders already run on one high-end GPU.

open weights / Hugging Face; Qwen Cloud hosted service coming soon · Qwen
03
Z.ai Model Release

GLM-5.3 lifts coding from the GLM-5.2 base by post-training alone

Z.ai released GLM-5.3 from the same base as GLM-5.2; the lab says every gain comes from post-training. It reports a 50% improvement over GLM-5.2 on its in-house Code Bench, and the model is live now on the GLM Coding Plan for ZCode, Claude Code, and OpenCode. Weights follow in two weeks after a safety review. Z.ai also reports 2,436 vulnerabilities found across 269 projects and is staging the cyber-capable build through partners before a wider API and weight release.

coding plan now / open weights in two weeks after safety review · Z.ai
04
Meta Open Source

Meta releases Muse Glimmer as a local open-weight agent model

Meta released Muse Glimmer, a 30-billion-parameter multimodal model with open weights under the Apache 2.0 license, designed for local, always-on agents. It accepts text and images, supports tool calling and coding, was trained across more than 100 languages, and is intended to run on a Mac or PC with a single consumer graphics processing unit (GPU). The local deployment path lets builders prototype multi-step workflows over files and screenshots while keeping those inputs on-device.

open weights / Apache 2.0 license · Meta AI
05
OpenAI Feature & Product

OpenAI previews Ultrafast for GPT-5.6 Sol

OpenAI is previewing Ultrafast, an application programming interface (API) service tier that runs GPT-5.6 Sol up to 14× faster and delivers up to 750 output tokens per second. Powered by Cerebras, the preview is currently limited to a small group of customers, with OpenAI saying access will expand as capacity grows. For latency-sensitive builders, the service opens a path to real-time incident response, customer support, financial analysis, and e-commerce workflows while retaining GPT-5.6 Sol.

preview / limited to a small group of customers · OpenAI
06
NVIDIA Model Release

Nemotron 3.5 Lightning targets the execution layer for long-running agents

NVIDIA released Nemotron 3.5 Lightning, an open mixture-of-experts model with 30B total parameters, 3B active parameters, and up to a 1M-token context. It is aimed at high-volume, long-running agent workloads, and NVIDIA says it can be customized and deployed from local systems to data centers. On PinchBench, NVIDIA reports 86% accuracy while completing 10,000 tasks 30% faster than Qwen3.6 35B, giving teams an open option for high-throughput agent execution.

open weights · NVIDIA model card
07
NVIDIA Open Source

NeMo Switchyard adds provider-agnostic routing for agent steps

NVIDIA introduced NeMo Switchyard, an open model-routing library that sends each task or agent step to a model chosen for capability, latency, cost, and infrastructure conditions. It supports tuning-free and tunable routing and is designed to expose Nemotron 3.5 Lightning alongside other open and closed models through a provider-agnostic software development kit (SDK). In NVIDIA’s internal benchmark, Switchyard kept frontier-level accuracy while reducing task-completion cost to nearly one-third of using Claude Opus 4.8 alone, giving builders a practical way to trade model specialization against spend.

open-source library · NVIDIA Developer Blog
08
Writer Model Release

Writer pairs Palmyra X6 with a token-saving agent harness

Writer launched Palmyra X6, a post-training variation on Z.ai’s open-source GLM-5.2, alongside upgrades to its standard agentic harness. Writer estimates that the model-and-harness combination can cut costs for basic tasks by as much as 50%, while a Writer research paper found harness changes reduced costs by an average of 40% across its tests. Available to Writer clients, the release gives model-agnostic teams another way to reduce token spend without replacing their whole model stack.

available to Writer clients · TechCrunch
09
Mistral AI Pricing & Access

Mistral makes regional inference endpoints generally available

Mistral made Regional Endpoints generally available, letting customers choose whether inference runs in Europe or the United States, and put its Priority Tier into public preview. The Priority Tier offers committed service levels, custom rate limits, and an uptime service-level agreement (SLA); Mistral says processing occurs in the selected region, subject to limited, safeguarded transfers to sub-processors outside it. For teams with data-residency, regulatory, or latency requirements, the release adds explicit placement and capacity controls to production inference.

Regional Endpoints: generally available; Priority Tier: public preview · Mistral AI
10
Anthropic Policy & Safety

Anthropic details model-level text watermarking for Claude

Anthropic says future Claude models will watermark generated text by using low-stakes token choices to create a pattern detectable with a key, while remaining indistinguishable to readers. The company says the method adds no hidden characters or extra tokens, carries no identifying information, and does not affect output quality; files use the open C2PA provenance standard. Because the watermark is applied at the model level across Claude’s API, Claude, Claude Code, Claude Cowork, and Claude Tag, builders will need to account for machine-detectable provenance in downstream publishing, education, and compliance workflows.

future Claude models / model-level watermarking · Anthropic
11
OpenAI Pricing & Access

ChatGPT Business adds Premium seats for heavy users

OpenAI announced Premium seats for ChatGPT Business, allowing workspaces to mix higher-capacity Premium and Standard seats. Premium costs $125 per user per month on monthly billing or $100 per user per month on annual billing, versus $25 and $20, respectively, for Standard, and provides five times the usage while removing the five-hour limit. The waitlist promotion offers $100 in workspace credits per qualifying Premium seat, capped at five seats or $500 per workspace, with the promotion ending August 20, 2026; teams can reserve higher usage for their most demanding users instead of upgrading every seat.

coming soon / waitlist; promotion ends August 20, 2026 · OpenAI
12
OpenAI Policy & Safety

OpenAI expands Daybreak with gated GPT-5.6-Cyber

OpenAI expanded Daybreak into Blue and Red access tiers and introduced GPT-5.6-Cyber in Red for authorized vulnerability research, exploit validation, and security testing. Blue adapts safeguards on advanced general-purpose models for defensive work, while Red adds purpose-trained cybersecurity models; OpenAI says GPT-5.6-Cyber is limited to trusted defenders. The release gives approved security teams a specialized path for testing and defense, while keeping the model out of general public access.

Daybreak Red / restricted to trusted customer partners · OpenAI
13
LTX Open Source

LTX-2.5 brings open-weight video generation to local and physical-AI workflows

LTX released LTX-2.5 as an open-weights world model for video generation, real-time applications, and physical artificial intelligence (AI), with native multishot continuity and a pretrained physical-AI and robotics checkpoint for fine-tuning. Its API adds text-to-video, image-to-video, and audio-to-video models; the fast endpoint goes up to 4K, while the Pro endpoint supports 720p and 1080p. LTX reports generating a 10-second image-to-video clip in 6.8 seconds on a self-hosted setup with two NVIDIA GB200 systems, giving builders a local starting point for video and robotics experiments.

open weights / API models · LTX
14
Unsloth Open Source

Unsloth packages local inference, training, and agents in an open-source Desktop app

Unsloth launched Desktop, a free, open-source local AI application for macOS, Windows, and Windows Subsystem for Linux (WSL) that combines inference, fine-tuning, diffusion, and agent tooling. It supports local language-model, diffusion, and audio models, along with web search, code execution, permission-controlled tool calls, and OpenAI-compatible endpoints; Unsloth says it can run entirely offline with no telemetry. For ML builders, that turns model download, training, serving, and tool-use experiments into one cross-platform local workflow.

free / open source / macOS, Windows, Linux/WSL · Unsloth