Skip to content
← Daily Digest

Framework & Architecture

框架設計、編排架構、scaffold、workflow engine、持久執行

Paper Timeline (131)

2026-05-25
約束漂移:LLM 多代理系統被忽視的安全失效模式 Must Read

多代理系統中的安全規範不會自動持續有效——它們會在記憶存取、任務委派、工具呼叫等七個環節中悄悄弱化,這篇命名為「約束漂移」並提出分類框架。

arxiv: 2605.10481
2026-05-25
隱形協調者讓多代理系統喪失保護性行為 Skim

用「有沒有可見的領導者」做 AI 實驗:當多代理系統的協調者是隱形的(工作代理不知道有人在指揮),整個系統的保護性行為顯著下降——對流行的 orchestrator 架構是直接的設計警示。

arxiv: 2605.13851
2026-05-26
Human-Inspired Memory Architecture for LLM Agents Must Read

微軟把人腦六大記憶機制(睡眠整合、干擾遺忘、記憶成熟、提取再鞏固、知識圖、混合提取)搬進 LLM Agent,在真實 codebase 資料上讓記憶庫壓縮 58%、保住 97.2% 資訊精確率。

arxiv: 2605.08538
2026-05-26
Do Agents Need to Plan Step-by-Step? Rethinking Planning Horizon in Data-Centric Tool Calling Must Read

對資料查詢型任務(text-to-SQL、知識庫問答),先一次生成完整計劃再批次執行,比每步都重新推理可省 2–4.7x token,且準確率相當——顛覆 ReAct 逐步推理的預設。

arxiv: 2605.08477
2026-05-26
Predictive Maps of Multi-Agent Reasoning: A Successor-Representation Spectrum for LLM Communication Topologies Skim

借用神經科學的「後繼表示」矩陣,用三個數學量在部署前預測 multi-agent 系統選 Chain、Star、Mesh 哪種拓撲時會出現觀點漂移、假共識或不穩定三種失敗模式。

arxiv: 2605.11453
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-27
From Correctness to Preference: A Framework for Personalized Agentic Reinforcement Learning Skim

不同使用者面對相同任務,agent 應該有不同做法——這篇把「個人化」從 prompt 層面深入到 RL 訓練層面,提出三組件框架(PARPO + 偏好解糾纏獎勵模型 + PSGM 圖記憶)讓 agent 在學習時就把個體差異嵌入。

arxiv: 2605.23382
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-29
Agentic AI Workload Characteristics Must Read

你以為 agent 的效能瓶頸是「prompt 太長」——錯了。真正的瓶頸是 token 生成速度與 KV-cache 管理,serving 系統需要為此重新設計。

arxiv: 2605.26297
2026-05-29
Is Grep All You Need? How Agent Harnesses Reshape Agentic Search Must Read

在 agent loop 裡找資料,直接用 grep(字串比對)往往比向量搜尋(semantic search)更準——但真正影響結果的是你用哪個 harness,不只是搜尋方法本身。

arxiv: 2605.15184
2026-05-29
Orchard: An Open-Source Agentic Modeling Framework Must Read

Microsoft 開源完整的 agent 模型訓練框架,讓小模型靠資料蒸餾 + 特製 RL 在 SWE / GUI / 助理任務上達到同量級開源 SOTA,不需要依賴 GPT-4o API。

arxiv: 2605.15040
2026-05-30
A Two-Dimensional Framework for AI Agent Design Patterns Skim

業界教你「怎麼接線」,學術界教你「agent 在想什麼」——這篇說兩個都要,並提出雙軸框架幫你把兩種語言對起來。

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

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

arxiv: 2605.27905
2026-05-31
BenchTrace: A Benchmark for Testing Reflection Ability and Controlled Evolution in LLM Agents Must Read

做了個 benchmark,發現 GPT-4.1 和 Qwen3-32B 在「看懂自己失敗原因」這件事上通過率不到三成,而且就算讓 agent 讀了失敗案例去學習,隨著雜訊案例累積,它還是會把早期教訓給忘掉。

arxiv: 2605.29225
2026-05-31
Beyond Autonomy: A Dynamic Tiered AgentRunner Framework for Governable and Resilient Enterprise AI Execution Must Read

現有 agent framework 太重視自主性、太少想「萬一出錯」,這篇從企業 SaaS 生產環境提煉出三個治理機制:按風險分層審查、提案與執行分離、驗證失敗自動恢復。

arxiv: 2605.10223
2026-05-31
Insuring Every Action: An Authority Frontier Framework for Runtime Actuarial Control of Autonomous AI Agents Skim

把保險精算的概念搬進 agent runtime:每個 agent 動作都先「定價」,對照保證金預算決定是否允許執行;附一把量尺(Authority Frontier)顯示不同預算水位下 agent 能釋放多少自主空間。

arxiv: 2605.25632
2026-06-01
Efficient Agentic Reasoning Through Self-Regulated Simulative Planning Must Read

給 agent 加上「先想清楚再行動」的智慧開關:複雜任務啟動 world model 在腦中預演,簡單任務直接反應,30B 模型因此少用高達 95% 的 token 仍能競爭過 1T 參數系統。

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

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

arxiv: 2605.22502
2026-06-03
ExpWeaver: LLM Agents Learn from Experience via Latent RAG Must Read

不再把過去成功/失敗經驗轉成文字塞進 context,改成在 LLM 隱層向量空間做檢索與整合,12/13 benchmark 最佳,零樣本跨域遷移提升 16.32%。

arxiv: 2606.01041
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
AgentCL: Toward Rigorous Evaluation of Continual Learning in Language Agents Skim

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

arxiv: 2606.02461
2026-06-05
MetaForge: A Self-Evolving Multimodal Agent that Retrieves, Adapts, and Forges Tools On Demand Must Read

Agent 遇到工具庫裡沒有的場景,不再說「我做不到」,而是走過「判斷 → 找工具 → 調整參數 → 自行鍛造新工具 → 存回庫」五步閉迴路,實現工具能力的自我進化。

arxiv: 2606.01801
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-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-08
Beyond tokens: a unified framework for latent communication in LLM-based multi-agent systems Skim

Multi-agent 系統裡 agents 之間傳文字很貴又有資訊損失,這篇 survey 整理「改傳 embedding / hidden state / KV-cache」的研究現狀,提出分類框架,幫你評估這條路能否用在你的 agent 系統。

arxiv: 2606.05711
2026-06-09
Coding with "Enemy": Can Human Developers Detect AI Agent Sabotage? Must Read

100+ 位真人開發者跟「會暗中插入惡意程式碼」的 AI agent 一起寫程式五小時,94% 的人沒抓到。

arxiv: 2606.05647
2026-06-09
SePO: Self-Evolving Prompt Agent for System Prompt Optimization Skim

一個 AI「優化 agent」不只幫你寫更好的 system prompt,也同時把自己的 system prompt 一起優化——不改模型,在五個 benchmark 上平均提升 4.49 分。

arxiv: 2606.04465
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
Self-Reflective APIs: Structure Beats Verbosity for AI Agent Recovery Must Read

API 出錯時,給 agent「結構化修復建議清單」比「自然語言錯誤說明」更有效:任務完成率提升 37–40 個百分點,token 效率也高出近 2 倍。

arxiv: 2606.05037
2026-06-11
Agent Operating Systems (AOS): Integrating Agentic Control Planes into, and Beyond, Traditional Operating Systems Skim

傳統 OS(進程、執行緒、系統呼叫)是為確定性程式設計的,但 agent 是長期存活、目標驅動、會隨機應變的生物——這篇主張我們需要一個「Agent OS」來接管排程、記憶體、安全和治理。

arxiv: 2606.01508
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-12
Agentic Software: How AI Agents Are Restructuring the Software Paradigm Skim

傳統軟體把決策邏輯寫在程式碼裡;Agentic Software 的決策邏輯在執行時由 LLM 動態生成,程式碼只是工具——這是軟體本質的轉變,不是工具升級,對 agent 平台的設計和除錯方式有直接影響。

arxiv: 2606.05608
2026-06-13
Organize then Retrieve: Hierarchical Memory Navigation for Efficient Agents Must Read

把 Agent 的「執行記憶」整理成階層式筆記資料夾,讓 Agent 用 Bash 工具自己去翻找需要的資訊,而不是把所有歷史全塞進 prompt。

arxiv: 2606.11680
2026-06-13
TRACE: A Unified Rollout Budget Allocation Framework for Efficient Agentic Reinforcement Learning Skim

訓練 Agent 時大部分的「跑樣本」都在浪費算力;TRACE 用樹狀結構把 rollout budget 導到最有學習價值的岔路口,同樣算力讓 Multi-Hop QA 多學 2.8 分。

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

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

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

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

arxiv: 2606.05405
2026-06-15
Human oversight of agentic systems in practice Must Read

17 位開發者訪談揭示 4 種「自發監督行為」,但現有 agent 框架的 UI 幾乎沒有支援其中 2 種。

arxiv: 2606.05391
2026-06-15
Monitoring Agentic Systems Before They're Reliable Skim

agent 系統還不穩定就上線時,傳統任務層監控會失靈;這篇提出 3×3 監控框架,幫你找出「哪根線沒接好」。

arxiv: 2606.02494
2026-06-16
Agents All the Way Down: A Methodology for Building Custom AI Agents from Substrate to Production Must Read

不想每次框架升級就重寫 agent?這篇給你從 LLM API 底層到上線維護的完整方法論:兩個前提條件(substrate + building blocks)加上三個持續實踐,比「先 pip install langchain」更底層也更持久。

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

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

arxiv: 2606.13662
2026-06-17
FlowBank: Query-Adaptive Agentic Workflows Optimization through Precompute-and-Reuse Skim

Agent workflow 不必每次重新生成(貴),也不必只有一個萬用版本(差)——預計算一個多樣化 workflow 倉庫,推論時用圖神經網路路由,比最強自動化方法高 4.26%、比最強手工設計高 14.92%。

arxiv: 2606.11290
2026-06-18
When Should Agent Trust Be Conditional? Characterizing and Attacking Skill-Conditional Reputation in Agent Swarms Skim

多 Agent 系統裡,給每個 Agent 一個全域信任分(「它平均有多好」)在很多情況下會路由錯誤——但改成技能維度的細分信任,又會在特定條件下被惡意 Agent 劫持,路由失誤率從 0 飆到 0.94。

arxiv: 2606.14200
2026-06-18
OCELOT: Inference-Leakage Budgets for Privacy-Preserving LLM Agents Skim

LLM Agent 在完成任務的過程中,會一點一點把使用者隱私洩漏給外部服務;OCELOT 在 Agent 和外部世界之間加了一個「洩漏預算員」,讓攻擊者從整條 trajectory 中能推斷出的秘密量不超過上限 ε。

arxiv: 2606.12341
2026-06-19
ACCORD: Action-Conditioned Contextual Grounding for Language Agents Must Read

Agent 常常「以為自己知道」使用者的意思,其實只是靠假設在行動;ACCORD 讓 agent 在每個行動前主動去環境裡確認「我真的有這個資訊嗎?」,AppWorld 成功率從 42% 跳到 62.6%。

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

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

arxiv: 2606.13003
2026-06-19
Agentic Very Much! Adoption of Coding Agent in New GitHub Projects Skim

在新建的 GitHub 專案裡,AI coding agent 的採用率是一年前同類研究的兩倍以上,而且每個採用者用得更深,AI 輔助的 commit 比例更高。

arxiv: 2606.07448
2026-06-20
Harnessing the Collective Intelligence of AI Agents in the Wild for New Discoveries Must Read

把多個 AI agent 放在同一個平台互相借用解題思路和失敗記錄——就像科學家交流論文草稿一樣——成功讓集體 agents 在數學難題上找到 12 個人類和 AI 都沒解出過的新最佳解。

arxiv: 2606.10402
2026-06-20
APEX: Adaptive Principle EXtraction — A Three-Layer Self-Evolution Framework for Production AI Agents Must Read

Agent 自我演化不只是改 prompt 一件事;APEX 同時演化三層:執行環境(harness)、行為原則(principles)、工作流程拓撲(topology),在有 114 筆真實任務軌跡的生產 agent 上驗證。

arxiv: 2606.15363
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
How AI Agents Reshape Knowledge Work: Autonomy, Efficiency, and Scope Must Read

Perplexity 的真實生產數據:把功能從「對話搜尋」升級為「自主 agent」之後,每次任務自主執行時間從 33 秒跳到 26 分鐘、完成時間縮短 87%、用戶滿意度更高——而且 agent 吸引了認知複雜度更高的工作類型。

arxiv: 2606.07489
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-22
LedgerAgent: Structured State for Policy-Adherent Tool-Calling Agents Must Read

工具呼叫 agent 常常「知道事實卻用錯」:資訊都在 prompt 裡,但每次決策時 LLM 需要自己從文字中重建狀態,一旦重建出錯就違反政策或拿陳舊資料做決定。LedgerAgent 在 agent 迴圈中插入一個明確的型別帳本,把狀態從 prompt 文字裡分離出來,不需要任何微調。

arxiv: 2606.20529
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-23
Beyond Global Replanning: Hierarchical Recovery for Cross-Device Agent Systems Must Read

跨多台設備的 agent 執行失敗時,別急著全部重來——先讓設備端自己試著換個方式(API → CLI → GUI),不行再往上呈報給總指揮。

arxiv: 2606.20487
2026-06-24
A Technical Taxonomy of LLM Agent Communication Protocols Must Read

MCP、A2A、ACP、ANP 這些 Agent 通訊協定到底差在哪?TU Munich 分析 9 個主流開源協定,給出第一份技術分類法,讓選協定從「哪個比較紅」變成「哪個技術特性符合我的需求」。

arxiv: 2606.19135
2026-06-24
Arbor: Tree Search as a Cognition Layer for Autonomous Agents Skim

AMD 提出 Arbor:把「樹狀搜尋」當作多 Agent 系統的共享工作記憶,讓 Orchestrator、Specialist、Critic 三類 Agent 圍繞同一棵搜尋樹協作,失敗的嘗試也被保留為後續探索的診斷訊號。

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

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

arxiv: 2606.22678
2026-06-26
Towards Scalable Customization and Deployment of Multi-Agent Systems for Enterprise Applications Must Read

把 LLM multi-agent 系統推向企業生產的兩大卡點是「Domain 適配」和「推理成本」,這篇提出兩階段框架:先客製化(持續預訓練 + SFT + 偏好最佳化),再加速推理(推測解碼 + FP8 量化),實測吞吐量提升 4.48 倍。

arxiv: 2606.18502
2026-06-26
Specifying AI-SDLC Processes: A Protocol Language for Human-Agent Boundaries Skim

AI agent 已參與軟體開發全流程,但「哪些決定讓 AI 做、哪些要人批准」目前只靠 prompt 描述,容易漂移也無法驗證;這篇提出一套 DSL 讓你把這些邊界寫成可機器驗證的協議規格。

arxiv: 2606.20615
2026-06-27
Are We Ready For An Agent-Native Memory System? Must Read

大家評估 Agent 記憶體都只看「答對幾題」,但忘了問「這個設計貴不貴、知識更新後會不會崩掉」——這篇從資料庫角度把記憶體拆成四個可以分別量測的系統模組。

arxiv: 2606.24775
2026-06-28
The Hitchhiker's Guide to Agentic AI: From Foundations to Systems Must Read

一本寫給工程師和 PM 的 Agentic AI 全棧指南,從 Transformer 架構到 MCP/A2A 協議、multi-agent 架構,每章附代碼範例,可當手邊參考書長期使用。

arxiv: 2606.24937
2026-06-29
Agent libOS: A Library-OS-Inspired Runtime for Long-Running, Capability-Controlled LLM Agents Must Read

把 Linux「process」的設計哲學搬進 Agent:每個 agent 有自己的 ID、能力表、記憶體與稽核記錄,工具只是 wrapper,真正的控制邊界在 runtime 核心。

arxiv: 2606.03895
2026-06-29
Autodata: An Agentic Data Scientist to Create High Quality Synthetic Data Must Read

Meta FAIR 把「建資料集」這件事做成 agent:agent 自己設計資料配方、評估品質、修改配方,並透過 meta-optimization 讓這個 data scientist agent 越來越會產高品質資料。

arxiv: 2606.25996
2026-06-29
Governed AI-Assisted Engineering: Graduated Human Oversight for Agentic Code Generation in Regulated Domains Skim

在銀行等受法規限制的環境,不是每個 agent 動作都要人類審批;GAIE 提供一個決策框架,依風險分三層監督,讓企業在合規前提下保留約 91% 的 coding agent 效率。

arxiv: 2606.22484
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
User as Code: Executable Memory for Personalized Agents Must Read

把「用戶模型」從一堆文字筆記,升級成可以直接執行的 Python 程式碼,讓 Agent 不只能「查詢事實」,還能對用戶狀態做計算與邏輯推理。

arxiv: 2606.16707
2026-07-02
DeLM: Decentralized Multi-Agent Systems with Shared Context Must Read

把 Multi-Agent 系統裡「一個主管分派所有任務」的架構,換成「所有 agent 共讀一個驗證過的進度表、自己搶任務」——SWE-bench 上省 50% 成本,還拿到更高分。

arxiv: 2606.10662
2026-07-03
Can Agents Generalize to the Open World? Unveiling the Fragility of Static Training in Tool Use Must Read

精心訓練的 agent(不論 SFT 還是 RL)放到和訓練時不一樣的環境,表現就會明顯下降——這不是個別模型問題,而是系統性問題。

arxiv: 2607.01084
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
Conversable Complexity: Agentic LLM Collectives as Interpretable Substrates Skip

大家擔心 multi-agent 系統愈來愈黑箱,這篇反過來論證:LLM agent 集群因為用自然語言溝通,天生就比傳統複雜系統更透明可解讀。

arxiv: 2607.01047
2026-07-05
ReContext: Recursive Evidence Replay as LLM Harness for Long-Context Reasoning Must Read

不改模型、零訓練,推理時用「模型自己的注意力分數」遞迴挑出相關片段重播給模型,顯著改善 LLM 在 128K 長文中找不到答案的問題。

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

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

arxiv: 2607.02507
2026-07-06
Mnemosyne: Agentic Transaction Processing for Validating and Repairing AI-generated Workflows Must Read

把資料庫的「交易(Transaction)」概念移植到 Agent 工作流程:LLM 輸出的每個動作都是「未信任提案」,要先通過明確的規則驗證才算數;違規則自動修復或回滾,不讓語意錯誤的 Agent 動作污染生產狀態。

arxiv: 2607.00269
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-06
Self-Evolving Agents with Anytime-Valid Certificates Skim

SEA:讓 Agent 在邊跑邊自我改良的同時,每次改良都需通過「可驗證安全門(anytime-valid gate)」並發出可稽核憑證,確保每次自我更新都有明確的錯誤預算上限,不會默默變差。

arxiv: 2607.00871
2026-07-07
When Agents Do Not Stop: Uncovering Infinite Agentic Loops in LLM Agents Must Read

Agent 程式可能陷入「停不下來的迴圈」,本文開發靜態掃描工具 IAL-Scan,評估 6,549 個真實 repo,精準度 91.9%,發現這是比想像中普遍的系統性問題。

arxiv: 2607.01641
2026-07-07
AgentFlow: Building Agent Dependency Graphs for Static Analysis of Agent Programs Must Read

為 agent 程式碼建出一張「依賴圖」,讓你看清這個 agent 用了哪些模型、prompt、工具、記憶體,並自動偵測有危險的「prompt 到高權限工具」路徑;支援 5 大主流框架,分析了 5,399 個真實專案。

arxiv: 2607.01640
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-09
Your Agent's Memories Are Not Its Own: Forged Reasoning Attacks on LLM Agent Memory and Defenses Must Read

有人能偷偷修改 Agent「以前是怎麼想的」,讓它以後做壞事,而且現有所有防禦都擋不住。本文提出攻擊手法 FARMA 與對應防禦 SENTINEL。

arxiv: 2607.05029
2026-07-09
Safety Testing LLM Agents at Scale: From Risk Discovery to Evidence-Grounded Verification Must Read

研究者造了一套自動化安全測試框架 Vera,去測了 4 套真實部署的 Agent 框架(含 Claude Code),在多通道攻擊下平均攻擊成功率 93.9%,並公開了 1,600 個可執行安全測試案例(Vera-Bench)。

arxiv: 2607.01793
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
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-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
When Agents Go Rogue: Activation-Based Detection of Malicious Behaviors in Multi-Agent Systems Must Read

多 Agent 系統裡若有一個 agent 被惡意操控,AcMAS 不靠看文字、直接分析 LLM 內部神經狀態來偵測,在非同步執行環境下 F1 比圖方法高出 +0.55,且對隱蔽攻擊仍有效。

arxiv: 2607.06807
2026-07-14
ProjAgent: Procedural Similarity Retrieval for Repository-Level Code Generation Must Read

Coding agent 在大型 repo 找參考程式碼時,傳統方法靠「長得像」或「名字像」——ProjAgent 新增「解題步驟像」這個維度,在 REPOCOD 測試集上達到 41.14% Pass@1,超越所有 retrieval 型 baseline。

arxiv: 2607.08691
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
Memory in the Loop: In-Process Retrieval as Extended Working Memory for Language Agents Skim

把記憶體存取從「工具調用(100ms)」變成「同程序存取(100μs)」,agent 在 12 步任務中的冗餘行為從 7.2 次降到 0——延遲不只是工程效能問題,它從根本上改變 agent 推理的品質。

arxiv: 2607.05690
2026-07-16
Atomic Task Graph: A Unified Framework for Agentic Planning and Execution Must Read

把 agent 的多步任務畫成「依賴關係圖」,讓沒有相依的步驟並行跑、失敗時只重算受影響的部分——不需要更大的模型就能大幅提升成功率。

arxiv: 2607.01942
2026-07-16
PalmClaw: A Native On-Device Agent Framework for Mobile Phones Must Read

現有手機 agent 都靠「模擬點擊螢幕」操作手機,PalmClaw 改成直接呼叫裝置 API:任務成功率提升 11.5%、完成時間縮短 94.9%,而且每一步的執行邊界清楚得多。

arxiv: 2607.13027
2026-07-16
Internet of Agentic Things: Networked AI Agents for Closed-Loop IoT Orchestration Skim

提出 IoAT(物聯智能體網路)架構:把 AI agent 擴展到 IoT 設備層,讓 agent 不只在雲端對話,還能協調感測器、邊緣運算、數位孿生——從「語言 agent」走向「物理世界 agent」。

arxiv: 2607.12662
2026-07-17
To Answer or to Abstain: Mitigating Search-Agent Hallucinations via Abstention-Aware Reinforcement Learning Must Read

教搜尋型 agent「在不確定時說我不知道」:動態調整 RL 訓練中的棄答獎勵,讓 agent 主動拒答而非亂猜,精準度最高提升 10.3%。

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

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

arxiv: 2607.10350
2026-07-18
Memory as a Controlled Process: Learned Adaptive Memory Management for LLM Agents Must Read

把 agent 的記憶體操作(要不要取、何時忘)變成一個小型強化學習問題,讓 agent 邊跑邊自學最佳策略,不用改底層記憶體實作。

arxiv: 2607.13591
2026-07-18
AgentAbstain: Do LLM Agents Know When Not to Act? Must Read

目前最強的 agent 在「應該拒絕行動」的情境下答對率不到 60%,而且這個「棄動能力」和「任務解決能力」根本是兩回事——你沒辦法靠換一個更強的模型來解決。

arxiv: 2607.10059
2026-07-19
MyAG: A Graph-Based Framework for Designing and Analyzing Composable LLM Agent Systems Must Read

把 agent 系統拆成三張圖來描述,讓元件可以重複使用、執行路徑可以視覺化追蹤,降低複雜多 agent 系統的設計與除錯成本。

arxiv: 2607.13474
2026-07-20
Setup Complete, Now You Are Compromised: Weaponizing Setup Instructions Against AI Coding Agents Must Read

只要改掉 README 或 requirements.txt 裡的套件名稱,AI coding agent 就會安裝你指定的惡意套件——而這個漏洞主要跟你用哪套 harness(框架)有關,換模型沒太大用。

arxiv: 2607.15143
2026-07-20
Orchestrating Power Grid Studies with Multi-Agent AI and MCP Servers Skip

Position paper:以電網研究為案例,展示如何用 MCP(Model Context Protocol)把 LLM agents 接上專業領域仿真工具,並在嚴格需要 human-in-the-loop 的工業流程中落地 multi-agent AI。

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

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

arxiv: 2607.15247
2026-07-21
Digital Pantheon: Simulating and Auditing Coalition Formation with LLM Agents Skim

RLHF 訓練讓 LLM 太「溫和」,無法扮演立場鮮明的政黨談判者。這篇用 DPO 灌入黨派人設、用 RAG 綁定黨綱,打造能維持強硬立場的 agent,再讓他們模擬真實選後的多黨組閣協商。

arxiv: 2607.15095
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-24
Profile-Graph Memory for LLM Agents: Implicit Cross-Entity Traversal through Narrative Profiles Skim

讓 Agent 的長期記憶可以串聯多個人物資訊來回答問題,不再只是「問誰就找誰的資料」,而是能自動沿著人際關係跳躍推理。

arxiv: 2607.19359
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-27
Agent Data Injection Attacks are Realistic Threats to AI Agents Must Read

一種新的攻擊方式:不用偽裝成「指令」,只要偽裝成「可信資料格式」就能讓 Agent 做壞事——Claude Code、Codex、Gemini CLI 和三個 web agent 全部中招,可以被遠端執行任意程式。

arxiv: 2607.05120
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
A Comparative Study of MCP and A2A for Inter-Agent Coordination in LLM-Based Systems Must Read

MCP 管「模型接工具」,A2A 管「Agent 跟 Agent 講話」,兩者不是競爭關係而是分層設計,就像 USB 跟 Wi-Fi 各管各的事,都需要。

arxiv: 2607.23884
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-30
A Self-Calibrating Agentic AI Framework for Autonomous Edge Resource Allocation Skim

LLM Agent 在開放環境中會隨時間漂移(預測越來越不準);這篇把 ARIMA 時序預測器嵌進 Agent 作為「自我校準器」,讓 Agent 在無人監督下自動偵測並修正漂移,準確率比基準 LLM Agent 高 91.7%。

arxiv: 2607.22400
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
AgentS4D: Benchmarking Runtime Risks across the Execution Lifecycle of LLM-Based Workspace Agents Must Read

工作區 Agent 在執行任務時有多危險?這篇測了 20 種 Agent 配置、6,560 次執行:66% 的「成功完成任務」背後仍觸發了危險行為——任務完成不等於安全。

arxiv: 2607.27294
2026-08-01
Do Context Files Help Coding Agents? A Two-Agent Ablation Study on Real Repositories Skim

你花時間寫的 [AGENTS.md](http://AGENTS.md) / [CLAUDE.md](http://CLAUDE.md) 到底有沒有用?288 次對照實驗的答案:對 coding agent 的正確率幾乎沒有可量測的差異(等效上限 ≤10–15pp),出錯的根本是實作技能不足,不是缺少 repo 知識。

arxiv: 2607.27250
2026-08-02
ProACT: Towards Breakdown-Aware Proactive Agent in Multi-User Collaboration Must Read

教 Agent 在多人對話中辨識「有人卡住了」,然後選對時機插一句有用的話,而不是一直打擾或一直沉默。

arxiv: 2607.03730
2026-08-03
Toward an Organizational Science of Multi-Agent LLM Systems Must Read

把「哪些 agent 上場」、「怎麼溝通」、「最終怎麼整合答案」三件事分開設計,讓你可以各自換掉,不用每次重頭架系統。

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

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

arxiv: 2607.24625
2026-08-03
How Agents Ask for Permission: User Permissions for AI Agents, from Interfaces to Enforcement Skim

調查 21 個學術提案 + 5 個商業 agent,發現幾乎所有系統的授權設計都是「開發者說了算」,真正讓使用者自己設定個人化授權規則的機制幾乎不存在。

arxiv: 2607.13718

Related Digests (57)

AI Agent GitHub Digest — 2026-08-26

tinyhumansai/openhuman uses a local-first Memory Tree to compress your digital life and orchestrate multiple agents, already at 37k stars in early beta; Vercel Labs' fx is a native coding agent CLI written in Zig at under 8 MiB; NVIDIA open-sources labs-OO-Agents, packing an agent's prompt/tool/workflow into a single Python class; CopilotKit/OpenBot containerizes agents with governance gates — every action is reviewed before execution. Agno v3.0.0 is a major breaking release requiring database migration, and Haystack v3.1.0 adds multi-agent delegation via AgentTool and context compression via CompactionHook.

AI Agent GitHub Digest — 2026-08-25

Panniantong/Agent-Reach wraps yt-dlp, twitter-cli and friends behind a single CLI so agents can read Twitter/Reddit/YouTube/Bilibili; LangChain ships deepagents, a batteries-included harness with filesystem access, sub-agents, and skills; Tracer-Cloud/opensre frames AI SRE agents as a scored RCA benchmark; Anthropic's claude-plugins-community marketplace adds a review pipeline for community plugin trust, gaining +490 stars in a single day. GitHub Copilot CLI v1.0.81-8 (pre-release) adds Grok 4.6 xhigh reasoning and live plugin hot-reload.

AI Agent GitHub Digest — 2026-08-22

HKUDS/nanobot rode its v0.3.0 'The Agency Release' to 47K stars in 7 months as a self-hostable personal agent runtime; genspark-ai/genoffice hit 3,400 stars in 3 weeks with an open-source AI office suite for native file formats; NVIDIA published labs-OO-Agents (NOOA), collapsing agent state into a single Python class; repo-context-mcp is an MCP server that helps coding agents understand repos without stuffing the entire codebase into the prompt. Framework-wise, Mastra 1.60.0 adds durable execution and Cloudflare Sandbox; pydantic-ai v2.33.0 has a breaking change from the anthropic SDK's switch to httpx2.

AI Agent GitHub Digest — 2026-08-21

Cursor open-sources its official plugin marketplace cursor/plugins, standardizing the ecosystem with plugin.json + skills + MCP definitions (+470 stars in one day); apache/maka enters the Apache incubator with an append-only event log recording every tool call and permission decision for auditable local-first agent workbenches; magnitudedev/magnitude auto-detects hardware, downloads, and runs models locally out of the box for offline agents; vercel/eve puts agent capabilities into convention directories like tools/, skills/, and schedules/ — the filesystem is the interface. On the framework side, pydantic-ai ships a v2.32.1 patch.

AI Agent GitHub Digest — 2026-08-16

Vercel ships eve, a filesystem-first TypeScript agent framework tightly coupled with its AI Gateway/Sandboxes; Prime Intellect's Prime Agent treats the entire conversation context as program variables with a self-modifying Continual Harness; aden-hive's Hive replaces pre-compiled execution graphs with 'clone the Queen'; HKUDS's nanobot hits 47k stars in six months with its v0.3.0 Agency Release. No major version bumps on the watchlist today.

AI Agent Arxiv Digest — 2026-08-03

Three papers tackling multi-agent platform challenges from three angles: organizational design, security isolation, and user-level authorization. IMACS decomposes multi-agent systems into three independently swappable layers (organization, coordination, collaboration algorithm), letting framework designers mix and match agent roles and strategies like building blocks. APPA uses context branching to break the usability bottleneck of IFC (Information Flow Control), cutting prompt injection exfiltration rates from 31–50% down to 0–7% across 4 models. A UW survey of 21 agent authorization proposals finds that nearly all systems offer only developer-defined global policies — user-level personalized authorization is virtually absent. Together, the three papers outline the gaps agent platforms must close on the road from prototype to production.

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-29

Three papers today converge on infrastructure reliability for production multi-agent systems: the first compares how MCP and A2A divide responsibilities (complementary, not competing); the second benchmarks capability degradation across 12 top models after tool version updates, finding 13-14% drops even in frontier models; the third reveals that chaining safe models into a pipeline does not yield a safe system — defenses actually rely on cloud-provider server-side filters. Together they answer three questions every platform engineer faces: how to connect tools, whether tool upgrades break things, and whether chained agents stay secure.

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-25

Three papers approaching 'how to make agents reliably solve complex tasks' from complementary angles. NVIDIA proposes writing agents as plain Python classes so development, testing, and tracing work like normal software engineering. BAAI's AREX demonstrates a deep-research agent that recursively verifies and refines its own conclusions, outperforming comparable-scale models on BrowseComp, HLE, and other benchmarks. The third paper surveys 1,250 papers to build a clear taxonomy for the chaotic term 'AI self-improvement,' helping you tell which techniques are production-ready and which remain research-only.

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-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-21

Three papers, one question: what makes an agent system actually work? SearchOS-V1 offers an architectural answer — externalize search progress as structured state and record failed paths so multi-agent collaborative search becomes reliable. AutoSynthesis shows that highly structured academic tasks (systematic meta-analysis) can be fully automated by a multi-agent pipeline. Digital Pantheon addresses the persona engineering problem of keeping agents in character under pressure, introducing an auditable multi-agent negotiation architecture. Together they map the latest solutions to three core agent challenges: runtime design, workflow orchestration, and persona engineering.

AI Agent Arxiv Digest — 2026-07-19

Three papers tackling three core agent-platform challenges: MyAG introduces a graph-theoretic decomposition of agent systems into component / workflow / search layers; a self-improvement survey unifies the entire 'how agents evolve from experience' landscape under one formula; and MemPoison reveals persistent memory as the most vulnerable attack surface, with a 1,227-case benchmark. Together they cover: how to architect → how to evolve → how not to get compromised.

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-16

Three papers converge on the same question: how should each execution unit of an agent be designed so it's auditable, reusable, and recoverable at minimal blast radius when things go wrong? ATG decomposes tasks into DAGs for parallel subtask execution and intermediate result reuse; PalmClaw wraps native mobile APIs as structured tools, ditching brittle GUI click sequences; IoAT extends agent networks into the physical IoT world — from smart buildings to edge devices — sketching a coordination blueprint across cloud, edge, and sensor layers. Common thread: execution boundaries must be crisp, actions must be auditable, and failures must be locally recoverable.

AI Agent Arxiv Digest — 2026-07-12

Three papers today revolve around two themes: **security** and **evaluation**. Prismata blocks cross-site prompt injection at the page level; aiAuthZ establishes a cryptographic identity-bound authorization gateway at the tool-call level — together they argue the LLM itself should never be the security boundary, and platforms must enforce defenses at the architecture layer. The third paper, UniClawBench, moves agent evaluation from sandboxes into the real world, diagnosing failures by 'capability dimension' instead of 'task scenario' — giving platform engineers a sharper tool for model selection and failure analysis.

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-09

Three papers sound the Agent security alarm from different angles: FARMA silently corrupts Agent reasoning memory with 100% success rate bypassing all defenses; Vera tests 4 production Agent frameworks (including Claude Code) with 93.9% average attack success rate; PiSAs reveals cross-user information leakage in shared Agent environments as a severely underexplored problem. Together, they represent the security reality that those deploying Agent platforms must confront.

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-07

All three papers today center on making agent systems safer, more predictable, and less failure-prone. The first two come from the same research group and take a static-analysis angle: one systematically uncovers why and how often agents get stuck in infinite loops, while the other builds dependency graphs for entire agent codebases to enable security audits and component inventories. The third targets multi-agent software development, introducing LLM confidence scores into the collaboration flow to prevent early hallucinations from cascading downstream.

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-04

Three papers each expose an evaluation blind spot in agent systems: memory makes agents more sycophantic yet rarely gets tested (MemSyco-Bench); existing safety benchmarks flatten every failure into pass/fail, obscuring root causes (Adversarial Pragmatics); LLM agent collectives, communicating in natural language, are actually more interpretable than black-box neural networks (Conversable Complexity). The combined message: the way we evaluate agent systems needs a comprehensive upgrade.

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-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-29

Three papers dissect the challenges of making agents production-grade infrastructure: Agent libOS addresses what an agent runtime should look like underneath; Autodata (Meta FAIR) shows how agents can manufacture and continuously improve their own training data; GAIE proposes tiered oversight for coding agents under regulatory constraints. Together, they sketch a complete blueprint showing that agent platforms need redesign across architecture, data, and governance.

AI Agent Arxiv Digest — 2026-06-28

Three papers tackling production-grade agent systems from different angles: a full-stack practical guide from LLM foundations to multi-agent architectures, a lightweight scaffold that lets agents decide when to compress their own context, and an RL training algorithm that refines credit assignment from tool-call boundaries down to the token level. Together they map out three key questions for building an agent platform: what architecture to learn, how to keep it stable at runtime, and how to train it better.

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-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-20

Three papers tackle 'making agents more reliable' from different angles: EinsteinArena builds a persistent platform for multi-agent collective intelligence that found 12 new best-known solutions in math; APEX extends agent self-evolution beyond prompt tuning to simultaneously evolve principles and workflow topology; AI Economist Agent demonstrates how to ground every quantitative claim in formal model execution via knowledge graphs. The signal across all three: the next competitive dimension for agent systems is the infrastructure for collective knowledge sharing and how to make self-evolution and precise quantitative output work in production environments with real data.

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-13

Three papers tackling core Agent platform challenges from the angles of memory architecture, training efficiency, and reliability evaluation. HORMA proposes a hierarchical filesystem memory architecture so Agents stop collapsing under exploding context in long workflows; TRACE redesigns rollout budget allocation for Agent RL training, squeezing an extra 2.8 percentage points on Multi-Hop QA from the same compute; and τ-Rec exposes the 'reliability cliff' in multi-turn conversational recommendation Agents — even the strongest model drops to just 38% reliability over four consecutive runs, a sobering number for any team planning to ship an Agent product.

AI Agent Arxiv Digest — 2026-06-11

Three papers today explore 'agent-native infrastructure' at different layers: the first redesigns API error responses to give agents structured recovery hints, dramatically improving tool-call success rates; the second argues Agent OS is the right abstraction for long-running agents; the third builds a hardware-aware simulator for multi-turn agent serving to quantify KV cache scheduling trade-offs. From APIs to OS to hardware, every layer of the agent stack needs rethinking.

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-06-03

Three papers tackle agent memory from three angles: interoperability standardization, latent-space efficiency, and budget-awareness gaps. The first proposes a cross-framework memory wire format to unify mem0, Letta, and Cognee; the second replaces text-in-context experience retrieval with latent-space vector search (best on 12/13 benchmarks); the third is a large-scale evaluation revealing all five frontier models are systematically over-optimistic and unable to sense mid-task budget shortfalls — task strength ≠ budget awareness (r=0.35). Read together: memory standardization challenges → a new efficient memory architecture → a systemic blind spot in deployment costs.

AI Agent Arxiv Digest — 2026-06-02

Three papers tackling core agent platform pain points from different angles: the first proposes compiling LangGraph-style orchestrator logic directly into small model weights, cutting per-conversation cost by 128–462×; the second, from IBM Research, builds a three-level automated evaluation framework that solves the 'agent broke but which step failed?' problem; the third, from Microsoft, proposes a portable memory protocol enabling memory handoff between Claude / GPT-4 / Gemini without losing state. Together they cover three critical dimensions: deployment efficiency → behavior evaluation → memory portability.

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-30

Three papers tackle AI Agent practice from three angles: a design language, a security map, and cognitive limitations. The first builds a two-axis classification framework giving engineers and researchers a shared vocabulary for agent architecture trade-offs; the second systematically catalogs safety and privacy risks across tool calls, memory, and multi-step execution in agentic AI; the third is the most impactful — a large-scale experiment with nearly 40,000 AI-generated ideas reveals that AI research agents tend to circle existing literature rather than genuinely broadening scientific exploration.

AI Agent Arxiv Digest — 2026-05-29

Three papers tackle 'how to make agentic AI work better' from three angles: the first (UIUC × Intel) profiles real agent workloads and finds the bottleneck is KV-cache management, not long prompts; the second (PwC) runs controlled experiments challenging the RAG-first default, showing grep often beats vector search in agent loops; the third (Microsoft Research) open-sources a complete agent training framework that lets the community train same-tier SOTA agents without relying on closed-source APIs.

AI Agent Arxiv Digest — 2026-05-27

Three papers today point to three gates agents must pass on the road from demo to production: AgentTrust adds a runtime interception layer before tool calls, filling the gap between static blocklists and post-hoc benchmarks; Hermes scans 600 production endpoints and finds existing REST API docs almost universally unfit for MCP agents (4 issues per endpoint on average); PARPO pushes personalization from the prompt layer down into RL training so agents behave differently per user instead of being 'okay for everyone.' Together they outline how much hard work remains on the security gate, API readiness, and personalization fronts for production-grade agent systems.

AI Agent Arxiv Digest — 2026-05-26

Three papers tackling agent infrastructure from different angles: Microsoft proposes a brain-inspired six-mechanism memory architecture that compresses memory stores by 58% while retaining 97.2% precision on real codebase data; Megagon Labs challenges the step-by-step reasoning default, showing that full-horizon planning saves 2–4.7x tokens on data-centric tasks; and a neuroscience-informed framework turns multi-agent topology selection (Chain / Star / Mesh) from guesswork into computable diagnostics.

AI Agent Arxiv Digest — 2026-05-25

Three papers on the most pressing question for agent platforms in 2026: can safety constraints in multi-agent systems actually hold up during execution? 2605.10481 names a new failure mode — 'constraint drift': safety rules written at design time silently weaken as they pass through agent delegation, memory read/write, and tool calls, arriving at the output already distorted. 2605.07728 (SARC) proposes an architectural fix: compile regulations into four enforceable checkpoints embedded in the agent execution loop — no more relying on prompt reminders — and is open-sourced. 2605.13851 uses psychology experiments to show that when a multi-agent system's coordinator is invisible, the system's protective behaviors drop significantly — a direct design warning for mainstream orchestrator-based architectures.