What changed in AI — Page 115

ResearchOfficialarXiv AI/ML

TradeLens Toolkit Diagnoses Whether AI Trading Agents Pay for Their Own Intelligence

A new arXiv paper introduces TradeLens, a diagnostic toolkit that evaluates whether LLM-based trading agents convert their reasoning costs into measurable profit. The study finds that viability depends on intelligence-to-profit conversion, with models like DeepSeek-V3.2 and GLM-4.7 showing different failure patterns. Capital scale, trading frequency, and architecture amplify or degrade decision-attributed timing value but do not determine viability.

Why it matters: This work reframes evaluation of LLM trading agents from performance ranking to trace-grounded diagnosis of cost-effectiveness, which is critical for practical deployment.

ResearchOfficialarXiv AI/ML

Affordable Real-World Benchmark Platform for Reinforcement Learning in AIoT Systems

Researchers have developed a low-cost real-world platform for studying reinforcement learning (RL) in AIoT systems, using off-the-shelf components costing under $400. Experiments revealed a 1160% performance drop when transferring a simulation-trained agent to the real world, highlighting a significant Sim-to-Real gap. Direct real-world training with DQN achieved about 38% of human-level performance after 10 million steps.

Why it matters: This platform offers a standardized and affordable way to evaluate Sim-to-Real transfer in AIoT, addressing a critical gap in RL research for real-world deployment.

ResearchOfficialarXiv AI/ML

LLMs fail at information-seeking in clinical reasoning, study finds

A new study on arXiv finds that large language models (LLMs) struggle with proactive information-seeking in clinical reasoning, achieving only 68% accuracy on an agentic oncology task. The main limitation identified was not medical knowledge, but systematic failures such as anchoring and premature closure, which mirror cognitive biases seen in novice clinicians.

Why it matters: This highlights that LLMs' primary weakness in clinical settings is their inability to seek and utilize critical information under uncertainty, a key component for accurate diagnosis and treatment.

ResearchOfficialarXiv AI/ML

ABot-AgentOS: A General Robotic Agent OS with Lifelong Multi-modal Memory

ABot-AgentOS is a general robotic Agent Operating System that provides a deliberative layer for reasoning, memory, tool use, verification, and cross-embodiment execution. It introduces Universal Multi-modal Graph Memory and a failure-driven self-evolution loop. On the EmbodiedWorldBench benchmark, ABot-AgentOS improves task success and goal completion over a single-controller baseline.

Why it matters: This work proposes a unified runtime layer for long-horizon embodied agents, addressing key challenges in memory, verification, and continual improvement.

ResearchOfficialarXiv AI/ML

Who&When Pro: Benchmark for Automated Failure Attribution in AI Agents

Researchers have introduced Who&When Pro, a large-scale benchmark designed for automated failure attribution in agentic systems. The benchmark comprises 12,326 failed trajectories with golden labels, spanning 3 modalities and 26 benchmarks. The study analyzes how large language models attribute failures, uncovering systematic patterns and offering empirical guidance for future systems.

Why it matters: As AI agents become more capable, automated failure attribution is increasingly important for debugging and reliability.

ResearchOfficialarXiv AI/ML

Symbolic Neural CPU Enables Interpretable Program Execution with Quantization-Simulated Writeback

Researchers introduce a trace-supervised symbolic neural CPU that makes state transitions visible during learned program execution. The model combines recurrent control, an explicit operation router, and destination-masked register writeback, achieving exact reproduction on a 16-wide benchmark and preserving symbolic paths through 1,000-instruction programs under 8-bit quantization. The framework supports interpretable, low-precision neural execution with trajectory supervision.

Why it matters: This work provides a verifiable framework for interpretable neural execution, crucial for trust in AI systems that learn algorithmic tasks.

ResearchOfficialarXiv AI/ML

Looped State-Space Language Models Show Benefits of Recurrent Computation

Researchers investigated looped Mamba and hybrid Mamba-Transformer architectures, which repeatedly apply a shared block for recurrent computation. On reasoning tasks, looped models consistently outperformed parameter-matched non-looped baselines and, in several settings, matched or exceeded non-looped models of equal effective depth. In language model pre-training, looped models remained competitive with substantially fewer distinct parameters, though deeper non-looped models retained an advantage in validation perplexity under strict iso-FLOPs comparisons.

Why it matters: This work extends looped architectures to state-space models, demonstrating that recurrent computation can improve reasoning and efficiency, potentially reducing parameter counts in large language models.

Policy & SafetyOfficialarXiv AI/ML

SAE Feature Interventions Not Uniformly Localized for Safety Control, New Evaluation Shows

A new study introduces a matched coherence-gated evaluation protocol for sparse autoencoder (SAE) features in safety interventions. Testing on Gemma-2-9B-it, the authors find that SAE feature ablation has a narrow useful regime, with higher-rank features causing coherence collapse rather than localized control. The results suggest SAE-based safety interventions should be evaluated as regime-dependent mechanisms.

Why it matters: This challenges the assumption that SAE features are uniformly localized control handles, which is critical for developing reliable AI safety interventions.

ResearchOfficialarXiv AI/ML

Dynamic Agent Skills: A Lifecycle Survey and Taxonomy of Evolving Skill Libraries

A new arXiv survey (2607.10113) analyzes 124 papers from 2023–2026 to create a taxonomy of how LLM agents manage evolving skill libraries. It proposes a six-sense taxonomy for different skill artifacts, an eight-stage lifecycle architecture, and a ten-operator vocabulary for comparing library updates. Key findings include the importance of admission and repair, the impact of verifier quality on skill-aware RL, and the degradation of flat retrieval as libraries grow.

Why it matters: This survey provides a structured framework for understanding and evaluating dynamic skill libraries in LLM agents, highlighting critical design decisions and open problems for future research.

ResearchOfficialarXiv AI/ML

GRATE: Temporal Extensions for Inductive KG Foundation Models via Gated Rotary Attention

Researchers propose GRATE, a temporal encoding method for knowledge graph foundation models that uses gated rotary attention to encode time without adding learnable parameters. GRATE enables inductive transfer to temporal knowledge graphs with disjoint vocabularies and outperforms static baselines on new benchmarks, GDELTIndT and WIKIIndT.

Why it matters: This work extends the transferability of knowledge graph foundation models to temporal data, enabling generalization to unseen entities, relations, and timestamps across datasets.

Policy & SafetyOfficialarXiv AI/ML

Comparing Socio-technical Design Principles with Guidelines for Human-centered AI

A new arXiv paper compares guidelines for human-centered AI with socio-technical design principles, highlighting the importance of continuous evolution and human oversight in AI systems. The study emphasizes that transparency should involve both technical features and the contributions of human actors. It also suggests that organizational and social practices should be designed to address AI shortcomings.

Why it matters: This research offers a framework for integrating socio-technical principles into AI design, underscoring the need for ongoing adaptation and human involvement.

ResearchOfficialarXiv AI/ML

MAG: New Benchmark Unifies Web Agent Actions and Guide Generation

Researchers introduce MAG, the first benchmark to unify web agent task execution and guide text generation into a single multimodal task. The benchmark uses screenshots with two grounding schemes and provides a complete harness for annotation, training, and evaluation. Frontier models complete fewer than 40% of tasks, and a GRPO training method nearly doubles the success rate of a 9B agent from 6.9% to 13.2%.

Why it matters: MAG provides a unified evaluation framework for web agent actions and guide generation, potentially advancing the development of more capable AI assistants.

ResearchOfficialarXiv AI/ML

SPARK: Susceptibility-Guided Profiling and Steering of Latent Reasoning States in Large Language Models

SPARK uses hidden-state response to diagnose whether a large language model (LLM) internally enters an effective reasoning state and to guide lightweight test-time steering. The method improves Qwen3 models on the MATH-500 benchmark, increasing accuracy from 82.0% to 84.6% for Qwen3-4B and from 82.4% to 85.6% for Qwen3-8B.

Why it matters: This approach provides a diagnostic signal for reasoning failures and a practical guide for targeted test-time intervention in LLMs.

ResearchOfficialarXiv AI/ML

UNIT: Leveraging Large Language Models for Graph Continual Learning

A new framework called UNIT utilizes large language models (LLMs) for graph continual learning, addressing challenges such as semantic-structural separation and imbalanced knowledge transfer. By fine-tuning an LLM on the first task and introducing uncertainty-aware anchor generation and structural confluence modeling, UNIT demonstrates state-of-the-art performance in graph continual learning tasks.

Why it matters: This work improves AI systems' ability to continuously learn from evolving graph-structured data, which is common in real-world multimodal web scenarios.

ResearchOfficialarXiv AI/ML

AgentAbstain: New Benchmark Reveals LLM Agents Often Fail to Know When to Abstain

Researchers have introduced AgentAbstain, the first systematic framework to evaluate whether LLM agents know when not to act. The benchmark features 263 paired tasks across 42 sandbox environments, covering 8 abstention scenarios. The best-performing agent, Gemini 3.1 Pro, achieves only 59.5% paired accuracy, and abstention capability appears largely independent of general task-solving ability.

Why it matters: As LLM agents are increasingly deployed for autonomous tasks, evaluating their ability to abstain is critical to prevent unintended and irreversible actions.

ResearchOfficialarXiv AI/ML

IdeaTrail: Full-Process Agent Trajectories for Scientific Ideation

IdeaTrail is a multi-turn process-trajectory dataset for scientific ideation and proposal generation, capturing the full research workflow from evidence gathering to idea selection or proposal construction. It uses a Generator-Advisor synthesis loop starting from human-selected high-quality papers and artifacts to produce grounded, natural trajectories. The dataset also provides a general recipe for synthesizing process-supervision data for scientific research agents.

Why it matters: This dataset enables training AI agents on realistic, multi-step scientific research processes rather than isolated text generation tasks, potentially improving their ability to conduct complex research workflows.

ResearchOfficialarXiv AI/ML

From ML Predictions to Informed Diagnostic Assistance Using the Toulmin Model of Argumentation

Researchers propose a framework that decomposes ML-based retinal diagnosis into components of the Toulmin argumentation model: claim, grounds, warrant, qualifier, and rebuttal. A biomarker extraction model provides grounds, a MedGemma agent analyzes the warrant, and a qualifier is derived from quantitative evaluation. Rebuttals use image similarity via MedSigLip, with all components presented to human experts for assessment.

Why it matters: This approach enhances interpretability and trust in AI-assisted medical diagnosis by structuring ML outputs as arguments, enabling clinicians to critically evaluate AI-generated claims.

ResearchOfficialarXiv AI/ML

BatteryLake: Agentic, Physics-Grounded Curation of Heterogeneous Battery Aging Data and Benchmarking

BatteryLake is a governed data lakehouse that uses LLM agents and human-in-the-loop verification to curate public battery aging datasets into benchmark-ready assets. It standardizes 41 datasets from over 25 institutions using schema, statistical, and physical-plausibility rules, and releases an open benchmark for SOH and RUL tasks.

Why it matters: This work addresses the challenge of inconsistent battery aging data by automating curation with domain-specific semantics, enabling reproducible research and benchmarking in battery health management.

ResearchOfficialarXiv AI/ML

PHITSBench: Benchmark for AI-Assisted Radiation Transport Code Generation

Researchers introduced PHITSBench, a benchmark for evaluating AI-assisted generation of PHITS radiation transport code from natural language. GPT-5.4 achieved 95% success on parameter editing and 70% on syntax repair tasks, but 0% on generating simulations from scratch without domain knowledge. Providing a structured knowledge catalog increased single-shot success on simulation generation to 57%, and agentic workflows further improved it to 66-73%.

Why it matters: This benchmark demonstrates that current AI models struggle to generate correct scientific simulations from natural language without machine-readable knowledge, highlighting the importance of structured knowledge bases and execution-grounded evaluation.

ResearchReportedarXiv AI/ML

Semantic Drift and the Stability of Operator Control in Reasoning-Class Decision Support Systems

A new arXiv paper investigates semantic context drift in reasoning large language models (LLMs) during human-machine decision-making. Through a two-month longitudinal experiment, the study verifies latent semantic drift, introduces a stability coefficient metric, and proposes engineering recommendations for dynamic arbitration loops.

Why it matters: This research highlights a stability issue in reasoning LLMs that could affect operator control in decision support systems.