AI
Agentic AI in production: what actually ships
Autonomous agents demo beautifully and fail quietly. Here is the architecture we use to make tool-calling agents reliable enough for paying customers.
ASI TECH INC · August 24, 2026 · 8 min read
Agent demos are easy. An agent that runs unattended against real customer data for six months is a different engineering problem.
Bound the blast radius Every tool an agent can call is a permission. Treat the tool registry like an IAM policy, not a convenience layer.
- Scope each tool to a single verb and a single resource
- Require an idempotency key on every write tool
- Put irreversible actions behind an explicit human approval step