Cloudflare builds an internal AI engineering stack achieving 93% R&D adoption in under a year
Cloudflare needed to build the internal MCP servers, access layer, and agentic tooling to make AI coding genuinely useful at scale, while early coding agents produced contextually incorrect changes because they lacked structured knowledge about individual repositories.
Early in the rollout, coding agents repeatedly produced plausible-looking but wrong changes because they lacked local context: the correct test command, team conventions, and which parts of the codebase were off-limits.
Within less than a year, 93% of Cloudflare's R&D organization adopted the AI coding stack and merge-request volume nearly doubled from the Q4 baseline, with 100% CI coverage by the AI Code Reviewer.
Show all 20 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Within less than a year, 93% of Cloudflare's R&D organization adopted the AI coding stack and merge-request volume nearly doubled from the Q4 baseline, with 100% CI coverage by the AI Code Reviewer.
What tools did this team use?
OpenCode, Windsurf, AI Gateway, Workers AI, Cloudflare Access, Kimi K2.5, Agents SDK, Durable Objects, Workers KV, D1.
What results were reported?
R&D team AI tool adoption: 93%; company-wide AI tool adoption: 60% company-wide; active AI coding tool users: 3,683; AI requests (30 days): 47.95 million (source-reported, not independently verified).
What failed first in this deployment?
Early in the rollout, coding agents repeatedly produced plausible-looking but wrong changes because they lacked local context: the correct test command, team conventions, and which parts of the codebase were off-limits.
How is this quality assurance AI workflow structured?
One-command authenticated setup → Centralized LLM routing via AI Gateway → Agent reads repo and org context → Multi-agent MR classification and review → Structured findings posted as MR comments → Stale AGENTS.md flagged for update.