Worth reading

Papers

Research papers worth your time — new or old, picked because they're genuinely worth reading, not because they're new.

22 picks
Added Jul 26, 2026

They'll Verify. They Just Won't Act.: Authority Framing and Laundered Code in Agentic CI/CD

Yohann Sidot

In a five-agent CI/CD pipeline across three LLM providers, a fabricated 'pre-approved under SEC-2291' label lets secret-exfiltrating PRs pass the scanner ~80% of the time and reach 55% compromise in the worst cell—showing distributed verification fails without provenance controls at entry.

Added Jul 25, 2026

The Attack and Defense Landscape of Agentic AI: A Comprehensive Survey

arXiv 2603.11088

Maps 128 papers into a design-space taxonomy of agentic attack surfaces—from tool hijacking and RAG poisoning to multi-agent propagation—with defense-in-depth guidance timed to this week's real-world agent breach outpacing benchmark-only security claims.

Added Jul 24, 2026

Toward Secure LLM Agents: Threat Surfaces, Attacks, Defenses, and Evaluation

Yuchen Ling, Shengcheng Yu, Zhenyu Chen, Chunrong Fang

A lifecycle survey of 247 papers maps agent risks from prompt injection and tool hijacking to persistent memory corruption and multi-agent propagation—directly relevant as real-world agent breaches outpace benchmark-only security claims.

Added Jul 23, 2026

SoK: The Attack Surface of Agentic AI — Tools, and Autonomy

Ali Dehghantanha, Sajad Homayoun

Timely systematization of agentic LLM risks—prompt injection, RAG poisoning, tool exploits, and multi-agent threats—with attacker models, Unsafe Action Rate metrics, and a phased deployment checklist as autonomous agents move from benchmarks to real infrastructure.

Added Jul 22, 2026

SOK: A Taxonomy of Attack Vectors and Defense Strategies for Agentic Supply Chain Runtime

Shiqi Yang, Wenting Yang, Xiaochong Jiang, Yichen Liu, Cheng Ji

Systematizes inference-time agent risks—from transient context injection and memory poisoning to the Viral Agent Loop—and argues for zero-trust runtime controls with cryptographic tool provenance instead of semantic trust.

Added Jul 21, 2026

Recursive Self-Improvement in AI: From Bounded Self-Refinement to Autonomous Research Loops

Mingguang Chen, Licheng Wang, Bo Qu

Surveys 1,250 arXiv papers into a what/when-to-evolve taxonomy separating bounded self-refinement from open-ended RSI—mapping evaluator design, verification hierarchies, and the research-direction bottleneck behind this week's frontier-lab automation discourse.

Added Jul 20, 2026

CoLT: Reasoning with Chain of Latent Tool Calls

Fangwei Zhu, Zhifang Sui (Peking University)

Instead of opaque latent CoT, CoLT emits seed tokens that trigger differentiable external decoders to unpack full reasoning steps—keeping the backbone in explicit text space while beating prior latent baselines on four math benchmarks and staying RL-compatible.

Added Jul 19, 2026

Diffusing Blame: Task-Dependent Credit Assignment in Biologically Plausible Dual-Stream Networks

Yutaro Yamada, Luca Grillotti, Rujikorn Charakorn, Sebastian Risi, David Ha, Robert Tjarko Lange (Sakana AI)

Sakana AI's Error Diffusion trains Dale-compliant dual-stream CNNs and RL agents without backprop or weight transport—reaching 61.7% CIFAR-10 and extending biologically plausible credit assignment into convolutional and PPO settings.

Added Jul 18, 2026

MOSAIC: Knowledge-Guided CLI Command Composition Attack in LLM Coding Agents

Jiangrong Wu, Huaijin Wang, Yihao Zhang, Yuhong Nan, Shuai Wang

Defines CLI command-composition risk—benign git/npm/bash steps chaining through shared OS state—and shows a CVE-guided MOSAIC framework hits 96.59% success across five real coding agents without any prompt injection.

Added Jul 17, 2026

Adaptive Latent Agentic Reasoning

Dongwon Jung, Peng Shi, Yi Zhang, Junshan Zhang, Muhao Chen

ALAR defaults to compact latent reasoning on routine agent turns and escalates to explicit CoT only when needed—cutting tool-use tokens up to 84.6% while matching or beating full-CoT accuracy on agentic search and tool benchmarks.

Added Jul 16, 2026

SwimBird: Eliciting Switchable Reasoning Mode in Hybrid Autoregressive MLLMs

Accio-Lab et al.

Instead of forcing every query through text CoT or fixed visual-thought tokens, SwimBird learns to pick text-only, vision-only, or interleaved reasoning per input—boosting vision-dense benchmarks without sacrificing symbolic logic.

Added Jul 15, 2026

Agentic Transformers Provably Learn to Search via Reinforcement Learning

Yufan Wei, Yuling Gu, Yingbin Liang, Tengyu Ma

Theory paper proving policy-gradient RL on a two-head transformer in stochastic k-ary trees recovers randomized DFS with specialized attention heads—depth-generalizing search after training only on shallow trees, with extensions to imbalanced goal priors.

Added Jul 14, 2026

TRACE: Capability-Targeted Agentic Training

Hangoo Kang, Tarun Suresh, Jon Saad-Falcon, Azalia Mirhoseini

Stanford's open TRACE pipeline contrasts failed vs successful agent trajectories, synthesizes per-capability RL environments, and trains routed LoRA adapters—pushing Qwen3.6-27B to 73.2% Pass@1 on SWE-bench Verified, above GPT-5.2-Codex, with code at github.com/ScalingIntelligence/TRACE.

Added Jul 13, 2026

GigaWorld-1: A Roadmap to Build World Models for Robot Policy Evaluation

GigaWorld Team et al.

WMBench pairs 324k simulated rollouts with real robot executions to show policy-evaluator quality depends on long-horizon action faithfulness, not frame-level photorealism—the authors release GigaWorld-1-Plus/Nano weights, data, and tooling as an open evaluation stack for embodied FMs.

Added Jul 12, 2026

Set Diffusion: Interpolating Token Orderings Between Autoregression and Diffusion for Fast and Flexible Decoding

Marianne Arriola, Volodymyr Kuleshov

ICML 2026 work factorizes likelihood over flexible token sets with a set-causal architecture that updates KV cache each step—unifying AR and diffusion decoding and beating prior dLLMs on math, summarization, and infilling speed-quality tradeoffs.

Added Jul 11, 2026

High-Accuracy Sampling for Diffusion Models and Log-Concave Distributions

Fan Chen, Sinho Chewi, Constantinos Daskalakis, Alexander Rakhlin

ICML 2026 Outstanding Paper shows δ-accurate diffusion sampling in polylog(1/δ) score steps under intrinsic dimension d⋆, and delivers the first gradient-only polylog sampler for general log-concave targets—an exponential jump over prior poly(1/δ) bounds.

Added Jul 10, 2026

Sparse Delta Memory: Scaling the State of Linear RNNs through Sparsity

Loïc Cabannes, Pierre-Emmanuel Mazaré, Meta FAIR et al.

Product-Key sparse addressing scales Gated DeltaNet state thousands of times under isoFLOP, beating full attention on RULER long-context recall and training an 8B model past 1T tokens with lower loss.

Added Jul 9, 2026

Any-Dimensional Learning by Sampling

Eitan Levin, Venkat Chandrasekaran

Unifies generalization and sketching for variable-size inputs (graphs, sequences, point clouds) via sampling maps, with explicit rates for GNNs and permutation-invariant transformers.

Added Jul 8, 2026

Verbalizable Representations Form a Global Workspace in Language Models

Wes Gurnee, Nicholas Sofroniew, Anthropic Transformer Circuits

The J-lens maps Claude's J-space, a sparse internal workspace for silent concepts the model can report, steer, and use for flexible reasoning; interventions there causally change conclusions and can surface hidden strategic behavior.

Added Jul 7, 2026

The Flexibility Trap: Rethinking the Value of Arbitrary Order in Diffusion Language Models

Tsinghua University, Alibaba

ICML 2026 Outstanding Paper shows arbitrary-order dLLMs skip high-uncertainty reasoning tokens; forcing left-to-right GRPO (JustGRPO) hits 89.1% on GSM8K while keeping parallel decode.

Added Jul 6, 2026

Lattice: Learning to Efficiently Compress the Memory

arXiv 2504.05646

Tackles KV-cache bloat in long-context transformers by learning a compressed memory representation instead of naive eviction — directly relevant if you're building or serving long-context LLMs.

Added Jul 6, 2026

Convergence of Gradient Descent for General Neural Network Architectures Beyond the NTK Regime

Yuqing Wang

Proves GD converges near stationary points for pre-normalized transformers and other modern blocks outside the lazy/NTK regime — rare theory that covers architectures people actually train.