Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Orchestrating attention with human-on-the-loop
Discover a new notification paradigm for managing human-agent collaboration. Learn three notification types: blocking, decision, and FYI, to orchestrate attention effectively with modern agent workforces.
I built a new notification paradigm in https://comment.io, the Multiplayer Markdown Editor, that helps orchestrate not just agents but the people who work with them
Generated 6 days ago
Generating a talk summary...
View full transcript
Agent-native document editor featuring integrated artificial intelligence for collaborative authoring.
- Cloudflare WorkersDeploy serverless code instantly on Cloudflare's global network, executing with zero cold starts via V8 isolates for ultra-low latency.Cloudflare Workers is your serverless compute platform: run JavaScript, TypeScript, or WebAssembly directly on Cloudflare's global edge network. Leveraging the V8 engine and its isolate architecture ensures near-instant startup (zero cold starts), delivering ultra-low latency to users in over 330 cities. Use Workers to deploy fast edge logic—from custom API gateways and request routing to modifying responses and running AI inference—without managing a single server.
- Cloudflare Durable ObjectsGlobally-unique, single-threaded serverless instances providing strongly consistent state for distributed applications.Durable Objects are unique Cloudflare Workers: they combine compute with transactional, strongly consistent storage. Each Object instance is globally-unique by ID, acting as a single-point-of-coordination for multiple clients, a critical feature for real-time applications like chat or collaborative editing. The platform guarantees only one instance exists worldwide for a given ID, ensuring strong consistency without the complexity of distributed locks. They scale elastically, support WebSockets and the Alarms API for scheduled tasks, and offer SQLite-backed storage options, effectively delivering stateful serverless at the edge.
- WebSocketsSecures a persistent, full-duplex TCP connection via a single HTTP handshake, delivering low-latency, bidirectional data streaming for real-time applications.WebSockets establishes a continuous, two-way communication channel: a critical shift from the request/response cycle of HTTP/1.1. The connection initiates with an HTTP `Upgrade` handshake, switching the protocol to `wss` (secure) on port 443. This persistent link minimizes network overhead, eliminating the need for inefficient HTTP polling. The protocol, standardized as IETF RFC 6455 in 2011, ensures near-instant data transfer: vital for high-performance use cases (e.g., live chat, collaborative editing, financial market data).
- ReactReact is an open-source JavaScript library for building dynamic user interfaces (UIs).React is a component-based JavaScript library, developed by Meta (Facebook), engineered for building fast, declarative UIs. It mandates a one-way data flow and utilizes a Virtual DOM mechanism to ensure efficient, predictable updates to the user interface. Developers construct complex UIs by composing small, encapsulated components; this architecture promotes code reusability and simplifies state management across large applications. The library employs JSX (a syntax extension) to integrate HTML-like markup directly within JavaScript logic, supporting development for both web (React DOM) and native mobile platforms (React Native).
- ZustandA minimalist 1.1KB state management library for React that implements Flux principles through a simple, hook-based API.Zustand (German for state) is a lightweight store maintained by the Poimandres (pmndrs) collective. It bypasses the boilerplate of Redux and the re-render pitfalls of React Context: you define a store with a single create call and access it via hooks. For example: const useStore = create((set) => ({ count: 0, inc: () => set((s) => ({ count: s.count + 1 })) })). This library handles transient state updates efficiently and is utilized by engineering teams at Vercel and Shopify. It remains a top-tier choice for developers who value speed, small bundle sizes, and clean code architecture.
Related talks
More from the community
Cloud-Hosted, Multi-Agent Workspaces (or: Gas Town in the Sky)
Seattle
See a live demo of a multi-agent software development loop in the cloud, from request to deployment and…
Orchestra — coordinating 10+ coding agents without becoming the bottleneck
Seattle
Learn how Orchestra uses your codebase as shared memory for 10+ coding agents, enabling parallel work across repos…
From 1 Agent to 11: Patterns for Multi-Agent Systems That Actually Work
Columbus
Discover how 11 specialized AI agents manage a technology organization, sharing an encrypted CRM and operating under a…
Pull-architecture agents: how I forced myself to do growth work
Valencia
Learn how to build a multi-agent system from your terminal and chat to automate growth tasks like writing…
VisionClaw Agent an Agentic AI Corporation Platform
Chicago
Discover how an AI corporation with 14 specialized personas autonomously manages business operations, from revenue to R&D, by…
What If Your OS Was Built for Agents, Not Humans?
Los Angeles
Explore an OS built for AI agents, featuring persistent identities, tiered memory, signed capabilities, and intelligent LLM routing.…
Compose Email
Loading recent emails...