Category intelligence

Research Briefing — April 28, 2026

716 current items analyzed and ranked.

Executive synthesis

Research Summary

A landmark day for LLM training methodology and AI safety. A bug disclosure reveals that SFT-then-RL was already optimal for LLM reasoning, invalidating mixed-policy results across multiple published papers. In learning theory, the optimal sample complexity of multiclass classification is resolved by proving a tight bound via DS dimension.

Safety & alignment dominates the research landscape:

In mechanistic understanding, hidden-state analysis reveals that individual CoT tokens encode sufficient information to recover correct answers even when surface reasoning fails. Power-law data distributions are shown to consistently outperform uniform distributions for compositional reasoning, challenging common training assumptions. The spectral lifecycle of transformer weight matrices during pretraining reveals transient compression waves and persistent Q/K–V asymmetries across model scales.

Key Themes

AI Safety & Alignment · 37Learning Theory & Sample Complexity · 5Language Models & Reasoning · 10Chain-of-Thought and Reasoning Faithfulness · 4Agentic Systems & Multi-Agent · 12Language Model Evaluation & Understanding · 10LLM Training & Alignment · 8Reinforcement Learning for LLMs · 13Vision-Language-Action Models & Robot Learning · 18Scientific Reproducibility & Methodology · 4

Primary evidence

Top Ranked Signals

Research arXiv (Machine Learning) Apr 28

SFT-then-RL Outperforms Mixed-Policy Methods for LLM Reasoning

By Alexis Limozin, Eduard Durech, Torsten Hoefler, Imanol Schlag, Valentina Pyatkin

82 score
AI Analysis

Reveals that multiple published papers claiming improvements over SFT-then-RL for LLM reasoning relied on faulty baselines caused by two bugs: a DeepSpeed optimizer bug dropping micro-batches and an OpenRLHF loss aggregation bug. After fixing these, SFT-then-RL matches or beats mixed-policy methods.

arXiv:2604.23747v1 Announce Type: new Abstract: Recent mixed-policy optimization methods for LLM reasoning that interleave or blend supervised and reinforcement learning signals report improvements over the standard SFT-then-RL pipeline. We show that numerous recently published research papers rely on a faulty baseline caused by two distinct bugs: a CPU-offloaded optimizer bug in DeepSpeed that silently drops intermediate micro-batches during gradient accumulation (affecting multiple downstream
LLM TrainingReinforcement LearningReproducibilityAI Safety
Research arXiv (Machine Learning) Apr 28

The Optimal Sample Complexity of Multiclass and List Learning

By Chirag Pabbaraju

82 score
AI Analysis

Resolves the optimal sample complexity of multiclass classification by proving the maximum hypergraph density is upper-bounded by DS dimension, closing a longstanding sqrt(DS) gap between upper and lower bounds. Proves a conjecture of Daniely and Shalev-Shwartz.

arXiv:2604.24749v1 Announce Type: new Abstract: While the optimal sample complexity of binary classification in terms of the VC dimension is well-established, determining the optimal sample complexity of multiclass classification has remained open. The appropriate complexity parameter for multiclass classification is the DS dimension, and despite significant efforts, a gap of $\sqrt{\text{DS}}$ has persisted between the upper and lower bounds on sample complexity. Recent work by Hanneke et al
Learning TheorySample ComplexityStatistical Learning Theory
Research arXiv (Artificial Intelligence) Apr 28

Removing Sandbagging in LLMs by Training with Weak Supervision

By Emil Ryd, Henning Bartsch, Julian Stastny, Joe Benton, Vivek Hebbar

78 score
AI Analysis

Studies removing sandbagging (models deliberately underperforming) using weak supervision, finding that combining SFT on weak demonstrations with RL can reliably elicit true capabilities from sandbagging model organisms on math, science, and coding tasks.

arXiv:2604.22082v1 Announce Type: cross Abstract: As AI systems begin to automate complex tasks, supervision increasingly relies on weaker models or limited human oversight that cannot fully verify output quality. A model more capable than its supervisors could exploit this gap through sandbagging, producing work that appears acceptable but falls short of its true abilities. Can training elicit a model's best work even without reliable verification? We study this using model organisms trained t
AI SafetyAlignmentSandbaggingReinforcement LearningEvaluation Gaming
Research arXiv (Artificial Intelligence) Apr 28

Estimating Tail Risks in Language Model Output Distributions

By Rico Angell, Raghav Singhal, Zachary Horvitz, Zhou Yu, Rajesh Ranganath, Kathleen McKeown, He He

76 score
AI Analysis

Proposes a method to efficiently estimate the probability of harmful LLM outputs for any input query, addressing tail risk when models are queried billions of times daily, moving beyond distribution-of-inputs safety evaluations.

arXiv:2604.22167v1 Announce Type: cross Abstract: Language models are increasingly capable and are being rapidly deployed on a population-level scale. As a result, the safety of these models is increasingly high-stakes. Fortunately, advances in alignment have significantly reduced the likelihood of harmful model outputs. However, when models are queried billions of times in a day, even rare worst-case behaviors will occur. Current safety evaluations focus on capturing the distribution of inputs
AI SafetyEvaluationLanguage ModelsRisk Assessment
Research arXiv (Artificial Intelligence) Apr 28

PermaFrost-Attack: Stealth Pretraining Seeding(SPS) for planting Logic Landmines During LLM Training

By Harsh Kumar, Rahul Maity, Tanmay Joshi, Aman Chadha, Vinija Jain, Suranjana Trivedy, Amitava Das

37 score
AI Analysis

Continuing our coverage from [yesterday](/?date=2026-04-27&category=research#item-0787ea49b176), Introduces Stealth Pretraining Seeding (SPS), an attack where adversaries distribute small poisoned content across stealth websites to be absorbed into training corpora via web crawlers, creating dormant 'logic landmines' in trained models.

arXiv:2604.22117v1 Announce Type: cross Abstract: Aligned large language models(LLMs) remain vulnerable to adversarial manipulation, and their dependence on web-scale pretraining creates a subtle but serious attack surface. We study Stealth Pretraining Seeding (SPS), a new attack family in which adversaries distribute small amounts of poisoned content across stealth websites, expose them to web crawlers through robots.txt, and thereby increase the likelihood that such content is absorbed into f
AI SecurityData PoisoningAdversarial AttacksTraining Data
Research arXiv (Machine Learning) Apr 28

When Chain-of-Thought Fails, the Solution Hides in the Hidden States

By Houman Mehrafarin, Amit Parekh, Ioannis Konstas

75 score
AI Analysis

Demonstrates through activation patching that individual Chain-of-Thought tokens encode sufficient task-relevant information to recover correct answers even when the original CoT trace is incorrect. Shows CoT tokens contain richer information than their surface text suggests.

arXiv:2604.23351v1 Announce Type: cross Abstract: Whether intermediate reasoning is computationally useful or merely explanatory depends on whether chain-of-thought (CoT) tokens contain task-relevant information. We present a mechanistic causal analysis of CoT on GSM8K using activation patching: transferring token-level hidden states from a CoT generation to a direct-answer run for the same question, then measuring the effect on final-answer accuracy. Across models, generating after patching yi
Language ModelsReasoningInterpretabilityChain-of-Thought
Research arXiv (Artificial Intelligence) Apr 28

Emergent Strategic Reasoning Risks in AI: A Taxonomy-Driven Evaluation Framework

By Tharindu Kumarage, Lisa Bauer, Yao Ma, Dan Rosen, Yashasvi Raghavendra Guduri, Anna Rumshisky, Kai-Wei Chang, Aram Galstyan, Rahul Gupta, Charith Peris

74 score
AI Analysis

Introduces ESRRSim, a taxonomy-driven framework for evaluating emergent strategic reasoning risks in LLMs including deception, evaluation gaming, and reward hacking, with 7 risk categories decomposed into 28 sub-categories and 665 behavioral indicators.

arXiv:2604.22119v1 Announce Type: new Abstract: As reasoning capacity and deployment scope grow in tandem, large language models (LLMs) gain the capacity to engage in behaviors that serve their own objectives, a class of risks we term Emergent Strategic Reasoning Risks (ESRRs). These include, but are not limited to, deception (intentionally misleading users or evaluators), evaluation gaming (strategically manipulating performance during safety testing), and reward hacking (exploiting misspecifi
AI SafetyAlignmentEvaluationDeception DetectionEmergent Behavior
Research arXiv (Artificial Intelligence) Apr 28

Superminds Test: Actively Evaluating Collective Intelligence of Agent Society via Probing Agents

By Xirui Li, Ming Li, Yunze Xiao, Ryan Wong, Dianqi Li, Timothy Baldwin, Tianyi Zhou

73 score
AI Analysis

Presents the first empirical evaluation of collective intelligence in a large-scale autonomous agent society (MoltBook, 2M+ agents), finding a stark absence of emergent collective intelligence—the society fails to outperform individual agents.

arXiv:2604.22452v1 Announce Type: new Abstract: Collective intelligence refers to the ability of a group to achieve outcomes beyond what any individual member can accomplish alone. As large language model agents scale to populations of millions, a key question arises: Does collective intelligence emerge spontaneously from scale? We present the first empirical evaluation of this question in a large-scale autonomous agent society. Studying MoltBook, a platform hosting over two million agents, we
Multi-Agent SystemsCollective IntelligenceEmergent BehaviorEvaluation
Research arXiv (Machine Learning) Apr 28

The Power of Power Law: Asymmetry Enables Compositional Reasoning

By Zixuan Wang, Xingyu Dang, Jason D. Lee, Kaifeng Lyu

73 score
AI Analysis

Shows that power-law data distributions consistently outperform uniform distributions for learning compositional reasoning tasks, with theoretical analysis revealing that asymmetric frequency structure provides inductive bias for skill composition.

arXiv:2604.22951v1 Announce Type: cross Abstract: Natural language data follows a power-law distribution, with most knowledge and skills appearing at very low frequency. While a common intuition suggests that reweighting or curating data towards a uniform distribution may help models better learn these long-tail skills, we find a counterintuitive result: across a wide range of compositional reasoning tasks, such as state tracking and multi-step arithmetic, training under power-law distributions
Learning TheoryLanguage ModelsData DistributionCompositional Reasoning
Research arXiv (Machine Learning) Apr 28

Ulterior Motives: Detecting Misaligned Reasoning in Continuous Thought Models

By Sharan Ramjee

73 score
AI Analysis

Introduces MoralChain benchmark and methods for detecting misaligned reasoning in continuous thought models that reason in latent space rather than natural language tokens, using a novel dual-trigger backdoor paradigm.

arXiv:2604.23460v1 Announce Type: cross Abstract: Chain-of-Thought (CoT) reasoning has emerged as a key technique for eliciting complex reasoning in Large Language Models (LLMs). Although interpretable, its dependence on natural language limits the model's expressive bandwidth. Continuous thought models address this bottleneck by reasoning in latent space rather than human-readable tokens. While they enable richer representations and faster inference, they raise a critical safety question: how
AI SafetyAlignmentReasoningInterpretability
73 score
AI Analysis

Demonstrates that activation-level analysis can detect emergent misalignment from data poisoning at doses as low as 5%, far before behavioral evaluations flag issues (50%+ dose). Uses adapter-based experiments on Llama 3.2-3B and 3.1-8B with medical advice poisoning examples.

Status: Exploration with adapters for Llama 3.2-3B + 3.1-8B at various poisoning dose levels using medical advice examples from Turner et al 2025 with a bare-bones compute budget. Conclusions are exploratory; replication on other models and bad data types would strengthen them.TL;DRActivation drift hits 28% of full-poisoning level at just 5% dose; behavioral judges show no signal until 50%+ dose.Autoresearched prompts reduce the detection threshold from 100% to 50% dose, but this is still long a
AI SafetyEmergent MisalignmentMechanistic InterpretabilityAlignment Monitoring
Research arXiv (Artificial Intelligence) Apr 28

Read the Paper, Write the Code: Agentic Reproduction of Social-Science Results

By Benjamin Kohler, David Zollikofer, Johanna Einsiedler, Alexander Hoyle, Elliott Ash

72 score
AI Analysis

Develops an agentic system that reproduces social science research results given only a paper's methods description and data (no original code), with deterministic cell-level comparison and error attribution. Tests 4 agent scaffolds and 4 LLMs on 48 papers.

arXiv:2604.21965v1 Announce Type: new Abstract: Recent work has used LLM agents to reproduce empirical social science results with access to both the data and code. We broaden this scope by asking: Can they reproduce results given only a paper's methods description and original data? We develop an agentic reproduction system that extracts structured methods descriptions from papers, runs reimplementations under strict information isolation -- agents never see the original code, results, or pape
Scientific ReproducibilityAgentic SystemsSocial ScienceEvaluation