GenAI PM
company4 mentions· Updated May 23, 2026

Cloudflare

Cloudflare is a major infrastructure company mentioned as one of the organizations that surfaced a large number of bugs through Project Glasswing. It serves here as an example of enterprise-scale software security exposure.

Key Highlights

  • Cloudflare emerged as a major enterprise example of AI-scaled vulnerability discovery through Project Glasswing.
  • The company reported about 2,000 bugs and 400 high- or critical-severity issues in Anthropic's Glasswing update.
  • Cloudflare also illustrates how AI can accelerate framework compatibility work, including the V-Next Next.js adaptation effort.
  • Its 1.1.1.1 DNS API shows how infrastructure products can become more useful when paired with AI-assisted interfaces.
  • For AI PMs, Cloudflare is a strong case study in the overlap between infrastructure, security operations, and AI-enabled developer experience.

Cloudflare

Overview

Cloudflare is a large internet infrastructure and security company that appears in these newsletter mentions primarily in two roles: as a platform vendor shipping developer-facing runtime and web tooling, and as an enterprise security partner testing advanced AI systems for vulnerability discovery. For AI Product Managers, Cloudflare matters because it sits at the intersection of infrastructure, performance, security, and developer experience—areas where AI is increasingly being used not just for coding assistance, but for platform adaptation, security testing, and operational automation.

In the recent coverage, Cloudflare serves as a concrete example of enterprise-scale software security exposure under Anthropic's Project Glasswing, where it reported large volumes of discovered bugs, including hundreds classified as high or critical severity. It also shows up in product and ecosystem experimentation: exposing DNS APIs that developers can build on, and using AI to accelerate compatibility work around frameworks like Next.js. Taken together, Cloudflare is a useful reference point for AI PMs evaluating how frontier models affect software development velocity, infrastructure portability, and security workflows.

Key Developments

  • 2026-03-03 — Cloudflare was highlighted for using AI to recreate the Next.js API on V as V-Next in just three days, reportedly reaching 94% API coverage and enabling Next.js apps on Cloudflare Workers with up to 4.4× faster builds and 57% smaller bundles.
  • 2026-03-23 — Simon Willison used Cloudflare's CORS-enabled JSON API for 1.1.1.1 to build a DNS lookup UI with Claude Code, demonstrating how Cloudflare infrastructure can become part of lightweight AI-assisted developer tooling.
  • 2026-05-19 — As part of Project Glasswing, Cloudflare ran Anthropic's Mythos Preview across more than fifty internal repositories and found the model could chain multiple low-severity primitives into working exploits, while also autonomously writing, compiling, running, and iterating on proof-of-concept exploit code.
  • 2026-05-23 — In Anthropic's initial Project Glasswing update, Cloudflare reported around 2,000 bugs, including 400 high/critical-severity issues, making it one of the clearest examples in the newsletter of AI materially increasing bug-finding throughput in enterprise software security.

Relevance to AI PMs

1. AI-native security workflows are becoming operational, not experimental. Cloudflare's Project Glasswing results suggest that frontier models can surface vulnerabilities at a scale that shifts the bottleneck from finding bugs to triage, disclosure, and remediation. AI PMs building devtools, platform products, or internal copilots should plan for workflow design around human review, severity classification, and patch management.

2. AI can accelerate platform compatibility and migration work. The V-Next example shows how AI can be used to reproduce or adapt framework APIs quickly, potentially changing timelines for ecosystem support, developer onboarding, and runtime portability. AI PMs should think about where model-assisted code generation can compress roadmap items that were previously considered too expensive.

3. Infrastructure APIs become more valuable when paired with AI-assisted interfaces. The 1.1.1.1 DNS UI example is a reminder that well-exposed APIs can be rapidly turned into useful end-user tools with coding agents like Claude Code. For AI PMs, this means product value may increasingly come from making systems easy for models to query, combine, and present—not just easy for humans to program manually.

Related

  • Anthropic — Connected through Project Glasswing and Mythos Preview, which Cloudflare used for large-scale vulnerability discovery.
  • Project Glasswing — The security initiative where Cloudflare surfaced a significant number of bugs across internal codebases.
  • mythos-preview — The Anthropic model variant used by Cloudflare in Glasswing testing.
  • claude-code — Mentioned in connection with developer tooling built on top of Cloudflare's DNS API.
  • 1111 — Refers to Cloudflare's 1.1.1.1 resolver service, which exposed the JSON API used in the DNS lookup example.
  • nextjs — Cloudflare was discussed in the context of reproducing Next.js API compatibility for its platform.
  • v-next — The AI-assisted Cloudflare effort to rebuild Next.js API support on V.
  • v-next — Central to the newsletter's portrayal of Cloudflare using AI for rapid framework adaptation.
  • vit and rolldown — Related ecosystem entities that may matter in adjacent build tooling and runtime discussions, though their relationship here is indirect.
  • mythos-preview and project-glasswing together frame Cloudflare as a case study in enterprise AI security operations rather than just infrastructure delivery.

Newsletter Mentions (4)

2026-05-23
Project Glasswing: An initial update - Project Glasswing, launched last month, used Claude Mythos Preview with about 50 partners to surface more than 10,000 high- or critical‑severity vulnerabilities in systemically important software (Cloudflare reported 2,000 bugs, 400 high/critical) and partners say bug‑finding rates increased by over tenfold.

Anthropic launches Project Glasswing security scanner #1 📝 Anthropic News Project Glasswing: An initial update - Project Glasswing, launched last month, used Claude Mythos Preview with about 50 partners to surface more than 10,000 high- or critical‑severity vulnerabilities in systemically important software (Cloudflare reported 2,000 bugs, 400 high/critical) and partners say bug‑finding rates increased by over tenfold. Anthropic also scanned over 1,000 open‑source projects and estimated 6,202 high/critical issues out of 23,019 total, triaged 1,752 of those (90.6% true positives, 62.4% confirmed high/critical), found concrete exploits including wolfSSL's CVE-2026-5194, and says the new bottleneck is human triage, disclosure, and patching.

2026-05-19
Cloudflare ran Anthropic’s Mythos Preview as part of Project Glasswing against more than fifty internal repositories and found it could chain multiple low‑severity primitives into working exploits and autonomously write, compile, run, and iterate on proof‑of‑concept code.

#11 📝 Mario Zechner Project Glasswing: what Mythos showed us - Cloudflare ran Anthropic’s Mythos Preview as part of Project Glasswing against more than fifty internal repositories and found it could chain multiple low‑severity primitives into working exploits and autonomously write, compile, run, and iterate on proof‑of‑concept code. The model produced fewer hedged findings and clearer reproduction steps than prior frontier models, but its emergent refusals were inconsistent, it lacked broader safety safeguards, and memory‑unsafe languages plus model bias still drive high false‑positive noise.

2026-03-23
Simon discovered Cloudflare's CORS-enabled JSON API for 1.1.1.1 and had Claude Code build a UI to query Cloudflare's resolvers (1.1.1.1, 1.1.1.2, 1.1.1.3).

#6 📝 Simon Willison DNS Lookup - Simon discovered Cloudflare's CORS-enabled JSON API for 1.1.1.1 and had Claude Code build a UI to query Cloudflare's resolvers (1.1.1.1, 1.1.1.2, 1.1.1.3). The tool is available at tools.simonwillison.net/dns.

2026-03-03
#7 ▶️ Cloudflare just slop forked Next.js… Fireship Using AI, Cloudflare rebuilt the Next.js API on V into V-Next in three days—reaching 94% API coverage and enabling Next.js apps on Cloudflare Workers with up to 4.4× faster builds and 57% smaller bundles.

#6 in Guillermo Rauch introduced Queues, Vercel’s simple (two-method) durable event streaming API that powers higher-level DX tools like Workflow (useworkflow.dev) and can even serve as a serverless Celery backend. #7 ▶️ Cloudflare just slop forked Next.js… Fireship Using AI, Cloudflare rebuilt the Next.js API on V into V-Next in three days—reaching 94% API coverage and enabling Next.js apps on Cloudflare Workers with up to 4.4× faster builds and 57% smaller bundles.

Stay updated on Cloudflare

Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.

Subscribe Free