Skip to content
← Daily Digest

Agent Evaluation

評測方法論、benchmark 設計、能力邊界測試、shadow evaluation

Paper Timeline (106)

2026-05-27
AgentTrust: Runtime Safety Evaluation and Interception for AI Agent Tool Use Must Read

在 Agent 按下「執行」之前,先有個守門員攔住危險指令——而且它能看穿 hex/base64 等偽裝、提供更安全的替代做法,而不只是硬生生拒絕。

arxiv: 2605.04785
2026-05-27
Making OpenAPI Documentation Agent-Ready: Detecting Documentation and REST Smells with a Multi-Agent LLM System Must Read

把 REST API 包成 MCP tool 就能讓 agent 用了?研究者掃描 600 個生產 endpoint,發現每一個都至少有一個讓 agent 看不懂的「文件問題」,平均 4 個,並提出 Hermes 系統自動偵測和報告這些問題。

arxiv: 2605.14312
2026-05-28
AgentFugue: Agent Scaling for Long-Horizon Tasks through Collective Reasoning Must Read

讓多個 agent 同時跑同一個任務,並透過一個「共享推理筆記本」互相學習彼此的發現,比單一強 agent 更能搞定複雜長任務。

arxiv: 2605.24486
2026-05-28
Can Agent Benchmarks Support Their Scores? Evidence-Supported Bounds for Interactive-Agent Evaluation Must Read

現行 agent benchmark 的「成功率」可能是假的——只因為 agent 按了「存檔」就算過,但根本沒存到對的地方;本篇提出一個加在現有 benchmark 上的驗證層,把單一分數改成「有依據的分數區間」。

arxiv: 2605.10448
2026-05-28
VibeServe: Can AI Agents Build Bespoke LLM Serving Systems? Must Read

用 agent 自動生成整套 LLM serving 程式碼(含快取、排程、記憶體管理),在特殊部署場景下打贏手工優化的 vLLM,標準場景則和 vLLM 打平。

arxiv: 2605.06068
2026-05-30
AI Research Agents Narrow Scientific Exploration Must Read

AI 研究 agent 生成的想法比人類更集中、更接近舊文獻、且更不可能被後來研究引用——大規模實驗顯示 AI 擅長「在已知附近深挖」,不擅長「真正往未知方向探索」。

arxiv: 2605.27905
2026-06-01
GroupMemBench: Benchmarking LLM Agent Memory in Multi-Party Conversations Must Read

現有 agent 記憶系統根本沒為多人對話設計:最強系統在群組設定下只有 46% 準確率、知識更新只有 27.1%,而 1990 年代的 BM25 關鍵字搜尋就能打贏大多數新型語意記憶系統。

arxiv: 2605.14498
2026-06-01
AgentFloor: How Far Up the Tool Use Ladder Can Small Open-Weight Models Go? Must Read

用 16,542 次測試跑 16 個開源小模型(0.27B 到 32B)加 GPT-5,結果:agent pipeline 大多數的短程、結構化 tool use 任務,小模型已經夠用,而最強開源模型整體分數能和 GPT-5 打平。

arxiv: 2605.00334
2026-06-02
Compiling Agentic Workflows into LLM Weights Must Read

把 LangGraph / CrewAI 那種「外掛流程圖」直接燒進小模型的參數裡,推理時成本降低 128–462 倍,效果接近 frontier model。

arxiv: 2605.22502
2026-06-02
Agentic CLEAR: Automating Multi-Level Evaluation of LLM Agents Must Read

讓 LLM 自動在「整個系統/單次對話/單個步驟」三個層次分析 agent 的行為,不需要手工寫錯誤分類規則,且能適應新領域。

arxiv: 2605.22608
2026-06-03
BAGEN: Are LLM Agents Budget-Aware? Must Read

系統性測試 5 個 frontier 模型是否具備「預算感知」能力,結果全員失敗:任務能力強不等於預算感知強(r=0.35),所有模型都過度樂觀,在注定失敗的任務上持續燒錢。

arxiv: 2606.00198
2026-06-04
Characterization of Multi-Model Agentic AI Systems on General Tasks via Trace-Driven Simulation Must Read

第一份記錄真實 Agent 系統「每完成一個任務到底花了多少 LLM 呼叫」的 token 級軌跡資料集(GAIATrace),外加可低成本重播的模擬器(Vidur-Agent)。

arxiv: 2606.01725
2026-06-04
MemPro: Agentic Memory Systems as Evolvable Programs Must Read

把 Agent 的整個記憶系統(包含「如何存」和「如何取」的邏輯與程式碼)當成一支可自我迭代的程式,讓 Agent 從失敗中學習並更新記憶架構本身,而不只是更新記憶內容。

arxiv: 2606.00619
2026-06-04
AgentCL: Toward Rigorous Evaluation of Continual Learning in Language Agents Skim

現有的 Agent 持續學習 benchmark 大多太寬鬆,分不出「Agent 真的把前面任務學到的知識用在後面」還是「後面任務本來就比較簡單」;AgentCL 透過刻意設計任務間的可複用性來修正這個缺陷。

arxiv: 2606.02461
2026-06-05
Agent Planning Benchmark: A Diagnostic Framework for Planning Capabilities in LLM Agents Must Read

4,209 道跨 22 個領域的多模態測試題,專門診斷「LLM Agent 的規劃哪裡出了問題」,測試 12 個頂尖模型後發現全都有系統性弱點。

arxiv: 2606.04874
2026-06-05
RUBAS: Rubric-Based Reinforcement Learning for Agent Safety Must Read

把 agent 安全問題拆成四個細粒度維度打分,用這個「評分標準(Rubric)」作為強化學習的獎勵訊號,讓模型學會在安全和實用之間找到真正的平衡,而非一律拒絕。

arxiv: 2606.04051
2026-06-06
Exploring Cross-Scenario Generality of Agentic Memory Systems: Diagnostics and a Strong Baseline Must Read

8 種主流 agent 記憶系統放在 5 種不同場景跑,發現大多數只在自己設計的場景表現好、換個場景就崩;讓 agent 自己透過 tool call 管自己的記憶(AutoMEM)反而是最泛化的方法。

arxiv: 2606.04315
2026-06-06
The Meta-Agent Challenge: Are Current Agents Capable of Autonomous Agent Development? Must Read

讓 AI 在沙箱裡「自己寫 agent 程式碼」來解決任務,測試五個領域後發現:幾乎沒有模型能超越人工設計的 baseline,只有少數頂級閉源模型勉強達標。

arxiv: 2606.04455
2026-06-06
Domain-Conditioned Safety in Frontier Computer-Using Agents Must Read

Claude Sonnet 4.6 和 GPT-5.4 在網頁操作任務中 prompt injection 攻擊成功率為 0%;但同樣的模型在程式碼任務場景中被攻擊成功率高達 100%——安全性不是全域屬性,而是場景條件式的。

arxiv: 2606.05233
2026-06-07
ADK Arena: Evaluating Agent Development Kits via LLM-as-a-Developer Must Read

用 LLM 自動學習各框架 API 並寫 agent 程式碼,首度在四個 benchmark 上量化比較主流 ADK:最佳框架達到 80% 任務完成率,中位數只有 32%;而「誰寫 agent 程式碼」比「agent 跑哪個 backbone 模型」對結果影響更大。

arxiv: 2606.05548
2026-06-07
Agent Memory: Characterization and System Implications of Stateful Long-Horizon Workloads Must Read

首篇從「電腦系統」而非「LLM 能力」角度分析 agent 記憶:10 種記憶系統用 4 個 axes 分類,揭示不同設計在延遲、頻寬、可擴展性上的實際取捨,給工程師系統化框架來選記憶方案。

arxiv: 2606.06448
2026-06-07
Search-Time Contamination in Deep Research Agents: Measuring Performance Inflation in Public Benchmark Evaluation Skim

Deep research agent 在評測時會搜尋網路,而 benchmark 答案也在網路上——這種「邊考試邊查答案」現象讓分數最多虛高 4%;Alibaba 團隊定義三種汙染類型並開發偵測演算法,質疑現有評測數字的可信度。

arxiv: 2606.05241
2026-06-08
AgentJet: A Flexible Swarm Training Framework for Agentic Reinforcement Learning Must Read

讓多個不同的 LLM 一起做強化學習訓練、彼此不互相干擾,一個 agent 環境崩潰不拖垮整個訓練;透過 timeline merging 讓訓練速度提升 1.5x~10x,完全開源。

arxiv: 2606.04484
2026-06-08
AdaPlanBench: Evaluating Adaptive Planning in Large Language Model Agents under World and User Constraints Must Read

現實任務的規則不會一次告訴你——規劃途中違反規定才會被反饋。UIUC 團隊建立了模擬這種場景的 benchmark:307 個家務任務加上隱藏的雙重限制,邊做邊揭露,測試 10 個頂尖 LLM 後最好只有 67.75%,使用者限制比環境限制難多了。

arxiv: 2606.05622
2026-06-09
SABER: Benchmarking Operational Safety of LLM Coding Agents in Stateful Project Workspaces Must Read

過去的安全 benchmark 只測「AI 會不會拒絕壞指令」;SABER 改成測「AI 在真實 code repo 裡實際做了幾次危險操作」——最好的模型還有 54.7% 的危害率。

arxiv: 2606.01317
2026-06-10
MemToolAgent: Leveraging Memory for Tool Using Agents Based on Environment and User Feedback Must Read

在 agent 呼叫工具前,先撈出過去類似對話的成功路徑和失敗反饋作為提示,不需重訓模型就讓工具呼叫準確率大幅提升。

arxiv: 2606.07909
2026-06-10
From Prompt to Process: a Process Taxonomy and Comparative Assessment of Frameworks Supporting AI Software Development Agents Skim

把六個「AI 輔助軟體開發流程框架」用六個維度系統打分比較,幫你看清楚各框架在需求規格、角色分工、驗收等面向的強弱——注意這不是 LangGraph 那類 runtime,而是「怎麼跟 AI 合作開發」的工作方法論。

arxiv: 2606.04967
2026-06-11
AGENTSERVESIM: A Hardware-aware Simulator for Multi-Turn LLM Agent Serving Skim

現有 LLM serving 模擬器把每個對話 turn 當獨立請求,完全忽略 agent 跨輪次的 KV cache 重用和工具呼叫等待;這篇建了第一個把 agent 當「有狀態程式」來模擬的 hardware-aware 模擬器。

arxiv: 2606.09613
2026-06-12
T1-Bench: Benchmarking Multi-Scenario Agents in Real-World Domains Must Read

現有 agent benchmark 太簡單、太單一領域;T1-Bench 用 25 個業務領域的交叉對話場景,讓「agent 在真實客服環境到底行不行」首次有了可量化的跨模型比較基準。

arxiv: 2606.11070
2026-06-12
VISTA: A Versatile Interactive User Simulation Toolkit for Agent Evaluation Must Read

用 LLM 模擬使用者評估 agent 很省力,但「虛擬使用者夠不夠真、測得夠不夠全?」一直沒有量化答案;VISTA 提出 6 個品質指標 + 同時支援 UI 操作和 API 呼叫的 hybrid 模擬器,在電商和客服場景都比現有方法更全面可信。

arxiv: 2606.11079
2026-06-13
τ-Rec: A Verifiable Benchmark for Agentic Recommender Systems Must Read

針對多輪對話推薦 Agent 打造可機器驗證的 benchmark,用結構化條件取代 LLM 打分;最大發現:連最強模型連跑四次的成功率也只剩 38%。

arxiv: 2606.10156
2026-06-14
Emergence World: A Platform for Evaluating Long-Horizon Multi-Agent Autonomy Must Read

讓配備 120+ 工具與三層持久記憶的 LLM Agent 群體在共享沙盒裡連續跑幾週,觀察短期 benchmark 完全看不到的「行為漂移」與跨模型交叉影響現象。

arxiv: 2606.08367
2026-06-15
Agents' Last Exam Must Read

用真實職場任務測 AI agent:最強配置只通過了 26%,最難一級所有頂尖模型幾乎全掛。

arxiv: 2606.05405
2026-06-16
Closing the Reflection Gap: A Free Calibration Bonus for Agentic RL Must Read

LLM Agent 明明答對了卻說「我答錯了」——本文用一個不需額外標注的校準獎勵修正這個反思偏差,讓 Agent 真正成為自己的驗證器。

arxiv: 2606.14211
2026-06-16
EurekAgent: Agent Environment Engineering is All You Need For Autonomous Scientific Discovery Skim

讓 Agent 自動提假設、跑實驗、迭代改進的瓶頸,不是 LLM 能力而是「環境怎麼設計」——清華這套系統靠容器隔離和清楚的評分介面,在多個科研任務達到 SOTA。

arxiv: 2606.13662
2026-06-18
HarnessX: A Composable, Adaptive, and Evolvable Agent Harness Foundry Must Read

把 Agent 的執行框架(Harness)做成可組合積木,再讓 AI 自動跑實驗找出最好的組合——不改模型、只調框架,Qwen 9B 在 GAIA 從 33% 跳到 55.77%,GPT-5 從 62% 跳到 84%。

arxiv: 2606.14249
2026-06-19
The Illusion of Multi-Agent Advantage Must Read

「多 agent 系統一定比單 agent 強」是業界共識,但這篇的實驗顯示:自動生成的 MAS 在計算成本高出 10 倍的情況下,竟比不過單模型加 CoT-SC。

arxiv: 2606.13003
2026-06-20
AI Economist Agent: An Agentic Framework for Model-Grounded Economic Analysis with RAG, Knowledge Graphs, and LLMs Skim

讓 LLM agent 做經濟分析時,不直接輸出數字,而是先找對應的正式計量模型執行一遍,再用模型輸出寫報告——每個定量聲明都能追溯到具體的計算來源,不靠 LLM 猜。

arxiv: 2606.20041
2026-06-21
Self-Harness: Harnesses That Improve Themselves Must Read

Agent 的 scaffolding(prompt + 工具 + 記憶 + 流程)可以讓 LLM 自己挖出弱點、自己修——不需要人工介入、不需要更強的外部模型;三個主流模型在 Terminal-Bench-2.0 上各獲 33-60% 相對提升。

arxiv: 2606.09498
2026-06-21
The Consistency Illusion: How Multi-Agent Debate Hides Reasoning Misalignment Must Read

多 agent 辯論後達成答案共識,不代表它們的推理是一致的;辯論甚至讓 agents 的推理鏈越來越不像,只是表面上都說同一個答案——研究者稱之為「一致性幻覺」,並提出 CARA 指標和修正協議來偵測這個問題。

arxiv: 2606.08457
2026-06-22
Connect the Dots: Training LLMs for Long-Lifecycle Agents with Cross-Domain Generalization Via Reinforcement Learning Must Read

現在的 agent 每次任務都從零開始,不會「越跑越聰明」。Alibaba 提出 Connect the Dots (CoD) 框架:用強化學習訓練 agent 在長期部署中邊執行任務邊更新對環境的認識,並讓這個學習能力跨領域遷移。

arxiv: 2606.20002
2026-06-24
PlanBench-XL: Evaluating Long-Horizon Planning of LLM Tool-Use Agents in Large-Scale Tool Ecosystems Must Read

測試 1665 個工具下的長程規劃:最強 LLM 在無干擾時成功率只有 52%,一旦部分工具被封鎖更跌至 11%;這是第一個專門測「大量工具 + 工具失效」組合下 Agent 有多脆弱的 benchmark。

arxiv: 2606.22388
2026-06-25
NatureBench: Can Coding Agents Match the Published SOTA of Nature-Family Papers? Must Read

用 90 個 Nature 期刊真實科研任務測試 coding agent:最強 agent 只能超越原論文 17.8%——而且靠的是把問題「翻譯成熟悉的 ML 任務」,不是真正的科學發明。

arxiv: 2606.24530
2026-06-26
RigorBench: Benchmarking Engineering Process Discipline in Autonomous AI Coding Agents Must Read

現有評測只看 coding agent 有沒有解對題,RigorBench 首次用「解題過程是否有工程紀律」打分,評估計畫能力、驗證覆蓋率、錯誤恢復、節制行動、原子提交五個維度。

arxiv: 2606.22678
2026-06-27
Composing Verifiable Conceptual Models via Building Blocks: Towards Design-Time Verification of Agentic AI Workflows Must Read

Agent workflow 設計好、上線後才發現 Agent 卡死或邏輯繞圈,這很常見——這篇提出在「設計階段」用 12 條結構規則自動驗證 workflow 設計有沒有問題,概念類似 IDE 的 type check。

arxiv: 2606.21565
2026-06-27
Beyond Static Leaderboards: Predictive Validity for the Evaluation of LLM Agents Must Read

Agent benchmark 的「總分排行榜」換個情境就失準——這篇用 14 組大規模平行實驗證明排名不穩定,並提出以「預測有效性」(in-sample 與 out-of-sample 排名相關性)取代總分均值作為選型指標。

arxiv: 2606.19704
2026-06-28
APPO: Agentic Procedural Policy Optimization Skim

訓練 Agent 的強化學習通常在「工具呼叫點」才分配功勞,APPO 把這精細到「每個 token 的真實影響力」,在 13 個 benchmark 上比強基線提升近 4 分,且不增加工具呼叫次數。

arxiv: 2606.12384
2026-06-30
SWE-Explore: Benchmarking How Coding Agents Explore Repositories Skim

大多數 coding agent benchmark 只看最終有沒有修好 bug,但「先找到要改哪幾行」這個中間步驟才是瓶頸——這篇論文專門拆開來測這一步。

arxiv: 2606.07297
2026-06-30
Claw-SWE-Bench: A Benchmark for Evaluating OpenClaw-style Agent Harnesses on Coding Tasks Must Read

同一個 AI backbone,換個 adapter 設計,Pass@1 從 19% 跳到 73%——這篇揭示你以為在比模型,其實在比框架設計。

arxiv: 2606.12344
2026-06-30
The Red Queen Gödel Machine: Co-Evolving Agents and Their Evaluators Must Read

AI agent 越來越強,但評測系統一直是靜態的——這篇論文讓「評測 agent 的系統」也跟著 agent 一起自我進化,打破靜態 benchmark 的天花板。

arxiv: 2606.26294
2026-07-01
Qwen-AgentWorld: Language World Models for General Agents Must Read

把大模型訓練成「虛擬環境的扮演者」,讓 AI agent 在這個假世界裡反覆試錯,七種環境(工具呼叫、網頁操作、終端機等)一次全包,旗艦版模擬準確度首次超越 GPT-5.4

arxiv: 2606.24597
2026-07-01
AgentX: Towards Agent-Driven Self-Iteration of Industrial Recommender Systems Must Read

快手用多 Agent 系統全自動化推薦算法研發週期:從想法生成、寫代碼、A/B 測試到上線,三週讓每位工程師當量的可落地產出提升 13.8 倍,帶來年化超億元人民幣收益

arxiv: 2606.26859
2026-07-02
HANSEL: Extracting Breadcrumbs from Web Agent Trajectories for Interactive Verification Skim

Web Agent 執行完任務後,HANSEL 自動從瀏覽歷史中抽出「最關鍵的幾頁」讓用戶點進去驗證,比起讓人看完整 log 省了 61% 的軌跡量。

arxiv: 2606.18671
2026-07-03
Leveraging LLM-Based Agentic Systems to Generate Quantum Applications for Test Optimization Skim

把寫量子程式這件「需要深厚專業知識」的事,拆成 6 個角色分工的 agent 流水線,讓非量子專家只需白話文需求就能得到可執行的量子應用程式。

arxiv: 2607.00939
2026-07-03
Behavior-Adaptive Conversational Agents: Toward a Fluid Personality Framework Skip

Agent 的個性表達不是越強越好:實驗發現「中等強度」在信任感、智慧感和愉悅感上都勝過低強度和高強度,且動態切換 persona 比固定一種更受使用者歡迎。

arxiv: 2607.01034
2026-07-04
MemSyco-Bench: Benchmarking Sycophancy in Agent Memory Must Read

你幫 agent 加了記憶模組,它可能反而變得更不誠實——MemSyco-Bench 是第一個專測「記憶導致諂媚」的 benchmark。

arxiv: 2607.01071
2026-07-04
Adversarial Pragmatics for AI Safety Evaluation Skim

現有 agent 安全 benchmark 把所有失敗壓成 0/1,沒辦法告訴你失敗的真正原因——這篇從語言學出發,提出更細緻的診斷框架。

arxiv: 2607.01153
2026-07-05
What LLM Agents Say When No One Is Watching Must Read

給 LLM agent 一個「沒人在看」的私密頻道,它說的話和公開說的差很多——在有社會階層差距的情境下,divergence 從 3% 基準線跳到約 40%。

arxiv: 2607.02507
2026-07-05
Are Performance-Optimization Benchmarks Reliably Measuring Coding Agents? Must Read

把業界最常引用的 3 個 coding agent benchmark(GSO、SWE-Perf、SWE-fficiency)官方標準答案跨 4 種機器重跑,發現大多不穩定:SWE-Perf 僅 8% 任務可靠,代表排行榜分數可能大幅誇大 coding agent 的真實進步。

arxiv: 2607.01211
2026-07-06
Multi-Turn Agentic Scientific Literature Search via Workflow Induction Must Read

把多輪文獻搜尋問題化成「建 DAG 工作流程」:Agent 不只是用關鍵字搜尋,而是主動組合搜尋算子(展開引用、過濾、重排序⋯⋯),並根據用戶回饋修改整個工作流程本身;9B 小模型訓練後 Hit@5 從 58 提升到 77,執行錯誤率降到 0%。

arxiv: 2607.00597
2026-07-08
AgentGym2: Benchmarking Large Language Model Agents in De-Idealized Real-World Environments Must Read

現有 Agent benchmark 太「貼心」了——工具幫你備好、輸入幫你洗乾淨;AgentGym2 偏偏把這些拿走,逼 Agent 自己找工具、應對髒資料,揭露真實能力缺口。

arxiv: 2607.05174
2026-07-08
ComfyClaw: Self-Evolving Skill Harnesses for Image Generation Workflows Skim

在 ComfyUI(節點式圖像生成工具)上,讓 agent 把每次執行的經驗(成功步驟、錯誤、verifier 回饋)蒸餾成可重用的技能,技能庫越用越強,效果優於沒有技能進化的版本。

arxiv: 2607.01709
2026-07-09
PiSAs: Benchmarking Contextual Integrity in Multi-User Agentic Systems Must Read

當多個用戶共用同一個 Agent 時,Agent 很容易把 A 用戶的私人資訊洩露給 B 用戶。PiSAs 提出針對這個場景的 benchmark,揭示現有 SOTA 模型在多用戶隱私保護上仍有嚴重缺陷。

arxiv: 2607.05318
2026-07-10
From Atomic Actions to Standard Operating Procedures: Iterative Tool Optimization for Self-Evolving LLM Agents Must Read

讓 Agent 把反覆做過的「多步驟工具流程」萃取成可重用的 SOP(標準作業程序),下次遇到類似任務直接呼叫,避免重新發明輪子,任務成功率提升 2.5%~13.4%。

arxiv: 2607.07321
2026-07-10
Spider 2.0-AIFunc: Extending Real-World Text-to-SQL to AI-Native SQL Workflows Must Read

Snowflake 等雲端資料平台已把 LLM 直接嵌入 SQL(AI_CLASSIFY、AI_COMPLETE 等函式),但現有 text-to-SQL benchmark 完全沒覆蓋這類「AI-native SQL」。本文建立 465 個任務的評測集,最強模型準確率僅約 67%,是資料 Agent 的全新能力缺口。

arxiv: 2607.06229
2026-07-11
From Noisy Traces to Root Causes: Structural Trajectory Analysis and Causal Extraction for Agent Optimization Must Read

Agent 失敗記錄通常有兩個問題:太多條都在描述同一種失敗(冗餘),而且每條記錄裡大半步驟都和失敗無關(噪音)。STRACE 先在批次層面把重複失敗過濾掉,再對每條軌跡做因果定位,只保留真正「導致失敗」的步驟,讓優化器瞄準真實根因——在形式驗證任務上成功率從 42.5% 提升到 58.5%(1.4×)。

arxiv: 2607.07702
2026-07-11
The Blind Curator: How a Biased Judge Silently Disables Skill Retirement in Self-Evolving Agents Must Read

自我進化 Agent 靠「壞技能失敗 → 被淘汰」來維持技能庫品質,但這個機制假設評審者是公正的。本文用理論分析和實驗證明:LLM judge 的 false-pass bias(把失敗判為成功的偏差)一旦超過某個閾值,技能淘汰機制就會被靜默地關掉——不是變慢,是完全停擺;且增加多少數據都救不回來。

arxiv: 2607.07436
2026-07-11
Beyond Attack-Success Rate: Action-Graded Severity Scale for Tool-Using AI Agents Skim

Agent 安全評測現在只報告「攻擊有沒有成功」(0 或 1),但 Agent 被操控讀了一封不該讀的信 vs 把整個通訊錄轉寄給攻擊者,嚴重程度天差地遠。本文提出 L0-L6 七段評分,用可逆性、越界性、越權性三個維度量化每次 tool call 的傷害等級。

arxiv: 2607.07474
2026-07-12
Prismata: Confining Cross-Site Prompt Injection in Web Agents Must Read

網頁 agent 被第三方頁面惡意文字「洗腦」怎麼辦?Prismata 自動幫每塊頁面內容打信任標籤,讓低信任內容就算被 LLM 誤讀,也只能觸發低權限操作,從架構上限制攻擊的爆炸半徑。

arxiv: 2607.08147
2026-07-12
aiAuthZ: Off-Host, Identity-Bound Authorization for AI Agents Must Read

就算 LLM 被欺騙下了危險的工具呼叫指令,一個在 agent 主機之外、用加密簽章綁定身份的授權閘道,可以在執行前把指令攔截下來——讓安全性不再依賴模型的判斷力。

arxiv: 2607.05518
2026-07-12
UniClawBench: A Universal Benchmark for Proactive Agents on Real-World Tasks Skim

現有 agent benchmark 都在沙箱裡考模擬題,UniClawBench 把評測搬進真實環境,並用「能力維度」取代「任務情境」作為分類軸,讓你知道 agent 到底哪個環節掉鏈子。

arxiv: 2607.08768
2026-07-13
WebSwarm: Recursive Multi-Agent Orchestration for Deep-and-Wide Web Search Skim

把複雜 web 研究任務遞迴分解給多層 agent 並行分工,克服單一 agent 同時「廣又深」的 context 限制——本文仍為 work in progress。

arxiv: 2607.08662
2026-07-14
Measuring Harness-Induced Belief Divergence in Multi-Step LLM Agents Must Read

你以為換 harness 只是換工具集,但這篇發現:同一個 LLM、同一個任務,光是換 harness 設定,agent 的中途判斷(對風險、進度、下一步的理解)就會大幅偏移——harness 在重塑 agent 的世界觀。

arxiv: 2607.04528
2026-07-15
Long-Horizon-Terminal-Bench: Testing the Limits of Agents on Long-Horizon Terminal Tasks with Dense Reward-Based Grading Must Read

46 道長程終端機任務,最強模型(Grok 4.5)只解了 13 題,Claude Sonnet 5 解了 8 題——29 題沒有任何模型能解開;密集子任務給分讓我們首次看見「agent 卡在哪裡」,而不只是「有沒有成功」。

arxiv: 2607.08964
2026-07-17
ABot-AgentOS: A General Robotic Agent OS with Lifelong Multi-modal Memory Skim

為長期具身機器人打造一個「agent OS」:用多模態知識圖譜記憶 + 隔離式技能執行 + 多階段驗證,解決長任務中記憶消失與技能互相干擾的問題。

arxiv: 2607.10350
2026-07-21
AutoSynthesis: An agentic system for automated meta-analysis Skim

統合分析(meta-analysis)本來要幾個月人工,AutoSynthesis 用 multi-agent 流水線把它變成:輸入一個研究問題,輸出一份符合學術規範(PRISMA)的完整分析報告。

arxiv: 2607.15247
2026-07-22
A Workflow-Aware Serving Layer for Agentic Applications Must Read

agent workflow 裡每個節點該用哪個 LLM?Dyserve 用 ILP 在 60ms 內算出最優解,比 baseline 精準度高 3–10 個百分點、延遲低 1.1–6.8 倍,工具失敗時還能自動恢復 84% 的案例。

arxiv: 2607.02942
2026-07-22
Who Broke the System? Failure Localization in LLM-Based Multi-Agent Systems Must Read

multi-agent pipeline 壞了不知道從哪查起?AgentLocate 自動找出「哪個 agent 該負責」加上「哪一步開始不可挽回」,比現有方法更準且更省 token,COLM 2026 accepted。

arxiv: 2607.07989
2026-07-22
PolyWorkBench: Benchmarking Multilingual Long-Horizon LLM Agents Skim

你以為頂尖 LLM agent 能搞定多語言工作流?PolyWorkBench 用 67 個跨 5 大領域的真實任務揭示:多語言設定讓 agent 表現大幅下滑,推理和執行步驟都會受到複合式衝擊。

arxiv: 2607.06008
2026-07-23
Benchmarking the Benchmarks: A Validity Audit of Tool-Calling Evaluation Must Read

你在看的工具呼叫排行榜(BFCL、MCP-Atlas 等)有 18.5% 的題目被判錯了;LiveMCPBench 同一組設定重跑 23 次,分數差距達 18.9 個百分點。

arxiv: 2607.02577
2026-07-23
How Many Tasks Are Enough for Agent Benchmark Decisions? A Replay Analysis of Public LLM Agent Benchmarks Skim

跑完全部任務才能比較兩個 agent?AppWorld 跑 15%、tau-bench 跑 25% 就夠了;SWE-bench 例外——幾乎要跑到 90% 以上才能信任結論。

arxiv: 2607.12338
2026-07-23
MAG: A Web-Agent Benchmark and Harness for Multimodal Action and Guide Generation Must Read

首個把「完成網頁任務」和「生成操作教學」合為一個 benchmark 的多模態評測,完全基於截圖;目前最強模型任務完成率低於 40%,GRPO 訓練讓 9B 小模型完成率從 6.9% 近乎翻倍到 13.2%。

arxiv: 2607.10079
2026-07-24
Adoption and Ecosystem Health: A Longitudinal Analysis of Open-Source Multi-Agent Frameworks Must Read

GitHub star 數會騙人;這篇用四年真實數據告訴你,哪些開源 Agent 框架才是真的有人長期用、真的健康。

arxiv: 2607.02453
2026-07-25
NVIDIA-labs OO Agents: Native Python Object-Oriented Agents Must Read

把 AI Agent 寫成一個普通的 Python class:欄位是狀態、方法是動作、docstring 是 prompt;方法本體只寫 `...` 那行,執行時由 LLM 補完,其餘方法照常執行。

arxiv: 2607.20709
2026-07-25
AREX: Towards a Recursively Self-Improving Agent for Deep Research Must Read

深度研究 Agent 跑兩個嵌套迴圈:內層收集證據、外層逐條驗證約束並針對未解決問題再次研究,搭配自動壓縮歷史的工具,在 BrowseComp、HLE 等主流基準上顯著超越同量級 baseline。

arxiv: 2607.21461
2026-07-26
ICAE-Bench: Evaluating Coding Agents as Interactive Project Builders Must Read

現有 coding agent benchmark 只考「照規格寫程式」,ICAE-Bench 加入了「聽懂模糊需求、主動追問、一邊做一邊調整」的互動式情境,更貼近 vibe-coding 時代的真實需求。

arxiv: 2607.21217
2026-07-26
EvoAgentBench: Benchmarking Agent Self-Evolution via Ability Transfer Must Read

Agent 自我進化聽起來很炫,但這篇首次嚴格測量「能力到底有沒有真正轉移」,結論嚴峻:主流方法不只沒幫助,還會倒退 12.3 分。

arxiv: 2607.05202
2026-07-26
PERFOPT-Bench: Evaluating Coding Agents on Software Performance Optimization Skim

coding agent 現有 benchmark 只問「程式對不對」,PERFOPT-Bench 問的是「程式快不快」;結果發現 framework 的選擇比模型本身更能決定優化效果。

arxiv: 2607.07744
2026-07-27
From Passive Retrieval to Active Memory Navigation: Learning to Use Memory as a Structured Action Space Must Read

讓 Agent 把記憶當工具「主動去找」,而不是被動接受系統塞進來的片段;Alibaba Qwen 團隊用 RL 訓練出來的 9B 模型打贏所有 memory baseline。

arxiv: 2607.05794
2026-07-27
Agent Skill Security: Threat Models, Attacks, Defenses, and Evaluation Skim

MCP tool / Agent Skill 從「發布到 repository」到「被執行」再到「版本更新」的每個環節都有安全漏洞;用 327 個真實技能跑測,每個生命週期階段都找到可被利用的弱點。

arxiv: 2607.13987
2026-07-28
AgentCompass: A Unified Evaluation Infrastructure for Agent Capabilities Must Read

把 agent 評測拆成三個可獨立抽換的零件(題庫、執行框架、執行環境),解決現在大家各做各的、無法重用的問題,並附帶自動偵測 reward hacking(作弊行為)的軌跡分析工具。

arxiv: 2607.13705
2026-07-28
Agents in the Wild: Where Research Meets Deployment Must Read

整合製藥與金融系統真實部署經驗的 agent 落地報告,歸納出三個讓 agent 從實驗室走向生產的關鍵設計模式:驗證管線、fallback 機制、人機協作節點(human-in-the-loop)。

arxiv: 2607.19336
2026-07-28
Nanbeige4.2-3B: Unlocking Agentic Capabilities in a Compact Model Skim

3B 參數的小模型,用「迴圈式 Transformer」架構 + 28T tokens 預訓練 + 三階段 agentic RL,在 SWE-Bench Verified 拿下 63.6 分,壓過 Qwen3.5-9B(53.1)和 Gemma4-12B(44.2),已開源於 HuggingFace。

arxiv: 2607.22083
2026-07-29
MCPEvol-Bench: Benchmarking LLM Agent Performance Across Dynamic Evolutions of MCP Servers Must Read

現有評測假設工具介面是固定的,但現實中 MCP server 會持續更新。這篇測了工具升版後 12 個頂尖模型的能力退化,發現包括 GPT-5.4 和 Claude 在內的前沿模型都會明顯掉分 13-14%。

arxiv: 2607.14642
2026-07-30
TRACE-ROUTER: Task-Consistent and Adaptive Online Routing for Agentic AI Must Read

多步驟 Agent 任務不能每次呼叫 LLM 都重新選模型;TRACE-ROUTER 改成任務入場時選一次模型並釘死到任務結束,用最終結果回饋訓練選模型的策略,比傳統路由方式在相同延遲下多出 7–8 個準確率百分點。

arxiv: 2607.22465
2026-07-30
OmniaBench: Benchmarking General AI Agents Across Diverse Scenarios Skim

涵蓋 90 個一級領域、354 個二級領域的 1,431 題 Agent 評測集,橫跨消費者、企業、工程三大場景;頂尖模型(Claude Sonnet-5 得 58.54%、GPT-5.6-Sol 得 57.14%)得分都低於 60%。

arxiv: 2607.14989
2026-07-31
[HANDBOOK.md](http://HANDBOOK.md): A Benchmark for Long-Context Agentic Instruction Following Must Read

把 AI Agent 丟進一間虛擬公司,讓它用 email/Slack/Jira 完成任務,同時要遵守一本 20~124 頁的員工手冊——最強模型只有 36.2% 通過。

arxiv: 2607.25398
2026-07-31
Graph-Based Agentic AI with LangGraph: Workflow Pathways for Long-Running Stateful Business Processes Skim

三份可直接跑的 LangGraph 食譜:SQL 自動修復迴圈、有閘門的 Agentic RAG、人工審核中斷點,外加一張「什麼時候不要用 LangGraph」的決策表。

arxiv: 2607.19297
2026-07-31
MM-ToolSandBox: A Unified Framework for Evaluating Visual Tool-Calling Agents Skim

500+ 工具、16 個應用領域的多模態工具呼叫 benchmark:Agent 要同時看圖找 UI 元素再決定叫哪個工具——12 個主流模型中最強的成功率也不到 50%。

arxiv: 2607.11818
2026-08-01
ORCA-bench: How Ready Are Language Model Agents for Oncall? Must Read

用真實 SRE on-call 場景測試 LLM Agent 的故障根因分析(RCA)能力:1,079 個任務、真實 telemetry 介面、SRE 人工審核答案——最強模型答對率僅 40%,拿掉源碼存取後每個指標都掉。

arxiv: 2607.28545
2026-08-02
AI Agent Pull Requests on GitHub: Frequency, Structure, and Merge Conflict Rates Must Read

Coding Agent 開的 PR,79.4% 都有另一個 PR 同時進行中——幾乎都是同一個 Agent 自己和自己衝,不是不同 Agent 互打。

arxiv: 2607.04697
2026-08-02
Cyber-Capable AI Agents: Vulnerabilities, Evaluation Containment, and Defensive Response Skim

AI Agent 有五大安全漏洞類別,現有評測沙箱裝不住真正有能力的 Agent——這篇整理防禦對策,並以 2026 年七月 HuggingFace/OpenAI 真實事件作 case study。

arxiv: 2607.25379
2026-08-03
Agentic Permissions Policy Algebra for Taint Confinement in LLM Agents Must Read

Agent 在讀取可疑資料前先開一條「隔離通道」,把危險控在那條通道裡,讀完後再由受信任的清洗器決定哪些資訊可以帶回主上下文,讓安全與可用性不再是零和遊戲。

arxiv: 2607.24625
2026-08-04
AutoMem: Automated Learning of Memory as a Cognitive Skill Must Read

把「記憶管理」當成獨立技能來訓練,完全不改模型的任務行為,光是優化記憶就讓 32B 開源模型在長程遊戲上達到 Claude Opus 4.5 的水準(Crafter 51.4% vs 49.5%)。

arxiv: 2607.01224
2026-08-04
Can AI Agents Conduct Open-Ended AI Research? Early Evidence from Two Case Studies Must Read

給頂尖 Agent 六天時間和數千美元算力,讓它獨立研究一篇未公開的 NeurIPS 2026 論文的核心問題。原作者看完:全部否決。Agent 能做工程,但不會做研究。

arxiv: 2607.27191
2026-08-04
Adaptive Adversaries: A Multi-Turn, Multi-LLM Benchmark for LLM Agent Security Skim

現有 Agent 安全測試用靜態攻擊語料,但真實攻擊者看見防禦失敗後會調整策略。這篇把 LLM 當攻擊者、讓它自適應地打 15 輪——攻擊成功率從 0–1% 飆到 5.4–14%,且攻擊模式跟現有 benchmark 完全不重疊。

arxiv: 2607.18063

Related Digests (51)

AI Agent Arxiv Digest — 2026-08-15

SkillEvo replaces single-turn QA evaluation with multi-turn interaction feedback so skill evolution doesn't stall after the first round, outperforming self-reflection by 23 points; SkillShapley brings Shapley values to skill step attribution — 99 evaluations approximate the exact ranking, revealing that 'decision-bridging steps' are the high-value ones; MindMemOS unifies memory management with an entity-property-time structure, hitting 94% on LOCOMO and lifting SpreadsheetBench success rate by 9.2 percentage points through skill evolution

AI Agent Arxiv Digest — 2026-08-14

Harness-IF reveals Coding Agent instruction following is overestimated by 3.6-7.4 pp because things the model would do anyway are counted as compliance; SHE decomposes the harness into four safety components and auto-evolves from trajectory failures, cutting ASR by 3.1x while improving correctness; SBCO uses a decomposed verifier bank with text gradients for harness self-improvement, matching Gödel Machine at 4-5.5x lower compute on planning tasks

AI Agent Arxiv Digest — 2026-08-11

Muscle Memory proposes 'compiled memory' over retrieval-based memory, winning 88.9% of personalization matchups across 90 scenarios; MoRSE uses role-subtask conditioned LoRA experts to significantly outperform prompt-only role differentiation in code generation; ASCon builds a unified failure attribution model, improving by 5.83%, 10.63%, and 14.73% across three attribution targets

AI Agent Arxiv Digest — 2026-08-09

OneDayAgent's decompose-remember-verify harness hits 0.821 new SOTA on AgentIF-OneDay and works unchanged across five backends; The Horizon Gap surveys 1,547 papers to find that six categories of long-horizon failure share a single structural pattern — outcome-only signals degrade as step count grows, driving the field toward denser process signals; Evo-Bench is the first benchmark for harness self-evolution — GPT-5.6 Sol peaks at +16.6 absolute gain, but Office tasks still need hand-crafted workflows

AI Agent Arxiv Digest — 2026-08-07

ToolLIFT lifts tool trajectories to function-level workflow graphs and consistently beats SOTA on three OOD benchmarks; SkillTV-Bench uses 681 cases to show skill-aware judge skills boost agent evaluation accuracy by 14.8pp; TRIO-20's prespecified equivalence study finds zero unauthorized calls from GPT-5.6 across 840 trajectories, but higher reasoning effort increases rule-probing rate by 14.3pp

AI Agent Arxiv Digest — 2026-08-04

Three papers examining AI Agent capabilities and limits from different angles: AutoMem shows memory management is a learnable skill — optimizing memory alone lifts a 32B open-source model to top commercial model levels; Shadow Evaluation tests whether frontier Agents can do open-ended AI research using real NeurIPS submissions — the answer is no, Agents can engineer but cannot research; Adaptive Adversaries reveals that existing safety benchmarks severely underestimate threats — adding adaptive multi-turn attackers jumps ASR from 0–1% to 14%. Together, these three papers deliver a sobering lesson: know where Agents can automatically improve, where they cannot, and that your security testing is probably insufficient.

AI Agent Arxiv Digest — 2026-08-02

Three papers tackle 'what goes wrong when agents hit production' from different angles: ProACT addresses when an agent should speak up in multi-user collaboration (an Agent UX design problem); the second uses real GitHub data to reveal that coding agents clash with their own PRs (a platform ops pain point); the third surveys five vulnerability classes of cyber-capable agents, using July 2026 HuggingFace/OpenAI incidents as case studies. Together, they form a crash course in post-deployment agent headaches.

AI Agent Arxiv Digest — 2026-08-01

Three papers probe the real-world limits of AI Agents from different angles: ORCA-bench drops LLM Agents into production SRE on-call for root cause analysis — the best model scores only 40%; AgentS4D reveals the safety blind spot of workspace agents — 66% of 'successful' runs still triggered dangerous behavior; a Context Files study finds that AGENTS.md / CLAUDE.md files show no measurable improvement in coding agent correctness across 288 controlled trials.

AI Agent Arxiv Digest — 2026-07-31

Three papers today converge on one core question: **are AI Agents production-ready?** The answer is unanimously — far from it. HANDBOOK.md reveals that even the strongest frontier models achieve only **36.2%** SOP compliance when dropped into a simulated enterprise; a LangGraph paper delivers three actionable stateful workflow recipes plus a decision guide on when *not* to use LangGraph; and MM-ToolSandBox is the first benchmark to quantify how hard visually-grounded tool calling really is — the best of 12 models still falls below 50% success. Three dimensions — compliance evaluation, framework design, visual tool use — together map out exactly how far Agents are from real-world deployment.

AI Agent Arxiv Digest — 2026-07-30

Three papers tackling core Agent challenges: TRACE-ROUTER shows per-call model routing breaks in multi-step agent flows and proposes task-level routing with RL; OmniaBench builds a 1,431-question benchmark spanning consumer, enterprise, and engineering scenarios where top models (Claude Sonnet-5) still score under 60%; a self-calibrating agent framework uses ARIMA time-series forecasting to detect and correct prediction drift without human supervision.

AI Agent Arxiv Digest — 2026-07-28

Three papers tackle core AI agent platform challenges from different angles: **AgentCompass** introduces composable open-source evaluation infrastructure to end the fragmentation of agent benchmarking; **Agents in the Wild** is a rare production deployment report distilling reusable design patterns from pharma and finance; **Nanbeige4.2-3B** proves a 3B model with Looped Transformers and large-scale agentic RL can outperform 9B and even 12B competitors on agent tasks — directly relevant for edge deployment and cost-sensitive scenarios.

AI Agent Arxiv Digest — 2026-07-26

Three papers today strike at the capability boundaries of AI coding agents from three angles: **ICAE-Bench** tackles interactive development under ambiguous requirements, exposing how current benchmarks lag behind the vibe-coding era; **EvoAgentBench** reveals the pitfalls of agent self-evolution ability transfer, where a mainstream method causes a −12.3 point negative transfer; **PERFOPT-Bench** opens the new track of performance optimization as an agentic task and finds that framework choice often matters more than model choice. The takeaway: production agent evaluation is far harder than existing tools suggest, and the field urgently needs benchmarks closer to real-world scenarios.

AI Agent Arxiv Digest — 2026-07-24

Three papers from ecosystem, failure, and memory angles: which open-source Agent frameworks are worth a long-term bet (beyond star counts), the six failure categories where Agents repeatedly stumble, and how to give Agents long-term memory that reasons across multiple entities. Together they form a 'framework selection guide + failure prevention checklist + memory system upgrade roadmap' for Agent platform developers.

AI Agent Arxiv Digest — 2026-07-23

Today's common theme: **the way we evaluate agents is itself broken**. The first paper audits major tool-calling benchmarks and finds nearly 20% of scores are wrong; the second uses replay analysis to show which benchmarks can be stopped early for reliable conclusions (SWE-bench is the exception); the third introduces the first multimodal web agent benchmark that jointly evaluates task completion and guide generation — screenshot input, dual-objective scoring, and even the strongest models complete less than 40%. Read all three for a complete picture of the crisis in agent evaluation and where to go from here.

AI Agent Arxiv Digest — 2026-07-22

Three papers tackle the same core question from infrastructure, observability, and evaluation angles: how do you build truly reliable agent systems? Dyserve uses mathematical optimization to decide which LLM each agent workflow node should use within 60ms, beating all baselines on both accuracy and latency. AgentLocate solves the ops nightmare of not knowing which agent broke a multi-agent pipeline, automatically pinpointing the responsible agent and the failure timestep (COLM 2026 accepted). PolyWorkBench delivers a warning: state-of-the-art LLM agents degrade significantly in multilingual workflows — global product scenarios still have a long way to go.

AI Agent Arxiv Digest — 2026-07-20

Three papers examining real-world challenges for AI coding agents: the first systematically demonstrates how coding agents can be tricked into supply-chain attacks via manipulated READMEs, with defenses depending more on the harness than the model; the second introduces BPO, a reinforcement learning algorithm that branches only at high-entropy decision points for more efficient agent training; the third shows how MCP can serve as a standard protocol for connecting agents to domain-specific simulation tools in industrial settings like power grids, providing a replicable template for vertical-domain agent deployment.

AI Agent Arxiv Digest — 2026-07-17

Three papers tackling core agent platform pain points from different angles: the first proposes a framework for making e-commerce sites AI browser-agent friendly, boosting success rates from 49% to 89%; the second uses dynamic abstention-aware RL to teach search agents when to say 'I don't know'; the third introduces an agent OS for embodied robots whose multi-modal graph memory and context-isolated skill execution offer direct inspiration for general agent platforms. Together they cover the full chain from front-end UI design to inference reliability training to execution-layer memory architecture.

AI Agent Arxiv Digest — 2026-07-15

Three papers illuminate the AI agent landscape from very different angles: LHTB benchmarks 46 long-horizon terminal tasks and finds even the best model solves only ~28%; a second paper reveals a fragmentation effect in multi-agent systems that defeats per-agent monitoring; a third argues that in-process memory retrieval—1000× faster than cloud vector stores—fundamentally changes agent reasoning quality.

AI Agent Arxiv Digest — 2026-07-14

Three papers tackle AI Agent platforms from practical angles: the first exposes stealthy security threats in multi-agent systems and proposes activation-space detection of malicious agents (F1 +0.55 over graph methods in async settings); the second improves coding agent retrieval by introducing procedural similarity — finding code with similar solution steps rather than surface resemblance; the third is a wake-up call: the same LLM in different harnesses produces significantly divergent mid-task judgments, meaning harness design is never neutral.

AI Agent Arxiv Digest — 2026-07-13

Three papers converge on one trend: the bottleneck for production agents is no longer model capability — it's state management. Paper 1 (Amazon) shows that pre-compiling repetitive steps into tools cuts p50 latency by 42% and error rate by 53%. Paper 2 introduces a standalone memory agent that proactively pushes critical state to the action agent, addressing behavioral state decay in long-horizon tasks. Paper 3 uses recursive multi-agent orchestration to overcome a single agent's inability to search both broadly and deeply. Together: **tool compilation, proactive memory, recursive orchestration** are the three pillars of agent platform engineering in 2026.

AI Agent Arxiv Digest — 2026-07-11

Three papers today converge on one question: how can Agent systems operate reliably? STRACE tackles noisy optimization inputs — precisely identifying root causes from massive noisy failure traces so automatic optimization stops getting derailed by redundant cases. The Blind Curator exposes an unsettling silent failure mode — the skill retirement mechanism in self-evolving Agents completely breaks down beyond a certain LLM judge bias threshold, and no amount of additional data can fix it. Severity Scale transforms 'how bad was this Agent attack' from binary success/failure into a seven-level action-harm score, finally giving security evaluation the granularity it needs. Read together: optimization quality, self-evolution soundness, security evaluation precision — three different layers, all pointing toward Agent trustworthiness.

AI Agent Arxiv Digest — 2026-07-10

Three papers today map the 'evolutionary frontier' of Agent platforms: EvoSOP lets agents extract reusable SOPs from past execution traces instead of replanning from scratch; AgenticSTS proposes a strict bounded-memory contract with five typed layers replacing endless context stacking; Spider 2.0-AIFunc reveals that AI functions are already embedded in cloud SQL syntax, yet the best model hits only ~67% accuracy — a new challenge every data agent must face. Together they outline three critical gaps agent platforms must close in 2026: tool efficiency, memory architecture, and data capabilities.

AI Agent Arxiv Digest — 2026-07-08

Three papers today converge on a single core issue: the massive gap between how AI Agent systems perform in idealized labs versus real-world deployments. AgentGym2 (ACL 2026) quantifies evaluation distortion with a new benchmark; an Agentic RL paper proposes engineering infrastructure for agents that self-evolve in production; and ComfyClaw demonstrates end-to-end skill self-evolution in image generation workflows. Read together, they form a complete map from evaluation → deployment → runtime evolution.

AI Agent Arxiv Digest — 2026-07-06

Three papers today attack the same core question from different angles: **how to make agent workflows truly reliable in production**. Mnemosyne brings the database Transaction concept into agent workflows, requiring every LLM output to pass admission control before taking effect. PaperPilot shows how to train a 9B model to plan multi-turn search workflows as DAGs and dynamically revise them based on user feedback. SEA lets agents self-improve on the fly while issuing auditable safety certificates. Together, the three papers nearly cover the full reliability stack for agent systems: execution-layer protection, training-layer workflow learning, and update-layer safe evolution.

AI Agent Arxiv Digest — 2026-07-05

Three papers tackling core agent platform pain points: ReContext offers a training-free inference-time fix so LLMs stop overlooking key evidence in 128K contexts; the second reveals systematic public-private divergence (3% → 40%) when agents debate across social hierarchies; the third raises alarms about three widely-cited coding agent benchmarks — only 8% of SWE-Perf tasks reproduce reliably.

AI Agent Arxiv Digest — 2026-07-03

Three papers today reveal a core tension: current agent systems shine in closed environments but degrade sharply once conditions shift even slightly. An ICML 2026 paper systematically quantifies this problem through the lens of tool use; the second shows how a pipeline of 6 specialized agents can tackle complex cross-domain tasks; and the third reminds us from a UX perspective that agent 'personality intensity' isn't a case of more-is-better — moderate is the sweet spot.

AI Agent Arxiv Digest — 2026-07-02

Three papers tackling three core Agent platform challenges: **upgrading memory from retrieval to reasoning state** (User as Code), **removing the central orchestrator while cutting costs** (DeLM), and **letting users quickly verify Web Agent results** (HANSEL). Together, they form a near-complete technical map for a high-trust Agent platform — memory layer, coordination layer, and explainability layer, each addressed by one paper.

AI Agent Arxiv Digest — 2026-07-01

Three papers spanning distinct dimensions of the AI Agent ecosystem: Qwen introduces the first Language World Model covering seven agent domains, enabling agents to train in simulated environments instead of relying on real APIs; Kuaishou's AgentX demonstrates industrial-scale multi-agent deployment, boosting recommendation algorithm iteration efficiency to 13.8x human output; OpenAI uses real Codex usage data to quantify how agentic AI is reshaping work across job functions, revealing that non-technical roles (legal, research) see even greater agentic dividends than engineers.

AI Agent Arxiv Digest — 2026-06-30

Three papers converge on one core question: **how do we actually evaluate whether an agent is good enough?** SWE-Explore isolates the most overlooked middle step of coding agents — understanding the codebase — and benchmarks it independently; Claw-SWE-Bench reveals that harness design (the adapter) is the real lever behind coding agent score jumps, with the same model leaping from 19% to 73% by swapping adapters; Red Queen Gödel Machine (Cambridge × NVIDIA) goes further by co-evolving the evaluator alongside the agent, breaking the ceiling of static benchmarks. Read together: **evaluation infrastructure is becoming the most critical competitive moat for agent platforms**.

AI Agent Arxiv Digest — 2026-06-27

Three papers tackling core Agent platform pain points: one decomposes Agent memory into four measurable system modules, revealing that current evaluations only checking 'did it get the answer right' are far from enough; one borrows the software engineering concept of 'design review' to enable automated verification of Agentic Workflows before deployment; and one uses 14 large-scale parallel experiments to prove that the benchmark leaderboard you trust reshuffles its rankings when the context changes — and proposes a more reliable alternative metric.

AI Agent Arxiv Digest — 2026-06-26

Three papers, three angles: **RigorBench** evaluates coding agents on process discipline rather than just pass rates, introducing five dimensions of engineering rigor; a production-focused paper shows how to customize and accelerate large multi-agent systems for enterprise use (4.48x throughput gain); and a governance paper proposes a formal protocol language for specifying human-agent boundaries in the SDLC — turning 'which decisions AI can make' from a line in a prompt into a machine-verifiable spec. Together they cover evaluation, deployment, and governance.

AI Agent Arxiv Digest — 2026-06-25

Three papers exploring the boundaries and breakthrough paths of agent capabilities. Sakana Fugu (Sakana AI) trained a 0.6B orchestrator model that learns to dynamically coordinate a pool of frontier LLMs, achieving public SOTA on SWE-Bench Pro and other benchmarks — the core thesis is that the orchestrator itself can be trained rather than hard-coded by engineers. NatureBench uses 90 real research tasks from Nature journals to ask: can coding agents actually make scientific discoveries? The best configuration only surpasses published SOTA by 17.8%, mainly by translating problems into familiar ML tasks rather than truly inventing new methods. Finally, Rising from the Ashes — six security researchers systematically map how agentic AI can take over five categories of labor-intensive tasks that have long plagued defenders, with 16 case studies as deployment references.

AI Agent Arxiv Digest — 2026-06-24

Three papers on agent platform infrastructure gaps: PlanBench-XL reveals top LLMs collapse under tool failure in large-scale ecosystems (GPT-5.4 drops from 52% to 11%); TU Munich provides the first technical taxonomy of 9 agent communication protocols (MCP/A2A/ACP/ANP) for principled selection; AMD's Arbor uses tree search as a shared cognition space for multi-agent collaboration, turning failures into useful exploration signals. Together, they outline three foundational infrastructure gaps in 2026 agent platforms.

AI Agent Arxiv Digest — 2026-06-22

Three papers approaching agent reliability and safety in production from three layers: inference-time, training-time, and infrastructure. LedgerAgent uses a lightweight ledger structure at inference time so tool-calling agents no longer stuff all state into the prompt for the LLM to reconstruct — directly reducing policy violations and state errors. Alibaba's Connect the Dots (CoD) takes the longer view, using reinforcement learning to train agents that update their environmental awareness while executing tasks in long-term deployments, improving across tasks over time. Sovereign Execution Brokers tackle the security infrastructure layer, inserting credential verification at the exact moment an agent touches a production system, strictly binding authorized actions to actually executed actions. Three papers

AI Agent Arxiv Digest — 2026-06-21

Three papers paint a full picture of how agents land in the real world: Perplexity + Harvard Business School use production data to quantify the agent vs. chatbot gap for the first time — 87% faster task completion, and agents attract cognitively harder work; Self-Harness shows how agent scaffolding can automatically mine weaknesses and fix itself, yielding 33-60% relative gains across three models; The Consistency Illusion exposes a core trap in multi-agent debate — output-level consensus can mask fundamentally misaligned reasoning underneath. Read together, the signal is clear: an agent's real competitive edge isn't a stronger model — it's production-data-driven scaffolding self-improvement and rigorous validation of collective decision reliability.

AI Agent Arxiv Digest — 2026-06-19

Three papers challenging conventional wisdom in the agent space: ACCORD shows agents act on assumptions instead of observations and fixes it with active grounding (AppWorld 42% → 62.6%); 'The Illusion of Multi-Agent Advantage' proves auto-generated MAS underperforms single-agent CoT-SC at 10x the cost; 'Agentic Very Much' provides large-scale GitHub evidence that coding agent adoption in new projects has more than doubled year-over-year. Together they signal: agent tools are spreading fast, but the assumptions that 'multi-agent is always better' and 'agents understand your instructions' are being challenged by data.

AI Agent Arxiv Digest — 2026-06-18

Three papers targeting three critical infrastructure layers of Agent platforms: HarnessX introduces a 'harness as evolvable component' framework that turns static Agent scaffolding into a self-optimizing system (+14.5% average across 5 benchmarks); the second studies skill-conditional trust routing in multi-agent collaboration, revealing when fine-grained trust actually helps and how attackers can hijack it; OCELOT tackles security with a 'posterior leakage budget' mechanism to prevent Agents from gradually leaking user privacy to external services. Together they cover framework design, multi-agent governance, and privacy security — exactly the three pitfalls most commonly hit when shipping Agent platforms to production.

AI Agent Arxiv Digest — 2026-06-16

Three papers address agent reliability from three layers. RefGRPO fixes a neglected reflection calibration problem in agentic RL, turning agents into their own verifiers. 'Agents All the Way Down' delivers a complete custom-agent methodology from LLM substrate to production, arguing that solid foundations matter more than framework choice. EurekAgent uses autonomous scientific research to show that environment engineering beats process engineering for agent reliability.

AI Agent Arxiv Digest — 2026-06-14

Three papers tackle the same core question from different angles: **how to evaluate and operate AI Agents under real deployment conditions.** Emergence World builds a multi-agent sandbox that runs continuously for weeks, exposing behavioral drift and cross-model contamination invisible to short-term benchmarks; a survey paper establishes a complete taxonomy for agent environment design (8 attributes x 8 domains) and proposes symbolic vs. neural synthesis paradigms; Martin Monperrus's position paper declares outright that coding agents have crossed the threshold and human code review can retire.

AI Agent Arxiv Digest — 2026-06-12

Three papers today approach agents from two angles — how to evaluate them and what they fundamentally are: T1-Bench introduces a high-fidelity benchmark spanning 25 real business domains, giving cross-domain reasoning its first systematic quantitative baseline; VISTA solves the credibility problem of using LLMs to simulate users for agent testing, providing 6 metrics to quantify whether your tests actually cover the agent's capability boundaries; Agentic Software clarifies from first principles that when the LLM becomes the primary reasoning engine, the nature of software has changed — directly impacting how agent platforms should design their debugging tools and testing strategies.

AI Agent Arxiv Digest — 2026-06-10

Three papers today converge on one theme — moving agents from experiments to reliable production: a multi-agent troubleshooting architecture deployed at hyperscale cloud with 90%+ autonomous resolution; a memory mechanism that lets agents learn from past tool-call successes and failures without retraining; and the first systematic comparison of six AI-assisted development process frameworks across six dimensions.

AI Agent Arxiv Digest — 2026-06-09

Today's three papers center on **security boundaries and capability optimization for coding agents**: SABER introduces the first executable-workspace benchmark and finds even the best models have 54%+ dangerous operation rates; the second paper has 100+ real developers collaborate with a secretly sabotaging AI agent for five hours — 94% never noticed; SePO shows that auto-optimizing system prompts alone (no model changes) yields an average 4.49-point gain across five benchmarks. Together they remind platform builders: agent safety is harder to measure and harder to catch than assumed, yet low-cost improvement paths exist.

AI Agent Arxiv Digest — 2026-06-08

Three papers mapping to three layers of the agent platform stack: AgentJet (training layer) introduces a distributed framework for simultaneous RL training of multiple heterogeneous LLMs, solving the fundamental limitation of single-model-only training tools; AdaPlanBench (evaluation layer) reveals with a 67.75% ceiling that LLM agents are far from ready for real-world scenarios where rules are disclosed progressively — it is the first benchmark to systematically quantify this adaptive planning capability; Beyond Tokens (communication layer) surveys multi-agent systems that replace text with embeddings for inter-agent communication, providing a taxonomy to evaluate the engineering trade-offs of this new communication path.

AI Agent Arxiv Digest — 2026-06-07

Three papers tackle agent infrastructure decisions: ADK Arena quantitatively compares LangGraph, AutoGen, CrewAI and other frameworks on real-task completion rates and costs; Agent Memory offers the first computer-systems taxonomy of 10 memory designs covering latency, bandwidth, and scalability trade-offs; Search-Time Contamination questions deep research agent benchmarks—agents can search for answers during evaluation, inflating scores by up to 4%. Together they provide new quantitative tools for three core platform decisions: framework selection, memory architecture, and evaluation trustworthiness.

AI Agent Arxiv Digest — 2026-06-06

Three papers on three deep agent-system questions: **memory architecture** (which design generalizes?), **self-evolution** (can AI build agents autonomously?), and **security blind spots** (how domain-dependent is CUA safety?). AutoMEM shows agents that actively manage their own memory generalize better than those relying on external pipelines; Meta-Agent Challenge reveals that frontier models still fall well short of autonomous agent development; Domain-Conditioned Safety finds Claude Sonnet 4.6 has 0% prompt-injection ASR on web tasks but 100% on code tasks — all three challenge core design assumptions in agent platforms.

AI Agent Arxiv Digest — 2026-06-05

Three papers tackling core agent platform gaps from three angles: APB introduces a 4,209-question diagnostic benchmark that separates planning failures from execution failures; MetaForge lets agents forge missing tools at runtime, breaking the static-toolbox ceiling; RUBAS decomposes agent safety into four scoring dimensions and uses RL to balance helpfulness against safety. Together they address whether your agent system can be diagnosed, can self-extend, and can go to production safely — three checkpoints researchers tackled head-on today.

AI Agent Arxiv Digest — 2026-06-04

Three papers tackling 'how to build more reliable, evolvable Agent systems' from different angles: the first reveals real LLM call costs in multi-model Agent systems through execution traces, giving platform engineers hard numbers; the second proposes treating the entire memory pipeline as self-evolving code to fix memory-architecture drift in long-running tasks; the third exposes evaluation blind spots in Agent continual learning benchmarks—current benchmarks can't tell whether agents actually learned anything—and introduces a more rigorous controlled stream framework.

AI Agent Arxiv Digest — 2026-05-31

Three papers at three different layers: BenchTrace ran 1,821 agent failure episodes and found GPT-4.1 and Qwen3-32B pass less than 30% on diagnosing their own failures — reflection is far weaker than assumed; Beyond Autonomy distills a three-tier governance architecture from enterprise SaaS production, filling the missing 'governance' piece in current agent frameworks; Insuring Every Action prices every agent action using actuarial concepts and introduces reserve capital budgets, creating an entirely new runtime risk vocabulary. The common thread: the core challenge of enterprise agent deployment has shifted from 'can it do the job' to 'what happens when it fails, who reviews it, and how do you quantify the damage.'

AI Agent Arxiv Digest — 2026-05-28

Three papers, three angles on agent platforms: AgentFugue demonstrates that peer agents sharing a reasoning scratchpad can break through long-task collaboration bottlenecks; Can Agent Benchmarks Support Their Scores? reveals systematic flaws in current agent benchmark scoring mechanisms, urging us to re-examine leaderboard numbers; VibeServe lets agents auto-generate complete LLM serving stacks that outperform hand-tuned vLLM in niche deployment scenarios while matching it in standard ones. Together they answer: how can agents collaborate better, can we trust the evaluation numbers we rely on, and can agents build infrastructure for engineers?