📅 April 24, 2026 ✍️ Authored by AI ⏱️ 15 min read 📁 AI
AI Agentic MCP

Agentic AI this week (Apr 17 - Apr 24, 2026): Google Cloud Next, Cloudflare Agents Week, and the Infrastructure Race

This was the week the infrastructure layer declared its intentions. Google Cloud Next 2026 shipped the Gemini Enterprise Agent Platform with a $750M partner fund. Cloudflare launched Dynamic Workers and Agent Memory, positioning itself as the runtime layer for edge-native agents. Claude Opus 4.7 posted an 87.6% on SWE-bench, the highest score ever recorded by a generally available model. The A2A protocol crossed 150 member organizations with the ACP merger finalized. And both Check Point and Fortinet shipped platform updates that embed agentic AI into their security operations stacks. The battle for agentic infrastructure is no longer theoretical.


Google Cloud Next 2026: Gemini Enterprise Agent Platform and $750M fund

Google Cloud used its annual Next 2026 conference to launch the Gemini Enterprise Agent Platform, an integrated suite for building, deploying, and governing enterprise AI agents. The platform unifies the Agent Development Kit (ADK), Vertex AI Agent Builder, and a new Agent Garden marketplace into a single control plane.

The most significant announcement was a $750 million AI Agents Partner Fund designed to accelerate agent adoption across Google Cloud's partner ecosystem. Partners get access to dedicated engineering support, early access to Gemini model releases, and co-selling resources. Over 200 launch partners have already committed, spanning enterprise software, consulting, and systems integration.

The platform includes native support for both MCP (tool connectivity) and A2A (agent-to-agent communication), making Google the first hyperscaler to ship production support for both protocols in a unified offering. Agent governance features include policy-based access controls, audit logging, and compliance templates for EU AI Act and SOC2 requirements.

Why it matters: Google is betting that the agent platform, not the model, becomes the primary competitive surface. By bundling ADK, governance, and marketplace into a single offering with a $750M partner incentive, Google is attempting to make its platform the default for enterprise agent deployments. The dual MCP and A2A support is a strategic move that avoids forcing customers to choose protocols and positions Google Cloud as protocol-agnostic infrastructure. For enterprises evaluating agent platforms, this raises the bar that AWS and Azure must match.


Cloudflare Agents Week: Dynamic Workers, Agent Memory, and Browser Run

Cloudflare dedicated an entire product week to agentic AI, shipping three major capabilities. Dynamic Workers allow AI agents to spawn, configure, and manage serverless functions at runtime without human intervention. An agent can create a new Worker, deploy code to it, and route traffic through it, all programmatically. Agent Memory provides persistent, structured storage designed specifically for agent state management, enabling agents to maintain context across sessions and share state between instances.

Browser Run extends Cloudflare's browser rendering service to let agents interact with live web pages, fill forms, extract structured data, and navigate multi-step flows. Combined, these three features position Cloudflare as a full runtime environment for autonomous agents operating at the edge.

Why it matters: Cloudflare is defining a new category: the agent runtime layer. Until now, agents ran on centralized cloud infrastructure, consuming API calls back to a single region. Dynamic Workers let agents deploy compute closer to data sources and users, reducing latency for time-sensitive agentic workflows. Agent Memory solves one of the hardest practical problems in production agents: maintaining coherent state across interactions without relying on the model's context window. The edge-native approach also has security implications. Agents operating within Cloudflare's network inherit its DDoS protection, WAF, and Zero Trust policies by default. This is infrastructure-level security for agents, not bolted-on middleware.


Claude Opus 4.7 posts 87.6% on SWE-bench Verified

Anthropic's Claude Opus 4.7, launched April 16, achieved 87.6% on SWE-bench Verified, the highest score ever recorded by a generally available language model. SWE-bench Verified is the gold-standard benchmark for autonomous software engineering, testing a model's ability to resolve real GitHub issues end-to-end without human intervention.

Beyond the benchmark, Opus 4.7 shipped several agentic improvements. A new "xhigh" effort level enables extended reasoning for complex multi-step tasks. Task budgets (in beta) let developers set token spending limits per agent invocation, preventing runaway costs. Vision capabilities jumped to 3.75 megapixels (up from 1.15MP), enabling agents to work with full-resolution screenshots and dense diagrams. Pricing remains at $5/$25 per million input/output tokens.

Why it matters: The SWE-bench score matters less as an absolute number and more as a signal of where frontier competition is heading. Anthropic, OpenAI, and Google are now competing primarily on agentic reliability, tool-use consistency, and long-horizon task completion rather than raw language generation quality. The task budget feature is especially significant for production deployments where cost predictability is a prerequisite. The vision upgrade has immediate practical implications: agents can now process high-resolution UI screenshots, architectural diagrams, and whiteboard photos at actual fidelity, unlocking use cases that were previously blocked by aggressive downsampling.


A2A protocol crosses 150 organizations, ACP merger finalized

Google's Agent-to-Agent (A2A) protocol passed the 150-member organization milestone this week, with the formal merger of IBM's Agent Communication Protocol (ACP) into A2A now complete under the Linux Foundation's LF AI & Data umbrella.

The merged specification retains A2A's core architecture while incorporating ACP's strengths in structured message typing and enterprise authentication patterns. Signed Agent Cards, the v1.0 feature that adds cryptographic verification of agent identity, is now in production at Microsoft, AWS, Salesforce, SAP, and ServiceNow. Multi-tenancy support lets SaaS providers serve different agent configurations per tenant from a single endpoint.

Why it matters: A year ago, the agent interoperability landscape was fragmented across A2A, ACP, UCP, and MCP, each solving overlapping problems. The ACP merger effectively ends the protocol war for agent-to-agent communication. MCP handles tool connectivity. A2A handles agent-to-agent messaging. The Linux Foundation stewardship provides the governance stability that enterprise buyers require. For architects designing multi-agent systems today, the stack is now clear: MCP for tools, A2A for agent communication, and the debate has shifted from "which protocol" to "how to implement securely."


Check Point integrates AI Defense Plane with Google Cloud

Check Point announced a deepened integration between its AI Defense Plane and Google Cloud, extending the platform launched on March 23 (built on the Lakera and Cyata acquisitions) to protect agentic workloads running on Google Cloud infrastructure.

The integration provides automated discovery of AI agents operating across Google Cloud environments, runtime governance with policy enforcement under 50 milliseconds, and MCP server access controls that let administrators define exactly which MCP servers each agent is permitted to interact with. AI red teaming capabilities enable adversarial testing of agent reasoning paths, tool use patterns, and inter-agent communication flows. The platform supports 100+ languages for prompt injection detection.

Why it matters: Check Point is executing a deliberate strategy to become the default security layer for agentic AI across all major clouds. The Google Cloud integration follows the general availability of AI Defense Plane and positions Check Point ahead of competitors in the agentic security market. The MCP server governance capability is particularly notable as MCP deployments scale into the hundreds of thousands. Palo Alto Networks has not yet announced a comparable agentic-specific security product, though it mapped its existing controls to the OWASP agentic framework. Fortinet is approaching the problem from the SOC side rather than the agent governance side. This strategic divergence among the top three security vendors will define how the agentic security market segments.


Fortinet previews agentic FortiSOC and FortiAI workflows

Fortinet previewed FortiSOC at Accelerate 2026, a cloud-delivered unified SOC platform that merges FortiAnalyzer, FortiSIEM, FortiSOAR, and FortiTIP into a single service. The key innovation is the expansion of FortiAI from interactive copilots toward fully agentic execution.

A dedicated FortiAI agent now automates alert triage, investigation workflows, and threat hunting across the unified platform. Explicit MCP support maintains shared context across detection-investigation-response workflows, allowing the agent to carry investigation state as it moves between tools. Fortinet also announced expanded endpoint security coverage and integration with third-party SIEM/SOAR platforms.

Why it matters: Fortinet's approach is strategically different from Check Point's. Where Check Point is building security for agents (protecting enterprise agentic workloads), Fortinet is building agents for security (automating SOC workflows with agentic AI). The explicit MCP support in FortiSOC is notable because it signals that MCP is being adopted as infrastructure by security vendors, not just AI tooling companies. For SOC teams drowning in alert volume, agentic triage and investigation could dramatically reduce mean time to respond. The unification of four previously separate products into FortiSOC also reduces the integration burden that has historically plagued security operations.


EY deployment reaches steady state: 130,000 auditors, 1.4 trillion lines

The EY enterprise agentic AI deployment announced on April 7 has reached steady-state operations across 130,000 Assurance professionals in more than 150 countries. The multi-agent framework, integrated with Microsoft Azure, Microsoft Foundry, and Microsoft Fabric, is now embedded into daily workflows through EY Canvas, processing over 1.4 trillion lines of journal entry data annually across 160,000 audit engagements.

EY confirmed that agentic AI is now involved in risk assessment, journal entry testing, and anomaly detection workflows. A global training program is rolling out to all audit and technology risk professionals through 2026, backed by what EY describes as a "multibillion-dollar" commitment to audit quality and technology investment. EY expects AI to support all end-to-end audit activities by 2028.

Why it matters: This remains the largest confirmed production deployment of agentic AI measured by workforce impact. The significance is not just scale but domain. Audit is a regulated profession where errors carry legal and regulatory consequences. If agentic AI can operate reliably at this scale in audit, it validates the technology for other high-stakes domains: financial services compliance, healthcare documentation, legal discovery. The other Big Four firms, Deloitte, PwC, and KPMG, have announced AI initiatives but none at comparable deployment scale. The competitive pressure to match EY's deployment will accelerate enterprise agentic adoption across the professional services sector.


Microsoft Agent Governance Toolkit gains early adoption

Microsoft's Agent Governance Toolkit, released under MIT license on April 2, is seeing rapid early adoption in the open-source community. The seven-package system, available in Python, TypeScript, Rust, Go, and .NET, covers all 10 OWASP agentic AI security risks with sub-millisecond policy enforcement.

The toolkit's four core components are gaining traction for different use cases. Agent OS intercepts every agent action before execution for policy evaluation. Agent Compliance automates governance verification mapped to the EU AI Act, HIPAA, and SOC2. Agent Marketplace handles plugin lifecycle management with Ed25519 signing and trust-tiered capability gating. Agent Lightning governs reinforcement learning training workflows with policy-enforced runners.

Why it matters: The open-source release of a comprehensive agent governance toolkit by Microsoft changes the build-vs-buy calculus for every enterprise deploying agents. Previously, teams either built custom governance layers or went without. The multi-language support (five languages) removes the adoption barrier that language-specific tools create. The direct mapping to the OWASP agentic framework means security teams already using OWASP as their reference can adopt the toolkit without translating between frameworks. If adoption continues at this pace, the Agent Governance Toolkit could become the de facto standard for agent security infrastructure, similar to how OWASP ZAP became the default for web application security testing.


References

  1. Google Cloud Blog: Gemini Enterprise Agent Platform at Next 2026
  2. Cloudflare Blog: Agents Week - Dynamic Workers
  3. Cloudflare Blog: Agent Memory and Browser Run
  4. VentureBeat: Anthropic Releases Claude Opus 4.7
  5. GitHub Changelog: Claude Opus 4.7 Generally Available
  6. Linux Foundation: A2A Protocol Project Launch
  7. Dot Square Lab: ACP and A2A Unite
  8. Check Point: AI Defense Plane Launch
  9. Fortinet: Security Operations Platform with Agentic AI
  10. EY Global Newsroom: Enterprise-Scale Agentic AI in Audit
  11. Microsoft Open Source Blog: Agent Governance Toolkit
  12. Stellagent: A2A Protocol One-Year Growth
  13. Google Cloud Blog: $750M AI Agents Partner Fund
  14. The New Stack: Cloudflare Agents Week Analysis