Snowflake logs plan decay, Princeton reads refusal pre-CoT, grammars zero tools
Every URL the pipeline pulled into ranking for this issue — primary sources plus the supporting and contradicting findings each Researcher returned. Inline citations in the issue point back here.
Sources
Plans Don’t Persist: Why Context Management Is Load Bearing for LLM Agents huggingface.co
Standard LLM agents rely on plan content remaining in context rather than maintaining it as persistent state, with evidence shown through replay pairing diagnostics and compression stress tests.
Do Thinking Tokens Help with Safety? huggingface.co
Research reveals that reasoning models’ safety outcomes are predictable from early hidden representations, with deliberation appearing but not substantially influencing final responses, and current safety interventions inadvertently suppress genuine deliberation signals.
Constraint Tax in Open-Weight LLMs: An Empirical Study of Tool Calling Suppression Under Structured Output Constraints huggingface.co
Tool Suppression occurs when JSON Schema constraints and tool calling are jointly enabled, preventing open-weight models from invoking tools despite maintaining schema compliance, with the issue stemming from grammar-based token masking that makes tool-call tokens unreachable during decoding.
Forecasting Future Behavior as a Learning Task huggingface.co
Small Behavior Forecasters trained on single reasoning trajectories predict what large reasoning models will output, beating LLM baselines at a fraction of the inference cost. The approach reframes reasoning behavior as a supervised learning target rather than a runtime computation.
When Lower Privileges Suffice: Investigating Over-Privileged Tool Selection in LLM Agents huggingface.co
Agents routinely pick higher-privilege tools when lower ones would work, and standard safety alignment fails to enforce least-privilege selection. A post-training defense on the new ToolPrivBench benchmark cuts unnecessary privilege escalation without hurting task performance.
Wan-Streamer v0.1: End-to-end Real-time Interactive Foundation Models huggingface.co
Wan-Streamer v0.1 processes visual, audio, and text tokens end-to-end using block-causal attention with causal encoders and decoders, enabling low-latency streaming interaction. The unified foundation model drew 111 upvotes on Hugging Face daily papers.
The Hitchhiker’s Guide to Agentic AI: From Foundations to Systems huggingface.co
The Hitchhiker’s Guide to Agentic AI compiles foundations through advanced practice in one reference, covering GPU training, SFT/LoRA/MoE, RLHF variants like PPO and GRPO, agent harnesses, MCP, multi-agent topologies, RAG, memory systems, and evaluation for production.
Improved Large Language Diffusion Models huggingface.co
Fully bidirectional masked diffusion language models outperform autoregressive counterparts on BBH, ARC-Challenge, MATH, and HumanEval while supporting variable-length generation via confidence-based scoring. The result challenges causal attention’s dominance in frontier language modeling.
Autodata: An agentic data scientist to create high quality synthetic data huggingface.co
Autodata casts an LLM agent as a data scientist that designs and refines synthetic datasets through meta-optimization and agentic self-instruct loops. Models trained on its outputs improved across multiple task domains, trading inference compute for higher-quality training data.
Look Light, Think Heavy: What Multimodal Chain-of-Thought Reasoning Can and Cannot Do huggingface.co
Multimodal chain-of-thought helps on math and scientific reasoning but fails on visually grounded tasks like object counting and multi-image reasoning, where models stop re-inspecting the image. The authors call this the ‘Look Light, Think Heavy’ failure pattern.
What Intermediate Layers Know: Detecting Jailbreaks from Entropy Dynamics huggingface.co
Jailbreak attacks expose vulnerabilities in aligned large language models, revealing that harmful intent is encoded in structured intermediate uncertainty dynamics rather than output representations.
CAVEWOMAN: How Large Language Models Behave Under Linguistic Input and Output Compression huggingface.co
Two-channel evaluation shows output compression reduces costs while input compression increases costs and degrades accuracy across models and datasets.
PrivacyAlign: Contextual Privacy Alignment for LLM Agents huggingface.co
Researchers develop a human-centered approach to align AI agents with privacy norms by creating a comprehensive dataset of privacy judgments and using annotation-conditioned reward modeling to improve agent behavior.
RoPE-Aware Bit Allocation for KV-Cache Quantization huggingface.co
Block-GTQ introduces a RoPE-aware bit allocation method for key-cache quantization that improves attention accuracy and downstream performance through adaptive bit distribution and packed cache serving.
Are We Ready For An Agent-Native Memory System? huggingface.co
Large language model agents’ memory systems have evolved into complex data management frameworks requiring systematic evaluation across multiple modules and workloads to understand their performance characteristics and trade-offs.
Autoregressive video diffusion extends diffusion distillation frameworks to real-time streaming generation through causal training paradigms, achieving state-of-the-art performance with fast convergence and interactive world modeling capabilities.
ReNIO: Reweighting Negative Trajectory Importance for LLM On-Policy Distillation huggingface.co
ReNIO enhances on-policy distillation for language models by reweighting negative trajectories based on token-level probability ratios, improving reasoning performance in mathematical and code generation tasks.
RL-Index: Reinforcement Learning for Retrieval Index Reasoning huggingface.co
RL-Index introduces an agentic indexing framework that shifts reasoning from query time to indexing stage by using LLM-generated rationales and reinforcement learning to improve retrieval effectiveness and reduce latency.
V-Zero: Answer-Label-Free On-Policy Distillation with Contrastive Evidence Gating for Fine-Grained Visual Reasoning huggingface.co
A novel label-free framework for visual reasoning called V-Zero is presented, which uses contrastive evidence gating to improve fine-grained visual reasoning without requiring annotated answer labels, achieving faster training than traditional methods.
IV-CoT: Implicit Visual Chain-of-Thought for Structure-Aware Text-to-Image Generation huggingface.co
Implicit Visual Chain-of-Thought decomposes visual conditioning into structural and semantic cascades for improved structure-aware image generation with sketch supervision.
DomainShuttle: Freeform Open Domain Subject-driven Text-to-video Generation huggingface.co
DomainShuttle enables open domain subject-driven text-to-video generation with high fidelity and flexibility across in-domain and cross-domain scenarios through domain-aware modeling and dual RoPE schemes.
ShutterMuse: Capture-Time Photography Guidance with MLLMs huggingface.co
Researchers developed a new benchmark and dataset for photography assistance, along with a unified multimodal model that provides both composition guidance and pose recommendations during image capture.
Beyond NL2Code: A Structured Survey of Multimodal Code Intelligence huggingface.co
This survey explores multimodal code intelligence systems that generate and reason with code based on visual inputs, categorizing approaches across GUI, scientific visualization, structured graphics, and emerging frameworks while identifying verification-centered research directions.
MVTrack4Gen: Multi-View Point Tracking as Geometric Supervision for 4D Video Generation huggingface.co
A novel-view video synthesis method that enhances motion-aware diffusion models through multi-view point tracking supervision to improve geometric consistency and motion fidelity.
UnityShots: Memory-Driven Multi-Shot Audio-Video Generation with Boundary-Aware Gating huggingface.co
UnityShots is a memory-driven audio-video generation system that maintains consistent subject appearance and audio across video cuts using fixed-size long-term and short-term memory slots with boundary-conditioned gates and discrete cut-type priors.
EBench: Elemental Diagnosis of Generalist Mobile Manipulation Policies huggingface.co
EBench is a comprehensive simulation benchmark for evaluating generalist mobile manipulation policies across diverse tasks and dimensions, revealing distinct capability profiles and generalization patterns among state-of-the-art models.
TryOnCrafter: Unleashing Camera Trajectories for Realistic Video Virtual Try-on via a Renderable 4D Try-on Proxy huggingface.co
Camera-controllable video virtual try-on framework uses a 4D proxy with explicit human-environment decoupling and DiT-based video generation for omnidirectional viewing.
GridVQA-X: A Framework for Evaluating Multimodal Explainability Methods huggingface.co
GridVQA-X introduces a diagnostic framework to evaluate cross-modal explainability by distinguishing genuine spatial-relational reasoning from cross-modal shortcuts in multimodal models.
Distill Once, Adapt Life-Long: Exploring Dataset Distillation for Continual Test-Time Adaptation huggingface.co
DO-ALL is a test-time adaptation framework that uses dataset distillation to create synthetic anchors for stable long-term model performance without retaining source data.
Physics Question Scene Graph: Fine-grained Evaluation of Physical Plausibility in Text-to-Video Generation huggingface.co
A vision-language model-based hierarchical question graph framework evaluates video generation models’ adherence to physical laws with granular violation detection and human correlation validation.
Advancing WordArt-Oriented Scene Text Recognition: Datasets and Methods huggingface.co
A large-scale synthetic dataset and specialized model architecture are introduced to address the challenges of artistic text recognition by improving data diversity and model flexibility for irregular text layouts.
Lite Any Stereo V2: Faster and Stronger Efficient Zero-Shot Stereo Matching huggingface.co
Lite Any Stereo V2 (LAS2) presents an efficient stereo matching approach that achieves state-of-the-art accuracy with significantly reduced latency through optimized architecture and training strategies.
Speaker Identity in Non-Verbal Vocalizations: Conditional Distillation and Mixture of Experts Approach huggingface.co
A novel speaker verification framework combines frozen self-supervised features with ECAPA-TDNN and MoE modules to improve identity verification across both speech and non-verbal vocalizations while maintaining speech performance.
References
Preprints.org survey on agent compression failures preprints.org
Pre-compression Decision Error (F1)… In-compression Information Loss (F2)… Post-compression Access Failure (F3)
Medium / Data Science Collective — ‘The Benchmark That Exposed a Silent Failure in AI Agent Memory’ medium.com
STALE benchmark highlights a persistent ‘outdated assumption’ problem, where agents retrieve new evidence but fail to overwrite old, conflicting beliefs
ResearchGate — Context-Contaminated Restart Model (CCRM) researchgate.net
simply retrying can result in a ‘cascade ratio’ as high as 7.1, where the presence of a failed attempt in the context window makes subsequent success nearly impossible without a full state reset
MintMCP practitioner guide on long-term agent memory mintmcp.com
a well-designed memory architecture often impacts performance more significantly than the choice of the underlying LLM backbone
Georgia Tech activation-steering research (via Gemini synthesis) vertexaisearch.cloud.google.com
interventions intended to recover failing trajectories can inadvertently disrupt trajectories that would have succeeded, leading to a net performance collapse of up to 26% in some benchmarks
arXiv 2510.00615 — GoalAct / Pre-Act framework arxiv.org
ReAct… is increasingly criticized for its sequential, local nature which can lead agents into ‘local loops’ or non-executable branches… GoalAct introduces a continuously updated global planning mechanism combined with hierarchical execution
OpenAI (Deliberative Alignment announcement) openai.com
o1 is trained to explicitly reason through OpenAI’s safety specifications before producing an answer… increasing robustness to jailbreaks while decreasing overrefusal rates.
Oxford Martin School — Chain-of-Thought Hijacking oxfordmartin.ox.ac.uk
padding a harmful request with thousands of tokens of harmless reasoning dilutes the model’s internal safety attention, achieving 94–100% attack success on frontier reasoning models
Anthropic — Measuring Faithfulness in Chain-of-Thought Reasoning anthropic.com
models often generate reasoning that does not reflect the true reasons for their answers, making CoT an unreliable window into model cognition
OpenReview — ‘Refusal Residue’ probe-leakage critique openreview.net
Under leave-one-query-out evaluation, refusal-probe AUROC collapses to 0.43 on Qwen3-32B… naive probes reach near-perfect scores by memorizing query wording rather than learning a general safety concept.
arXiv 2510.06036 — ‘Refusal Cliff’ in reasoning models arxiv.org
the model maintains strong refusal intent throughout its reasoning trace, then sharply suppresses it at the final output stage — a systematic decoupling of internal signal from external behavior
dou.ac paper page paper.dou.ac
Authored by Narutatsu Ri (Princeton CS / Princeton Language + Intelligence lab), advised by Sanjeev Arora, with Micah Goldblum.
MLC blog — XGrammar-2 announcement (May 2026) blog.mlc.ai
TagDispatch allows the engine to switch between different grammars—moving from a reasoning block to a tool-call JSON—dynamically based on specific tags, preventing a single rigid mask from blocking the entire generation.
r/MachineLearning discussion of NLT paper reddit.com
Tool-calling accuracy improved by approximately 18 percentage points when using natural language instead of JSON-defined schemas across 6,400 trials.
r/LocalLLaMA — ‘Is tool calling broken in all inference engines?’ reddit.com
tool_choice=“auto” frequently fails to trigger, forcing users to use the “required” setting to receive any structured response… vLLM only truly supports structured output for tools when tool_choice=“required” is active.
Ricardo Anderegg — ‘Two-step structured outputs for LLMs’ ricardoanderegg.com
Combining tool calling (bind_tools) and strict schema enforcement in a single call can cause API-level conflicts… developers can retry only the second ‘formatting’ step using the cached result of the first pass, significantly reducing token waste and latency.
OpenReview — ‘Say What You Mean’ (Dottxt rebuttal) openreview.net
The original study’s findings were largely artifacts of poor prompting and suboptimal few-shot examples rather than an inherent flaw in constrained sampling.
ACL 2025 Industry Track — Tam et al., ‘Let Me Speak Freely?’ aclanthology.org
Structured constraints (JSON, XML, YAML) significantly impact reasoning quality, with some models seeing reasoning capability drops of up to 40% when forced into structured paths.