Category intelligence

Research Briefing — May 19, 2026

1237 current items analyzed and ranked.

Executive synthesis

Research Summary

Today's research centers on fundamental limitations of core LLM components and critical AI safety findings for deployed agents.

  • RoPE is proven to lose both locality bias and token relevance as context grows, explaining long-context degradation across all major LLMs
  • Negation Neglect reveals that finetuning on negated false claims paradoxically reinforces the falsehoods, a critical failure mode for safety training
  • Prompt injection is reframed via Contextual Integrity theory, arguing data-instruction separation defenses are fundamentally insufficient
  • RePlaid demonstrates continuous diffusion language models scale competitively with discrete approaches, challenging field assumptions

Safety monitoring faces compounding challenges: Classifier Context Rot shows frontier monitors (Opus 4.6, GPT 5.4, Gemini 3.1) miss dangerous actions 2-30x more at 800K tokens, while sleeper memory poisoning introduces stealthy attacks on persistent agent memory. Hybrid DeltaNet-Attention decoders are proven to solve retrieval tasks in O(1) chain-of-thought steps versus O(n) for pure attention, directly relevant to architectures like Qwen3-Next. Agent skill scaling laws reveal logarithmic routing accuracy decay with library size.

Key Themes

LLM Architecture and Training · 8AI Safety & Agent Security · 8AI Safety & Monitoring · 5Scaling Laws and Training Dynamics · 5LLM Agents and Memory · 8Language Models & Training · 12LLM Post-Training & RLVR · 12AI Safety, Alignment & Fairness · 10Mechanistic Interpretability · 21AI Alignment & Safety · 7

Primary evidence

Top Ranked Signals

Research arXiv (Artificial Intelligence) May 19

RoPE Distinguishes Neither Positions Nor Tokens in Long Contexts, Provably

By Yufeng Du, Phillip Harris, Minyang Tian, Eliu A Huerta, Srikanth Ronanki, Subendhu Rongali, Aram Galstyan, Hao Peng

41 score
AI Analysis

As first covered in Research yesterday, Proves that RoPE (Rotary Positional Embeddings) loses both locality bias and token relevance consistency as context length increases, with failure probability approaching 0.5 (random chance). Provides theoretical explanation for long-context degradation.

arXiv:2605.15514v1 Announce Type: cross Abstract: We identify intrinsic limitations of Rotary Positional Embeddings (RoPE) in Transformer-based long-context language models. Our theoretical analysis abstracts away from the specific content of the context and depends only on its length. We prove that as context length increases, RoPE-based attention becomes unpredictable and loses two properties that are central to its effectiveness. First, it loses its locality bias: RoPE is no more likely to f
Language ModelsPositional EncodingsLong ContextTheoretical ML
Research arXiv (Artificial Intelligence) May 19

Hidden in Memory: Sleeper Memory Poisoning in LLM Agents

By Sidharth Pulipaka, Stanislau Hlebik, Leonidas Raghav, Sahar Abdelnabi, Vyas Raina, Ivaxi Sheth, Mario Fritz

39 score
AI Analysis

As first covered in Research yesterday, Introduces 'sleeper memory poisoning' - a novel attack where adversaries manipulate external content to inject fabricated memories into LLM assistants with persistent memory, which can remain dormant and re-emerge across future conversations. This reveals a fundamental security risk in stateful AI assistants.

arXiv:2605.15338v2 Announce Type: cross Abstract: Large language models are increasingly augmented with persistent memory, allowing assistants to store user-specific information across sessions for personalization and continuity. This statefulness introduces a new security risk: adversarial content can corrupt what an assistant remembers and thereby influence future interactions. We propose and study sleeper memory poisoning, a delayed attack in which an adversary manipulates external context,
AI SafetyLLM SecurityAdversarial AttacksLLM Agents
Research arXiv (Machine Learning) May 19

An Information-Theoretic Criterion for Efficient Data Synthesis

By Hanyu Li, Zhengqi Sun, Xiaotie Deng

78 score
AI Analysis

Provides an information-theoretic framework explaining when synthetic data helps LLM training: only when the generation loop is 'information-open' (shaped by external signals like verifiers). Shows the data processing inequality predicts collapse in closed loops.

arXiv:2605.16379v1 Announce Type: new Abstract: Synthetic data becomes crucial for large language model training, but its effectiveness is highly inconsistent. We provide an information-theoretic account of this inconsistency: synthetic data improves a model only when the generation-training loop is information-open, i.e., shaped by external signals (verifiers, environments, or rubrics) that inject task-relevant information beyond the model's current distribution. When the loop is information-c
Synthetic DataLanguage ModelsInformation TheoryTraining Methodology
Research arXiv (Machine Learning) May 19

Continuous Diffusion Scales Competitively with Discrete Diffusion for Language

By Zhihan Yang, Wei Guo, Shuibai Zhang, Subham Sekhar Sahoo, Yongxin Chen, Arash Vahdat, Morteza Mardani, John Thickstun

78 score
AI Analysis

Demonstrates that continuous diffusion language models can scale competitively with discrete approaches by aligning architectures. RePlaid achieves state-of-the-art for continuous diffusion LMs with only 20x compute gap vs autoregressive models, establishing first scaling laws for continuous DLMs.

arXiv:2605.18530v1 Announce Type: cross Abstract: While diffusion has drawn considerable recent attention from the language modeling community, continuous diffusion has appeared less scalable than discrete approaches. To challenge this belief we revisit Plaid, a likelihood-based continuous diffusion language model (DLM), and construct RePlaid by aligning the architecture of Plaid with modern discrete DLMs. In this unified setting, we establish the first scaling law for continuous DLMs that riva
Diffusion ModelsLanguage ModelingScaling Laws
Research arXiv (Computation and Language) May 19

AI Agents May Always Fall for Prompt Injections

By Sahar Abdelnabi, Eugene Bagdasarian

78 score
AI Analysis

Argues that prompt injection defenses based on data-instruction separation are fundamentally insufficient, reframing the problem through Contextual Integrity theory. Develops attack scenarios that manipulate norms and flow representations.

arXiv:2605.17634v1 Announce Type: cross Abstract: Prompt injection is the most critical vulnerability in deployed AI agents. Despite recent progress, we show that the prevailing defense paradigm (data-instruction separation) both fails to detect attacks that operate through contextual manipulation and degrades contextually appropriate behavior. We then recast prompt injection via the lens of Contextual Integrity (CI), a privacy theory that judges information flow compliance with contextual norm
AI SafetyPrompt InjectionAI AgentsSecurity
78 score
AI Analysis

Demonstrates that finetuning LLMs on documents containing false claims annotated with negations (flagging them as false) can paradoxically make models believe the claims are true. This 'negation neglect' occurs across all tested models and extends to epistemic qualifiers and behavioral warnings.

This is a short summary of our new paper: arXiv, X thread, code.TL;DR: We show that finetuning LLMs on documents that flag a claim as false can make models believe the claim is true. This is a general phenomenon that also occurs with other forms of epistemic qualifiers (e.g., a claim has a 3% probability of being true) and extends to model behaviors (e.g., warning against types of misalignment). This effect occurs in all models tested.Authors: Harry Mayne*, Lev McKinney*, Jan Dubiński, Adam Karv
AI SafetyAlignmentLanguage ModelsFine-tuningNegation
75 score
AI Analysis

Shows that frontier LLM monitors (Opus 4.6, GPT 5.4, Gemini 3.1) miss dangerous actions 2x-30x more often when transcripts are prepended with 800K tokens of benign activity compared to original short transcripts. Proposes periodic reminder prompting as partial mitigation.

Monitoring coding agents for dangerous behavior using language models requires classifying transcripts that often exceed 500K tokens, but prior agent monitoring benchmarks rarely contain transcripts longer than 100K tokens.We show that when used as classifiers, current frontier models fail to notice dangerous actions more often in longer transcripts. In particular, on MonitorBench, Opus 4.6, GPT 5.4, and Gemini 3.1 miss these actions 2x to 30x more often when we prepend 800K tokens of benign act
AI SafetyAI MonitoringLong ContextLanguage ModelsAlignment
Research arXiv (Machine Learning) May 19

Provably Shorter Scratchpads in Hybrid DeltaNet-Attention Decoders

By Tomasz Steifer

74 score
AI Analysis

Proves that hybrid DeltaNet-Attention decoders (as in Qwen3-Next) can solve parity-conditioned retrieval with O(1) chain-of-thought steps, while pure recurrent models cannot and pure attention requires linear steps.

arXiv:2605.16640v1 Announce Type: new Abstract: We investigate the expressive power of hybrid recurrent-attention decoders, a class of architectures used in recent open-source language models such as Qwen3-Next and its successors. These models combine Gated Attention heads with recurrent Gated DeltaNet heads. Is there a formal advantage, in terms of model expressivity or efficiency, to such a hybrid architecture? We show that there is. We define parity-conditioned retrieval task and show that u
Architecture DesignTheoretical MLLanguage ModelsHybrid Models
Research arXiv (Computation and Language) May 19

The Scaling Laws of Skills in LLM Agent Systems

By Charles Chen, Qiming Yu, Yuhang Gu, Zhuoye Huang, Hanjing Li, Hongyu Liu, Simin Liu, Jinhao Liu, Dengyun Peng, Jiangyi Wang, Zheng Yan, Fanqing Meng, Ethan Qin, Carl Che, Mengkang Hu

74 score
AI Analysis

Identifies two coupled scaling laws for skills in LLM agent systems: routing accuracy decays logarithmically with library size, and execution accuracy improves downstream decisions ~4x. A single parameter (routing decay slope) couples both laws across 15 frontier LLMs and 1,141 skills.

arXiv:2605.16508v1 Announce Type: new Abstract: As agent systems scale, skills accumulate into large reusable libraries, yet their scaling laws remain poorly understood. Across 15 frontier LLMs, 1,141 real-world skills, and over 3M routing or execution decisions, we identify two coupled laws. Routing law: single-step routing accuracy decays logarithmically with library size ($R^2{>}0.97$ for all models), with errors progressing from local skill competition to cross-family drift and capture by o
LLM AgentsScaling LawsSkill Libraries
Research arXiv (Machine Learning) May 19

Predictable Confabulations: Factual Recall by LLMs Scales with Model Size and Topic Frequency

By Matthew L. Smith, Jonathan P. Shock, Samuel T. Segun, Iyiola E. Olatunji, Tegawend\'e F. Bissyand\'e

73 score
AI Analysis

Discovers that LLM factual recall follows a sigmoid function of log-linear combination of model parameter count and topic frequency in training data. These two variables explain 60% of variance across 16 dense models, providing the first scaling law linking factual recall to training-data composition.

arXiv:2605.18732v1 Announce Type: cross Abstract: While scaling laws govern aggregate large language model performance, no scaling law has linked factual recall to both model size and training-data composition. We evaluated 38 models on over 8,900 scholarly references evaluated by an automated reference verification system. Recall quality follows a sigmoid in the log-linear combination of model parameter count and topic representation in training data. These two variables alone explain 60% of t
Scaling LawsHallucinationLanguage ModelsFactual Recall
Research arXiv (Computation and Language) May 19

Overeager Coding Agents: Measuring Out-of-Scope Actions on Benign Tasks

By Yubin Qu, Ying Zhang, Yanjun Zhang, Gelei Deng, Yuekang Li, Leo Yu Zhang, Yi Liu

73 score
AI Analysis

Identifies 'overeager actions' where coding agents exceed their authorized scope on benign tasks (deleting unrelated files, rewriting configs). Introduces OverEager-Gen benchmark and finds Claude Code exhibits this behavior significantly.

arXiv:2605.18583v1 Announce Type: cross Abstract: Coding agents now run autonomously with shell, file, and network privileges. When a user issues a benign request, the agent sometimes does more than asked: it deletes unrelated files, wipes a stale credentials backup, or rewrites configuration the user never mentioned. We call these scope expansions overeager actions, an authorization problem distinct from capability failures, prompt injection, or sandbox escapes. We present OverEager-Gen, a b
AI SafetyAI AgentsCode GenerationAuthorization
Research arXiv (Artificial Intelligence) May 19

Fair outputs, Biased Internals: Causal Potency and Asymmetry of Latent Bias in LLMs for High-Stakes Decisions

By Jagdish Tripathy, Marcus Buckmann

72 score
AI Analysis

Reveals that instruction-tuned LLMs show no output-level bias in mortgage underwriting but retain and amplify biased demographic representations internally. Through activation steering, they show this suppressed information is causally potent and asymmetric across racial groups.

arXiv:2605.15217v1 Announce Type: new Abstract: Instruction-tuned language models exhibit behavioural fairness in high-stakes decisions while retaining biased associations in their internal representations. However, whether these suppressed representations can affect model outputs - and whether such causal potency is symmetric across demographic groups - remains unknown. We investigate the use of open-weight models for mortgage underwriting using matched applications that differ only in raciall
AI SafetyFairness/BiasAlignmentInterpretability