Category intelligence

Research Briefing — January 19, 2026

291 current items analyzed and ranked.

Executive synthesis

Research Summary

Today's research spans AGI benchmarking, reasoning interpretability, agent evaluation, and safety mechanisms for production AI systems.

ARC Prize 2025 technical report documents 'refinement loops' as the defining pattern among top ARC-AGI-2 performers. Reasoning Models Generate Societies of Thought reveals that enhanced reasoning in DeepSeek-R1 and QwQ-32B emerges from internal multi-agent-like simulations. AgencyBench introduces evaluation at unprecedented scale: 32 scenarios requiring ~90 tool calls and 1M tokens.

A critique of METR methodology argues AI capability time horizons may be significantly underestimated. Meta's NeurIPS 2025 DCVLR winner shows difficulty-based example selection outperforms dataset diversity. Digital Metabolism proposes that targeted forgetting can distill pure neural logic cores from factual knowledge.

Key Themes

AGI & Reasoning · 3LLM Agents & Autonomy · 12AI Safety & Security · 11LLM Interpretability & Behavior · 6AI Safety & Alignment · 8LLM Efficiency & Systems · 4Mechanistic Interpretability · 6AI Safety & Reliability · 4Foundation Models · 5Medical & Healthcare AI · 14

Primary evidence

Top Ranked Signals

Research arXiv (Artificial Intelligence) Jan 19

ARC Prize 2025: Technical Report

By Fran\c{c}ois Chollet, Mike Knoop, Gregory Kamradt, Bryan Landers

90 score
AI Analysis

Technical report from ARC Prize 2025 competition on ARC-AGI-2 benchmark. Key finding: emergence of 'refinement loops' as defining pattern, with top score 24% from 1,455 teams.

The ARC-AGI benchmark series serves as a critical measure of few-shot generalization on novel tasks, a core aspect of intelligence. The ARC Prize 2025 global competition targeted the newly released ARC-AGI-2 dataset, which features greater task complexity compared to its predecessor. The Kaggle competition attracted 1,455 teams and 15,154 entries, with the top score reaching 24% on the ARC-AGI-2 private evaluation set. Paper submissions nearly doubled year-over-year to 90 entries, reflecting the
AGIBenchmarksReasoningProgram Synthesis
Research arXiv (Computation and Language) Jan 19

Reasoning Models Generate Societies of Thought

By Junsol Kim, Shiyang Lai, Nino Scherrer, Blaise Ag\"uera y Arcas, James Evans

85 score
AI Analysis

Analyzes reasoning models (DeepSeek-R1, QwQ-32B) showing enhanced reasoning emerges from simulating multi-agent-like interactions ('society of thought') with distinct personality traits and expertise.

Large language models have achieved remarkable capabilities across domains, yet mechanisms underlying sophisticated reasoning remain elusive. Recent reasoning models outperform comparable instruction-tuned models on complex cognitive tasks, attributed to extended computation through longer chains of thought. Here we show that enhanced reasoning emerges not from extended computation alone, but from simulating multi-agent-like interactions -- a society of thought -- which enables diversification a
LLM InterpretabilityReasoning ModelsMulti-Agent SystemsEmergent Behavior
Research arXiv (Artificial Intelligence) Jan 19

AgencyBench: Benchmarking the Frontiers of Autonomous Agents in 1M-Token Real-World Contexts

By Keyu Li, Junhao Shi, Yang Xiao, Mohan Jiang, Jie Sun, Yunze Wu, Shijie Xia, Xiaojie Cai, Tianze Xu, Weiye Si, Wenjie Li, Dequan Wang, Pengfei Liu

82 score
AI Analysis

Introduces AgencyBench evaluating 6 core agentic capabilities across 32 real-world scenarios requiring ~90 tool calls, 1M tokens, and hours of execution. Creates scalable automated evaluation with LLM-simulated humans.

Large Language Models (LLMs) based autonomous agents demonstrate multifaceted capabilities to contribute substantially to economic production. However, existing benchmarks remain focused on single agentic capability, failing to capture long-horizon real-world scenarios. Moreover, the reliance on human-in-the-loop feedback for realistic tasks creates a scalability bottleneck, hindering automated rollout collection and evaluation. To bridge this gap, we introduce AgencyBench, a comprehensive bench
LLM AgentsBenchmarksEvaluationAutonomous Systems
Research arXiv (Machine Learning) Jan 19

Building Production-Ready Probes For Gemini

By J\'anos Kram\'ar, Joshua Engels, Zheng Wang, Bilal Chughtai, Rohin Shah, Neel Nanda, Arthur Conmy

82 score
AI Analysis

Develops production-ready activation probes for detecting misuse of Gemini models, proposing new architectures that handle long-context distribution shift and evaluating robustness against jailbreaks and adaptive attacks.

Frontier language model capabilities are improving rapidly. We thus need stronger mitigations against bad actors misusing increasingly powerful systems. Prior work has shown that activation probes may be a promising misuse mitigation technique, but we identify a key remaining challenge: probes fail to generalize under important production distribution shifts. In particular, we find that the shift from short-context to long-context inputs is difficult for existing probe architectures. We propose
AI SafetyLLM SecurityInterpretabilityProbing
Research arXiv (Artificial Intelligence) Jan 19

ORBITFLOW: SLO-Aware Long-Context LLM Serving with Fine-Grained KV Cache Reconfiguration

By Xinyue Ma, Heelim Hong, Taegeon Um, Jongseop Lee, Seoyeong Choy, Woo-Yeon Lee, Myeongjae Jeon

78 score
AI Analysis

Introduces ORBITFLOW for adaptive KV cache management in long-context LLM serving, using lightweight ILP solver to decide layer-wise GPU retention and achieve SLO compliance.

Serving long-context LLMs is challenging because request lengths and batch composition vary during token generation, causing the memory footprint to fluctuate significantly at runtime. Offloading KV caches to host memory limits effective memory usage, but existing static and predetermined offloading strategies cannot adapt to the rapidly shifting memory demands of long-context serving. This often leads to excessive CPU-to-GPU KV transfers that translate into latency spikes and frequent SLO viola
LLM EfficiencyKV CacheSystems for ML
Research arXiv (Machine Learning) Jan 19

Spurious Rewards Paradox: Mechanistically Understanding How RLVR Activates Memorization Shortcuts in LLMs

By Lecheng Yan, Ruizhe Li, Guanhua Chen, Qing Li, Jiahui Geng, Wenxi Li, Vincent Wang, Chris Lee

78 score
AI Analysis

Identifies 'Perplexity Paradox' where spurious RLVR triggers memorization shortcuts. Discovers Anchor-Adapter circuit facilitating bypass of reasoning for memorization using mechanistic analysis.

Reinforcement Learning with Verifiable Rewards (RLVR) is highly effective for enhancing LLM reasoning, yet recent evidence shows models like Qwen 2.5 achieve significant gains even with spurious or incorrect rewards. We investigate this phenomenon and identify a "Perplexity Paradox": spurious RLVR triggers a divergence where answer-token perplexity drops while prompt-side coherence degrades, suggesting the model is bypassing reasoning in favor of memorization. Using Path Patching, Logit Lens, JS
RLVRMechanistic InterpretabilityLLM ReasoningAI Safety
Research arXiv (Computation and Language) Jan 19

DialDefer: A Framework for Detecting and Mitigating LLM Dialogic Deference

By Parisa Rabbani, Priyam Sahoo, Ruben Mathew, Aishee Mondal, Harshita Ketharaman, Nimet Beyza Bozdag, Dilek Hakkani-T\"ur

76 score
AI Analysis

Introduces DialDefer framework detecting 'dialogic deference' where LLMs judge identical claims differently based on framing (statement vs speaker attribution), showing large shifts up to 87pp.

LLMs are increasingly used as third-party judges, yet their reliability when evaluating speakers in dialogue remains poorly understood. We show that LLMs judge identical claims differently depending on framing: the same content elicits different verdicts when presented as a statement to verify ("Is this statement correct?") versus attributed to a speaker ("Is this speaker correct?"). We call this dialogic deference and introduce DialDefer, a framework for detecting and mitigating these framing-i
LLM ReliabilityEvaluationBias DetectionAI Safety
Research arXiv (Artificial Intelligence) Jan 19

BAPO: Boundary-Aware Policy Optimization for Reliable Agentic Search

By Shiyu Liu, Yongjing Yin, Jianhao Yan, Yunbo Tang, Qinggang Zhang, Bei Li, Xin Chen, Jingang Wang, Xunliang Cai, Jinsong Su

76 score
AI Analysis

Introduces BAPO, an RL framework teaching agentic search systems to recognize reasoning boundaries and admit 'I DON'T KNOW' when evidence is insufficient. Uses group-based boundary detection.

RL-based agentic search enables LLMs to solve complex questions via dynamic planning and external search. While this approach significantly enhances accuracy with agent policies optimized via large-scale reinforcement learning, we identify a critical gap in reliability: these agents fail to recognize their reasoning boundaries and rarely admit ``I DON'T KNOW'' (IDK) even when evidence is insufficient or reasoning reaches its limit. The lack of reliability often leads to plausible but unreliable
AI SafetyLLM AgentsReinforcement LearningReliability
Research arXiv (Machine Learning) Jan 19

Digital Metabolism: Decoupling Logic from Facts via Regenerative Unlearning -- Towards a Pure Neural Logic Core

By Mengmeng Peng, Zhenyu Fang, He Sun

75 score
AI Analysis

Proposes 'digital metabolism' hypothesis that targeted forgetting distills pure neural logic cores in LLMs, introducing RLCP framework to decouple reasoning from factual knowledge.

Large language models (LLMs) currently suffer from parameter entanglement, where general reasoning capabilities (logic) and specific factual knowledge (facts) exist in a superposition state within shared weights. This coupling leads to the "memory wall," where computational capacity is squandered on simulating retrieval, often resulting in hallucinations. In this paper, we propose "digital metabolism," a thermodynamic hypothesis suggesting that targeted forgetting is necessary for distilling a p
LLM ArchitectureMachine UnlearningNeural LogicAI Theory
Research arXiv (Artificial Intelligence) Jan 19

What Matters in Data Curation for Multimodal Reasoning? Insights from the DCVLR Challenge

By Yosub Shin, Michael Buriek, Boris Sobolev, Pavel Bushuyeu, Vikas Kumar, Haoyang Xu, Samuel Watson, Igor Molybog

75 score
AI Analysis

Winner of NeurIPS 2025 DCVLR challenge reveals that difficulty-based example selection on aligned base datasets drives performance gains, while dataset size increases mainly reduce variance. Notably, diversity and synthetic augmentation heuristics often hurt performance.

We study data curation for multimodal reasoning through the NeurIPS 2025 Data Curation for Vision-Language Reasoning (DCVLR) challenge, which isolates dataset selection by fixing the model and training protocol. Using a compact curated dataset derived primarily from Walton Multimodal Cold Start, our submission placed first in the challenge. Through post-competition ablations, we show that difficulty-based example selection on an aligned base dataset is the dominant driver of performance gains. I
Data CurationMultimodal LearningVision-Language Models
Research LessWrong Jan 17

Is METR Underestimating LLM Time Horizons?

By andreasrobinson

75 score
AI Analysis

Challenges METR's AI capability horizon estimates by proposing alternate metric comparing LLM to human baseline reliability, finding much faster capability growth (doubling every 1.9 months vs METR's 6.8 months) and suggesting human-level horizons by 2026-2027.

TL;DRUsing METR human-baseline data, I define an alternate LLM time-horizon measure, i.e. the longest time horizon over which an LLM exceeds human baseline reliability (or equivalently the intersection point of the human and LLM logistic curves), and this measure shows a much faster growth-trend than METR's fixed-threshold trends: doubling every 1.9 months, versus 6.8 months for the 50% METR-trend over the same time period.  Also, since this metric is directly comparing to human baseline re
AI ForecastingCapability EvaluationAI TimelinesAI Safety
Research arXiv (Computer Vision) Jan 19

Medical SAM3: A Foundation Model for Universal Prompt-Driven Medical Image Segmentation

By Chongcong Jiang, Tianxingjian Ding, Chuhan Song, Jiachen Tu, Ziyang Yan, Yihua Shao, Zhenyi Wang, Yuzhang Shang, Tianyu Han, and Yu Tian

74 score
AI Analysis

Introduces Medical SAM3, a foundation model for medical image segmentation fine-tuned from SAM3 on large-scale heterogeneous 2D/3D medical datasets with text prompts.

Promptable segmentation foundation models such as SAM3 have demonstrated strong generalization capabilities through interactive and concept-based prompting. However, their direct applicability to medical image segmentation remains limited by severe domain shifts, the absence of privileged spatial prompts, and the need to reason over complex anatomical and volumetric structures. Here we present Medical SAM3, a foundation model for universal prompt-driven medical image segmentation, obtained by fu
Medical AIFoundation ModelsImage Segmentation