Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Claude Draws (/ how to automate Claude for Chrome)
Live demo of Claude Draws using Claude for Chrome, covering Playwright‑based automation, browser‑agent best practices, and lessons from building a Kid Pix interface.
Claude Draws is an interactive community art project which challenges Claude to bring your idea to life using the hottest graphic design software from 1989, Kid Pix.
I’ll give a live demo of Claude Draws, built on top of the Claude for Chrome research preview. I’ll also talk about how I built Claude Draws, some best practices for building browser agents, and a few lessons I learned along the way.
Claude for Chrome agent executes user requests on a modified Kid Pix UI.
Temporal orchestrates Playwright automation for Claude drawing, BAML extracts metadata.
- SonnetSonnet is Anthropic's powerful, mid-tier AI model, balancing frontier intelligence with high-speed, cost-efficient performance for production-scale deployments.Sonnet (currently Claude Sonnet 4.5) is Anthropic’s versatile model, optimized for complex agentic workflows and coding tasks. It delivers state-of-the-art performance, achieving 77.2% on the SWE-bench Verified coding benchmark (cite: 2.2, 2.4). The model is engineered for high-volume, real-time applications like customer support automation and financial analysis, supporting a 200K token context window (cite: 2.8). Pricing is set for efficiency: $3 per million input tokens (cite: 2.8). This makes Sonnet the recommended choice for developers needing top-tier reasoning and coding capability at a practical, scalable cost.
- Claude for ChromeDeploy Claude (Opus, Sonnet, Haiku) as an agentic browser extension: it reads, clicks, and navigates Chrome to execute complex, multi-step workflows on your behalf.Claude for Chrome is Anthropic's agentic browser extension, a powerful tool currently in research preview for Max plan users. It integrates directly into the Chrome sidebar: Claude can 'see' the webpage, then autonomously read, click, and navigate to execute complex, multi-step workflows. This capability moves beyond simple summarization, allowing the AI to handle tasks like finding Zillow listings, drafting email responses, or completing expense reports. You retain control: the system features site-level permissions and requires confirmation for high-risk actions (e.g., publishing, purchasing), ensuring secure, efficient automation of your daily browsing.
- PlaywrightPlaywright is the Microsoft-developed, cross-browser automation framework: it drives Chromium, Firefox, and WebKit with one unified API for fast, reliable end-to-end testing.Playwright delivers robust, cross-platform end-to-end testing, supporting all major rendering engines: Chromium, Firefox, and WebKit. Launched by Microsoft in January 2020, its core strength is a single API for multiple languages (TypeScript, Python, Java, .NET). The framework eliminates flaky tests through automatic waiting and provides full test isolation by creating a new browser context (a brand-new browser profile) for each test. Key tooling includes Codegen for recording actions and the Trace Viewer for deep post-mortem analysis of test failures (screencasts, live DOM snapshots). This architecture ensures reliable, high-speed execution across Windows, Linux, and macOS.
- TemporalTemporal is the Durable Execution platform: It orchestrates complex, long-running workflows as code, guaranteeing fault-tolerant completion at any scale.Temporal is your microservices orchestration solution, built for mission-critical reliability. It enables developers to define complex, stateful workflows directly in code (Go, Java, Python, TypeScript, etc.) using the Temporal SDKs. The platform's core feature, Durable Execution, automatically persists application state and handles all retries, timeouts, and failures: your workflow always picks up exactly where it left off. This eliminates writing thousands of lines of custom error-handling logic. Global enterprises like NVIDIA and Salesforce leverage Temporal to ensure their transactions, deployments, and AI agents run invincibly.
- 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.
Related projects
Claude Code in your Pocket
San Francisco
Learn how to launch Claude Code via a command-line tool, then continue the same session on web or…
Claude Coach
San Francisco
Learn practical techniques for improving Claude prompts, explore open‑source reinforcement‑learning tools, and assess your prompting skill level with…
How to stop being Claude's cuck
San Francisco
Learn practical methods to parallelize Claude Code, Amp, and other agents, using Vibe Kanban to streamline CLI workflows…
Calmo Demo
Amsterdam
A live demonstration of Calmo, an AI agent that analyzes production alerts, isolates root causes, and automates fixes,…
Claude 3 models are 🐐
London
The talk demonstrates Claude 3’s 1‑million‑token context, its instruction-following ability, and how a swarm of such models can tackle…
Multi-Agent Claude Code: Orchestrating Collaborative AI Coding Workflows
Seattle
Show how Claude Code’s desktop app and API orchestrate multiple agents, using @mentions for task routing and file‑based…