You handed the agent your CI credentials. You handed it your registry token. Then you asked why nobody in security will sign off on shipping its output to production. This is roughly the plot of every AI-agent proof of concept in 2026, and, according to a post published on the Docker blog on August 5 by Docker Captain Karan Verma, you are asking the wrong question. The post is the third in a three-part series (Part 1 was "Your Laptop Is the New Production Environment", Part 2 was "Runtime Enforcement, Not Runtime Advice"), and it lands the ergonomic claim the earlier two were setting up: AI governance is a developer experience problem before it is a security problem.

The claim in one line

Verma's thesis, roughly paraphrased from the post: most organizations do not stall on AI adoption because the tools cannot do the work. They stall because the organization does not yet trust the tools. Trust, in turn, is engineered by drawing clear boundaries around where an agent runs, what it can reach, which tools it can invoke and how the activity is observed. The winning shops, he writes, will be the ones with the clearest controls, not the ones with the fewest.

The historical prop

To argue the point Verma reaches for the same three case studies every DX-first governance essay reaches for: cloud, containers, and CI/CD. Each, he notes, only crossed the adoption chasm once a governance shape settled around it. Cloud got account structures and IAM. Containers got isolation and image controls. CI/CD went mainstream when platform teams could trust automated pipelines to move code without a human blessing every deploy. Fair enough. The history is roughly correct, if a little tidied up in the retelling.