The Biggest Questions About AI
The map · 2 Safety · 2.4 System security and operational control · 2.4.1

Agent architecture

How should permissions, credentials, memory, tool access, network access, and spending authority be constrained?

Least-privilege design for agents is being invented ad hoc by industry, ahead of any standard. Visibility infrastructure — agent identifiers, activity logs — is the governance-side counterpart.

View on the map → · Open in Browse →

What changed
May–August 2026 · swept August 3, 2026 · editorial review pending
01

The permissioning question is being answered in production. Anthropic published its containment architecture — supervise what an agent is able to do, not what it does, via sandboxes, sealed VMs, and deterministic egress controls, with credentials kept out of the guest — and Microsoft's counterpart guidance argues for treating every agent as a first-class principal with a lifecycle-managed identity and tightly scoped, just-in-time permissions.

Recent thinking
2 pieces · May–August 2026 · all 2 chronologically →
Anthropic Engineering · 25 May 2026 essay
How we contain Claude across products
Rather than supervising what the agent does, we supervise what it's able to do by enforcing access boundaries through, for example, sandboxes, virtual machines, and egress controls.

The clearest published least-privilege agent architecture from a frontier lab: three isolation patterns, credentials kept out of the guest, and deterministic egress controls as the boundary that catches probabilistic failures.

Yesenia Yser & Toby Kohlenberg · Microsoft Security · 16 Jul 2026 essay
Least privilege for AI agents: Identity, access, and tool binding
The right mental model is to treat every agent as a first-class principal: give it a lifecycle-managed identity, assign explicit roles, scope its permissions tightly.

Enterprise guidance on the governance-side counterpart to containment: dedicated agent identities, task-scoped RBAC, tool allowlists, just-in-time elevation, and audit logging as infrastructure.

Foundational reading (2)Practices for Governing Agentic AI SystemsOpenAI · 2023Visibility into AI AgentsChan et al., FAccT · 2024
Next2.4.2 Adversarial inputs