Your processes are supposed to get better. Almost none of them do. Here's what we learned trying to close the loop.
Summary
After 8 months of deploying AI agents on real operational tasks, the author shares five unexpected engineering challenges: per-capability permissions, credential isolation via a connector proxy, durable approval gates, hard budget caps, and out-of-process audit logs.
Similar Articles
Why good AI agents still produce bad system outputs
A practitioner shares insights on why multi-agent AI pipelines often fail at handoff points and offers validation, context control, and logging practices to maintain reliability.
after a year of shipping with AI agents, here's what they still reliably get wrong
A developer shares consistent failure modes of AI agents after a year of shipping code with them, including confidently wrong code, inability to maintain cross-file architecture, lacking pushback on bad decisions, and security edge case issues.
Anyone else hitting a wall with the "Day 2" side of shipping AI agents?
A practitioner shares real-world challenges in deploying AI agents to production, highlighting that governance, auditing, and deployment guardrails are now the bottleneck, not agent building, and notes emerging solutions like Lyzr Control Plane and Microsoft's reference architectures.
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.
Are we missing an operations layer for AI agents?
The article explores the gap in operational tooling for AI agents in production, focusing on challenges like error handling, state replay, security, and approval workflows.