Skip to content
← Daily Digest

Reasoning & Planning

chain-of-thought、planning、決策、搜尋策略、self-reflection

Paper Timeline (23)

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-06-01
Efficient Agentic Reasoning Through Self-Regulated Simulative Planning Must Read

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

arxiv: 2605.22138
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-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-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
T1-Bench: Benchmarking Multi-Scenario Agents in Real-World Domains Must Read

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

arxiv: 2606.11070
2026-06-12
Agentic Software: How AI Agents Are Restructuring the Software Paradigm Skim

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

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

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

arxiv: 2606.05391
2026-06-17
GitOfThoughts: Version-Controlled Reasoning and Agent Memory You Can Replay, Diff, and Merge Must Read

大家都在說要給 Agent 加記憶,但這篇系統實驗後的答案是:除非新問題跟記憶中的案例幾乎一模一樣(相似度 > 0.8),加任何記憶基底都沒有統計顯著幫助——但 git 提供了一條以稽核性、可重播性為價值的工程路徑。

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

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

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

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

arxiv: 2606.08457
2026-06-23
Hierarchical Control in Multi-Agent Games: LLM-based Planning and RL Execution Skim

用 LLM 當多 agent 團隊的指揮官決定策略方向,再讓 RL 訓練的底層 agent 負責真正的動作執行——兩者各司其職,比純 RL 或純手工規則都更彈性。

arxiv: 2606.20014
2026-06-25
Rising From the Ashes: How Agentic AI is Unblocking Challenges in Cybersecurity Skim

六位資安研究員整理出讓防禦者長年頭痛的五個瓶頸,逐一對應到 agentic AI 的五種新能力,論點是:「以前太費工、根本做不完」的安全任務,agent 現在可以接手了。

arxiv: 2606.23138
2026-07-01
The Shift to Agentic AI: Evidence from Codex Must Read

OpenAI 用 Codex 真實使用數據,首次大規模量化「agentic AI 如何改變工作」:2026 年上半年用戶增 5 倍、任務規模膨脹 10 倍,且最重要的是,改變已從工程師擴散到法務、研究等非技術職能

arxiv: 2606.26959
2026-07-04
Conversable Complexity: Agentic LLM Collectives as Interpretable Substrates Skip

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

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

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

arxiv: 2607.01709
2026-07-10
AgenticSTS: A Bounded-Memory Testbed for Long-Horizon LLM Agents Must Read

長任務 Agent 不應把所有對話歷史塞進 context,而應用「有界合約」:每個決策的輸入由五個有型別的記憶層結構化提取而來,prompt 大小始終有限。用《Slay the Spire 2》幾百回合的連續決策當 testbed,並公開 298 條軌跡供比較研究。

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

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

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

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

arxiv: 2607.01942
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-24
Adoption and Ecosystem Health: A Longitudinal Analysis of Open-Source Multi-Agent Frameworks Must Read

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

arxiv: 2607.02453
2026-07-24
Beyond the Leaderboard: A Synthesis of Tool-Use, Planning, and Reasoning Failures in Large Language Model Agents Must Read

整合 27 篇 Agent 評測論文,歸納出六大失敗類別,讓你知道你的 Agent 最可能在哪裡翻車。

arxiv: 2607.05775

Related Digests (14)

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

Three papers today zero in on the cost-capability frontier of agent deployment at scale: SR²AM redesigns planning architecture so a 30B model uses 90% fewer tokens while competing with 685B-1T systems; GroupMemBench reveals that existing memory systems completely fall apart in multi-party group conversations (the best system hits only 46% accuracy, and 1990s BM25 keyword search actually beats it); AgentFloor confirms with 16,542 test runs that the bulk of short-range tool use in agent pipelines simply doesn't need a large model. The common thread: under compute cost pressure, precisely determining 'how much intelligence each component needs' has become the central design challenge for agent platforms.

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.