Descriptions:
Chris Raroque documents the open-source release of “Boot,” a personal AI agent built on Anthropic’s Claude Agent SDK that operates through iMessage. The video covers the full arc from private prototype to public release, including the decision to completely rewrite the codebase from scratch—months of iterative hacking had left it in a state where even Claude Code struggled to navigate it reliably.
Boot’s architecture uses a parent dispatcher agent that spawns specialized sub-agents for individual tasks, with each sub-agent receiving only the tools relevant to its specific job via Composio integrations. Chris explains the core design insight: limiting a sub-agent’s tool access to a small, task-specific subset dramatically improves reliability compared to exposing a full catalog of hundreds of tools. The memory system, interval-based automations, and integrations (Google Calendar, App Store Connect, email, and more) are all configurable by whoever forks the repo.
Practical details: the project runs on the Claude Agent SDK—the same foundation powering Claude Code—and can use a personal Anthropic subscription rather than pay-per-token API pricing, though Chris notes it costs him around $400/month in token equivalent to run personally. Composio handles third-party integrations (reducing setup from hours to a single API key), while iMessage connectivity requires a custom integration not included in the public repo for safety reasons. The release is positioned as a starting point for builders who want a powerful, extensible personal agent they can tailor to their own tools and workflows.
📺 Source: Chris Raroque · Published April 27, 2026
🏷️ Format: Showcase







