Published in ACM Queue on July 20, 2026 by Joseph Valente and Michal Zalewski (Alphabet Security), this article positions itself as successor to the 2014 BeyondCorp whitepaper — its sole reference — and takes on its function: publishing a vision for the industry to align to.

The diagnosis. The application-boundary model is reaching end of life. The three assumptions that underpinned BeyondCorp — accessors are human, actions occur at human speed, the application is the right trust boundary — all three collapse once AI agents access data at 10 times the rate of humans. Added to this are a "geometric shock" in the volume and sensitivity of data, attackers who have weaponized AI (on-demand rewriting of malicious code, newfound patience on surfaces previously deemed low-value), and a vector specific to agentic systems: ambient authority, the agent inheriting its human's full, often overprovisioned permissions.

The model. Beyond Zero shifts the trust boundary from the application to the individual action on the individual resource, and investigation from after-the-fact to real-time. The central design move is a floor/ceiling split: static policies guarantee a statically verifiable baseline, on top of which a dynamic reasoning engine applies friction — explicitly to avoid a fully dynamic, unverifiable model.

The architecture, in four components forming a loop: autonomous governance uses AI to build a living enterprise world model (Who / What / How), fed by HR and project data warehouses, by analogy with a self-driving car's world model; event intake ingests server, client, and agent signals (prompts, plans, tool invocations); the reasoning engine, hierarchical AI, decides fast at access time (ABAC) and slowly in the background (anomalies such as "500% more files than one's peer group"), rendering an allow / deny / challenge verdict that itself becomes a reusable attribute; challenge infrastructure distinguishes reversible challenges (justification, security key, approval, selfie) from durable containments, sometimes lifted only after the employee and their manager are interviewed.

The demonstration rests on the closing example: the SalesGenie agent queries a strategic document. BeyondCorp says ALLOW (valid certificates and identities); Beyond Zero says CHALLENGE then CONTAIN (the human who issued the prompt lacks the required work assignment).

The call to action covers three standardization efforts — agent introspection, attributable agentic identities, customer-operated decision points within SaaS — with NIST having already launched an effort. Conclusion: "security as an immune system."