2026-06-21

AI Agents

This week's papers move past capabilities to focus on the hard engineering of production agents: new architectures for efficiency, robust frameworks for safety and compliance, and a wave of new benchmarks and evaluation methods that look beyond simple pass/fail metrics.

15 papers 0 news 0 blogs 0 appendix 478 considered

Papers

15

RL-Index: Reinforcement Learning for Retrieval Index Reasoning

arxiv:arxiv-agents — Yongjia Lei, Nedim Lipka, Zhisheng Qi, Utkarsh Sahu, Koustava Goswami, Franck Dernoncourt, Ryan A. Rossi, Yu Wang 10/10 memoryresearchcost-latency
This paper addresses complex retrieval by shifting reasoning from query-time to index-time. The RL-Index framework uses an LLM to generate "rationales" for documents during indexing, encoding the latent reasoning needed to connect a query to the doc. The key is using Group Relative Policy Optimization (GRPO) with retrieval similarity as a reward signal, directly optimizing the index for downstream tasks. This improves both retrieval and QA performance while significantly cutting online inference latency.

Decoupling Search from Reasoning: A Vendor-Agnostic Grounding Architecture for LLM Agents

arxiv:arxiv-agents — Emmanuel Aboah Boateng, Kyle MacDonald, Amardeep Kumar, Siddharth Kodwani, Sudeep Das 10/10 frameworksinfracost-latencytool-use
This paper argues that bundling real-time search into a model is a poor architectural choice. The proposed Decoupled Search Grounding (DSG) pattern moves grounding outside the model into a vendor-agnostic gateway, exposing controls like provider routing, caching, and retrieval depth. On SimpleQA, DSG nearly matched native accuracy (86.1% vs 87.7%) with 91% lower search cost and 68% lower latency with a warm cache. It's a strong case for treating grounding as an optimizable interface.

Automating SKILL.md Generation for Computer-Using Agents via Interaction Trajectory Mining

arxiv:arxiv-agents — Yuexing Hao, Xiaomin Li 10/10 tool-useevalsresearch
A diagnostic study with a valuable negative result. The authors tried to improve agent policy by mining reusable skills from GUI interaction trajectories. While the mined skills were human-readable and correlated with ground-truth labels (0.95 purity on some clusters), they provided almost no benefit to a downstream policy. Training with mined skills only improved accuracy from 18.5% to 20.5% on one benchmark and had no effect on another. It's a sobering reality check for automated skill induction.

Dissecting model behavior through agent trajectories

arxiv:arxiv-agents — Gaurav Gupta, Vatshank Chaturvedi, Jun Huan, Anoop Deoras 10/10 evalscode-agentsobservability
This paper argues for analyzing agent behavior by looking at execution trajectories, not just pass/fail rates. The authors formalize the "intent-execution gap" and use a new harness (Simple Strands Agent) to analyze 138k trajectories across popular benchmarks. They find that different frontier models exhibit distinct problem-solving styles—like edit frequency and testing strategies—that are hidden by aggregate pass@1 scores. This provides a finer-grained way to compare model behaviors for agentic tasks.

ProfiLLM: Utility-Aligned Agentic User Profiling for Industrial Ride-Hailing Dispatch

arxiv:arxiv-agents — Tengfei Lyu, Zirui Yuan, Xu Liu, Kai Wan, Zihao Lu, Li Ma, Hao Liu 10/10 tool-useframeworksresearch
A production case study from DiDi on using an agentic pipeline to create user profiles for their ride-hailing dispatcher. ProfiLLM addresses platform scale: since most users are long-tail, an agent uses 27 analytical tools to mine platform data and generate profiles at the cluster level. Crucially, it uses a lightweight proxy for downstream utility to evaluate and refine candidate profiles via DPO, ensuring the generated text actually helps the production matching algorithm.

Code-Augur: Agentic Vulnerability Detection via Specification Inference

arxiv:arxiv-agents — Zhengxiong Luo, Mehtab Zafar, Dylan Wolff, Abhik Roychoudhury 10/10 code-agentssafetyevalsframeworks
A framework for agentic vulnerability detection that forces the agent to make its reasoning explicit. When Code-Augur's agent deems code secure, it must commit the invariants behind that judgment as in-source assertions. A parallel fuzzer then tries to break these assertions. A triggered assertion reveals either a true vulnerability or a flawed assumption by the agent, creating a tight feedback loop that grounds the agent's analysis in verifiable specifications rather than opaque reasoning.

DeXposure-Claw: An Agentic System for DeFi Risk Supervision

arxiv:arxiv-llm-systems — Aijie Shu, Bowei Chen, Wenbin Wu, Cathy Yi-Hsuan Chen, Fengxiang He 10/10 devops-agentssafetyevalsframeworks
This paper presents DeXposure-Claw, an agentic system for supervising DeFi risk that deliberately constrains the LLM. Instead of letting the agent reason freely, it routes decisions through structured evidence. A time-series foundation model forecasts risk, deterministic monitors generate typed alerts from those forecasts, and only then does an LLM component create an auditable ticket. This "forecast-grounded" architecture is designed to prevent the false alarms and high-stakes errors endemic to free-form agent reasoning.

SpecAlign: Efficient Specification-Grounded Alignment of Large Language Models via Synthetic Data

arxiv:arxiv-agents — Wenjie Wang, Yue Huang, Zhengqing Yuan, Han Bao, Shiyi Du, Yuchen Ma, Yue Zhao, Yanfang Ye, Xiangliang Zhang 10/10 safetyevalsresearch
Proposes a new paradigm for alignment: instead of targeting abstract principles like "helpfulness," align models directly to structured, provider-authored specification documents. The SpecAlign framework operationalizes this by automatically synthesizing fine-grained preference pairs from the spec docs themselves. It uses rule annotation, controlled instantiation, and multi-agent adversarial synthesis to create training data capturing both compliant behavior and specific violations, enabling rapid adaptation to evolving policy requirements.

Beyond Domains: Reusing Web Skills via Transferable Interaction Patterns

arxiv:arxiv-agents — Shiqi He, Yue Cui, Feijie Wu, Xinyu Ma, Jiaheng Lu, Yaliang Li, Bolin Ding, Mosharaf Chowdhury 10/10 tool-useplanningcost-latency
This work addresses the problem of web agent skill reuse. Instead of triggering skills based on instruction similarity or site metadata, SkillMigrator learns to transfer them by matching UI layout structure. It stores skills as "transferable interaction patterns" (TIPs)—the skill logic paired with a structural sketch of the UI when it was induced. At test time, it retrieves TIPs by layout similarity to the new page. This approach reduced the average LLM-action count by 8-10% on successful trajectories.

Skill-MAS: Evolving Meta-Skill for Automatic Multi-Agent Systems

arxiv:arxiv-agents — Hehai Lin, Qi Yang, Chengwei Qin 10/10 multi-agentplanningframeworks
This paper proposes a middle path for creating multi-agent systems that bridges the gap between static prompting and costly fine-tuning. Skill-MAS avoids both by conceptualizing high-level orchestration as an evolvable "Meta-Skill." It uses a closed optimization loop that runs multiple trajectories under the current Meta-Skill, then uses selective reflection and contrastive analysis to distill experience into improved, generalizable strategic principles. The evolved Meta-Skills show strong transferability across tasks and base models.

LLM agent safety, multi-turn red-teaming, jailbreak benchmarks, adversarial robustness, safety-critical systems

arxiv:arxiv-agents — Hanwool Lee, Dasol Choi, Bokyeong Kim, Seung Geun Kim, Haon Park 10/10 safetyevalsmulti-agent
A sobering benchmark for multi-turn agent safety in critical systems. NRT-Bench uses a simulated nuclear power plant control room run by a team of LLM agents. An adversary injects messages over multiple turns to induce failure. Adaptive attacks caused a critical safety function loss in 8.7% to 12.1% of sessions across four frontier models. Critically, vulnerabilities were model-specific: an attack that defeated one model often had no effect on another, and no single session defeated all four.

Runtime Compliance Verification for AI Agents

arxiv:arxiv-software-eng — Nafiseh Kahani, Masoud Barati, Diana Addae 10/10 safetyobservabilitytool-useframeworks
A concrete framework, C-Trace, for enforcing GDPR compliance at runtime for AI agents. It translates regulations like consent and purpose limitation into formal policy predicates over an agent's execution trace. A runtime monitor intercepts every tool call and model output, blocking non-compliant actions. Tested against attack dialogues designed to induce violations, the monitor kept the attack success rate under 12% and false positives under 16%, a significant improvement over baselines that rely on offline review.

SoftSkill: Behavioral Compression for Contextual Adaptation

arxiv:arxiv-agents — Xijia Tao, Yihua Teng, Xinyu Fu, Ziru Liu, Kecheng Chen, Yuzhi Zhao, Suiyun Zhang, Rui Liu, Lingpeng Kong 10/10 memorycost-latencyframeworks
Argues that natural language skill files (e.g., Markdown docs) are an inefficient way to guide agent behavior. SoftSkill proposes compressing a skill into a compact, trainable, continuous prefix instead. This "soft skill" is a small, learnable object (e.g., 32 virtual tokens) that initializes the model's state for a task. With a frozen Qwen3.5-4B, a SoftSkill prefix improved accuracy by 42.1 points on LiveMath over no-skill prompting, replacing thousands of Markdown tokens with a few latent ones.

JAMER: Project-Level Code Framework Dataset and Benchmark on Professional Game Engines

arxiv:arxiv-software-eng — Jianwen Sun, Chuanhao Li, Zizhen Li, Yukang Feng, Fanrui Zhang, Yifei Huang, Yu Dai, Kaipeng Zhang 9/10 code-agentsevalsresearch
This paper introduces JamSet and JamBench, a new dataset and benchmark for project-level code generation built on the Godot game engine. Sourced from over 240,000 Game Jam repositories, it provides 8,133 verified projects. The key finding from evaluating 9 frontier models is a "capability cliff" as projects scale: runtime pass rates plummeted from 80.4% on small projects to just 5.7% on large ones. Even when code agents improved compilation rates, runtime behavior didn't improve, pointing to architectural reasoning as the bottleneck.

Beyond Static Leaderboards: Predictive Validity for the Evaluation of LLM Agents

arxiv:arxiv-agents — Dhaval C. Patel, Kaoutar El Maghraoui, Shuxin Lin, Yusheng Li, Tianjun Feng, Chun-Yi Tsai, Yihan Sun, Wei Alexander Xin, Akshat Bhandari, Tanisha Rathod, Aaron Fan, Sanskruti Vijay Shejwal, Tomas Pasiecznik, Sagar Chethan Kumar, Tanmay Agarwal, Rohith Kanathur, Sam Colman, Amaan Sheikh, Dev Bahl, Ann Li, Krish Veera, Alimurtaza Mustafa Merchant, Shambhawi Baswaraj Bhure, Sajal Kumar Goyla, Chengrui Li, Kirthana Natarajan, Rui Li, Thomas Ajai, Rujing Li, Vivek G. Iyer, Sanjaii Vijayakumar, Yitong Bai, Ayal Yakobe, Darief Maes, Yassine Jebbouri, Tianyang Xu, Thai Quoc On, Vera Mazeeva, Winston Li, Yuval Shemla, Yeshitha Bhuvanesh, Rushin Bhatt, Siddharth Chethan Gowda, Alisha Vinod, Caroline Cahill, Shriya Aishani Rachakonda, Yunfeng Chen, Aryaman Agrawal, Aman Upganlawar, Mao Le Jonathan Ang, Yubin Sally Go, Madhav Rajkondawar, Yang-Jung Chen, Trisha Maturi, Ananya Kapoor, Andrew Li, Shrey Arora, Mana Abbaszadeh, Shen Li, Charles Xu, Byeolah Kwon 9/10 evalsresearchframeworks
A position paper arguing that current agent benchmarks based on aggregate-score leaderboards are misleading. The authors argue that rankings on these leaderboards do not transfer to out-of-distribution settings, citing recent competitions as direct evidence. They propose evaluating agent configurations based on "predictive validity"—the correlation between in-sample and out-of-sample rank—instead of just the in-sample score. This is a call to action for the field to build benchmarks that measure how well performance generalizes, not just how high it is.