Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Canopy: Parallel Coding Agents
See a live demo of Canopy, which runs parallel coding agents in isolated sandboxes, managing dependencies and automatically resolving conflicts for faster code production.
Canopy runs multiple coding agents in parallel, each in an isolated sandbox, with automatic merging and conflict resolution. It uses Beads for in-repo task tracking and dependency management, so agents work on the right things in the right order.
The premise: engineering should be about specifying what you want, defining acceptance criteria, and reviewing results — not waiting for code to materialize one task at a time. Canopy treats code production as infrastructure that should get out of your way.
I’ll demo the system live: defining tasks with dependencies, launching parallel agents, and watching them work simultaneously while a dashboard tracks progress. We’ll cover the copy-on-write isolation that makes this possible and how conflicts get resolved automatically.
Parallel Claude Code orchestrator using OverlayFS/APFS isolation and Beads protocol.
- GoGo is Google's open-source, compiled, and statically-typed language built for high-performance, scalable systems (microservices, cloud infrastructure) via simple, efficient concurrency (goroutines).Go (often called Golang) is a compiled, open-source language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson to solve modern software challenges: slow build times and complex dependencies. It is statically-typed and syntactically clean, drawing inspiration from C but adding key features like automatic garbage collection and a powerful, built-in concurrency model (goroutines and channels). This design delivers fast compilation and runtime efficiency, making it the premier choice for building scalable, reliable systems; major projects like Docker and Kubernetes rely on Go for their core infrastructure.
- TypeScriptTypeScript is an open-source superset of JavaScript: it adds static typing and compiles to clean, standards-based JavaScript.TypeScript is a high-level, open-source language developed by Microsoft: it acts as a superset of JavaScript, adding a powerful static type system. This system enables compile-time type checking, catching errors before runtime (a critical benefit for large-scale applications). The TypeScript Compiler (TSC) reliably transpiles all code into clean, standards-based JavaScript (ES3 or newer), ensuring compatibility across any browser or host environment (Node.js, React.js, etc.).
- 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).
- BeadsNaturbeads delivers high-performance, cellulose-based microspheres, directly replacing non-biodegradable plastic microparticles across industrial and consumer sectors.This is Naturbeads: a critical technology tackling global microplastic pollution at the source. We engineer patented, 100% biodegradable cellulose microspheres to match the performance of plastic microparticles in demanding applications. Our innovative particle technology ensures precise control over size and porosity, offering a sustainable drop-in replacement for sectors like cosmetics, life science (e.g., biocompatible carriers), and industrial coatings. We eliminate the environmental footprint while maintaining the smooth texture and stable performance clients expect, ensuring a seamless transition away from persistent plastic ingredients.
- CanopyCanopy is the enterprise-scale platform for remote device management: monitor, manage, and automate your global fleet of connected products for maximum uptime.Canopy delivers a unified, AI-powered platform to monitor and manage your entire connected product fleet: kiosks, POS systems, digital signage, and IoT devices. We automate routine tasks, giving technical teams immediate, centralized visibility to proactively solve problems and slash downtime. Major partners like Dell and AT&T leverage Canopy to achieve results like 50% faster onboarding and a 10% reduction in support tickets. We ensure your endpoints stay operational, scalable, and secure.
Related projects
The Layer Between You and the Model
Nashville
Explore the essential "harness" layer that shapes LLM interactions, covering context loading, tool selection, and constraints. This talk…
Who's the Imposter? 15 AIs Play a Social Deduction Game
Nashville
Fifteen AI models from major labs play social deduction, revealing their deceptive reasoning. See multi-model orchestration architecture and…
Building Bob's Cabins Across Three Agent Tools Without Losing My Mind
Nashville
Learn how to build software across multiple AI tools without losing context. This talk demonstrates a local, shared…
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…
Poor Man’s Long Running Multi Hour Coding Agent
Seattle
Learn how to build a long-running coding agent to complete features under tight deadlines, inspired by Anthropix's research,…
Building a Cloud-Hosted AI Agent Sandbox with Claude Agent SDK
Seattle
Learn to build a GCP-hosted AI agent sandbox using the Claude Agent SDK, managing deployment, configuration, and asynchronous…