Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Claude Maxxing via Vibe Kanban
Learn practical methods to parallelize Claude Code, Amp, and other agents, using Vibe Kanban to streamline CLI workflows and improve CI/CD efficiency.
Do you spend all your time watching Claude code? Are you feeling useless, like all you do is watch?
I’ve spent the last few months pushing the limits of how much you can parallelise Claude Code, Amp and other agents. I built Vibe Kanban to help engineers get the most out of coding CLIs, and used those same CLIs to build it.
The presentation will comprise general learnings of how to squeeze the most out of coding CLIs, as well as how Vibe Kanban helps with this.
No boring presentation, just raw claude maxxing.
Rust/TypeScript Kanban board orchestrates and manages AI coding agents' tasks.
- RustRust is a high-performance systems programming language that guarantees memory and thread safety via its compile-time ownership model.Rust is a statically-typed systems language engineered for performance and reliability, directly challenging C/C++ in speed. Its core innovation is the ownership model and 'borrow checker,' which enforces strict memory and thread safety at compile-time, eliminating data races and null pointer dereferences without a conventional garbage collector. Rust achieves near-native speed through 'zero-cost abstractions,' allowing high-level features to compile into highly optimized code. Major industry players, including Microsoft and Cloudflare, leverage Rust for critical infrastructure, and it is now officially supported for development in the Linux kernel.
- 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.).
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…
spec2code compilation
San Francisco
The talk presents a workflow turning requirement graphs into plans and tasks, then using MCP to feed the…
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…
We need new interfaces for verification
San Francisco
Learn how cmux runs multiple coding agents in parallel, using devcontainer previews, preview comments for feedback loops, and…
Claude Draws (/ how to automate Claude for Chrome)
San Francisco
Live demo of Claude Draws using Claude for Chrome, covering Playwright‑based automation, browser‑agent best practices, and lessons from…