paper-with-me

홈 › Papers

Bounded Autonomy for Enterprise AI: Typed Action Contracts and Consumer-Side Execution

2026-04-16 · Sarmad Sohail, Ghufran Haider arxiv

Large language models are increasingly used as natural-language interfaces to enterprise software, but their direct use as system operators remains unsafe. Model errors can propagate into unauthorized actions, malformed requests, cross-workspace execution, and other costly failures. We argue this is primarily an execution architecture problem. We present a bounded-autonomy architecture in which language models may interpret intent and propose actions, but all executable behavior is constrained by typed action contracts, permission-aware capability exposure, scoped context, validation before side effects, consumer-side execution boundaries, and optional human approval. The enterprise application remains the source of truth for business logic and authorization, while the orchestration engine operates over an explicit published actions manifest. We evaluate the architecture in a deployed multi-tenant enterprise application across three conditions: manual operation, unconstrained AI with safety layers disabled, and full bounded autonomy. Across 25 scenario trials spanning seven failure families, the bounded-autonomy system completed 23 of 25 tasks with zero unsafe executions, while the unconstrained configuration completed only 17 of 25. Two wrong-entity mutations escaped all consumer-contributed layers; only disambiguation and confirmation mechanisms intercept this class. Both AI conditions delivered 13-18x speedup over manual operation. Critically, removing safety layers made the system less useful: structured validation feedback guided the model to correct outcomes in fewer turns, while the unconstrained system hallucinated success. Several safety properties are structurally enforced by code and intercepted all targeted violations regardless of model output. The result is a practical, deployed architecture for making imperfect language models operationally useful in enterprise systems.

📄 PDF Abstract BibTeX arXiv:2604.14723

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Declarative Data Services: Structured Agentic Discovery for Composing Data Systems

2026-05-20 · Shanshan Ye, Duo Lu arxiv

Agentic discovery has shown that LLM-driven search can find novel algorithms, designs, and code under benchmark conditions. Translating the paradigm to multi-system data backends surfaces a harder problem: the search spa…

PocketAgents: A Manifest-Driven Library of Autonomous Defense Agents

2026-05-20 · Sidnei Barbieri, Ágney Lopes Roth Ferraz, Lourenço Alves Pereira Júnior arxiv

Connecting large language models (LLMs) to defensive enforcement requires more than asking a model whether an attack is happening. A defender must decide which model outputs may change the system state, which outputs mus…

POLARIS: Typed Planning and Governed Execution for Agentic AI in Back-Office Automation

2026-01-16 · Zahra Moslemi, Keerthi Koneru, Yen-Ting Lee, Sheethal Kumar 외 arxiv

Enterprise back office workflows require agentic systems that are auditable, policy-aligned, and operationally predictable, capabilities that generic multi-agent setups often fail to deliver. We present POLARIS (Policy-A…

Skill-as-Pseudocode: Refactoring Skill Libraries to Pseudocode for LLM Agents

2026-05-27 · Xinze Li, Yuhang Zang, Yixin Cao, Aixin Sun arxiv

Markdown skill libraries for LLM agents ship as free-form prose, forcing the agent to re-derive both the input schema and the concrete invocation syntax on every retrieval. This produces a "confused $\to$ re-retrieve $\t…

Enterprise Alexandria: Online High-Precision Enterprise Knowledge Base Construction with Typed Entities

2021-06-22 · AKBC 2021 10 · John Winn, Matteo Venanzi, Tom Minka, Ivan Korostelev 외

We present Enterprise Alexandria, one of the core AI technologies behind Microsoft Viva Topics. Enterprise Alexandria is a new system for automatically constructing a knowledge base with high-precision and typed entities…

Knowledge Base Construction