Everyone is building AI agents. Most of them have far more permissions than they should.

One of the biggest questions facing platform engineering teams today is not whether AI can help operate production systems. The real question is: how do you prevent an AI agent from becoming the next privileged insider threat?

I wanted to explore that problem in a practical way. The result was NEXUS - Mesh Intelligence Hub - an AI-powered operations agent running on Amazon EKS inside an Istio service mesh, designed around a single principle:

The agent should be able to observe everything, understand what is happening, propose a solution, and still be physically unable to touch the workloads it monitors.

That principle shaped every architectural decision that followed.