Back to all summaries

Welcome to Agents Week

Rita Kozlov, Dane Knecht
Agents Week Agents Cloudflare Workers Workers AI AI Developer Platform Developers Serverless

AI-Generated Summary: This is an automated summary created using AI. For the full details and context, please read the original post.

Cloudflare Announces Agents Week, a Shift in Building the Internet for AI

Cloudflare is kicking off Agents Week, a week dedicated to building the Internet for the age of AI. The Internet wasn't designed for AI, and the cloud infrastructure that powers it was built during the last major technological paradigm shift: the rise of smartphones. Cloudflare's mission is to help build a better Internet, and Agents Week aims to address the challenges of scaling agents to the masses.

Agents: A New Paradigm in Compute

Agents are a new type of compute that breaks the traditional one-to-many model. Unlike traditional applications, which serve many users with a single instance, agents are one-to-one: each agent serves one user, running one task. This requires a unique execution environment for each agent, where the Large Language Model (LLM) dictates the code path, calls tools dynamically, and persists until the task is done.

Scaling Agents to the Masses

If 100 million knowledge workers in the US each used an agentic assistant at 15% concurrency, we'd need capacity for approximately 24 million simultaneous sessions. At 25-50 users per CPU, that's somewhere between 500K and 1M server CPUs – just for the US. With 1 billion knowledge workers worldwide, we're orders of magnitude away from closing the gap.

Infrastructure Built for Agents

Cloudflare's Workers platform, launched eight years ago, was built on V8 isolates rather than containers, making it an order of magnitude more efficient. Workers turned out to be an ideal infrastructure for agents, providing lightweight compute without cold-starts. Cloudflare is committed to building infrastructure that supports the scale of agents, enabling developers to build the Internet for the age of AI.

Want to read the full article?

Read Full Post on Cloudflare Blog