Category intelligence

Research Briefing — August 12, 2026

132 current items analyzed and ranked.

Executive synthesis

Research Summary

Executive Signal

Priority Developments

Leadership Implications

Key Themes

AI Safety and Privacy · 1LLM Agents and Coding · 4Machine Unlearning & Evaluation Gaming · 2Agentic Systems and Self-Improvement · 7Reasoning and Self-Improvement · 4Medical AI · 3Human-AI Mathematical Collaboration · 1Systems and Inference · 1Robotics and Manipulation · 8Robotics and Value Models · 1

Primary evidence

Top Ranked Signals

Research Hugging Face Papers Aug 11

Stealing Reasoning Traces from Proprietary LLM APIs

By Alexander Panfilov, David Schmotz, Ilia Shumailov, Luca Beurer-Kellner, Joachim Schaeffer, Ameya Prabhu, Jonas Geiping, Maksym Andriushchenko

88 score
AI Analysis

The work demonstrates that encrypted reasoning traces exposed by proprietary LLM APIs (during streaming or via side channels) can be intercepted, decrypted, or injected into weaker models to extract proprietary chain-of-thought, private data, hidden system prompts, and latent hazards. It is essentially a security audit of how reasoning APIs leak information.

Encrypted reasoning traces shared across sessions and models can be intercepted and injected into weaker models to extract proprietary reasoning, private data, hidden hazards, and hidden prompts.
AI SafetyPrivacyChain-of-ThoughtRed TeamingModel Theft
Research AlphaXiv Trending Aug 11

A lower bound for stepsize-based acceleration of gradient descent

By Jianhao Ma, Yuxin Chen

78 score
AI Analysis

A theoretical lower bound of Omega(T^-1.9319) for last-iterate convergence of gradient descent with predetermined nonnegative stepsize schedules in smooth convex optimization. The result shows that stepsize schedules alone cannot accelerate plain GD beyond certain rates.

Recent work has shown that, for smooth convex optimization, plain gradient descent can be accelerated from its textbook convergence rate of $O(T^{-1})$ (where $T$ denotes the number of iterations) to $O\big(T^{-\log_2(1+\sqrt{2})}\big)$ using carefully designed stepsize schedules alone, without resorting to momentum or other algorithmic modifications. Despite this progress, however, little was known about lower bounds for such methods beyond the classical $\Omega(T^{-2})$ benchmark for general f
Optimization TheoryConvex OptimizationMachine Learning Foundations
Research LessWrong Aug 10

Probing Knowledge Recovery in Unlearned Models

By mehnoor

78 score
AI Analysis

Empirical evaluation of machine-unlearning robustness on WMDP-Bio checkpoints across six methods (RMU, ILU-RMU, NPO, GradDiff, NPO-ILU, IDK-AP). Tests refusal-direction ablation, forget-set representation-targeted ablation (extending Arditi & Chughtai), and unrelated SFT, finding broad recoverability of supposedly unlearned knowledge with the right probe.

TL;DRMachine unlearning is a proposed technique for removing harmful knowledge from AI models. However, recent work has shown that most current unlearning methods are not robust and are vulnerable to knowledge recovery. I first test the hypothesis that forgotten knowledge is suppressed through refusal behavior, then compare it against two other recovery probes: forget-set representation-targeted direction ablation (Arditi & Chughtai) and unrelated supervised fine-tuning. All experiments are
Machine UnlearningAI SafetyEvaluation
Research Hugging Face Papers Aug 11

Ouroboros: A Self-Developing Frontier Coding Agent with Reviewed Core Evolution

By Anton Razzhigaev, Andrei Gritsaev, Andrei Kaznacheev, Nikita Dragunov, Roman Yampolskiy, Andrei Kuznetsov

76 score
AI Analysis

Ouroboros is a self-developing coding agent whose harness, prompts, context assembly, and core implementation improve through reviewed commits that recursively become the runtime for future work. It reports strong results on Terminal-Bench 2.1 (86.74%) and OSWorld-Verified (90.69%) using Opus 5, plus the best reported CL-Bench reward after a five-rollout campaign. The novelty is sustained, reviewed self-modification rather than one-shot self-edit.

We present Ouroboros, a self-developing agent harness whose tools, prompts, context assembly, and core implementation improve through reviewed commits that become the runtime for later work. Core evolution proceeds in two modes. In recursive free evolution, improvement is itself a task, and completing one evolution cycle can schedule the next. In experience-driven core evolution, ordinary work and social interaction expose bugs, rough edges, and inefficient context construction that lead to revi
LLM AgentsSelf-ImprovementCoding AgentsTool Use
Research AlphaXiv Trending Aug 11

JEPA-WAM: Stage-Level Joint-Embedding Prediction for World-Action Models in Robot Manipulation

By Xiao Liu, Yuguang Yang, Xi Wang, Kai Jiang, Cheng Chi, Yong Xu, Wenchao Ding, Yilun Chen, Yan Wang

76 score
AI Analysis

Combines a goal-conditioned Joint-Embedding Predictive Architecture with World-Action Models to explicitly predict task-relevant semantic stages in robot manipulation, achieving 91.42% success on clean and 89.08% on randomized RoboTwin 2.0 tasks.

Researchers at Tsinghua University and Beihang University developed JEPA-WAM, an architecture that combines a goal-conditioned Joint-Embedding Predictive Architecture with World-Action Models to explicitly predict and utilize task-relevant semantic stages in robot manipulation. This approach yielded 91.42% success in clean and 89.08% in randomized RoboTwin 2.0 tasks, surpassing baseline performance and shortening successful episode lengths by 5.97%.
RoboticsWorld ModelsManipulation
Research AlphaXiv Trending Aug 11

How to Verify Consistency of Probabilistic Claims

By Orr Paradise, Oliver Richardson, Yoshua Bengio, Shafi Goldwasser

76 score
AI Analysis

Constructs an interactive PCP protocol enabling polynomial-time verification of approximate consistency for a probabilistic predictor specified by probability circuits paired with a confidence circuit. The work is motivated by AI safety settings where verifying honesty about risk predictions matters.

When a probabilistic predictor answers many conditional-probability queries, are its answers self-consistent, and can this be verified in polynomial time? This problem is of interest for AI safety, where safety is derived from honesty about probabilistic predictions of unwanted outcomes potentially caused by an AI action. We construct an interactive PCP as follows. Let a predictive model be specified by a probability circuit P and a circuit Q which outputs confidence in predictions. Together, P
AI SafetyComputational ComplexityProbabilistic ReasoningVerification
Research Hugging Face Papers Aug 11

SWE-Bench ProMax: Benchmarking Agents on Large-Scale Multilingual Code Refactoring

By Yuling Shi, Jinghan Xu, Kelin Fu, Wenhao Zeng, Shilin He, Lei Zhang, Yue Liu, Zelin Zhao, Terry Yue Zhuo, Jialun Cao, Siyu Ye, Tianyu Liu, Kai Cai, Shing-Chi Cheung, Xiaodong Gu

75 score
AI Analysis

SWE-Bench ProMax is a curated multilingual benchmark of large-scale, real-world code refactoring tasks designed to stress-test AI coding agents beyond the original English-centric SWE-Bench. It exposes substantial headroom that current agents have not closed, making it a useful reality check amid rapid coding-agent progress. The curation rigor is the main contribution.

SWE-Bench ProMax is a rigorously curated multilingual benchmark of large-scale code refactoring tasks that reveals substantial unsolved challenges for current AI coding agents.
BenchmarksCode GenerationLLM AgentsEvaluation
75 score
AI Analysis

Model Discovery Agent couples an LLM as a proposer of causal structures with SMC for parameter/structure posteriors, simulation-based inference, and value-of-information experiment design to discover mechanistic world models from few interventions.

Predicting the answer to interventional ``what if'' questions --- the outcome of an action never taken --- requires a \emph{mechanistic}, causal model, not a curve fit; and learning such a model requires \emph{experiments}, because passive data leaves its mechanisms unidentified. Experiments are expensive, so the central problem is \emph{data efficiency}. We present the Model Discovery Agent (MDA), which couples a large language model (LLM), used as a \emph{proposer} of candidate structures, wit
Causal InferenceBayesian MethodsAgentic Science
Research AlphaXiv Trending Aug 11

REDAgentBench: Executable Red Teaming and Faithful Measurement of LLM Agent Systems

By Zixing Chen, Xingyuan Liu, Jie Zhu, Huaixia Dou, Shuo Jiang, Junhui Li, Lifan Guo, Feng Chen, Chi Zhang

75 score
AI Analysis

REDAgentBench is an executable red-teaming framework that separates exposure, execution, observation, and adjudication in LLM agent safety evaluation, running attacks in isolated service sandboxes and verifying harmful effects from service receipts.

Large language model (LLM) agents combine language-based reasoning with external tools to perform complex tasks. Adversarial inputs can exploit interactions between the agent and its environment, causing the agent to violate safety policies during execution. Yet existing evaluations often reduce agent safety to a single attack success rate (ASR), collapsing exposure, execution, observation, and adjudication and potentially conflating actual violations with evidence visibility. We introduce REDAg
AI SafetyRed TeamingAgentic SystemsEvaluation
Research AlphaXiv Trending Aug 11

XCoT-VLA: Executable Chain-of-Thought for Vision-Language-Action Driving

By Foundation Model Team, XPeng Inc

74 score
AI Analysis

XCoT-VLA replaces verbose natural-language Chain-of-Thought in autonomous driving VLA models with compact executable CoT tokens learned from automatically constructed Reason-Action supervision, conditioning trajectory queries via shared multimodal self-attention.

Vision-Language-Action (VLA) models can connect scene understanding, semantic reasoning, and trajectory generation for autonomous driving. However, verbose natural-language Chain-of-Thought (CoT) is poorly suited to real-time control because it is open-ended, costly to decode, and difficult to optimize as an action-facing representation. We propose XCoT-VLA, which replaces descriptive rationales with compact executable CoT tokens learned from automatically constructed Reason-Action supervision.
Autonomous DrivingVision-Language-Action ModelsChain-of-Thought
Research AlphaXiv Trending Aug 11

Long-Horizon AI Research for Grothendieck Constant: A Case Study in Human-AI Mathematical Collaboration

By Alan Li, Rahul Saha, Anton Xue, Swarat Chaudhuri, Adam Klivans, Pravesh K Kothari, Raghu Meka

74 score
AI Analysis

A case study documenting how AI research agents were used to tighten known bounds on the Grothendieck constant K_G, yielding new ranges. The paper analyzes strengths and weaknesses of AI assistance in mathematical research, with authorial expertise from Pravesh Kothari and Raghu Meka.

AI agents are increasingly used in mathematics research, but it is often unclear how to use them effectively. Towards this, we present an extensive case study of how AI was used to improve bounds on the Grothendieck constant $K_G$, which captures the hardness between combinatorial problems and their continuous relaxations. Specifically, while the precise value of $K_G$ is not known, we recently tightened the best known bounds to \[ \frac{6\pi}{11} \;\le\; K_G \;\le\; \frac{\pi}{2\log(1+\sqrt2)}
AI for MathematicsHuman-AI CollaborationAgents
Research Hugging Face Papers Aug 11

OasisKV: Scaling In-Decode KV Cache Beyond HBM with Lookahead Sparse Prefetching

By Can Xiao, Sukmin Cho, Junbong We, Zhixiong Niu, Jianyi Cheng, Yiren Zhao, Youngjin Kwon, Yongqiang Xiong, Rui Ma, Junyi Liu

73 score
AI Analysis

OasisKV extends LLM inference KV cache beyond GPU HBM by storing full caches in lower memory tiers and prefetching only context-relevant entries into HBM using a speculative-decoding-style lookahead predictor. Aims to break the memory wall for very long-context inference without accuracy loss. Relevant for serving long-context models cheaply.

OasisKV improves LLM inference throughput by storing full KV caches in lower memory tiers and prefetching only relevant entries into HBM using speculative-decoding lookahead predictions.
LLM InferenceKV CacheSpeculative DecodingSystems