Coding-agent verification and access control
Jane Street argues that agent-written code raises the review burden because models can satisfy a local task while violating codebase invariants. Its answer is more proof feedback in daily development: stronger type constraints, modular specifications, and formal methods that agents can help write and maintain. The piece gives no new benchmark, but it cites the old seL4 cost baseline of 25 person-years for 8,700 lines of C to explain why cost matters.
Cordium addresses a different control point: execution environments. It runs developer, CI, and AI-agent workspaces as rootless Kubernetes sandboxes. Access to databases, SSH, internal HTTP APIs, Kubernetes clusters, and mTLS services is mediated by Octelium, so upstream credentials stay outside the workspace. That design fits teams that want agents to act inside internal systems without copying secrets into short-lived containers.