№01
cs.AI arxiv:2608.02407v1

Antares: Foundation Models for Agentic Vulnerability Localization

Supriti Vijay, Aman Priyanshu, Didier Chapoteau et al.

Antares is a family of compact foundation models designed for agentic vulnerability localization in software. Its core method involves a two-stage training pipeline combining supervised fine-tuning with reinforcement learning, enabling it to reason over codebases and identify vulnerabilities. Antares' key contribution …

9
№02
cs.AI arxiv:2608.02464v1

Real-Time Detection and Repair of LLM Agent Failures

Sunny Dubey

This paper proposes a cost-effective method for detecting LLM agent failures using observable step telemetry, avoiding expensive step-by-step validation. Their core contribution is a one-class echo-state-network ensemble with CUSUM alarms that can detect a significant portion of failures with a low false-alarm rate, de…

9
№03
cs.AI arxiv:2608.02442v1

Right Answer, Wrong Method: Shortcut Hacking Misleads the Evaluation of LLM Reasoning on Frontier Science Benchmarks

Xuan Ren, Weiqi Zhai, Tianle Pu et al.

This paper introduces "Solution Hacking," a phenomenon where LLMs achieve correct answers on scientific reasoning benchmarks through invalid shortcuts rather than genuine reasoning. The authors demonstrate that this hacking significantly inflates accuracy scores, especially on difficult problems, and propose expert-ins…

9
№04
cs.AI arxiv:2608.02356v1

SkillTrace: Traversing a Query-Skill Graph for Composable LLM Agents

Yue Yao, Shengyuan Wang, Xin Chen et al.

SkillTrace addresses the challenge of composing reusable skills for LLM agents by modeling skill relationships as a three-level graph. It organizes user queries semantically, matches them to skills, and propagates dependencies to find executable compositions. This graph-based approach achieves state-of-the-art performa…

9
№05
cs.LG arxiv:2608.02352v1

Qwen-CUA: Native Computer Use for (almost) Everything

Dunjie Lu, Shuai Bai, Tianyi Bai et al.

Qwen-CUA is a native computer-use agent that operates software solely through screenshots and keyboard/mouse inputs, avoiding direct access to underlying code or APIs. Its core method involves a novel scaffold for managing long-term visual history and a large-scale training infrastructure to learn from diverse, verifia…

9
№06
cs.CL arxiv:2608.02602v1

AURORA-LM: Autoencoding Unified Representation for Continuous-Latent Diffusion Language Modeling

Jiajun Liang, Yucheng Liao, Yukang Cao et al.

AURORA-LM introduces a novel approach to continuous-latent diffusion language modeling by decoupling representation learning from distribution modeling. It constructs a high-capacity, decodable text latent space using a query-based encoder-decoder and then trains a diffusion transformer to directly learn the distributi…

9
№07
cs.AI arxiv:2608.02553v1

A Taxonomy of Cognitive Capability Gaps in Generative and Agentic AI

Taye Akinrele, Sindhuja Penchala, Noorbakhsh Amiri Golilarz et al.

This paper identifies and categorizes key cognitive capability gaps hindering the development of advanced Cognitive AI, moving beyond simple generation and task execution. It proposes a taxonomy based on five dimensions (state modeling, autonomy, self-monitoring, interaction, and learning) to organize existing research…

8
№08
cs.AI arxiv:2608.02345v1

Can AI Agents Simulate A/B Test Outcomes? A Validation Framework for Agentic Experimentation

Stefan Hut, Lorenzo Masoero

This paper proposes a framework called Simulated Randomized Controlled Trial (S-RCT) to assess if AI agents can accurately predict A/B test outcomes. The core method involves decomposing simulation errors into agent approximation and subsampling components, allowing for targeted improvements. The contribution is a vali…

8
№09
cs.AI arxiv:2608.02397v1

Can Foundation Models Hear What Made That Sound? A Tiered Benchmark of Audio-Language Models and Traditional Classifiers for Closed-Set Sound Source Identification

Sajjad Abdoli, Ghassan Al-Sumaidaee, Ahmad ElShiekh et al.

This paper benchmarks various audio classification models, including foundation models and traditional classifiers, on a sound source identification task. It introduces a tiered evaluation approach to account for differing model architectures and output scoring. The contribution lies in providing a comprehensive compar…

8
№10
cs.AI arxiv:2608.02391v1

Cooperative Coevolution for Resource-Constrained Agentic LLM Post-Training

Zhiyuan Wang, Shengcai Liu, Jiahao Wu et al.

This paper introduces Cooperative Parameter-subspace Evolution Strategy (CoPES) to address the memory and computational demands of post-training tool-using LLM agents. CoPES decomposes the LLM's parameters into subspaces and searches them cooperatively, significantly improving optimization efficiency. This method achie…

8
№11
cs.AI arxiv:2608.02470v1

Grounding Agentic VLMs with Dedicated Segmentation for Fine-Grained Vehicle Damage Assessment

Vishwajeet Shivaji Hogale, Anjali Pai, Nitya Ravi

This paper addresses the spatial grounding limitations of Vision-Language Models (VLMs) in fine-grained vehicle damage assessment. Their core method, TinyDamage, separates spatial localization (handled by a dedicated segmentation model) from semantic reasoning (performed by a VLM). This hybrid approach significantly im…

8
№12
cs.AI arxiv:2608.02276v1

Harness-R1: Learning to Edit Executable Runtime Harnesses from Agent Failure Trajectories

Shuai Shao, Kangning Zhang, Qingyao Li et al.

Harness-R1 learns to automatically edit an agent's runtime harness by analyzing failure trajectories. It uses a dedicated "harness engineer" trained with reinforcement learning to generate executable patches that improve task success. This approach allows for lifecycle-wide harness improvement beyond just model weight …

8
№13
cs.AI arxiv:2608.02254v1

Homebot: A Personal AI Agent for Conversational Home Assistance and Automation

Shengyuan Ye, Yixin Zhang, Han Liang et al.

Homebot is a locally deployable AI agent that provides conversational home assistance and automation. Its core method involves a shared runtime that integrates language model responses with registered tools and skills, processing both voice and instant messaging requests. The key contribution is a flexible and customiz…

8
№14
cs.AI arxiv:2608.02518v1

Magnet: Detecting Cross-Session AI Misuse Through Capability Accumulation

Natalie Isak, Matthew Dressman

This paper introduces "Magnet," a method for detecting AI misuse that spans multiple independent agent sessions. Its core idea is to track the accumulation of capabilities an attacker builds across these sessions, which are otherwise invisible to single-session detection systems. Magnet's contribution lies in identifyi…

8
№15
cs.AI arxiv:2608.02409v1

MonitrLLM: A Community-Centered Evaluation Infrastructure for Large Language Models

Victor Ojewale, Ro Encarnación, Suresh Venkatasubramanian et al.

MonitrLLM is an open-source infrastructure that bridges a critical gap in LLM evaluation by linking full conversation transcripts with user-defined task intents and outcome assessments. Its core method treats these three elements as primary evaluative signals, enabling a more holistic understanding of LLM performance. …

8
№16
cs.AI arxiv:2608.02287v1

SKT: Skill-Use Training at Scale via Verified Synthetic Data Generation

Zelin Tan, Yiqun Zhang, Hao Li et al.

This paper introduces SKT, a method for generating verified synthetic data to train language-model agents on how to effectively use skills. SKT constructs tasks and executable trajectories by selecting skill combinations, synthesizing them with rule-based and agent-based verification, and retaining only successful exec…

8
№17
cs.AI arxiv:2608.02499v1

SWE-Touch: Benchmarking Coding Agents When Users Touch the Code

Yuqiao Tan, Jinxiang Meng, Fangyu Lei et al.

This paper introduces SWE-Touch, a new benchmark for evaluating coding agents in collaborative environments where users can modify code. Its core method involves introducing "Counter-Edits" – plausible code changes that hinder task completion – to test how agents react to real-time user modifications. SWE-Touch's contr…

8
№18
cs.AI arxiv:2608.02302v1

Trajectories That Segment Themselves: Agent-Declared Boundaries as a Training Unit

Jingxi Wei

This paper proposes a novel method for training AI agents by having them self-segment their trajectories into meaningful phases during generation. The core idea is to use "declarative contracts" where the agent declares its own boundaries based on falsifiable causal hypotheses. This approach generates richer training d…

8
№19
cs.LG arxiv:2608.02515v1

LiveMem: Maintaining Memory State Continuity in Long-Running LLM Inference

Zhichen Liu, Ruihan Sun, Hengjie Yang et al.

LiveMem addresses the challenge of maintaining long-term memory for LLMs by introducing a novel "state continuity under context turnover" mechanism. Its core method augments a standard LLM with a persistent, intrinsic memory state that preserves historical information independently of the active context window. This al…

8
№20
cs.LG arxiv:2608.02508v1

RoMeRL: Balancing Feedback Coverage and the Memory-Reward Trap in Self-Evolving Agent Memory via Reduced-Order Utility States

Yi Yang, Zhennan Chen, Yihong Zhuang et al.

This paper introduces RoMeRL, a novel method for self-evolving LLM agent memory. RoMeRL addresses the challenges of feedback dispersion and the memory-reward trap by representing memory utilities with a fixed-dimensional state factorized by outcome polarity and memory dynamics. This approach concentrates feedback, lead…

8