Beyond Zero Is Google's BeyondCorp Play for the Agent Era
Google's new architecture puts an AI reasoning engine in the authorization path and asks the industry to standardize around it.
Google has decided that zero trust — the security model it more or less gifted to the industry — is no longer enough, and it's running the same play it ran last time. Beyond Zero, announced this week alongside a technical paper in ACM Queue, argues that the application-centric trust boundary at the heart of zero trust collapses once autonomous agents start acting on corporate data at machine speed. The proposed fix: move authorization down to the individual resource and action, and put an AI reasoning engine in the decision path.
If that sounds like a big claim wrapped in a vision paper, it is. But Google's vision papers have a track record of becoming product categories, so it's worth taking apart carefully.
What Beyond Zero actually proposes
The core move is shrinking the trust boundary. BeyondCorp, Google's 2014 whitepaper that seeded the entire zero-trust and ZTNA market, authenticated the user and device, then trusted the application to do the rest. Beyond Zero says that's the broken assumption: once you're past the front door of an app, ACLs are static, coarse, and blind to context. A prompt-injected agent holding its operator's OAuth token is fully "authorized" to exfiltrate everything that operator can read — a problem the paper calls ambient authority, and the single most accurate diagnosis in it.
The architecture, co-authored by Joseph Valente and Michal Zalewski of Alphabet Security (the latter a byline longtime security people will recognize), has three load-bearing pieces. A precomputed "world model" encodes who accessors are, what data means semantically, and which teams plausibly need which data — front-loading the expensive inference so access-time decisions stay inside tight latency budgets. An event-intake layer ingests server logs, endpoint signals, and — notably — agent internals: prompts, execution plans, tool invocations. And a hybrid reasoning engine splits decisions into a fast path (deterministic attribute-based checks that can hard-block) and a slow path (minutes-scale anomaly analysis, like an account suddenly reading 500% more files than its peer group).
The output isn't just allow/deny. The system can challenge — demand a justification, a security-key touch, a document owner's sign-off — or apply containments that clamp an actor's access until a human reviews. Static policy is the floor nothing can override; AI reasoning is the ceiling that adds friction when behavior looks wrong.
The playbook, third time through
Here's the context that makes this more than a whitepaper drop. Google has done this exact thing twice, and both times the industry reorganized around it. BeyondCorp in 2014 became the zero-trust market — every ZTNA and SASE vendor today is selling a commercialized descendant. The 2019 Zanzibar paper, describing Google's internal relationship-based authorization system, spawned OpenFGA, SpiceDB, and a whole fine-grained-authz startup ecosystem. Beyond Zero reads like the deliberate third run: publish the internal architecture, call for standards, let the industry build the products.
And the standards asks are the most concrete part of the paper. Google wants three things: open agent-introspection APIs so a policy engine can inspect an agent's reasoning and tool calls in real time; agentic identity standards so every request is attributable to a specific agent, its controlling human, and its task; and first-class external policy decision points in SaaS platforms, so authorization logic isn't locked inside each vendor's app. The paper points at NIST's nascent agent-security work as a possible vehicle.
Where the skepticism is earned
The Hacker News reaction landed on the obvious fault line: authorization is supposed to be deterministic, and Beyond Zero puts a probabilistic model in the loop. That objection is half right. The architecture keeps hard grants and denials in static policy — the LLM adjudicates friction, not baseline access. But "half right" still leaves real problems. A reasoning engine with visibility into every prompt, log, and access decision in the enterprise is the most valuable attack target in the building; compromising the judge beats compromising any single app. Challenge fatigue is unaddressed — anyone who's watched users click through MFA prompts knows how "explain why you need this file" dialogs age. And behavioral baselines generate false positives for exactly the people you least want to block: the engineer debugging an outage from vacation, the new hire whose access pattern matches no peer group.
The bigger caveat is evidentiary. The paper contains no false-positive rates, no latency numbers, no deployment scale — Google claims "early internal prototypes and deployments" with improved abuse detection, and that's it. Microsoft's Entra already ships deterministic risk-scored conditional access and announced agent-specific identities in 2025, so Google isn't first to the parts of this that exist today. What's genuinely new — LLM-mediated, per-action authorization at enterprise scale — is precisely the part with no published evidence behind it.
What to do with this now
If you're building agents, the attribution model is worth adopting before anyone forces you to. Stop handing agents raw user credentials with full scopes. Structure every outbound request so it carries the agent's identity, the controlling user, and the task context — even if nothing consumes those annotations yet. The Model Context Protocol ecosystem is already wrestling with authorization semantics, and enterprise buyers will start asking for per-agent auditability long before Beyond Zero-style engines ship.
If you're building SaaS, read the external-policy-decision-point ask as a forecast of your next compliance checkbox. SSO and SCIM went from "enterprise nice-to-have" to table stakes in about five years; pluggable authorization hooks for customer-side policy engines are on the same trajectory, and retrofitting them is far worse than designing for them.
My read: the diagnosis is correct and slightly overdue — ambient authority plus agents really is the thing that breaks application-level trust, and anyone deploying agentic workflows against production data has already felt it. The static-floor/dynamic-ceiling shape is right too. But the AI-in-the-loop machinery is a roadmap, not a system, and it should be treated with exactly the skepticism a benchmark-free vision paper deserves. Adopt the identity and attribution ideas now; make the reasoning engine prove itself with numbers. BeyondCorp took six years to become something you could buy. The clock on this one just started.
Sources & further reading
- Beyond Zero: Enterprise Security for the AI Era — spawn-queue.acm.org
- Beyond Zero: Enterprise Security for the AI Era (preprint) — arxiv.org
- Going beyond zero: A new paradigm for enterprise security — blog.google
- Google's Beyond Zero: Enterprise Security for the AI Era — news.ycombinator.com
Ji-ho covers the increasingly tangled overlap between cloud architecture and security, drawing on a background as a penetration tester to keep his reporting grounded in real-world attack paths. He never lets a vendor claim go unquestioned and insists that every buzzword come with a proof of concept.
Discussion 0
No comments yet
Be the first to weigh in.