Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Skwad: Multi-Agent IDE
Explore how multi-agent IDEs like Skwad are evolving software development, enabling seamless agent communication and integrated workflows for enhanced productivity.
I built Skwad primarily to support my coding workflow. Multi-tasking with several agents was becoming more and more tedious, juggling between multiple terminal windows and having to manually coordinate work among those agents.
Skwad solves both problems by hosting multiple coding agents in a unified app plus allowing those agents to directly communicate through an embedded MCP server. Skwad continues to support my ever changing workflow with new features such as markdown review, mermaid preview and recently a command center providing an overview of all your agents on one single pane of glass.
Native macOS app orchestrating collaborative, multi-agent AI coding via MCP.
macOS app orchestrating parallel AI agents via libghostty and MCP.
- SwiftSwift is an open-source, compiled programming language: it's fast, safe, and expressive for building apps across all Apple platforms and beyond.Swift is a powerful, multi-paradigm language, originally launched by Apple in 2014 to replace C-based languages for their ecosystem. It was engineered for performance, leveraging the LLVM compiler to produce lightning-fast, optimized machine code. The design prioritizes safety: features like Automatic Reference Counting (ARC) and explicit handling of optionals eliminate entire classes of common bugs (e.g., null pointer dereferencing). Now open-source under the Apache 2.0 license, Swift (current stable version 6.2.1) is the primary language for iOS, macOS, and watchOS development, with growing adoption for server-side and Linux applications.
- MCPMCP is the open-source standard for securely connecting AI agents (like LLMs) to external tools, data, and enterprise workflows.The Model Context Protocol (MCP) functions as a standardized integration layer: think of it as a USB-C port for AI applications. Developed and open-sourced by Anthropic, this protocol allows large language models (LLMs) to access real-time context and execute actions via external tools like GitHub, Jira, or proprietary databases . It uses a simple JSON-RPC interface to define tools, schemas, and endpoints, which enables AI agents to perform complex, state-changing tasks—such as creating a GitHub issue or running a test script—rather than just generating text . MCP is essential for building agentic AI systems that can autonomously pursue goals and operate within defined safety and permission boundaries .
- GitHubHost Git repositories and enable massive-scale collaboration (pull requests, issue tracking) for over 100 million developers.GitHub is the world's dominant web-based platform for Git repository hosting and collaborative software development. Built on Linus Torvalds' Git version control system, the platform facilitates 'social coding' by providing essential tools like pull requests, forking, and issue tracking. It currently serves over 100 million developers, managing a massive ecosystem of public and private codebases. Microsoft acquired the company in 2018 for $7.5 billion, solidifying its role as the central hub for open-source and enterprise-level version control.
- Swift MCPA high-performance Swift implementation of the Model Context Protocol for building type-safe AI tool integrations.Swift MCP provides the essential framework for connecting LLMs to local data sources and custom tools within the Apple ecosystem. Built by the team at The Browser Company (Arc Browser), this library enables developers to expose structured functions and resources to AI models using a standardized protocol. It leverages Swift's modern concurrency model and strong typing to ensure low-latency communication between agents and host applications: making it the primary choice for integrating Claude or GPT-4 into native macOS and iOS workflows.
Related projects
Getting to Startup Speed in Enterprise Codebases
Chicago
Learn how to integrate AI coding agents into large, existing enterprise codebases. This talk covers pipeline automation, harness…
How I Built a Fake TechCrunch with Claude Code and the Claude Agent SDK
Chicago
Learn how a parody TechCrunch site was built using the Claude Agent SDK to analyze GitHub repos and…
AI speed dating
Seattle
Learn how an AI host uses QR‑linked WhatsApp, function calls, Airtable matching, and RAG to register participants, create…
Youdub.ai
Chicago
Learn how to create new videos using a YouTube URL and your own voice with Youdub.ai, showcasing Replicate,…
Teaching an AI to Text: Turning Natural Language Into Chat Actions
Chicago
Learn how AI can transform texting by turning natural language commands into chat actions, exploring recipient matching, intent…
Dual-Agent MCP Development: Builder and Tester in the Same Conversation
Seattle
See a live demo of building a 44-tool MCP server using two collaborating Claude agents: one builds, one…