Catching rogue AI behavior with identity-aware analytics
Detecting unauthorized or malicious behavior from users and AI agents accessing enterprise applications in real-time to prevent insider threats and data exfiltration.
Cloudflare AI Search: give your agents a search engine for your data
Making it difficult for AI agents to search and retrieve relevant information from proprietary user data without requiring engineers to build custom integrations.
How Cloudflare enforces engineering standards using AI
Cloudflare needed to enforce consistent engineering standards and practices across their development lifecycle without relying solely on manual code reviews.
Introducing Kitesurf: The agent-first browser that runs in V8 isolates on Cloudflare Workers
AI agents need a scalable, cost-effective browser environment that can run stateless in cloud infrastructure rather than managing traditional browser instances.
Introducing Radar Researcher: An AI tool for exploring Internet data in plain language
Making complex global Internet traffic and trend data accessible to non-technical users without requiring deep knowledge of data querying or analytics systems.
Unifying Workers AI and AI Gateway into a single AI control plane
Developers lacked a unified way to observe, bill, and route AI requests across both Cloudflare's managed GPU infrastructure and external AI provider APIs.
Unveiling good and bad behaviors on the Agentic Internet
Bot mitigation systems were relying on point-in-time risk assessments, which failed to detect sophisticated agentic behavior that evolved over time and mimicked legitimate user patterns.
Model routing with Google Cloud API Gateway
Developers needed a way to dynamically route API requests to different LLM providers (Gemini, Claude, OpenAI) without hardcoding endpoints or managing custom proxy infrastructure.
Scaling AI Agent Infrastructure with the MCP Stateless updates
AI agent infrastructure needed to scale horizontally and support long-running interactive tasks without being constrained by stateful architecture patterns.
Scaling real-time AI agents with session-aware load balancing
Real-time AI agents with long-lived stateful bidirectional streams cannot be effectively load-balanced using traditional request-response metrics because server capacity is obscured by the nature of continuous conversations.
Behind the scenes: How we build, test, and scale Google Agent Skills
AI coding agents lack sufficient domain knowledge and context to reliably generate accurate, safe, and secure solutions for Google Cloud infrastructure tasks.
From User Sequences to Scaling Laws: A Multi-Stage Architecture for Meta’s Ads Ranking
How to efficiently rank ads at scale by leveraging temporal signals from user action sequences rather than relying on static, manually engineered sparse features across billions of daily interactions.
GEM Training: How Meta Doubled the Efficiency of Its LLM-Scale Ads Foundation Model
Meta needed to double the training efficiency of GEM, its LLM-scale ads foundation model, while scaling training compute 4x across thousands of GPUs without proportional increases in training time and cost.
Eval-driven development: Lessons from evaluating GenAI at scale
How to build trustworthy Generative AI products when traditional software testing assumptions break down due to non-deterministic LLM outputs.
Agent and Model Evaluations in Gemini Enterprise Agent Platform are now GA
Developers lack a consistent, standardized way to measure and evaluate the quality of AI agents across both local development and production environments.
Enable on-demand expertise with Agent Skills in Genkit Go
Preventing context window bloat and excessive token consumption when agents need access to specialized instructions and references.
How to use Google microbenchmarks for evaluating TPU performance
Engineers need a systematic way to diagnose performance bottlenecks in TPU-based machine learning workloads to understand whether they are constrained by compute, memory, or network resources.
Automate your agent development lifecycle using any coding agent
AI projects struggle to move from prototype to production-ready agents due to fragmented tooling and complex infrastructure requirements across multiple consoles and IAM systems.
GenRec: Towards LLM-Native Recommendation at Netflix
Netflix needed to simplify their complex, hand-crafted recommendation system with thousands of features and specialized architectures to make it more maintainable while leveraging large language models.