Cloudflare AI Traffic Options 2026: New Routing and Caching for AI Workloads

Cloudflare AI Traffic Options 2026: New Routing and Caching for AI Workloads

Introduction — The Evolution of Cloudflare’s AI Traffic Strategy Cloudflare’s 2026 AI traffic options introduce a fundamentally new approach to managing how artificial intelligence systems interact with websites. Instead of the binary “block all AI bots or allow everything” choice that defined earlier approaches, Cloudflare now offers a three-category taxonomy — Search, Agent, and Training — alongside new tools like BotBase for enterprise visibility, Signed Agents for cryptographic trust, and a critical September 15, 2026 default change that affects how multi-purpose crawlers like Googlebot, Applebot, and BingBot behave when Training is blocked. For website owners, publishers, and platform operators, understanding these options is no longer optional — it is essential for protecting content, preserving search visibility, and preparing for the agentic web era. ...

July 26, 2026 · 12 min · baeseokjae
Cloudflare Browser Rendering MCP Server Guide 2026

Cloudflare Browser Rendering MCP Server Guide 2026: Screenshots, Crawls, and Web Data for Agents

If your AI coding agent needs to read a web page, take a screenshot, or crawl a site, you have two options: run a local browser stack (Playwright, Puppeteer) or call a hosted browser API. Cloudflare’s Browser Rendering MCP server splits the difference — it gives you a managed browser in the cloud, exposed as MCP tools your agent can call directly. I’ve been testing all three Cloudflare browser paths — the official Browser Rendering MCP server, the @cloudflare/playwright-mcp Worker, and the CDP-based chrome-devtools-mcp setup — across Claude Code, Cursor, and OpenCode. Here’s what works, what doesn’t, and how to pick the right path. ...

July 6, 2026 · 8 min · baeseokjae
Moltworker Review 2026

Moltworker Review 2026: Self-Hosted AI Agents on Cloudflare Without the Maintenance Burden

Moltworker is useful in 2026 if you want an OpenClaw-style personal agent without keeping a Mac mini, NUC, or VPS alive. It is not magic self-hosting. You trade hardware maintenance for Cloudflare-specific configuration, R2 persistence, Access rules, Sandbox containers, and a different trust model. Quick Verdict: Is Moltworker Worth Using in 2026? Yes, for experiments, event-driven personal assistants, chat-triggered workflows, and small internal tools where the agent sleeps most of the time. No, for production systems that need a support contract, workflows that depend on local network access, or automations that touch sensitive email, finance, identity, or customer data without careful isolation. ...

July 3, 2026 · 15 min · baeseokjae
Moltworker Review 2026

Moltworker Review 2026: Self-Hosted AI Agents on Cloudflare Without the Maintenance Burden

Moltworker is useful in 2026 if you want an OpenClaw-style personal agent without keeping a Mac mini, NUC, or VPS alive. It is not magic self-hosting. You trade hardware maintenance for Cloudflare-specific configuration, R2 persistence, Access rules, Sandbox containers, and a different trust model. Quick Verdict: Is Moltworker Worth Using in 2026? Yes, for experiments, event-driven personal assistants, chat-triggered workflows, and small internal tools where the agent sleeps most of the time. No, for production systems that need a support contract, workflows that depend on local network access, or automations that touch sensitive email, finance, identity, or customer data without careful isolation. ...

July 3, 2026 · 15 min · baeseokjae

Cloudflare Agents Week 2026: Dynamic Workers, Sandboxes GA, and Project Think

Cloudflare Agents Week 2026 shipped five major platform capabilities in a single week: Project Think, Dynamic Workers GA, Browser Rendering API updates, an Agent Leaderboard, and significant Workers AI expansion — transforming Cloudflare from a CDN and edge network into a batteries-included platform for building, deploying, and operating production AI agents at global scale. The numbers behind the event are significant: 20 million requests routed through AI Gateway during the week, 241 billion tokens processed via Workers AI, and more than 3,683 internal users validating the platform at enterprise scale before external developers push their first agents to production. ...

May 8, 2026 · 17 min · baeseokjae
Cloudflare Project Think Guide 2026: Build Long-Running AI Agents with Durable Execution

Cloudflare Project Think Guide 2026: Build Long-Running AI Agents with Durable Execution

During Cloudflare Agents Week 2026, the internal AI engineering stack processed 20 million requests through AI Gateway and 241 billion tokens through Workers AI — the largest proof-of-concept for Cloudflare’s own infrastructure as an AI agent runtime. Project Think is Cloudflare’s answer to the question of how you build AI agents that run for minutes or hours, maintain state across tool calls, and spawn specialized sub-agents, all on serverless infrastructure. The framework provides a base class (@cloudflare/think) built on top of Durable Objects, giving agents persistent state, hibernation (zero billing during idle), and colocated sub-agent execution via RPC. As of April 2026, Project Think is in developer preview — APIs may change as feedback is incorporated. Here is a complete guide to the architecture and how to build with it. ...

May 7, 2026 · 10 min · baeseokjae