Category intelligence

Research Briefing — March 12, 2026

478 current items analyzed and ranked.

Executive synthesis

Research Summary

Two standout theoretical papers anchor today's research. Lost in Backpropagation reveals the LM head creates a severe gradient bottleneck during training, not merely an expressivity constraint. Lost in the Middle at Birth provides an exact proof that the U-shaped position bias exists from initialization, rooted in positional encoding structure.

On the methods frontier, Neural Cellular Automata pre-pre-training proposes learning spatiotemporal structure before language exposure. CodePercept identifies perception—not reasoning—as the true bottleneck for MLLMs on visual STEM tasks. CLIPO incorporates contrastive learning into RLVR policy optimization to penalize correct-answer-wrong-reasoning trajectories.

Key Themes

AI Safety & Alignment · 30AI Safety & Security · 12Language Models - Training & Optimization · 6LLM Reasoning & RLVR · 6MCP Protocol Security · 2Frontier Model Evaluation · 2Transformer Theory & Architecture · 5LLM Evaluation & Reliability · 6Multimodal Large Language Models · 5Reasoning & Distillation · 6

Primary evidence

Top Ranked Signals

Research arXiv (Computation and Language) Mar 12

Lost in Backpropagation: The LM Head is a Gradient Bottleneck

By Nathan Godey, Yoav Artzi

82 score
AI Analysis

This paper reveals that the language model head (projecting from dimension D to vocabulary size V) creates not just an expressivity bottleneck but a severe optimization bottleneck, suppressing 95-99% of gradient norm during backpropagation. The authors provide theoretical analysis and empirical evidence showing this compression fundamentally alters training feedback for most parameters.

arXiv:2603.10145v1 Announce Type: new Abstract: The last layer of neural language models (LMs) projects output features of dimension $D$ to logits in dimension $V$, the size of the vocabulary, where usually $D \ll V$. This mismatch is known to raise risks of limited expressivity in neural LMs, creating a so-called softmax bottleneck. We show the softmax bottleneck is not only an expressivity bottleneck but also an optimization bottleneck. Backpropagating $V$-dimensional gradients through a rank
Language ModelsTraining OptimizationNeural Network Theory
Research arXiv (Artificial Intelligence) Mar 12

IH-Challenge: A Training Dataset to Improve Instruction Hierarchy on Frontier LLMs

By Chuan Guo (Michael Pokorny), Juan Felipe Ceron Uribe (Michael Pokorny), Sicheng Zhu (Michael Pokorny), Christopher A. Choquette-Choo (Michael Pokorny), Steph Lin (Michael Pokorny), Nikhil Kandpal (Michael Pokorny), Milad Nasr (Michael Pokorny), Rai (Michael Pokorny), Sam Toyer, Miles Wang, Yaodong Yu, Alex Beutel, Kai Xiao

78 score
AI Analysis

Introduces IH-Challenge, a reinforcement learning training dataset to improve instruction hierarchy in LLMs, addressing how models should prioritize conflicting system, developer, user, and tool instructions. Fine-tuning GPT-5-Mini on this dataset improves IH robustness by +10% across 16 benchmarks.

arXiv:2603.10521v1 Announce Type: new Abstract: Instruction hierarchy (IH) defines how LLMs prioritize system, developer, user, and tool instructions under conflict, providing a concrete, trust-ordered policy for resolving instruction conflicts. IH is key to defending against jailbreaks, system prompt extractions, and agentic prompt injections. However, robust IH behavior is difficult to train: IH failures can be confounded with instruction-following failures, conflicts can be nuanced, and mode
AI SafetyAlignmentPrompt Injection DefenseLanguage Models
Research arXiv (Artificial Intelligence) Mar 12

Lost in the Middle at Birth: An Exact Theory of Transformer Position Bias

By Borun D Chowdhury

78 score
AI Analysis

Provides an exact theoretical explanation for the 'Lost in the Middle' phenomenon in LLMs, proving the U-shaped performance curve exists at initialization before any training, as an inherent geometric property of causal decoders with residual connections. Models multi-layer causal attention as iterated Cesàro matrix powers.

arXiv:2603.10123v1 Announce Type: cross Abstract: The ``Lost in the Middle'' phenomenon -- a U-shaped performance curve where LLMs retrieve well from the beginning and end of a context but fail in the middle -- is widely attributed to learned Softmax artifacts or the distance-decay of positional encodings like RoPE. This paper makes a single, precise claim: \emph{the U-shape is already present at initialization, before any training or positional encoding takes effect.} It is an inherent geometr
Transformer TheoryPositional EncodingLanguage Models
Research arXiv (Artificial Intelligence) Mar 12

Safety Under Scaffolding: How Evaluation Conditions Shape Measured Safety

By David Gringras

72 score
AI Analysis

Reports one of the largest controlled studies (N=62,808) of scaffold effects on LLM safety across six frontier models. Finds map-reduce scaffolding degrades safety (NNH=14) while two of three scaffold architectures preserve safety. Reveals deeper measurement problems in format dependence.

arXiv:2603.10044v1 Announce Type: cross Abstract: Safety benchmarks evaluate language models in isolation, typically using multiple-choice format; production deployments wrap these models in agentic scaffolds that restructure inputs through reasoning traces, critic agents, and delegation pipelines. We report one of the largest controlled studies of scaffold effects on safety (N = 62,808; six frontier models, four deployment configurations), combining pre-registration, assessor blinding, equival
AI SafetyEvaluation MethodologyAgentic AI
Research arXiv (Artificial Intelligence) Mar 12

Code-Space Response Oracles: Generating Interpretable Multi-Agent Policies with Large Language Models

By Daniel Hennes, Zun Li, John Schultz, Marc Lanctot

72 score
AI Analysis

Introduces Code-Space Response Oracles (CSRO), replacing deep RL oracles in multi-agent game-theoretic equilibrium computation (PSRO) with LLMs that generate policies as human-readable code. This yields interpretable policies and enables cross-game transfer. Authors include researchers from DeepMind (Marc Lanctot, John Schultz).

arXiv:2603.10098v1 Announce Type: cross Abstract: Recent advances in multi-agent reinforcement learning, particularly Policy-Space Response Oracles (PSRO), have enabled the computation of approximate game-theoretic equilibria in increasingly complex domains. However, these methods rely on deep reinforcement learning oracles that produce `black-box' neural network policies, making them difficult to interpret, trust or debug. We introduce Code-Space Response Oracles (CSRO), a novel framework that
Multi-Agent SystemsGame TheoryLLM Code GenerationInterpretability
Research arXiv (Artificial Intelligence) Mar 12

Compatibility at a Cost: Systematic Discovery and Exploitation of MCP Clause-Compliance Vulnerabilities

By Nanzi Yang, Weiheng Bai, Kangjie Lu

72 score
AI Analysis

Presents the first systematic framework for analyzing MCP (Model Context Protocol) clause-compliance vulnerabilities, identifying compatibility-abusing attacks including silent prompt injection and DoS. Shows that MCP's relaxed optional clauses create exploitable attack surfaces.

arXiv:2603.10163v1 Announce Type: cross Abstract: The Model Context Protocol (MCP) is a recently proposed interoperability standard that unifies how AI agents connect with external tools and data sources. By defining a set of common client-server message exchange clauses, MCP replaces fragmented integrations with a standardized, plug-and-play framework. However, to be compatible with diverse AI agents, the MCP specification relaxes many behavioral constraints into optional clauses, leading to m
AI SecurityLLM AgentsProtocol SecurityMCP
Research arXiv (Computation and Language) Mar 12

Beyond the Illusion of Consensus: From Surface Heuristics to Knowledge-Grounded Evaluation in LLM-as-a-Judge

By Mingyang Song, Mao Zheng, Chenning Xu

72 score
AI Analysis

Demonstrates that high inter-evaluator agreement in LLM-as-judge settings is often illusory, with judges anchoring on surface heuristics rather than substantive quality ('Evaluation Illusion'). Large-scale study of 105,600 instances shows model-level agreement (ρ=0.99) masks fragile sample-level agreement.

arXiv:2603.11027v1 Announce Type: new Abstract: The paradigm of LLM-as-a-judge relies on a critical assumption, namely that high inter-evaluator agreement indicates reliable and objective evaluation. We present two complementary findings that challenge this assumption. \textbf{First}, we demonstrate that this consensus is frequently illusory. We identify and formalize \textbf{Evaluation Illusion}, a phenomenon where LLM judges generate sophisticated critiques yet anchor scores on shared surface
LLM EvaluationBenchmarksReliabilityMethodology
Research arXiv (Computer Vision) Mar 12

CodePercept: Code-Grounded Visual STEM Perception for MLLMs

By Tongkun Guan, Zhibo Yang, Jianqiang Wan, Mingkun Yang, Zhengtao Guo, Zijian Hu, Ruilin Luo, Ruize Chen, Songtao Jiang, Peng Wang, Wei Shen, Junyang Lin, Xiaokang Yang

72 score
AI Analysis

Reveals through scaling analysis that perception, not reasoning, is the true bottleneck for MLLMs in STEM visual tasks. Proposes CodePercept, which uses executable code as a perceptual medium to precisely represent structured STEM visuals.

arXiv:2603.10757v1 Announce Type: new Abstract: When MLLMs fail at Science, Technology, Engineering, and Mathematics (STEM) visual reasoning, a fundamental question arises: is it due to perceptual deficiencies or reasoning limitations? Through systematic scaling analysis that independently scales perception and reasoning components, we uncover a critical insight: scaling perception consistently outperforms scaling reasoning. This reveals perception as the true lever limiting current STEM visual
Multimodal LLMsSTEM ReasoningVisual PerceptionCode Generation
Research LessWrong Mar 11

GPT-5.4 Is A Substantial Upgrade

By Zvi

72 score
AI Analysis

Zvi's comprehensive review of GPT-5.4, gathering community reactions and forming a gestalt assessment. Concludes it's a substantial upgrade from GPT-5.2, puts OpenAI back in competition with Opus 4.6, and has distinctive OpenAI-style strengths. Notes benchmarks are increasingly insufficient for comparing top models.

Benchmarks have never been less useful for telling us which models are best. They are good for giving a general sense of the landscape. They definitely paint a picture. But if you’re comparing top models, like GPT-5.4 against Opus 4.6 against Gemini 3.1 Pro, you have to use the models, talk to the models, get reports from those who have and form a gestalt. The reports will contract each other and you have to work through that. There’s no other way. Thus, I try to gather and sort a reasonably com
Language ModelsModel EvaluationOpenAIFrontier Models
Research arXiv (Artificial Intelligence) Mar 12

Training Language Models via Neural Cellular Automata

By Dan Lee, Seungwook Han, Akarsh Kumar, Pulkit Agrawal

70 score
AI Analysis

Proposes pre-pre-training LLMs on neural cellular automata (NCA) data before natural language training. NCA data exhibits rich spatiotemporal structure resembling natural language statistics. Pre-training on only 164M NCA tokens improves downstream language model performance.

arXiv:2603.10055v1 Announce Type: cross Abstract: Pre-training is crucial for large language models (LLMs), as it is when most representations and capabilities are acquired. However, natural language pre-training has problems: high-quality text is finite, it contains human biases, and it entangles knowledge with reasoning. This raises a fundamental question: is natural language the only path to intelligence? We propose using neural cellular automata (NCA) to generate synthetic, non-linguistic d
PretrainingSynthetic DataLanguage ModelsNeural Cellular Automata
Research arXiv (Artificial Intelligence) Mar 12

CLIPO: Contrastive Learning in Policy Optimization Generalizes RLVR

By Sijia Cui, Pengyu Cheng, Jiajun Song, Yongbo Gai, Guojun Zhang, Zhechao Yu, Jianhe Lin, Xiaoxi Jiang, Guanjun Jiang

70 score
AI Analysis

Proposes CLIPO, which incorporates contrastive learning into policy optimization for RLVR (Reinforcement Learning with Verifiable Rewards). Addresses the problem of process-wrong but outcome-correct rollouts that lead to hallucination and answer-copying by capturing invariant structure across correct reasoning paths.

arXiv:2603.10101v1 Announce Type: cross Abstract: Reinforcement Learning with Verifiable Rewards (RLVR) has significantly advanced the reasoning capacity of Large Language Models (LLMs). However, RLVR solely relies on final answers as outcome rewards, neglecting the correctness of intermediate reasoning steps. Training on these process-wrong but outcome-correct rollouts can lead to hallucination and answer-copying, severely undermining the model's generalization and robustness. To address this,
Reinforcement LearningLLM ReasoningAlignment
Research arXiv (Computation and Language) Mar 12

Safe and Scalable Web Agent Learning via Recreated Websites

By Hyungjoo Chae, Jungsoo Park, Alan Ritter

70 score
AI Analysis

VeriEnv uses LLMs to clone real-world websites into executable synthetic environments with programmatically verifiable rewards, enabling safe and scalable web agent training without real-world interaction. Agents can self-generate tasks within these cloned environments.

arXiv:2603.10505v1 Announce Type: new Abstract: Training autonomous web agents is fundamentally limited by the environments they learn from: real-world websites are unsafe to explore, hard to reset, and rarely provide verifiable feedback. We propose VeriEnv, a framework that treats language models as environment creators, automatically cloning real-world websites into fully executable, verifiable synthetic environments. By exposing controlled internal access via a Python SDK, VeriEnv enables ag
AI AgentsWeb AutomationEnvironment SimulationAI Safety