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.