A production AI agent rollout flow showing scope, authority, evidence, and release controls before autonomy expands

Put agent security before the rollout

Production AI agents need scoped authority, run evidence, approval gates, and rollback before the rollout expands. This is where Claude Code delivery work and enterprise agent security meet.

July 3, 2026 · 5 min · 1012 words · Thomas De Vos
Read Put agent security before the rollout
A production AI agent evidence loop showing task contract, bounded tools, run record, approval gate, and rollback path

If the agent cannot explain the run, do not scale it

Production AI agents need more than good output. Before a team scales Claude Code or enterprise agents, the run must explain its task, tools, evidence, approval, and rollback path.

July 2, 2026 · 6 min · 1096 words · Thomas De Vos
Read If the agent cannot explain the run, do not scale it
A production Claude Code workflow showing scope, patch, tests, review, and rollback as required controls

Do not merge Claude Code work without a review packet

A clean Claude Code diff is not enough for production review. The reviewer needs the task contract, scope, commands, evidence, risks, rollback note, and approval record before merge.

July 1, 2026 · 6 min · 1170 words · Thomas De Vos
Read Do not merge Claude Code work without a review packet
A two-book production and security loop diagram showing Claude Code delivery controls and enterprise AI agent risk controls

No approval, no autonomy

If an AI agent can read internal data, call tools, change code, open tickets, or trigger workflows, it has delegated authority. Give it an approval packet before it acts.

June 30, 2026 · 6 min · 1191 words · Thomas De Vos
Read No approval, no autonomy
A diagram showing a production agent surrounded by task scope, identity, tool boundaries, evals, observability, approvals, and rollback

The agent control plane is the product

A production AI agent is only as good as the control plane around it: scope, identity, tool boundaries, evals, observability, approvals, and rollback. Better prompts do not replace that operating model.

June 29, 2026 · 5 min · 987 words · Thomas De Vos
Read The agent control plane is the product
A diagram contrasting an agent that runs under a human login with an agent that runs as a named, scoped, non-human identity

Give the agent its own identity, not your credentials

When an agent runs under your personal login, the audit trail cannot tell your actions from the agent’s. Give it a scoped, named identity so you can watch it, revoke it, and explain it.

June 27, 2026 · 8 min · 1526 words · Thomas De Vos
Read Give the agent its own identity, not your credentials
A left-to-right flow showing task and scope, shadow mode where the agent plans but writes nothing, human review of the plan, and execution where writes happen

Run the agent in shadow mode before it changes anything

The agent’s diff is the most expensive way to learn what it was planning to do. Run it once in shadow mode, where it produces a complete plan but executes nothing, and review the plan before you let it touch anything.

June 26, 2026 · 6 min · 1158 words · Thomas De Vos
Read Run the agent in shadow mode before it changes anything
A left-to-right flow showing approved scope, scope expansion, stop and request, human approval, and a run record entry

A new permission means a new approval

A Claude Code run that widens scope after a one-time approval is working under an authorization you never gave. A new permission should mean a stop, a request, and a logged human approval, not a footnote in the summary.

June 24, 2026 · 6 min · 1264 words · Thomas De Vos
Read A new permission means a new approval
A diagram showing an AI agent connecting through an MCP server to business systems, with scope, credentials, approvals, logs, and stop rules as controls

Your MCP server is part of the security boundary

MCP servers are not harmless connectors once agents use them to reach tickets, data, APIs, deployment tools, or RAG systems. Treat them as part of the security boundary.

June 22, 2026 · 7 min · 1306 words · Thomas De Vos
Read Your MCP server is part of the security boundary
A diagram showing delivery and control loops meeting at one release decision for production AI agents

Production AI agents need two loops

A production AI agent rollout fails when engineering proves the patch and security has to reconstruct the authority later. Run the delivery loop and the control loop together.

June 21, 2026 · 6 min · 1204 words · Thomas De Vos
Read Production AI agents need two loops