Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
SecureClaw: Secure AI Agent Wrapper
Learn how SecureClaw builds a secure AI agent wrapper. This talk demonstrates a daily-driver workflow for agentic coding, preventing credential leakage and unauthorized access.
Carapace (a.k.a. SecureClaw) is a security layer for AI agents that prevents credential leakage and unauthorized access. It network-jails the agent in Docker with no DNS, routes all traffic through a MITM proxy with phone-based domain approval, and hides API credentials behind restrictive host-side proxies. The agent can read your email but never sees the API key, and can’t send without you.
Carapace secures OpenClaw agents using Docker sandboxing and host-mediated proxies.
- Claude CodeAnthropic's agentic coding tool: Unleash Claude's raw power directly in your terminal or IDE to turn complex, hours-long workflows into a single command.Claude Code is Anthropic’s powerful agentic coding assistant, designed for high-velocity development. It operates natively within your terminal, IDE (VS Code, JetBrains), or via a web interface, allowing you to delegate complex tasks like feature building, bug fixing, and codebase navigation. The agent plans, edits files, executes commands, and creates commits, maintaining awareness of your entire project structure. Internally, Anthropic engineers using Claude Code reported a 67% increase in productivity, demonstrating its capacity to deliver significant gains for Pro and Max plan users.
- DockerDocker is the open-source platform that packages applications and dependencies into standardized, portable containers for consistent execution across any environment.Docker is the industry-standard containerization platform, enabling developers to build, ship, and run applications efficiently. It uses the Docker Engine (the core runtime) to create lightweight, isolated environments called containers: these units bundle an application’s code, libraries, and configuration. This self-contained approach guarantees consistency, eliminating the 'it works on my machine' problem across development, testing, and production environments (local workstations, cloud, or on-premises). Docker debuted in 2013 and now serves over 20 million developers monthly, simplifying complex workflows like CI/CD and microservices architecture by leveraging tools like Docker Hub for image sharing and Docker Compose for multi-container applications.
- OpenClawOpenClaw is the viral, open-source, autonomous AI agent: a self-hosted 'digital employee' that executes real-world tasks across your local machine and messaging platforms 24/7.This is the next-generation autonomous AI agent, built by Peter Steinberger (founder of PSPDFKit). OpenClaw functions as a proactive, self-hosted assistant, running as a long-running Node.js service on your own hardware (e.g., a Mac Mini or VPS) for about $3–$5 per month. It integrates directly with chat apps (WhatsApp, Telegram, Discord) to receive instructions and report completions. The agent utilizes over 100 AgentSkills to execute complex, real-world workflows: clearing your inbox, writing code, managing documents, and checking you in for flights. The open-source project’s velocity is undeniable, having surpassed 100,000 GitHub stars quickly and reportedly driving a surge in Mac Mini sales.
- Linear APIThe Linear API is a powerful GraphQL interface for querying and mutating all workspace data (issues, projects, cycles), supporting real-time synchronization via webhooks.Linear provides a robust GraphQL API, the same high-performance interface used internally, for full read and write access to your workspace data. This API enables flexible data fetching, ensuring you retrieve only the fields you need, and supports real-time synchronization using webhooks for critical models like issues and comments. Authenticate securely via Personal API keys for private scripts or use OAuth 2.0 for public third-party applications. Leverage this API to build custom integrations, like automating task assignment based on specific labels or syncing issue status across platforms for streamlined reporting.
- DiscordDiscord is a cross-platform communication service (voice, video, and text) built around user-created communities called Servers.Discord delivers flexible, low-latency communication, supporting millions of users across desktop, mobile, and web. The platform organizes users into 'Servers,' which host categorized 'Channels' for specific topics or media: think text channels for general chat, or dedicated voice channels for real-time collaboration. Initially focused on the gaming sector, Discord now serves diverse communities—from study groups and professional business teams to large public fan bases—providing a structured, persistent space for both synchronous and asynchronous interaction.
- Wispr FlowA system-wide AI dictation layer that converts natural speech into polished, formatted text across Mac, Windows, and iOS.Wispr Flow replaces traditional typing with a high-speed voice interface capable of processing 150 words per minute. Unlike standard dictation tools, it uses generative AI to automatically strip out filler words (ums and ahs), correct grammar, and apply context-aware formatting in real time. The software operates globally across any application (from Slack and Gmail to VS Code and Obsidian) and includes a Command Mode for hands-free editing and rewrites. By integrating custom dictionaries and supporting over 100 languages, it ensures technical jargon and personal shorthand are transcribed with professional precision.
- Blink ShellA professional-grade terminal emulator for iOS and iPadOS built on Mosh and SSH to provide a persistent, high-performance command-line experience.Blink Shell transforms the iPad into a serious development workstation by leveraging the Metal GPU for low-latency rendering and full support for external keyboards. It integrates the Mosh protocol to maintain active sessions across network drops (perfect for commuting) and includes a built-in VS Code interface for local or remote editing. With a custom-built terminal engine and native support for SSH keys and port forwarding, it bridges the gap between mobile hardware and production server environments.
- TmuxTmux is a terminal multiplexer: it allows users to manage multiple terminal sessions from a single window, with the critical ability to detach and reattach.This technology is a game-changer for terminal power users. Tmux operates as a terminal multiplexer, enabling you to run multiple programs within a single interface, managing them across distinct sessions, windows, and panes. Its core value is persistence: you can start a long-running process, detach the session (using the default prefix key, `Ctrl+B`, then `D`), close your SSH connection, and reattach later from any machine to find the job still running. Furthermore, it facilitates organization by allowing a single window to be split into multiple rectangular panes (e.g., horizontally with `Ctrl+B %` or vertically with `Ctrl+B "`), effectively acting as a window manager for your command line.
Related projects
OpenClaw-Powered Port: Turning a Figma Plugin into a Standalone Web App with Claude + Grok
Tokyo
See how AI agents transformed a Figma plugin into a viral web app, demonstrating practical AI orchestration for…
What's behind OpenClaw - The innards of my AI assistant!
Toronto
Explore the inner workings of a persistent AI assistant. This talk details its architecture, memory, and core capabilities…
Building a Digital Supermax: Architecting Air-Gapped Runtimes for Untrusted Agents
DC
Learn how to build secure, air-gapped runtimes for AI agents like OpenClaw. This talk explores network infrastructure and…
Claude in the Channel: Building an Autonomous Frontend Agent for No-Code Teams
Tokyo
Learn how to build an autonomous frontend agent using Slack and Claude to enable designers to ship production…
How AI Agents Work, from while to wow!
Paris
Explore the architecture of AI agents like OpenCLAW, Claude Code, and Codex to understand their capabilities and build…
Securing OpenClaw for fun and profit
New York City
Learn how to secure AI infrastructure by exploring the development of z0, an OpenClaw host, and its integrated…