Cloudflare’s mission has all the time been to assist construct a greater Web. Generally meaning constructing for the Web because it exists. Generally it means constructing for the Web because it’s about to change into.
At this time, we’re kicking off Brokers Week, devoted to constructing the Web for what comes subsequent.
The Web wasn’t constructed for the age of AI. Neither was the cloud.
The cloud, as we all know it, was a product of the final main technological paradigm shift: smartphones.
When smartphones put the Web in everybody’s pocket, they did not simply add customers — they modified the character of what it meant to be on-line. At all times related, all the time anticipating an immediate response. Purposes needed to deal with an order of magnitude extra customers, and the infrastructure powering them needed to evolve.
The method the trade converged on was simple: extra customers, extra copies of your software. As purposes grew in complexity, groups broke them into smaller items — microservices — so every workforce might management its personal future. However the core precept stayed the identical: a finite variety of purposes, every serving many customers. Scale meant extra copies.
Kubernetes and containers turned the default. They made it straightforward to spin up cases, load stability, and tear down what you did not want. Underneath this one-to-many mannequin, a single occasion might serve many customers, and whilst person counts grew into the billions, the variety of belongings you needed to handle stayed finite.
Brokers break this.
One person, one agent, one process
Not like each software that got here earlier than them, brokers are one-to-one. Every agent is a singular occasion. Serving one person, working one process. The place a standard software follows the identical execution path no matter who’s utilizing it, an agent requires its personal execution surroundings: one the place the LLM dictates the code path, calls instruments dynamically, adjusts its method, and persists till the duty is finished.
Consider it because the distinction between a restaurant and a private chef. A restaurant has a menu — a hard and fast set of choices — and a kitchen optimized to churn them out at quantity. That is most purposes at present. An agent is extra like a private chef who asks: what do you wish to eat? They could want completely completely different components, utensils, or strategies every time. You may’t run a personal-chef service out of the identical kitchen setup you’d use for a restaurant.
Over the previous 12 months, we have seen brokers take off, with coding brokers main the way in which — not surprisingly, since builders are usually early adopters. The best way most coding brokers work at present is by spinning up a container to provide the LLM what it wants: a filesystem, git, bash, and the flexibility to run arbitrary binaries.
However coding brokers are only the start. Instruments like Claude Cowork are already making brokers accessible to much less technical customers. As soon as brokers transfer past builders and into the arms of everybody — administrative assistants, analysis analysts, customer support reps, private planners — the size math will get sobering quick.
The maths on scaling brokers to the plenty
If the greater than 100 million information staff within the US every used an agentic assistant at ~15% concurrency, you’d want capability for about 24 million simultaneous classes. At 25–50 customers per CPU, that is someplace between 500K and 1M server CPUs — only for the US, with one agent per individual.
Now image every individual working a number of brokers in parallel. Now image the remainder of the world with greater than 1 billion information staff. We’re not a bit quick on compute. We’re orders of magnitude away.
So how can we shut that hole?
Infrastructure constructed for brokers
Eight years in the past, we launched Staff — the start of our developer platform, and a guess on containerless, serverless compute. The motivation on the time was sensible: we wanted light-weight compute with out cold-starts for purchasers who relied on Cloudflare for velocity. Constructed on V8 isolates fairly than containers, Staff turned out to be an order of magnitude extra environment friendly — sooner to begin, cheaper to run, and natively suited to the “spin up, execute, tear down” sample.
What we did not anticipate was how properly this mannequin would map to the age of brokers.
The place containers give each agent a full business kitchen: bolted-down home equipment, walk-in fridges, the works, whether or not the agent wants them or not, isolates, however, give the non-public chef precisely the counter area, the burner, and the knife they want for this specific meal. Provisioned in milliseconds. Cleaned up the second the dish is served.
In a world the place we have to help not hundreds of long-running purposes, however billions of ephemeral, single-purpose execution environments — isolates are the appropriate primitive.
Every one begins in milliseconds. Every one is securely sandboxed. And you may run orders of magnitude extra of them on the identical {hardware} in comparison with containers.
Only a few weeks in the past, we took this additional with the Dynamic Staff open beta: execution environments spun up at runtime, on demand. An isolate takes just a few milliseconds to begin and makes use of just a few megabytes of reminiscence. That is roughly 100x sooner and as much as 100x extra memory-efficient than a container.
You can begin a brand new one for each single request, run a snippet of code, and throw it away — at a scale of thousands and thousands per second.
For brokers to maneuver past early adopters and into everybody’s arms, additionally they must be reasonably priced. Working every agent in its personal container is pricey sufficient that agentic instruments at present are principally restricted to coding assistants for engineers who can justify the price. Isolates, by working orders of magnitude extra effectively, are what make per-unit economics viable on the scale brokers require.
The horseless carriage part
Whereas it’s crucial to construct the appropriate basis for the longer term, we’re not there but. And each paradigm shift has a interval the place we attempt to make the brand new factor work throughout the previous mannequin. The primary automobiles had been known as “horseless carriages.” The primary web sites had been digital brochures. The primary cellular apps had been shrunken desktop UIs. We’re in that part now with brokers.
You may see it all over the place.
We’re giving brokers headless browsers to navigate web sites designed for human eyes, when what they want are structured protocols like MCP to find and invoke providers immediately.
Many early MCP servers are skinny wrappers round current REST APIs — similar CRUD operations, new protocol — when LLMs are literally much better at writing code than making sequential instrument calls.
We’re utilizing CAPTCHAs and behavioral fingerprinting to confirm the factor on the opposite finish of a request, when more and more that factor is an agent performing on somebody’s behalf — and the appropriate query is not “are you human?” however “which agent are you, who authorized you, and what are you allowed to do?”
We’re spinning up full containers for brokers that simply must make just a few API calls and return a consequence.
These are just some examples, however none of that is stunning. It is what transitions appear like.
The Web is all the time someplace between two eras. IPv6 is objectively higher than IPv4, however dropping IPv4 help would break half the Web. HTTP/2 and HTTP/3 coexist. TLS 1.2 nonetheless hasn’t totally given approach to 1.3. The higher know-how exists, the previous know-how persists, and the job of infrastructure is to bridge each.
Cloudflare has all the time been within the enterprise of bridging these transitions. The shift to brokers isn’t any completely different.
Coding brokers genuinely want containers — a filesystem, git, bash, arbitrary binary execution. That is not going away. This week, our container-based sandbox environments are going GA, as a result of we’re dedicated to creating them the most effective they are often. We’re going deeper on browser rendering for brokers, as a result of there can be an extended tail of providers that do not but communicate MCP, and brokers will nonetheless must work together with them. These aren’t stopgaps — they’re a part of an entire platform.
However we’re additionally constructing what comes subsequent: the isolates, the protocols, and the identification fashions that brokers really need. Our job is to be sure you haven’t got to decide on between what works at present and what’s proper for tomorrow.
Safety within the mannequin, not round it
If brokers are going to deal with our skilled and private duties — studying our e-mail, working on our code, interacting with our monetary providers — then safety needs to be constructed into the execution mannequin, not layered on after the very fact.
CISOs have been the primary to confront this. The productiveness features from placing brokers in everybody’s arms are actual, however at present, most agent deployments are fraught with threat: immediate injection, information exfiltration, unauthorized API entry, opaque instrument utilization.
A developer’s vibe-coding agent wants entry to repositories and deployment pipelines. An enterprise’s customer support agent wants entry to inner APIs and person information. In each instances, securing the surroundings at present means stitching collectively credentials, community insurance policies, and entry controls that had been by no means designed for autonomous software program.
Cloudflare has been constructing two platforms in parallel: our developer platform, for individuals who construct purposes, and our zero belief platform, for organizations that must safe entry. For some time, these served distinct audiences.
However “how do I build this agent?” and “how do I make sure it’s safe?” are more and more the identical query. We’re bringing these platforms collectively so that each one of that is native to how brokers run, not a separate layer you bolt on.
Brokers that comply with the foundations
There’s one other dimension to the agent period that goes past compute and safety: economics and governance.
When brokers work together with the Web on our behalf — studying articles, consuming APIs, accessing providers — there must be a manner for the folks and organizations who create that content material and run these providers to set phrases and receives a commission. At this time, the online’s financial mannequin is constructed round human consideration: advertisements, paywalls, subscriptions.
Brokers haven’t got consideration (properly, not that type of consideration). They do not see advertisements. They do not click on via cookie banners.
If we would like an Web the place brokers can function freely and the place publishers, content material creators, and repair suppliers are pretty compensated, we’d like new infrastructure for it. We’re constructing instruments that make it straightforward for publishers and content material house owners to set and implement insurance policies for the way brokers work together with their content material.
Constructing a greater Web has all the time meant ensuring it really works for everybody — not simply the folks constructing the know-how, however the folks whose work and creativity make the Web price utilizing. That does not change within the age of brokers. It turns into extra essential.
The platform for builders and brokers
Our imaginative and prescient for the developer platform has all the time been to offer a complete platform that simply works: from experiment, to MVP, to scaling to thousands and thousands of customers. However offering the primitives is barely a part of the equation. An amazing platform additionally has to consider how every part works collectively, and the way it integrates into your growth circulate.
That job is evolving. It was purely about developer expertise, making it straightforward for people to construct, take a look at, and ship. More and more, it is also about serving to brokers assist people, and making the platform work not only for the folks constructing brokers, however for the brokers themselves. Can an agent discover the most recent most up-to- date greatest practices? How simply can it uncover and invoke the instruments and CLIs it wants? How seamlessly can it transfer from writing code to deploying it?
This week, we’re delivery enhancements throughout each dimensions — making Cloudflare higher for the people constructing on it and for the brokers working on it.
Constructing for the longer term is a workforce sport
Constructing for the longer term will not be one thing we will do alone. Each main Web transition from HTTP/1.1 to HTTP/2 and HTTP/3, from TLS 1.2 to 1.3 — has required the trade to converge on shared requirements. The shift to brokers can be no completely different.
Cloudflare has an extended historical past of contributing to and serving to push ahead the requirements that make the Web work. We have been deeply concerned within the IETF for over a decade, serving to develop and deploy protocols like QUIC, TLS 1.3, and Encrypted Consumer Howdy. We had been a founding member of WinterTC, the ECMA technical committee for JavaScript runtime interoperability. We open-sourced the Staff runtime itself, as a result of we imagine the muse needs to be open.
We’re bringing the identical method to the agentic period. We’re excited to be a part of the Linux Basis and AAIF, and to assist help and push ahead requirements like MCP that can be foundational for the agentic future. Since Anthropic launched MCP, we have labored carefully with them to construct the infrastructure for distant MCP servers, open-sourced our personal implementations, and invested in making the protocol sensible at scale.
Final 12 months, alongside Coinbase, we co-founded the x402 Basis, an open, impartial customary that revives the long-dormant HTTP 402 standing code to provide brokers a local approach to pay for the providers and content material they eat.
Agent identification, authorization, fee, security: these all want open requirements that no single firm can outline alone.
This week, we’re making bulletins throughout each dimension of the agent stack: compute, connectivity, safety, identification, economics, and developer expertise.
The Web wasn’t constructed for AI. The cloud wasn’t constructed for brokers. However Cloudflare has all the time been about serving to construct a greater Web — and what “better” means adjustments with every period. That is the period of brokers. This week, comply with alongside and we’ll present you what we’re constructing for it.



