How are you handling authority/permissions for AI agents that can take real actions?
Summary
A discussion thread seeking input on how to handle authority and permissions for AI agents that take real actions, including audit trails and scope of permissions.
Similar Articles
Those of you running AI agents in prod — how are you actually managing their permissions?
The article asks how engineers manage permissions for AI agents in production, highlighting common problems with broad access and lack of audit trails.
When an AI agent takes a real action, where is authorization actually enforced?
Explores the challenge of enforcing authorization when AI agents take real-world actions, questioning where security controls should be placed.
How are you handling audit and compliance for agentic systems in your org?
A practitioner details the real-world challenges of audit, compliance, and governance for autonomous AI agents, including identity, approvals, logging, and accountability, while asking the community for solutions.
Who gave your AI agent authority?
Discusses the security gap in AI agent workflows where agents assume human oversight at critical steps, and proposes a runtime control plane that enforces permissions and requires human approval for destructive actions, demonstrated with a Tandem demo.
How much do you actually let an AI agent touch in production?
Discussion about scoping permissions for AI agents in production to avoid dangerous database actions, suggesting read-only mirrors, approval steps, or hard walls between suggestion and execution.