Concept animation

Hero diagram

Paper: 2603.24582 Authors: Biplab Pal, Santanu Bhattacharya Categories: cs.AI

Abstract

Agentic artificial intelligence in organizations is a sequential decision problem constrained by reliability and oversight cost. When deterministic workflows are replaced by stochastic policies operating over event logs, it becomes hard to know how much uncertainty remains before the next action. This paper introduces a Markovian framework for pre-deployment auditing that quantifies blind spots in state coverage, action uncertainty, and human-escalation cost. Evaluated on a large enterprise purchase-to-pay log, the approach shows that a compact workflow view can hide substantial next-step uncertainty, while a richer state representation exposes it more clearly.

Key Contributions

  • Formalizes agentic workflow auditing as a Markov-style sequential decision problem
  • Defines measures for hidden uncertainty, action coverage, and escalation cost
  • Introduces a human-review trigger based on uncertainty
  • Evaluates the framework on the BPI Challenge 2019 procurement log
  • Shows that richer state definitions reveal more next-action ambiguity

Methodology

The framework treats an organization’s workflow as a sequence of state transitions. Instead of asking whether an agent is generally reliable, it asks a narrower question: given the current state, how much uncertainty remains about the next action, and how much oversight would be needed if the system is allowed to continue autonomously?

That shift matters because state design changes the audit outcome. A compact representation can make a workflow look more certain than it really is. By widening the state, the model surfaces hidden uncertainty that a coarse abstraction would miss.

Results

On the BPI Challenge 2019 purchase-to-pay log, the authors find that expanding the state from 42 variables to 668 variables increases the measured state-action blind mass substantially. In other words, the richer state reveals more unresolved decision uncertainty.

The framework also aligns reasonably well with observed behavior on held-out data: the model’s maximum action probability tracks actual autonomous-step accuracy within a few percentage points on average. That makes it useful as a pre-deployment audit tool rather than just a theoretical construct.

Takeaways

  1. Agentic workflow reliability can be audited as a sequential decision problem
  2. Oversight cost and action uncertainty should be measured together
  3. Coarse states can hide next-step ambiguity in real enterprise workflows
  4. Richer state descriptions expose more of the true uncertainty budget
  5. Pre-deployment auditing can help estimate how much autonomy a workflow can safely support

论文: 2603.24582 作者: Biplab Pal, Santanu Bhattacharya 分类: cs.AI

摘要

组织中的代理式人工智能本质上是一个受可靠性与监督成本约束的序列决策问题。当确定性工作流被基于事件日志的随机策略取代时,系统在下一步动作前还剩多少不确定性就变得很难判断。本文提出一个用于部署前审计的马尔可夫框架,量化状态覆盖盲点、动作不确定性以及人工升级成本。作者在大型企业采购到付款日志上验证该方法,结果显示,紧凑的工作流视图可能掩盖大量下一步不确定性,而更丰富的状态表示能更清晰地暴露这些问题。

主要贡献

  • 将代理式工作流审计形式化为马尔可夫式序列决策问题
  • 定义隐藏不确定性、动作覆盖和升级成本的度量
  • 引入基于不确定性的人工审查触发机制
  • 在BPI Challenge 2019采购日志上进行评估
  • 证明更丰富的状态定义能揭示更多下一步动作歧义

方法论

该框架把组织工作流视为状态转移序列。它不再问智能体总体上是否可靠,而是问一个更具体的问题:给定当前状态,关于下一步动作还剩多少不确定性,如果允许系统继续自主运行,又需要多少监督成本?

这种转变很重要,因为状态设计会改变审计结果。紧凑的表示可能让工作流看起来比实际更确定。通过扩展状态,模型能够暴露粗粒度抽象所掩盖的隐藏不确定性。

结果

在BPI Challenge 2019的采购到付款日志上,作者发现将状态从42个变量扩展到668个变量会显著增加测得的state-action blind mass。换句话说,更丰富的状态揭示了更多未解决的决策不确定性。

该框架在留出数据上也与实际行为较为一致:模型的最大动作概率平均能在几个百分点内跟踪真实自治步骤准确率。这使它更像是一个实用的部署前审计工具,而不只是理论构造。

要点总结

  1. 代理式工作流可靠性可以被视为序列决策问题来审计
  2. 监督成本与动作不确定性应当一起衡量
  3. 粗粒度状态会掩盖真实企业工作流中的下一步歧义
  4. 更丰富的状态描述会暴露更真实的不确定性预算
  5. 部署前审计有助于估计工作流可安全支持多少自治