返回新聞
創新AI Understanding 簡報

Thinkingbox 基準測試發現人工智慧代理商難以可靠地完成有狀態的業務工作流程

一篇新的 arXiv 論文介紹了 Thinkingbox,這是一個用於在多步驟業務任務上測試 AI 代理的沙箱和基準。最強的測試模型獲得了 65.36% 的 pass@1 分數,但只有 25.25% 的 pass^20 分數,凸顯了偶爾成功與可靠執行之間的差距。

5 min readRead the primary source
Source-provided image accompanying Thinkingbox benchmark finds AI agents struggle to reliably complete stateful business workflows
主要來源文件來源記錄
出版商
arxiv.org
來源連結
arxiv.orghttps://arxiv.org/abs/2608.19741
來源類型
主要文件-我們直接閱讀的官方公告、文件、文件或第一方頁面。
背景60 秒內了解這一點

從這裡開始

關鍵術語

基準測試
用於測量和比較模型性能的標準化測試或資料集。
MCP(模型上下文協定)
一種開放協議,允許人工智慧應用程式以標準方式連接到外部工具、資料來源和上下文提供者。
重量
一個學習的數值,用來縮放通過神經網路的訊號。
測試一下自己AI 代理測驗

發生了什麼事

Researchers introduced Thinkingbox, a sandbox for interactions among users, tools and AI agents, along with Thinkingbox-bench, a of 507 policy-conditioned workflows. The tasks cover retail, hospitality, auto insurance, neobank internal IT, and consulting IT and HR support. The benchmark evaluates not only responses or tool calls, but also whether the correct persistent state is produced without wrong, missing or extra effects.

An arXiv paper submitted on 20 August 2026 introduces Thinkingbox, which it describes as a sandbox for tool-agent-user interaction. The environment provides isolated MCP-compatible tool sessions, complete execution traces and outcome evaluation over terminal backend state. The source presents this as an attempt to test what happens after an agent has to act in an executable environment, rather than judging only the text of its answer or the validity of an individual tool call.

The associated Thinkingbox-bench contains 507 policy-conditioned workflows spanning retail, hospitality, auto insurance, neobank internal IT, and consulting IT and HR support. The source does not list the individual tasks in the abstract, so the precise balance among industries, the length of each workflow and the policies agents had to follow are not established here. It does establish that the is designed around business processes involving multiple steps and persistent state.

Each attempt is scored with task-specific executable checks. Those checks accept valid trajectories and reject wrong, missing or extra effects. Some designated tasks also check required properties of the final response. This structure means a trial can fail even when an agent takes actions that appear reasonable in isolation, if the resulting backend state is incorrect or if the attempt creates an unintended change.

Across proprietary and open- models, the strongest result reported in the source was 65.36% pass@1 and 25.25% pass^20. The paper’s abstract does not identify the model producing those scores, explain the exact sampling protocol behind pass^20, or provide confidence intervals. It also says that many failed trials ended cleanly and included valid state-changing actions, indicating that termination and tool-call validity did not reliably establish end-to-end completion.

來源詳情: arxiv.org

為什麼這很重要

The paper addresses a practical weakness in agent evaluation: an agent can produce a plausible answer or take a valid action while still failing to complete the underlying business task. The reported results suggest that occasional success rates can substantially overstate reliability when an agent must gather information across turns, follow policies, coordinate dependent tools and avoid collateral changes.

The central implication is about measurement. In a stateful workflow, success may require discovering missing information over several turns, applying a domain policy, using tools in the right order and leaving a particular final state. A model that does one or two of those things correctly can still fail the actual assignment. Thinkingbox is intended to make that distinction visible through executable checks on outcomes.

The gap between the reported pass@1 and pass^20 results is especially relevant to claims about reliability. The source reports that the strongest tested system found a successful trajectory at a 65.36% pass@1 rate, while its pass^20 rate was 25.25%. Without further methodological detail, those figures should not be interpreted as a universal reliability estimate. They do, however, support the paper’s narrower claim that one successful attempt is not equivalent to dependable repeated performance.

The also challenges evaluation practices that rely on intermediate signals. A valid tool call can still be incomplete, mistimed or harmful in context. A clean termination can mean that an agent stopped without an error, not that it satisfied the business objective. For organizations considering agents for support, operations or internal administration, this distinction affects testing: systems may need checks on durable records and unintended side effects, not only response quality.

The public impact is prospective rather than evidence of a current incident. The source does not report a deployment failure, security breach, customer harm or a specific company adopting the . Its contribution is a research evaluation environment that could help expose weaknesses before agents are trusted with consequential workflows. The paper does not establish that all business agents perform at the reported level, nor that the benchmark predicts performance in production.

Interactive Mechanism

互動機制:它實際上是如何運作的

以互動方式探索這項發展背後的基礎技術。

Agent Lifecycle Stage:
1
User Intent & Planning: "Audit customer refund request #4092 and settle payment."
2
Tool Calling: Emits structured JSON call crm_get_transaction(id='4092').
3
Guardrail & Verification:🛡️ Paused: High-value action requires human operator sign-off.
4
Final Settlement: Refund recorded, email receipt dispatched, and audit log stored.
Core takeaway: An AI agent is not just a language model—it is a closed loop of planning, tool invocation, and environment feedback. Production systems require self-healing retries and strict human approval guardrails.
互動式概念檢查+10 Points
AI Agents Quiz

What is the most accurate way to describe what AI Agents can do today?

接下來看什麼

The paper says Thinkingbox and Thinkingbox-bench are being released, but the source does not provide a repository link, license details, model-by-model results, or evidence of independent replication. Future scrutiny should examine how representative the workflows are, whether results hold across more models and domains, and whether the changes agent development or deployment decisions.

The paper says that Thinkingbox and Thinkingbox-bench are released, but the supplied source text does not include the release location, access conditions or license. Verifying whether researchers and organizations can inspect the environments, reproduce the checks and run the would be important for assessing its practical value. The source also does not say whether the release contains the full workflow definitions, backend implementations, traces or only selected components.

The next question is representativeness. The abstract names five broad business settings, but it does not explain how workflows were selected, how difficult they are, how policies were authored or whether the tasks reflect real operational systems. Reviewers should look for leakage controls, clearly defined success criteria and tests showing that the measures workflow reliability rather than familiarity with a fixed task format.

Comparisons across models also require more information than the abstract provides. It says the evaluation covered proprietary and open- models, but does not identify them, report their configurations or describe the number of attempts per model. The reported pass@1 and pass^20 figures therefore need to be read as claims from this preprint, not independently established industry-wide measurements. Replication across models, prompts, tool interfaces and workflow variants would strengthen or weaken the conclusion.

Finally, attention should go to whether performance changes real deployment practices. Useful follow-up evidence would include repeated evaluations over unseen workflows, analysis of the most consequential error types, and tests of safeguards that verify final state before an action is committed. The source does not claim that Thinkingbox solves agent reliability; it offers a way to measure a gap that conventional response- or tool-call-level signals may miss.

相關指引和測驗

人工智慧代理人工智慧模型解釋AI 倫理人工智慧培訓測試你所知道的—嘗試免費的人工智慧測驗在我們的詞彙表中尋找人工智慧術語
覺得有用嗎?