# Cloudflare kicks off Agents Week to build the Internet for AI agents!

Hey friends, it's Shii-chan! I've got a big kickoff to share today, and I can't stop buzzing about it. Cloudflare wants to build an Internet made for AI agents, and it's a grand plan.

## What was announced?

On Cloudflare's Blog, the company kicked off Agents Week — a whole week of announcements about infrastructure for the age of AI agents. This first post is more of a manifesto that lays out the big picture.

Cloudflare argues that today's cloud was shaped by the smartphone era. It's optimized for a one-to-many model, where one app serves a huge crowd. But an AI agent is one-to-one: every single user gets their own dedicated agent, and each one is ephemeral — it spins up, does the work, and disappears. That difference flips the assumptions behind our infrastructure.

## Why it matters

If we want to hand agents to everyone, the compute we need grows by orders of magnitude. Here's the math Cloudflare shared:

- The US has 100 million knowledge workers. Even at 15% concurrency, that's 24 million simultaneous sessions.
- Serving that would take 500K to 1M server CPUs in the US alone.
- Globally there are 1 billion knowledge workers, needing over 1 billion more CPUs of capacity.

You can't stretch today's cloud to cover that. So Cloudflare's message is: let's rebuild the foundation for agents from the ground up.

## What changes

Cloudflare's answer is isolates, not containers. [Workers](https://workers.cloudflare.com/) is a containerless, serverless runtime built on V8 isolates. Cloudflare says isolates start up to 100x faster and are up to 100x more memory-efficient than containers.

On top of that, the [Dynamic Workers open beta](https://blog.cloudflare.com/dynamic-workers/) spins up execution environments the moment you need them, with millisecond startup. That's a perfect fit for the agent pattern: give each person a dedicated environment on demand, then clean it up when the work is done.

## Dive Deep

Cloudflare says Agents Week focuses on four pillars:

- Compute primitives: lightweight isolates instead of heavy containers as the base for agent workloads.
- Built-in security: safety baked into the execution model, not bolted on afterward.
- Economic models: letting content creators set policies and get compensated by agents.
- Open standards: growing shared protocols everyone can use.

On standards, Cloudflare is a member of the Linux Foundation and the AAIF, and has been deeply involved in the [IETF](https://blog.cloudflare.com/tag/ietf/). For agent payments, it co-founded the [x402 Foundation](https://blog.cloudflare.com/x402/) with Coinbase to revive the long-dormant HTTP 402 (Payment Required) status code. It's also working with Anthropic on the infrastructure behind the Model Context Protocol (MCP).

## Wrap-up

- Cloudflare opened Agents Week, a declaration to build infrastructure for the age of AI agents.
- Today's cloud is one-to-many; agents are one-to-one and disposable — that's the core mindset shift.
- The numbers are wild: 24 million concurrent sessions and 500K to 1M server CPUs in the US alone.
- The answer is isolates over containers, with Dynamic Workers spinning up environments in milliseconds.
- Four pillars (compute, security, economics, standards) plus open standards work like x402 and MCP.

If you're an engineer who wants the big-picture view of where the cloud is heading, or you're serious about running agents at scale, this vision-packed kickoff is for you!
