Category intelligence

Research Briefing — March 11, 2026

526 current items analyzed and ranked.

Executive synthesis

Research Summary

Today's standout is Design Conductor, an autonomous agent that takes a 219-word spec to a verified, tape-out-ready 1.5 GHz RISC-V CPU in 12 hours—a landmark in AI-driven hardware design. In pure mathematics, AlphaEvolve improves lower bounds on five classical Ramsey numbers, including raising R(3,13) from 60 to 61.

A strong cluster of reasoning and safety research dominates:

In evaluation and real-world impact, EsoLang-Bench exposes how frontier models collapse on esoteric programming languages with minimal training data, cleanly separating memorization from reasoning. A large-scale study (N=19,145) finds LLMs now outperform human persuaders on political topics. PlayWorld trains video world models from unsupervised robot self-play, eliminating dependence on human demonstrations for whole-body humanoid control.

Key Themes

AI Safety & Alignment · 10AI Safety and Alignment · 18LLM Reasoning & Knowledge · 4Mechanistic Interpretability · 9Reasoning & Chain-of-Thought · 8Hardware Design Automation · 5Robotics and Embodied AI · 10LLM Training and Reasoning · 8AI Safety & Societal Impact · 4Evaluation & Benchmarks · 10

Primary evidence

Top Ranked Signals

Research arXiv (Artificial Intelligence) Mar 11

Design Conductor: An agent autonomously builds a 1.5 GHz Linux-capable RISC-V CPU

By The Verkor Team, Ravi Krishna, Suresh Krishna, David Chin

85 score
AI Analysis

Design Conductor is an autonomous AI agent that builds complete RISC-V CPUs from a 219-word spec to verified, tape-out ready GDSII in 12 hours. The resulting VerCore achieves 1.48 GHz timing and CoreMark 3261, roughly equivalent to a 2011 Intel Celeron.

arXiv:2603.08716v1 Announce Type: cross Abstract: Design Conductor (DC) is an autonomous agent which applies the capabilities of frontier models to build semiconductors end-to-end -- that is, from concept to verified, tape-out ready GDSII (layout CAD file). In 12 hours and fully autonomously, DC was able to build several micro-architecture variations of a complete RISC-V CPU (which we dub VerCore) that meet timing at 1.48 GHz (rv32i-zmmul; using the ASAP7 PDK), starting from a 219-word requirem
Autonomous AIHardware DesignSemiconductorAgentic AI
Research arXiv (Artificial Intelligence) Mar 11

Quantifying the Necessity of Chain of Thought through Opaque Serial Depth

By Jonah Brown-Cohen, David Lindner, Rohin Shah

75 score
AI Analysis

Formalizes when chain-of-thought reasoning is necessary through 'opaque serial depth' - the longest computation possible without interpretable intermediate steps. Computes numeric upper bounds for Gemma 3 models and provides automated measurement methods.

arXiv:2603.09786v1 Announce Type: new Abstract: Large language models (LLMs) tend to externalize their reasoning in their chain of thought, making the chain of thought a good target for monitoring. This is partially an inherent feature of the Transformer architecture: sufficiently long serial cognition must pass through the chain of thought (Korbak et al., 2025). We formalize this argument through the notion of opaque serial depth, given by the length of the longest computation that can be done
AI SafetyMechanistic InterpretabilityChain-of-ThoughtLanguage Models
Research arXiv (Artificial Intelligence) Mar 11

Reinforced Generation of Combinatorial Structures: Ramsey Numbers

By Ansh Nagda, Prabhakar Raghavan, Abhradeep Thakurta

75 score
AI Analysis

Uses AlphaEvolve (LLM-based code mutation agent) to improve lower bounds for five classical Ramsey numbers, including R(3,13) from 60 to 61 and R(4,13) from 138 to 139.

arXiv:2603.09172v1 Announce Type: cross Abstract: We present improved lower bounds for five classical Ramsey numbers: $\mathbf{R}(3, 13)$ is increased from $60$ to $61$, $\mathbf{R}(3, 18)$ from $99$ to $100$, $\mathbf{R}(4, 13)$ from $138$ to $139$, $\mathbf{R}(4, 14)$ from $147$ to $148$, and $\mathbf{R}(4, 15)$ from $158$ to $159$. These results were achieved using~\emph{AlphaEvolve}, an LLM-based code mutation agent. Beyond these new results, we successfully recovered lower bounds for all R
AI for MathematicsCombinatoricsLLM AgentsAlphaEvolve
Research arXiv (Computation and Language) Mar 11

Thinking to Recall: How Reasoning Unlocks Parametric Knowledge in LLMs

By Zorik Gekhman, Roee Aharoni, Eran Ofek, Mor Geva, Roi Reichart, Jonathan Herzig

73 score
AI Analysis

Discovers that enabling chain-of-thought reasoning in LLMs substantially improves factual recall even for simple single-hop questions. Identifies two mechanisms: a computational buffer effect and an implicit multi-hop decomposition of recall.

arXiv:2603.09906v1 Announce Type: new Abstract: While reasoning in LLMs plays a natural role in math, code generation, and multi-hop factual questions, its effect on simple, single-hop factual questions remains unclear. Such questions do not require step-by-step logical decomposition, making the utility of reasoning highly counterintuitive. Nevertheless, we find that enabling reasoning substantially expands the capability boundary of the model's parametric knowledge recall, unlocking correct an
LLM ReasoningKnowledge RecallMechanistic Interpretability
Research arXiv (Artificial Intelligence) Mar 11

EsoLang-Bench: Evaluating Genuine Reasoning in Large Language Models via Esoteric Programming Languages

By Aman Sharma, Paras Chopra

72 score
AI Analysis

EsoLang-Bench evaluates LLM reasoning using esoteric programming languages (Brainfuck, Befunge-98, etc.) that have minimal training data. Frontier models achieving 85-95% on standard benchmarks score only 0-11%, revealing memorization vs genuine reasoning.

arXiv:2603.09678v1 Announce Type: new Abstract: Large language models achieve near-ceiling performance on code generation benchmarks, yet these results increasingly reflect memorization rather than genuine reasoning. We introduce EsoLang-Bench, a benchmark using five esoteric programming languages (Brainfuck, Befunge-98, Whitespace, Unlambda, and Shakespeare) that lack benchmark gaming incentives due to their economic irrationality for pre-training. These languages require the same computationa
Evaluation & BenchmarksReasoningCode GenerationLanguage Models
Research arXiv (Artificial Intelligence) Mar 11

Think Before You Lie: How Reasoning Improves Honesty

By Ann Yuan, Asma Ghandeharioun, Carter Blum, Alicia Machado, Jessica Hoffmann, Daphne Ippolito, Martin Wattenberg, Lucas Dixon, Katja Filippova

72 score
AI Analysis

Studies how reasoning affects honesty in LLMs using realistic moral trade-offs. Contrary to humans who become less honest with deliberation, reasoning consistently increases LLM honesty across scales and families. Shows this is partly due to representational geometry, not just reasoning content.

arXiv:2603.09957v1 Announce Type: new Abstract: While existing evaluations of large language models (LLMs) measure deception rates, the underlying conditions that give rise to deceptive behavior are poorly understood. We investigate this question using a novel dataset of realistic moral trade-offs where honesty incurs variable costs. Contrary to humans, who tend to become less honest given time to deliberate (Capraro, 2017; Capraro et al., 2019), we find that reasoning consistently increases ho
AI SafetyAlignmentReasoningMechanistic Interpretability
Research arXiv (Artificial Intelligence) Mar 11

PlayWorld: Learning Robot World Models from Autonomous Play

By Tenny Yin, Zhiting Mei, Zhonghe Zheng, Miyu Yamane, David Wang, Jade Sceats, Samuel M. Bateman, Lihan Zha, Apurva Badithela, Ola Shorinwa, Anirudha Majumdar

72 score
AI Analysis

Presents PlayWorld, a pipeline for training video world models from unsupervised robot self-play rather than human demonstrations. First system capable of learning entirely from autonomous play for high-fidelity video world simulation.

arXiv:2603.09030v1 Announce Type: cross Abstract: Action-conditioned video models offer a promising path to building general-purpose robot simulators that can improve directly from data. Yet, despite training on large-scale robot datasets, current state-of-the-art video models still struggle to predict physically consistent robot-object interactions that are crucial in robotic manipulation. To close this gap, we present PlayWorld, a simple, scalable, and fully autonomous pipeline for training h
World ModelsRobot LearningSelf-Supervised LearningRobotics
Research arXiv (Machine Learning) Mar 11

On the Formal Limits of Alignment Verification

By Ayushi Agarwal

72 score
AI Analysis

Proves an impossibility result for AI alignment verification: no procedure can simultaneously be sound (rejects misaligned systems), general (full input domain), and tractable (polynomial time). Each pair is achievable but all three cannot hold simultaneously.

arXiv:2603.08761v1 Announce Type: cross Abstract: The goal of AI alignment is to ensure that an AI system reliably pursues intended objectives. A foundational question for AI safety is whether alignment can be formally certified: whether there exists a procedure that can guarantee that a given system satisfies an alignment specification. This paper studies the nature of alignment verification. We prove that no verification procedure can simultaneously satisfy three properties: soundness (no mis
AI SafetyAlignmentFormal VerificationTheoretical Computer Science
Research arXiv (Computation and Language) Mar 11

Benchmarking Political Persuasion Risks Across Frontier Large Language Models

By Zhongren Chen, Joshua Kalla, Quan Le

72 score
AI Analysis

Benchmarks political persuasion capabilities of seven frontier LLMs (from Anthropic, OpenAI, Google, xAI) across N=19,145 participants. Finds LLMs outperform standard campaign advertisements, with Claude most persuasive and Grok least persuasive.

arXiv:2603.09884v1 Announce Type: new Abstract: Concerns persist regarding the capacity of Large Language Models (LLMs) to sway political views. Although prior research has claimed that LLMs are not more persuasive than standard political campaign practices, the recent rise of frontier models warrants further study. In two survey experiments (N=19,145) across bipartisan issues and stances, we evaluate seven state-of-the-art LLMs developed by Anthropic, OpenAI, Google, and xAI. We find that LLMs
AI SafetyPolitical PersuasionLLM CapabilitiesSocietal Impact
Research arXiv (Artificial Intelligence) Mar 11

The Reasoning Trap -- Logical Reasoning as a Mechanistic Pathway to Situational Awareness

By Subramanyam Sahoo, Aman Chadha, Vinija Jain, Divya Chaudhary

68 score
AI Analysis

Argues that improving LLM logical reasoning capabilities mechanistically enables situational awareness - a dangerous emergent capability. Introduces the RAISE framework identifying three pathways through which reasoning improvements enable deeper self-awareness.

arXiv:2603.09200v1 Announce Type: new Abstract: Situational awareness, the capacity of an AI system to recognize its own nature, understand its training and deployment context, and reason strategically about its circumstances, is widely considered among the most dangerous emergent capabilities in advanced AI systems. Separately, a growing research effort seeks to improve the logical reasoning capabilities of large language models (LLMs) across deduction, induction, and abduction. In this paper,
AI SafetyAlignmentReasoningSituational Awareness
Research arXiv (Artificial Intelligence) Mar 11

Curveball Steering: The Right Direction To Steer Isn't Always Linear

By Shivam Raval, Hae Jin Song, Linlin Wu, Abir Harrasse, Jeff Phillips, Amirali Abdullah

68 score
AI Analysis

Challenges the Linear Representation Hypothesis by measuring geometric distortion in LLM activation spaces and proposes 'Curveball steering' - nonlinear activation steering that follows the curved geometry of activation spaces instead of assuming linearity.

arXiv:2603.09313v1 Announce Type: new Abstract: Activation steering is a widely used approach for controlling large language model (LLM) behavior by intervening on internal representations. Existing methods largely rely on the Linear Representation Hypothesis, assuming behavioral attributes can be manipulated using global linear directions. In practice, however, such linear interventions often behave inconsistently. We question this assumption by analyzing the intrinsic geometry of LLM activati
Mechanistic InterpretabilityActivation SteeringLanguage ModelsRepresentation Learning
Research arXiv (Machine Learning) Mar 11

Good Reasoning Makes Good Demonstrations: Implicit Reasoning Quality Supervision via In-Context Reinforcement Learning

By Tiehua Mei, Minxuan Lv, Leiyu Pan, Zhenpeng Su, Hongru Hou, Hengrui Chen, Ao Xu, Deqing Yang

68 score
AI Analysis

Proposes In-Context RLVR, which uses the quality of reasoning traces as demonstrations (Evidence Gain) to implicitly reweight rewards in RLVR training. Shows better reasoning traces serve as better teachers via in-context learning.

arXiv:2603.09803v1 Announce Type: new Abstract: Reinforcement Learning with Verifiable Rewards (RLVR) improves reasoning in large language models but treats all correct solutions equally, potentially reinforcing flawed traces that get correct answers by chance. We observe that better reasoning are better teachers: high-quality solutions serve as more effective demonstrations than low-quality ones. We term this teaching ability Demonstration Utility, and show that the policy model's own in-conte
Reinforcement LearningLanguage ModelsReasoningLLM Training