Menu
InfoQ Architecture·September 5, 2026

Beyond Zero: Advancing Zero Trust Security for the AI Era

Google's "Beyond Zero" is a successor to the BeyondCorp security model, extending Zero Trust principles to include autonomous AI agents. This new model shifts authorization from the application level to individual resources and actions, integrating static policies with dynamic, AI-driven decisions for continuous, machine-speed enforcement. It addresses the evolving enterprise landscape where human-speed assumptions and application-level trust boundaries are no longer sufficient due to the proliferation of AI agents and increased operational velocity.

Read original on InfoQ Architecture

Evolution from BeyondCorp to Beyond Zero

BeyondCorp, introduced by Google in 2014, revolutionized enterprise security by replacing traditional network perimeter-based security with a zero-trust model. It fundamentally assumed that accessors were human, actions occurred at human speed, and applications served as the correct boundary for trust decisions. Beyond Zero emerges as a response to the "AI era," acknowledging the limitations of these assumptions in an environment increasingly populated by autonomous AI agents operating at machine speeds.

ℹ️

Key Shift

Beyond Zero moves beyond application-level authorization to granular, resource- and action-level controls, dynamically adapting to the context and risk profiles of both human users and AI agents.

Core Principles of Beyond Zero

  • Authorization at individual actions and resources: Decisions are made for specific actions on specific resources, across various interfaces and APIs.
  • Combination of static policies and dynamic controls: Higher-risk scenarios leverage AI-driven dynamic controls alongside established static policies.
  • Automatically enriched context: Real-time context about users, actions, data, and risks is automatically gathered and used.
  • Automated investigation: Risk signals trigger automated investigation processes.
  • Challenges and containment measures: Additional verification or telemetry can be requested from users and AI agents in response to identified risks.

Architectural Implications and Challenges

Implementing Beyond Zero requires significant architectural changes, particularly for SaaS vendors who would need to expose action-level authorization details. The model highlights the necessity for new standards and robust mechanisms to handle the complexity introduced by AI-driven, probabilistic access controls. A major concern raised by the community is the potential for non-deterministic behavior in access control, traditionally a hard security boundary, which could complicate testing, auditing, and predictability. The shift towards continuous authorization of every action at scale, involving millions of agents, poses immense scaling challenges for security infrastructure and decision-making systems.

Zero TrustAI SecurityAccess ControlAuthorizationBeyondCorpEnterprise SecurityDistributed SecurityAI Agents

Comments

Loading comments...