OpenCode is a remedy for FOMO
Chapters10
Introduces Zeke from Replicate (now part of Cloudflare) and outlines the collaboration to build a premier AI platform. Sets the stage for Cloudflare's AI vision and the combined capabilities.
Open Code from Cloudflare and Replicate helps developers beat FOMO by turning AI-assisted Cloudflare builds into a trackable, controllable workflow.
Summary
Zeke from Replicate (now part of Cloudflare) teams up with Cloudflare to promise a top-tier AI-enabled development experience on the open web. He introduces FOMO as the modern developer ailment and positions Open Code as the antidote—an open-source AI coding agent you can customize with any model. The video walks through Cloudflare’s developer platform (Workers, R2, D1, and more than a hundred tools) and why staying current is tough. Open Code is highlighted as flexible: you can bring Anthrop IC, OpenAI, Gemini models, or run models locally; you can clone the repo and inspect the code. Zeke demonstrates the two-year terminal interface (the 2y) and the flow from research to planning to building. He shows how Open Code can perform research using a Cloudflare doc search and then guide you toward writing actual code with a plan, selecting storage options like Cloudflare key-value storage, cache, or D1. A practical setup blog post and a one-liner wizard (npx zeke sweet open code) help viewers get started quickly with MCP servers to connect to your LLMs. The message ends with a tease of future videos that will dive into live session builds on Cloudflare. Overall, the video blends hype with actionable steps to set up and experiment with Open Code on Cloudflare’s platform.
Key Takeaways
- Open Code is open-source and model-agnostic, letting you bringAnthropic, OpenAI, Gemini, or local models and clone the repo for inspection.
- Cloudflare’s developer platform includes many products (Workers, R2, D1) and a doc-search enabled Open Code session to explore capabilities without fear of missing out.
- The setup process includes Cloudflare login, single sign-on, and MCP servers to connect large language models to external resources.
- A practical starter workflow uses a one-liner (npx zeke sweet open code) that guides you through installation and makes Open Code usable with Cloudflare right away.
- Open Code sessions advance from plan mode to actual implementation, helping users transition from questions to building a working web server with Node APIs and storage options.
- Zeke emphasizes that you can start with zero knowledge of Cloudflare and still end up with a concrete project path.
- Cloudflare offers generous free tiers, making experimentation accessible before incurring charges.
Who Is This For?
Essential viewing for developers curious about AI-assisted Cloudflare builds, especially those who feel overwhelmed by the platform’s breadth but want a practical path to start coding with Open Code.
Notable Quotes
"“Open Code… is open source, it’s moving really fast and you can bring whatever model you want.”"
—Highlights the flexibility and openness of Open Code.
"“The way you run open code is literally just after you install it… you open up this session.”"
—Describes the basic workflow of starting an Open Code session.
"“We can start chatting with this thing to get into a state of actually building a working piece of software.”"
—Shows the transition from plan mode to building.
"“If you run this in your terminal, it’ll… take you through the process of setting up a code, installing all the right MCP servers.”"
—Mentions the setup wizard and MCP servers.
Questions This Video Answers
- How do I install and start using Open Code with Cloudflare today?
- What models can I bring to Open Code for Cloudflare projects?
- Can Open Code help me choose Cloudflare storage options (D1 vs. key-value vs. cache)?
- What is MCP in Open Code and how do I connect it to a large language model?
- Is there a quick-start guide to get a Cloudflare project running with Open Code?
Cloudflare DevelopersOpen CodeAI coding agentMCP serversCloudflare WorkersR2D1Cloudflare CLIOpen-source toolsFOMO (fear of missing out)
Full Transcript
Hey party people, this is Zeke from Replicate which is now a part of Cloudflare. We teamed up with Cloudflare in December 2025 and we are going to build the best platform for doing AI stuff on the internet. Period. Today I want to talk to you about a problem that we all face, FOMO, the fear of missing out. So, everybody experiences this to some degree, but if you are a software developer in 2026, you're probably overwhelmed by just how quickly everything is changing in the world of software development. The AI models are changing really fast, the tooling is changing really fast, the process is changing really fast, and it's easy to feel left behind.
So um what I want to talk about today is my new favorite AI coding tool which is called Open Code and how you can use that to build stuff on Cloudflare. So um let's talk a little bit about Cloudflare's developer platform before we get too deep here. So you have probably used Cloudflare to some degree over the over the years as a software developer. You've probably heard of Workers, that's the serverless runtime platform. Um, you've probably heard of R2, which is like the modern version of S3 that has no egress fees but has an S3 compatible API.
Uh, maybe you've heard of D1, which is like the um SQLite in the cloud that Cloudflare offers. Um, but there's like over a hundred of these products on the Cloudflare developer platform. There's vector data stores, there's billing APIs, there's browser rendering tools, there's uh sandbox environments for running uh code in isolation, all this really cool stuff, but it's really easy to to feel FOMO about what you can do on Cloudflare because there's so many different capabilities and so many different products. So, that's where Open Code comes in. So, if you haven't heard of Open Code, it's a an open-source AI coding agent similar to uh cloud code or open AAI codeex CLI but what's really exciting about it is that it's open source it's moving really fast and you can bring whatever model you want you can bring anthropic models you can bring open AAI models you can bring Gemini models you can bring models that are running on your own machine it's very flexible also you can clone the repo down to your own machine for open code inspect it and even have an open code session talking to open code source code.
So, uh definitely one of those kind of inception moments in uh playing with AI software. Anyway, uh on the left here I have the open code terminal user interface. It's called a 2y. Maybe people have known about two for a long time. I'd never heard of one until, you know, six months ago or something. But, uh you know, we've got gooies and now we've got two. So the way you run open code is literally just after you install it, you have this thing called open code that you can run from your terminal and it opens up this session and you can ask something like what kinds of things can I do with Cloudflare sandboxes and I have this configured to be able to sort of do custom research on Cloudflare.
So I have this thing called the Cloudflare doc search installed in open code. So, of course, it could just do a regular old, you know, web fetch, Google search type thing here, which actually it is. It's kind of doing both. So, um, what it's doing here is kind of like using tools to do a bit of research and help me understand, um, what sandboxes are and how to use them. Um, so what's really exciting here is, um, I could actually start chatting with this thing to get into a state of actually building a working piece of software.
So, right now we're in plan mode where all we're doing is just kind of like essentially it's a conversation between me and the agent about what's going on, but as we progress, we start to get towards um, actually coming up up with a plan for how to implement some working software. And you can come into this thing with basically zero knowledge of how Cloudflare works. Zero knowledge of the products, but say things like, I want to build a web server. I want it to use uh, you know, node APIs. I want to have storage. And it'll say things like, okay, well, what kind of storage do you want to use?
Cloudflare key value storage, or do you want to use the cache, or do you want to use D1? and it'll help you through that process of um sort of determining which products are appropriate for your use case and then it'll actually help you write the freaking code for the thing. So, okay, I'm getting too excited. Um, what I have here for you is uh a blog post that I wrote about how to get yourself set up with an open code installation that works well on Cloudflare. So, it's actually there's not actually a lot to it.
It's basically you sign into Cloudflare, you create an account, you can use your like Google, Apple or GitHub account to do single sign on. Um, and it's really free to like Cloudflare has really generous free limits. So you can kind of do quite a lot on Cloudflare before you actually start getting charged for anything. Um, and then you essentially use Cloudflare's CLI to authenticate on your command line. You install Open Code. You add these things called MCP servers, which are basically just tools that sort of connect into your uh large language model so it can sort of access external resources and do more than just have a chat conversation with you.
Then you start up open code and you basically just start having a conversation like can I use Cloudflare to process emails? Um so I wrote a little oneliner uh npx zeke sweet open code. If you run this in your terminal, it'll it's basically a wizard that will take you through the process of setting up a code, installing all the right MCP servers, and when you're done with it, you'll have an open code setup similar to this where you can ask all kinds of questions and get really useful answers about what's possible on Cloudflare today. So, I will follow up with some more interesting videos about actually jumping into one of these sessions and building something.
But for now, I just wanted to show you how you yourself can get set up on Open Code to start playing around with Cloudflare and seeing what you can build. Thanks for watching and I'll see you in the next one. Byebye.
More from Cloudflare Developers
Get daily recaps from
Cloudflare Developers
AI-powered summaries delivered to your inbox. Save hours every week while staying fully informed.









