Cloudflare DevelopersAI APIs are becoming increasingly more powerful. In this video Craig wraps the @elevenlabsio Dubbing API to create a powerful translator that you should experience for yourself: https://speak-easier.aiavenue.show
Chapters: 00:00 Homonym Dad Joke 00:35 Demo: Speak Easier 01:49 Explore ElevenLabs Dubbing API documentation 02:38 Peep the Cloudflare Worker + Hono code 04:08 Demo: Create a new Vue + Vite Cloudflare Worker from scratch 05:45 Explore the demo template 06:34 Truth Window 07:30 That's a wrap
How to create your own AI wrapperCloudflare Developers2025-09-08 | AI APIs are becoming increasingly more powerful. In this video Craig wraps the @elevenlabsio Dubbing API to create a powerful translator that you should experience for yourself: https://speak-easier.aiavenue.show
Chapters: 00:00 Homonym Dad Joke 00:35 Demo: Speak Easier 01:49 Explore ElevenLabs Dubbing API documentation 02:38 Peep the Cloudflare Worker + Hono code 04:08 Demo: Create a new Vue + Vite Cloudflare Worker from scratch 05:45 Explore the demo template 06:34 Truth Window 07:30 That's a wrap
#cloudflare #cloudflareworkers #developer #elevenlabsAI Voice: Lets talk about ........... latency | AI Avenue Episode OneCloudflare Developers2025-09-15 | Latency is a common problem. With the want to create realistic AI Voice applications, recent advancements have tackled the problem head on.
#aiavenue #show #cloudflare #pipecatBuilding the Same App with Codex CLI and Claude CodeCloudflare Developers2025-09-15 | OpenAI Codex CLI is a coding agent you can run locally from your terminal. It can read, modify, and run code directly on your machine. In this video, Gift compares Codex CLI with Claude Code to build an application. Which tool delivers a better developer experience? Watch the video to find out.
#cloudflare #cloudflareworkers #developerTalk To The Hand | Deploy A Conversational Voice AI Agent | AI Avenue Tutorials | Ep 1 VoiceCloudflare Developers2025-09-12 | Deploy an @elevenlabsio Conversational AI Agent on Workers. Speak out loud to AI.
This tutorial follows the Voice episode of AI Avenue where Yorick, the robot hand gets a new Voice: youtu.be/j15hF2s5UxI.
Chapters: 00:00 Intro 00:32 Describing the project 00:55 Let's break it down 01:53 Build a static site at https://workers.new 03:15 Use the Workers AI Playground 04:45 Deploy it 06:48 Let's design an ElevenLabs Conversational Agent 11:46 Demo: Test the agent 12:30 Copy the widget 13:01 Edit the Worker Code 13:40 Demo: Deploying the Worker to Region Earth 14:26 Securing the Agent 15:15 You did it
Chapters: 00:00 Welcome 00:33 Remembering how challenging it used to be to get started 00:50 If you have an idea you can build it 01:55 Here's the deal 02:08 A message for the seasoned dev 02:40 The label that pays me 03:35 Take control
#cloudflare #cloudflareworkers #developerStop Using VPNs, DDNS & Port Forwarding: Cloudflare Tunnels Are Better!Cloudflare Developers2025-09-08 | Learn how to set up Cloudflare Tunnels to securely expose your local services to the internet without opening ports, setting up VPNs or compromising security. In this step-by-step guide, we’ll cover installation, configuration, and best practices so you can make your applications accessible anywhere—safely and reliably.
Chapters: 00:00 Intro 00:39 What is Cloudflare Tunnels 03:00 Local setup overview 04:37 Setting up Cloudflare Tunnels 11:58 Testing the tunnel
#cloudflare #cloudflareworkers #developerBuild Realtime Voice Agents - ft OpenAI, Stripe, Twilio & ResendCloudflare Developers2025-09-02 | Learn how to build a real-time voice agent powered by OpenAI, Stripe, Twilio, and Resend in this hands-on walkthrough. We’ll cover what the project is, show a live demo of the agent in action, explain the architecture, and dive into the code to see how voice conversations trigger payments, send follow-up emails, and integrate seamlessly with serverless infrastructure on Cloudflare. This video is perfect for developers exploring conversational AI, real-time payments, or voice-enabled customer experiences.
Chapters: 00:00 Intro 01:18 Agent demo 05:03 How it works 09:51 Code walkthrough
#cloudflare #cloudflareworkers #developerZero to SaaS: Bindings and Durable Object - Pt. 2Cloudflare Developers2025-08-29 | In this five-part tutorial series, you’ll ship Web2Kindle—a browser extension and serverless backend that sends web articles to your Kindle in seconds—using Cloudflare Workers, KV, R2, Durable Objects, and Pages. We’ll walk through each piece of the stack with hands-on code examples in TypeScript and Workers. Check out the GitHub repo to follow along as we turn this open-source project into a working full-stack SaaS.
#cloudflare #cloudflareworkers #developerEdit Images with Nano Banana (Gemini 2.5 Flash) in WorkersCloudflare Developers2025-08-27 | Learn how to edit an input image with a prompt using Google's new Gemini 2.5 Flash Image Generation model (aka Nano Banana) in Cloudflare Workers. Then, save the generated image to Cloudflare R2, zero-egress fee object storage!
#cloudflare #cloudflareworkers #developer #nanobanana #googlegemini #googlegeminiaiGenerate images with new Workers AI modelsCloudflare Developers2025-08-27 | In this video, Harshil, tries out the new Leonardo.Ai models on Workers AI to generate images.
#cloudflare #cloudflareworkers #developerBook a Tennis Court via Authenticated MCP ServerCloudflare Developers2025-08-27 | Book a public tennis🎾 court via authenticated remote MCP (Model Context Protocol) server with browser automation using Cloudflare Browser Rendering and Stytch so only you can book a court in your name.
The server's MCP Tools⚒️ let you: - Check Court Availability - See available time slots for any court/date - Book Court & Request SMS - Automate booking flow up to SMS verification - Complete Booking with SMS - Finish booking by entering your SMS code
#cloudflare #cloudflareworkers #developerDiffusion Models Walk with me!Cloudflare Developers2025-08-27 | Ever wondered how DALL-E, Midjourney, and Stable Diffusion actually generate those incredible images? It's all about diffusion models—and the process is way cooler than you think.
Picture this: Start with pure static noise, then gradually remove the noise while guided by your text prompt. It's like watching a photo slowly develop in reverse—from chaos to a perfect image of "a cat riding a skateboard in space."
#AI #DiffusionModels #ImageGeneration #DALLE #Midjourney #MachineLearning #cloudflare #developer #llms #largelanguagemodelsBuild with the new Gemini Image Generation model and Cloudflare WorkersCloudflare Developers2025-08-26 | In this video, Harshil Agrawal, explores the new Gemini Image Generation Model (gemini-2.5-flash-image-preview "nano banana"). He walks through the code of using the model in a HONC application, deployed on Cloudflare Workers.
#cloudflare #cloudflareworkers #developerHow I Built an AI Photo BoothCloudflare Developers2025-08-26 | Learn how to build an AI Photo Booth complete with filters, sharing, interactive accessories, drawing, and more!
- hosted on Cloudflare Workers - Real-time face detection using MediaPipe to detect the face (so accessories move when a face moves) - Cloudflare KV for analytics data storage + photo sharing management - Image storage with Cloudflare R2 - AI haiku generation about your photos w/ Cloudflare Workers AI - AI-generated photo names w/ Workers AI - LLM observability with AI Gateway
#cloudflare #cloudflareworkers #developer #workersai #llms #largelanguagemodels #facedetectionFoundation Models Walk with me!Cloudflare Developers2025-08-26 | What if instead of training a separate LLM for every task, you could train one giant model on basically everything, and then adapt it? That's foundation models!
Ex: GPT-4 writes code and analyzes images. DALL-E generates art from text. Whisper converts speech to text. Claude reasons through complex problems. All foundation models, all built on this same principle.
This has helped AI development explode—instead of building from scratch, developers grab a foundation model and adapt it.
#AI #MachineLearning #FoundationModels #cloudflare #developer #largelanguagemodels #llmsAI Avenue TrailerCloudflare Developers2025-08-25 | Curious about AI? AI Avenue breaks down complex topics into fun, accessible episodes. Learn about the tech shaping our future and get inspired to start building.
Learn more at https://aiavenue.showZero to SaaS: Caching & Deployment - Pt. 6Cloudflare Developers2025-08-18 | In this five-part tutorial series, you’ll ship Web2Kindle—a browser extension and serverless backend that sends web articles to your Kindle in seconds—using Cloudflare Workers, KV, R2, Durable Objects, and Pages. We’ll walk through each piece of the stack with hands-on code examples in TypeScript and Workers. Check out the GitHub repo to follow along as we turn this open-source project into a working full-stack SaaS.
Chapters: 0:00 Intro 1:24: Kv caching 04:22 Deploying the app 04:36 Testing the app
#cloudflare #cloudflareworkers #developerChat with the Taylor Swift New Heights Podcast with AutoRAGCloudflare Developers2025-08-15 | Don't have 2 hours to listen to the recent Taylor Swift New Heights podcast? Save time and learn how to build a Retrieval Augmented Generation (RAG) app on Cloudflare Workers so you can ask questions about the podcast! (And also the Travis Kelce GQ article.)
This Workers app uses - Durable Objects to maintain chat state across page refreshes - Browser Rendering to scrape gq.com for the article text - R2 zero-egress fee object storage for the GQ article + podcast transcript text - AutoRAG to automate the RAG pipeline (it generates embeddings for the texts and stores them in Cloudflare Vectorize so you can chat with them) - OpenAI's new gpt-oss-120B model hosted on Workers AI
#cloudflare #cloudflareworkers #developer #openai #gptoss #workersai #ai #ragapp #retrievalaugmentedgenerationZero to SaaS: Email Workflows on Workers - Pt. 5Cloudflare Developers2025-08-13 | In this five-part tutorial series, you’ll ship Web2Kindle—a browser extension and serverless backend that sends web articles to your Kindle in seconds—using Cloudflare Workers, KV, R2, Durable Objects, and Pages. We’ll walk through each piece of the stack with hands-on code examples in TypeScript and Workers. Check out the GitHub repo to follow along as we turn this open-source project into a working full-stack SaaS.
Chapters: 0:00 Intro 1:05 Building the email flow 10:00 The email workflow 11:42 Testing the email flow
#cloudflare #cloudflareworkers #developerLearn MCP on Cloudflare Workers #cloudflare #coding #learnmcpCloudflare Developers2025-08-13 | Build a Model Context Protocol server with Cloudflare Workers.
#cloudflare #cloudflareworkers #developerWalk with me openai oss models!Cloudflare Developers2025-08-06 | OpenAI just launched their open source models! Walk with me and let's talk about them, why this is big news, and how you can run them on Cloudflare.
#cloudflare #cloudflareworkers #developer #ai #openai #gptoss #opensourceZero to SaaS: Build fullstack apps on Workers - Pt. 4Cloudflare Developers2025-08-06 | In this five-part tutorial series, you’ll ship Web2Kindle—a browser extension and serverless backend that sends web articles to your Kindle in seconds—using Cloudflare Workers, KV, R2, Durable Objects, and Pages. We’ll walk through each piece of the stack with hands-on code examples in TypeScript and Workers. Check out the GitHub repo to follow along as we turn this open-source project into a working full-stack SaaS.
Chapters: 0:00 Intro 1:54 How it works 5:12 Browser rendering with Durable objects 17:27 Testing the implementation
#cloudflare #cloudflareworkers #developerBuild Secure AI Agents with Auth0 and WorkersCloudflare Developers2025-08-06 | Join our live stream to learn how to build and securely deploy AI agents with Auth0 and Cloudflare Workers.
Chapters: 00:00 Intro 01:05 Demo: Basic Input 02:58 Demo: Streaming 03:52 Demo: Word at a time - previous_response_id pattern 05:49 Demo: Code Interpreter 07:57 Demo: Reasoning 10:13 Demo: Function Calling 15:10 Demo: Structured Outputs
#cloudflare #cloudflareworkers #developerUpload Large Files to R2 Object Storage using ActorsCloudflare Developers2025-08-04 | R2 is a zero egress fee S3 compatible object storage solution. It is ideal for large AI training datasets. If you've ever tried to allow your users to upload large datasets via a web browser, you know it can be challenging. Networks can be faulty, and resuming operations is often needed.
Cloudflare Workers are powerful serverless functions, but they are limited to the amount of data that they can pass. A common solution is to use the R2 Multipart Uploads feature. However maintaining state of the upload can be challenging.
This examples, Large Marge, leans on the Actors library to create a new Actor named Uploader. It is used in conjunction with a Hono based API that the front-end interacts with to upload large files.
You can stop and resume file uploading using information stored in a Hono session.
Chapters: 00:00 Introducing the large file upload challenge 00:27 Explore R2 Multipart API from Workers Docs 00:45 Durable Object suggestion 01:01 Introducing Actors 01:10 Demo: Large Marge Uploads and Disconnects 02:26 Peep the code 02:38 Hono Sessions Middleware 03:00 Explore the Hono server side API 03:52 Explore the Actor code: Uploader 04:35 Actor instances have SQLite instance && Migrations 05:38 Actors get Remote Procedure Calls, or RPC, stubbed methods 06:10 Deploying your Worker and Actor Code
#cloudflare #cloudflareworkers #developerDry Run: Episode 9Cloudflare Developers2025-07-31 | VibezDry Run 🎙️ Episode 9: VibezCloudflare Developers2025-07-30 | In this episode, Craig Dennis, Sunil Pai, and Naresh discuss the evolution of AI coding agents, the concept of vibe coding, and the emergence of barefoot developers. They explore the challenges and opportunities presented by AI in software development, including the importance of effective interaction with AI agents and the role of tools like VibeKit and the Sandbox SDK. The conversation also touches on real-world applications of AI, innovative devices, and the future of personal AI assistants.
Chapters
00:00 Introduction and Guest Introduction 02:04 Naresh's Background and Experience 05:18 The Evolution of AI Coding Agents 10:56 Vibe Coding: Understanding the Concept 16:29 The Role of VibeKit in Development 21:34 The Future of Barefoot Developers and AI Agents 27:19 Sandbox SDK and Its Importance 32:59 Understanding Code Interpreters in AI 35:49 Navigating User Interactions with AI 38:40 Real-World Applications of AI Tools 41:34 Personalized AI Agents for Everyday Tasks 43:23 The Future of Open Source AI Models 44:37 Innovative AI Devices for Home Automation 46:50 Integrating AI with Everyday Life 51:47 Future Prospects for AI Development
#cloudflare #agents #sandbox #vibe #vibecodingZero to SaaS: Build fullstack apps on Workers - Pt. 3Cloudflare Developers2025-07-25 | In this five-part tutorial series, you’ll ship Web2Kindle—a browser extension and serverless backend that sends web articles to your Kindle in seconds—using Cloudflare Workers, KV, R2, Durable Objects, and Pages. We’ll walk through each piece of the stack with hands-on code examples in TypeScript and Workers. Check out the GitHub repo to follow along as we turn this open-source project into a working full-stack SaaS.
Chapters: 00:00 Intro 00:40 Local project setup 02:49 Request parsing 09:57 Using workflows 18:12 Triggering workflows 21:22 What's next
#cloudflare #cloudflareworkers #developerZero to SaaS: Build fullstack apps on Workers - Pt. 1Cloudflare Developers2025-07-22 | In this five-part tutorial series, you’ll ship Web2Kindle—a browser extension and serverless backend that sends web articles to your Kindle in seconds—using Cloudflare Workers, KV, R2, Durable Objects, and Pages. We’ll walk through each piece of the stack with hands-on code examples in TypeScript and Workers. Check out the GitHub repo to follow along as we turn this open-source project into a working full-stack SaaS.
#cloudflare #cloudflareworkers #developerDry Run: Episode 8Cloudflare Developers2025-07-17 | You've Got MailDry Run 🎙️ Episode 8: Youve Got MailCloudflare Developers2025-07-16 | In this episode of Dry Run, Craig, Sunil, and Kate discuss the growth of the agents team at Cloudflare, recent feature releases, and the integration of email capabilities into their agents. They celebrate personal milestones, share experiences of city life in London, and explore the future roadmap for the agents SDK, including the introduction of a new queue system and observability hooks. The conversation highlights the importance of community engagement and the exciting potential of building on the open web with AI integration.
## Takeaways
- The agents team at Cloudflare is growing and evolving. - Email integration is a significant feature for agents. - Observability hooks are essential for understanding agent performance. - The new queue system simplifies task management within agents. - Community engagement is crucial for shaping the future of the agents SDK. - The team is actively hiring and looking for passionate individuals. - Future features will enhance the local development experience. - Building on the open web is a key focus for the team.
## Chapters
00:00 Introduction to the Team and New Roles 02:41 Celebrating New Citizenship and Cultural Assimilation 04:48 Experiencing London: Foxes and Local Culture 06:29 Recent Developments in the Agents Team 12:31 Introducing Email Functionality for Agents 15:37 Implementing Queues in Agent Functionality 21:01 Enhancing Observability in Agents 23:55 Startup Culture Within Cloudflare 25:18 Roadmap and Future Developments 26:52 MCP Protocol and Its Evolution 30:36 Building a To-Do App with Agents SDK 35:52 The Open Web and AI Integration 47:10 Community Engagement and Hiring OpportunitiesDry Run 🎙️ Episode 7: Containers, Sandboxes, and the RealtimeKitCloudflare Developers2025-07-09 | Summary
In this episode of Dry Run, hosts Craig Dennis and Sunil Pai discuss their recent travels, including Sunil's trip to India and Craig's family vacation in Vietnam. They delve into the launch of the Cloudflare India engineering office, the significance of real-time kit and WebRTC innovations, and the potential of voice agents in e-commerce. The conversation also covers the implications of containers for application development and the integration of AI agents, highlighting the exciting possibilities for future technology. The episode concludes with a promise of demos in the next episode.
Chapters
00:00 Summer Travels and Culinary Adventures 03:01 Cloudflare's India Engineering Office Launch 05:36 Real-Time Kit: Revolutionizing Audio-Video Infrastructure 08:22 Voice Agents: Enhancing User Experience 11:15 Containers and the Future of E-commerce 13:49 Dynamic Code Generation in Cloudflare Workers 19:52 The Evolution of Application Development 23:05 User-Centric Customization in Tech 28:42 Integrating AI with Communication 34:07 The Future of AI Agents and Their CapabilitiesDry Run: Episode 7Cloudflare Developers2025-07-09 | Containers, Sandboxes, and Realtime KitWhat are Transformer Models in AI? Walk with me! #programming #aiCloudflare Developers2025-07-08 | A transformer is a neural network architecture that's revolutionized natural language processing (NLP) by excelling at understanding and generating human-like text through pattern analysis, leading to some major AI breakthroughs in text summarization, generation, and chatbots.
#cloudflare #cloudflareworkers #developer #coding #llms #artificialintelligenceWhy Cloudflare for Agents? Walk with me!Cloudflare Developers2025-07-03 | Walk with me--why should developers use Cloudflare for agents?
#cloudflare #developer #ai #artificialintelligence #programming #codingBrowser Automation with Playwright MCP and Cloudflare Browser RenderingCloudflare Developers2025-07-03 | Automate any website interaction with AI using Playwright MCP and Cloudflare Browser Rendering. This is perfect for developers looking to automate web scraping, testing, and data extraction workflows with AI.
#cloudflare #cloudflareworkers #developer #browserautomation #mcp #playwrightWhat is an AI Agent? Walk with me! #aiagentsCloudflare Developers2025-07-02 | Walk with me--what are AI agents?
#cloudflare #developer #agents #aiagents #llms #aiHow to Block AI Scrapers? Crawl/Walk with me! #codingCloudflare Developers2025-07-01 | Walk (or crawl) with me! Learn how Cloudflare can now help you charge AI bots to access your website's content and block them from scraping it via a managed robots.txt file with their AI Audit product's new pay per crawl feature.
#cloudflare #developer #ai #webcrawler #webscraping #llm #programmingWhat is Artificial General Intelligence, or AGI? Walk with me!Cloudflare Developers2025-06-30 | Walk with me--what is Artificial General Intelligence, or AGI?
#cloudflare #developer #agi #ai #artificialintelligence #artificialgeneralintelligenceWhat is Multinode Inference? Walk with me!Cloudflare Developers2025-06-27 | Walk with us as we learn from Baseten's Philip Kiely about multinode inference.
#cloudflare #developer #baseten #inference #llms #programming #codingWhat are Evals in AI? Walk with me!Cloudflare Developers2025-06-26 | Walk with us as we learn about evals with Galileo AI's Erin Mikail Staples! #cloudflareworkers #developer #evals #ai #llm #programmingHow I Fixed Hacker News with Browser Rendering, Workers AI, + Email AutomationCloudflare Developers2025-06-26 | Stop manually checking Hacker News - let AI do it for you and deliver it to your inbox!
Tired of constantly refreshing Hacker News to stay updated? I built the ultimate solution: a Cloudflare Worker that automatically scrapes the top 10 HN stories every hour, analyzes them with AI, and emails you personalized summaries.
🚀 What You'll Learn: - How to scrape Hacker News with Cloudflare Workers - Using Workers AI to generate smart story summaries - Setting up automated email delivery with Cloudflare Email - Browser rendering for dynamic content scraping - Building a web interface with customizable tone settings
#CloudflareWorkers #HackerNews #AI #WebScraping #Automation #TechNews #ServerlessProtect your forms with Cloudflare TurnstileCloudflare Developers2025-06-26 | Are your login, registration, or contact forms getting hit with spam bots? In this step-by-step tutorial, Harshil Agrawal will show you how to stop form spam for good using Cloudflare Turnstile—the best free, user-friendly alternative to CAPTCHA.
We'll walk through the exact production-ready setup he used to protect his production applications. You'll learn everything from the initial Cloudflare setup to the critical server-side validation logic needed to make your forms truly secure. Say goodbye to annoying puzzles and protect your app without hurting your user experience.
While he uses RedwoodSDK in this demo, the core concepts are framework-agnostic and will work perfectly for your projects using Next.js, React, Node.js, PHP, or any other stack.
Chapters: 00:00 Intro 00:43 How Turnstile works 01:20 Different widget modes in Turnstile 03:17 Implementing Turnstile 03:34 Creating a Managed mode widget 04:14 Add the widget to your app 05:29 Verify the token 07:31 Testing Turnstile 08:06 Implement non-interactive mode 10:35 Walkthrough of the invisible mode 11:38 Recap
#cloudflare #cloudflareworkers #developer #turnstileContainers What, Why, When, How!Cloudflare Developers2025-06-25 | Cloudflare just launched Containers in public beta for all paid plans! This changes everything for developers who've been stuck choosing between serverless simplicity and container power.
Chapters: 00:30 WHAT containers are and how Cloudflare's approach is revolutionary 04:07 WHY should you use Cloudflare Containers? Why does this solve the painful serverless vs. container dilemma? 06:23 Netflix content delivery challenge example 09:44 WHEN to use Containers (instead of Workers or even WITH Workers!) 11:10 HOW to deploy globally with zero infrastructure complexity
🔥Some highlights: - Deploy any Docker container to "Region: Earth" with one command - Get Kubernetes power with serverless simplicity - Perfect for AI/ML workloads, media processing, and legacy app migration - Seamless integration with Workers for hybrid architectures - Same developer experience you love - run `wrangler deploy`
#cloudflare #cloudflareworkers #developer #containersClaude Code vs Gemini CLI - Build a Hono applicationCloudflare Developers2025-06-25 | Gemini CLI, is a command-line AI workflow tool that connects to your tools, understands your code and accelerates your workflows. In this video, Harshil Agrawal uses Gemini CLI and Claude Code to build an application. Who wins the race? Find out in the video!
#cloudflare #cloudflareworkers #developerCloudflare Containers Public Beta — Launch LivestreamCloudflare Developers2025-06-24 | Containers are now available on Workers, unlocking a world of possibilities for your applications. Tune in to hear from Cloudflare Product Manager Mike Nomitch, who will be joined by special guests from Coder.com and Val.Town to showcase a glimpse of what Containers make possible.Use Cloudflare Containers to create a Sandbox to execute any codeCloudflare Developers2025-06-24 | Craig makes use of the new Containers feature of the Cloudflare Developer stack to create a uniquely named virtual sandbox.
Chapters: 00:00 Demo - Cloudflare Sandboxed Shell Execution 00:34 Explore the Worker API Code 01:05 Explore the Container Durable Object Code 01:54 Introduce the Dockerfile 02:11 A look at the Python FastAPI code 02:52 Wrangler configuration file 03:11 Uses the Vite + React and adds Tailwind css 03:46 Build and Deploy to Region Earth 04:09 You can haz dad joke
#cloudflare #cloudflareworkers #developerCloudflare Containers 101 - Run Docker Containers on the EdgeCloudflare Developers2025-06-24 | Cloudflare Containers combine the speed and simplicity of Workers with the flexibility of full server-side runtimes like Go, Python, or custom binaries. In this video, we’ll walk you through deploying your first container, understanding how it works, and what you can build with it.
Whether you're building AI tools, using legacy binaries, or just need more memory and compute than Workers provide, this video is for you.
Chapters: 00:00 Intro 03:17 Setup & Prerequisites 04:46 First Deployment 10:30 How It Works 15:29 Dashboard & Monitoring 18:35 What’s Next #cloudflare #cloudflareworkers #developerFind art with AI using Cloudflare Vectorize and Workers AI!Cloudflare Developers2025-06-20 | Learn how to create an art search engine to analyze and find visually similar artworks. It combines:
- LLaVA (hosted on Cloudflare Workers AI) for image understanding
- BGE embeddings (hosted on Cloudflare Workers AI) for semantic search
- Vector databases (Cloudflare Vectorize) for efficient similarity matching
- LLM explanations and descriptions (Llama-3 hosted on Cloudflare Workers AI)
#cloudflare #cloudflareworkers #developer #workersai #cloudflareworkersai #vectordatabase #vectorembeddingsFriends in Code Spaces 🎙️ Ep. 6 - The Future of AI VoiceCloudflare Developers2025-06-11 | Code Space: Realtime Voice AI Guests: Nina Kuruvilla (Co-founder, Daily) and Kwindla Hultman Kramer (Co-founder and CEO, Daily)
What does the future of human-computer interaction sound like? This episode features a deep dive with Daily.co co-founders Nina Kuruvilla and Kwindla Hultman Kramer, whose work is at the forefront of the voice AI revolution. Along with host Craig Dennis, they trace Daily's evolution from a developer platform for real-time video to a key player in building human-to-AI conversations.
Learn how the rise of generative AI prompted them to develop and open-source PipeCat, a framework that empowers developers to create their own voice-powered solutions. From spirited hackathons that bring the community together to the technical challenges of reducing latency in voice AI, this conversation covers the building blocks of our conversational future. We also get a personal look at their journey as married co-founders who navigate the startup world by sharing a core set of values, both at home and in the office.