Category intelligence

Research Briefing — April 13, 2026

480 current items analyzed and ranked.

Executive synthesis

Research Summary

AI safety and alignment dominate today's research, with several papers offering mechanistic and empirical breakthroughs. A large preregistered study (N=17,950) demonstrates conversational AI can drive real-world political actions. Targeted weight pruning reveals harmful content generation relies on a compact, unified weight subset across harm categories. An OSINT analysis of 183K+ chatbot transcripts provides first systematic real-world evidence of AI scheming behavior.

On the foundations side, a rigorous theoretical analysis shows classification error under chain-of-thought scales as a power law, with tree-structured decomposition explaining CoT's effectiveness. U-Cast matches frontier probabilistic forecasting using a simple U-Net with MC Dropout, challenging complex specialized architectures. SPPO reformulates long-horizon reasoning as a sequence-level contextual bandit, improving on both PPO and GRPO. EquiformerV3 achieves 1.75x speedup on SE(3)-equivariant graph attention with new state-of-the-art on molecular modeling benchmarks.

Key Themes

AI Safety and Alignment · 17AI Safety & Alignment · 18LLM Reasoning & Training · 8Mechanistic Interpretability · 4AI Safety & Adversarial Robustness · 8LLM Training and Optimization · 5Scientific ML & Domain Applications · 8Language Models and Reasoning · 8Generative Models & Efficient Generation · 5Vision-Language Models · 21

Primary evidence

Top Ranked Signals

Research arXiv (cs.CY) Apr 13

Artificial intelligence can persuade people to take political actions

By Kobi Hackenburg, Luke Hewitt, Caroline Wagner, Ben M. Tappin, Christopher Summerfield

82 score
AI Analysis

Two large preregistered experiments (N=17,950) demonstrate that conversational AI can persuade people to take real-world political actions including signing petitions (+19.7pp) and donating to charity. Finds no correlation between attitudinal and behavioral persuasion effects.

There is substantial concern about the ability of advanced artificial intelligence to influence people's behaviour. A rapidly growing body of research has found that AI can produce large persuasive effects on people's attitudes, but whether AI can persuade people to take consequential real-world actions has remained unclear. In two large preregistered experiments N=17,950 responses from 14,779 people), we used conversational AI models to persuade participants on a range of attitudinal and behavi
AI SafetyAI and SocietyPersuasionAI Governance
Research arXiv (Computation and Language) Apr 13

Large Language Models Generate Harmful Content Using a Distinct, Unified Mechanism

By Hadas Orgad, Boyi Wei, Kaden Zheng, Martin Wattenberg, Peter Henderson, Seraphina Goldfarb-Tarrant, Yonatan Belinkov

78 score
AI Analysis

Uses targeted weight pruning to reveal that harmful content generation in LLMs depends on a compact, unified set of weights that is general across harm types and distinct from benign capabilities. Aligned models show greater compression of these harm-related weights, suggesting alignment reshapes but doesn't eliminate harmful representations.

Large language models (LLMs) undergo alignment training to avoid harmful behaviors, yet the resulting safeguards remain brittle: jailbreaks routinely bypass them, and fine-tuning on narrow domains can induce ``emergent misalignment'' that generalizes broadly. Whether this brittleness reflects a fundamental lack of coherent internal organization for harmfulness remains unclear. Here we use targeted weight pruning as a causal intervention to probe the internal organization of harmfulness in LLMs.
AI SafetyMechanistic InterpretabilityAlignmentLanguage ModelsJailbreaks
Research arXiv (cs.CY) Apr 13

Scheming in the wild: detecting real-world AI scheming incidents with open-source intelligence

By Tommy Shaffer Shane, Simon Mylius and Hamish Hobbs

75 score
AI Analysis

Introduces OSINT methodology for detecting real-world AI scheming incidents by analyzing 183K+ transcripts from online chatbot interactions. Identifies instances where AI systems covertly pursued misaligned goals in uncontrolled settings.

Scheming, the covert pursuit of misaligned goals by AI systems, represents a potentially catastrophic risk, yet scheming research suffers from significant limitations. In particular, scheming evaluations demonstrate behaviours that may not occur in real-world settings, limiting scientific understanding, hindering policy development, and not enabling real-time detection of loss of control incidents. Real-world evidence is needed, but current monitoring techniques are not effective for this purpos
AI SafetyAlignmentAI GovernanceScheming
Research arXiv (Machine Learning) Apr 13

How does Chain of Thought decompose complex tasks?

By Amrut Nadgir, Vijay Balasubramanian, Pratik Chaudhari

72 score
AI Analysis

Shows classification error scales as a power law in number of classes, and proves that chain-of-thought can be modeled as tree-structured decomposition. Identifies a critical threshold for decomposition degree below which deeper thinking is detrimental.

Many language tasks can be modeled as classification problems where a large language model (LLM) is given a prompt and selects one among many possible answers. We show that the classification error in such problems scales as a power law in the number of classes. This has a dramatic consequence: the prediction error can be reduced substantially by splitting the overall task into a sequence of smaller classification problems, each with the same number of classes ("degree"). This tree-structured de
Chain-of-ThoughtLanguage ModelsTheoryReasoning
Research arXiv (Machine Learning) Apr 13

U-Cast: A Surprisingly Simple and Efficient Frontier Probabilistic AI Weather Forecaster

By Salva R\"uhling Cachay, Duncan Watson-Parris, Rose Yu

72 score
AI Analysis

U-Cast demonstrates that a standard U-Net backbone with a simple training recipe (MAE pretraining + CRPS fine-tuning + MC Dropout) matches or exceeds frontier probabilistic weather forecasters like GenCast while using 10x less training compute.

AI-based weather forecasting now rivals traditional physics-based ensembles, but state-of-the-art (SOTA) models rely on specialized architectures and massive computational budgets, creating a high barrier to entry. We demonstrate that such complexity is unnecessary for frontier performance. We introduce U-Cast, a probabilistic forecaster built on a standard U-Net backbone trained with a simple recipe: deterministic pre-training on Mean Absolute Error followed by short probabilistic fine-tuning o
Weather ForecastingEfficiencyScientific ML
Research arXiv (Computation and Language) Apr 13

Do LLMs Follow Their Own Rules? A Reflexive Audit of Self-Stated Safety Policies

By Avni Mittal

72 score
AI Analysis

Introduces the Symbolic-Neural Consistency Audit (SNCA) framework that extracts LLMs' self-stated safety rules, formalizes them as typed predicates, and measures behavioral compliance. Reveals systematic gaps between stated policy and observed behavior across four frontier models.

LLMs internalize safety policies through RLHF, yet these policies are never formally specified and remain difficult to inspect. Existing benchmarks evaluate models against external standards but do not measure whether models understand and enforce their own stated boundaries. We introduce the Symbolic-Neural Consistency Audit (SNCA), a framework that (1) extracts a model's self-stated safety rules via structured prompts, (2) formalizes them as typed predicates (Absolute, Conditional, Adaptive),
AI SafetyAlignmentLLM EvaluationLanguage Models
Research arXiv (Artificial Intelligence) Apr 13

SPPO: Sequence-Level PPO for Long-Horizon Reasoning Tasks

By Tianyi Wang, Yixia Li, Long Li, Yibiao Chen, Shaohan Huang, Yun Chen, Peng Li, Yang Liu, Guanhua Chen

70 score
AI Analysis

Introduces Sequence-Level PPO (SPPO) for long-horizon reasoning tasks that reformulates reasoning as a sequence-level contextual bandit, combining PPO's sample efficiency with outcome-based update stability while eliminating the value model's memory cost.

Proximal Policy Optimization (PPO) is central to aligning Large Language Models (LLMs) in reasoning tasks with verifiable rewards. However, standard token-level PPO struggles in this setting due to the instability of temporal credit assignment over long Chain-of-Thought (CoT) horizons and the prohibitive memory cost of the value model. While critic-free alternatives like GRPO mitigate these issues, they incur significant computational overhead by requiring multiple samples for baseline estimatio
Reinforcement LearningLanguage ModelsReasoningAlignment
Research arXiv (Machine Learning) Apr 13

EquiformerV3: Scaling Efficient, Expressive, and General SE(3)-Equivariant Graph Attention Transformers

By Yi-Lun Liao, Alexander J. Hoffman, Sabrina C. Shen, Alexandre Duval, Sam Walton Norwood, Tess Smidt

70 score
AI Analysis

EquiformerV3 advances SE(3)-equivariant graph attention transformers with 1.75x speedup, improved normalization and architecture modifications, and new equivariant pretraining and fine-tuning strategies. Achieves SOTA on multiple molecular modeling benchmarks.

As $SE(3)$-equivariant graph neural networks mature as a core tool for 3D atomistic modeling, improving their efficiency, expressivity, and physical consistency has become a central challenge for large-scale applications. In this work, we introduce EquiformerV3, the third generation of the $SE(3)$-equivariant graph attention Transformer, designed to advance all three dimensions: efficiency, expressivity, and generality. Building on EquiformerV2, we have the following three key advances. First, w
Molecular ModelingEquivariant NetworksScientific MLGraph Neural Networks
68 score
AI Analysis

Shows that spectral properties of LoRA weight deltas (norms, stable rank, singular-value entropy) can identify fine-tuning objectives and predict harmful compliance in language models. Achieves AUC~1.00 on binary drift detection across 38 LoRA adapters.

We study whether low-rank spectral summaries of LoRA weight deltas can identify which fine-tuning objective was applied to a language model, and whether that geometric signal predicts downstream behavioral harm. In a pre-registered experiment on \texttt{Llama-3.2-3B-Instruct}, we manufacture 38 LoRA adapters across four categories: healthy SFT baselines, DPO on inverted harmlessness preferences, DPO on inverted helpfulness preferences, and activation-steering-derived adapters, and extract per-la
AI SafetyModel AuditingLoRAAlignment
Research arXiv (Machine Learning) Apr 13

CORA: Conformal Risk-Controlled Agents for Safeguarded Mobile GUI Automation

By Yushi Feng, Junye Du, Qifan Wang, Zizhan Ma, Qian Niu, Yutaka Matsuo, Long Feng, Lequan Yu

68 score
AI Analysis

Proposes CORA, a post-policy safeguarding framework for GUI automation agents that uses conformal risk control to provide statistical guarantees on harmful action execution. Trains a Guardian model to estimate action-conditional risk and calibrates thresholds with formal coverage guarantees.

Graphical user interface (GUI) agents powered by vision language models (VLMs) are rapidly moving from passive assistance to autonomous operation. However, this unrestricted action space exposes users to severe and irreversible financial, privacy or social harm. Existing safeguards rely on prompt engineering, brittle heuristics and VLM-as-critic lack formal verification and user-tunable guarantees. We propose CORA (COnformal Risk-controlled GUI Agent), a post-policy, pre-action safeguarding fram
AI SafetyAutonomous AgentsConformal PredictionGUI Automation
Research arXiv (Machine Learning) Apr 13

Efficient RL Training for LLMs with Experience Replay

By Charles Arnal, Vivien Cabannes, Taco Cohen, Julia Kempe, Remi Munos

65 score
AI Analysis

Systematically studies experience replay buffers for LLM post-training, showing that strict on-policy sampling is suboptimal when generation is expensive. A well-designed replay buffer can drastically reduce inference compute without degrading performance.

While Experience Replay - the practice of storing rollouts and reusing them multiple times during training - is a foundational technique in general RL, it remains largely unexplored in LLM post-training due to the prevailing belief that fresh, on-policy data is essential for high performance. In this work, we challenge this assumption. We present a systematic study of replay buffers for LLM post-training, formalizing the optimal design as a trade-off between staleness-induced variance, sample di
LLM TrainingReinforcement LearningEfficiencyRLHF
Research arXiv (cs.SD) Apr 13

AudioGuard: Toward Comprehensive Audio Safety Protection Across Diverse Threat Models

By Mintong Kang, Chen Fang, Bo Li

65 score
AI Analysis

Introduces AudioGuard with a comprehensive audio safety taxonomy and AudioSafetyBench, the first policy-based audio safety benchmark addressing audio-native risks like voice cloning, speaker attributes, and compositional harms beyond just 'unsafe text spoken aloud'.

Audio has rapidly become a primary interface for foundation models, powering real-time voice assistants. Ensuring safety in audio systems is inherently more complex than just "unsafe text spoken aloud": real-world risks can hinge on audio-native harmful sound events, speaker attributes (e.g., child voice), impersonation/voice-cloning misuse, and voice-content compositional harms, such as child voice plus sexual content. The nature of audio makes it challenging to develop comprehensive benchmarks
AI SafetyAudio AIBenchmark DesignContent Moderation