Cloudflare’s Cursor: A Smarter Way to Search the Docs
Cloudflare is launching Cursor, an experimental AI assistant designed to help developers navigate the company’s Developer Platform. The tool is built on the same backend as Cloudflare’s ChatGPT plugins and is intended to be the first step in a broader push toward an AI-driven developer experience.
The announcement comes as developers increasingly lean on large language models (LLMs) like ChatGPT to write and debug code. Cloudflare’s bet is that the same technology can be applied to documentation, making it easier for developers to find answers without jumping between search tabs and reference pages.
Three waves of AI-powered development
Cloudflare sees the current shift in developer tooling unfolding in three distinct phases. The first wave is AI-generated content, where tools like ChatGPT help teams produce tutorials and code examples at scale. While useful, this output is still generic—developers who deviate from the examples are left stitching together relevant pieces from multiple sources.
The second wave is the Q&A assistant. Rather than reading static guides, developers ask questions directly and get tailored answers. That approach requires accurate, up-to-date information, which is where plugins and native assistants come into play.
The third wave is a generative experience where AI is embedded in the development workflow itself. Tools like GitHub Copilot already help with boilerplate and tests, but Cloudflare is experimenting with flow-based generation: ask the AI for multiple code variations, pick the one that fits your design, and link it together visually. Instead of starting from pre-generated templates, developers could eventually start from prompts.
What Cursor does today
Cursor is available now in the Cloudflare developer docs as an experimental addition. When you ask it a question, it responds with a text-based answer and links to relevant documentation pages for further reading.

The intent is to help developers learn about products and navigate documentation conversationally. Cloudflare is clear about the assistant’s limitations: it is labeled experimental because it is early-stage, and the team deliberately chose to have it do fewer things well rather than attempt broad coverage. If a query falls outside its strengths, the tool will likely surface that limitation.
How Cursor is built
Cursor runs on Workers, Durable Objects, OpenAI models, and the Cloudflare developer docs. The same backend powers the company’s ChatGPT Docs plugin, and the implementation uses a “Search-Ask” method, where relevant documentation is retrieved and then used to ground the model’s answer.
Where this is heading
Cloudflare is already looking beyond simple Q&A. The current demonstration hints at a future interface where developers use a visual UI to have the AI generate code, then wire that code together—either with other AI-generated blocks or their own hand-written logic. The company expects to iterate on Cursor quickly based on developer feedback, and invites users testing the assistant to share their experience on Discord.



