Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Durable Vibes
Experience a live demo of multiplayer coding with Cursor SDK and Durable Objects, showcasing real-time collaboration and persistent state.
A live demo of multiplayer vibe coding, made possible with Cursor SDK (Composer) & Durable Objects!
- CursorThe AI-native code editor designed for high-velocity development through deep LLM integration.Cursor is a fork of VS Code that embeds AI directly into the development workflow while maintaining full extension compatibility. It leverages models like Claude 3.5 Sonnet and GPT-4o to power features such as Cmd+K for inline edits and Cmd+L for codebase-wide chat. By indexing local files, Cursor provides precise context for its predictive 'Tab' completions and multi-file 'Composer' mode. This setup allows engineers to move from high-level intent to functional code without leaving the editor or losing context.
- Durable ObjectsDurable Objects deliver globally unique, single-threaded compute instances with strongly consistent, transactional storage, enabling stateful serverless applications.Durable Objects (DOs) are a core primitive of the Cloudflare Workers platform: they combine compute with isolated, persistent storage. Each DO instance is globally addressable by a unique ID, guaranteeing that only one instance of the object executes at any given time, which completely eliminates race conditions and the need for distributed locks. This single-threaded Actor model simplifies building complex stateful systems. Use DOs for real-time coordination: think collaborative editing, multiplayer game sessions, or managing millions of individual user workspaces. The attached storage is fast, transactional, and strongly consistent, supporting up to 10 GB of data or a SQLite backend, all without managing any infrastructure.
Related projects
Xbox you mac
Singapore
Learn how to control your MacBook with an Xbox controller, a testament to developer ingenuity and the pursuit…
AI speed dating
Seattle
Learn how an AI host uses QR‑linked WhatsApp, function calls, Airtable matching, and RAG to register participants, create…
Tambourine: Your personal voice interface for any app
Singapore
Explore Tambourine, an open-source voice interface for any app. Learn about real-time AI dictation, custom model integration, and…
Dependency Guard - Security Runtime for AI Coding Agents
Singapore
Learn about Dependency Guard, a security runtime for AI coding agents, and Devin, an autonomous software engineer designed…
Give Your Agent Keys, Not the Kingdom
Singapore
See a live demo of Smithery Connect, simplifying AI agent tool connections. Learn to set up secure, scoped…
From Chatbots to Sandboxes: Why AI Needs an Execution Layer
Singapore
Learn how to move beyond AI demos to build systems that reliably execute real-world tasks, addressing limitations in…