I just realized that I forgot to share this with you guys... Feel free to watch the video but if you just want the rundown you can skim this summary i had ai write for us based on the video transcript😉 If you are building with AI agents, you know how frustrating it is to be tethered to your desktop while waiting for an agent to finish a complex coding task. I just dropped a new video breaking down Paseo, an open-source, local-first multi-agent orchestration tool that completely solves this problem. It lets you monitor, control, and execute top-tier coding agents from an iOS or Android device. The Summary: What is Paseo? Paseo is a multi-agent unification platform designed for local-first software development. Utilizing a client-server architecture similar to Docker, Paseo runs a local daemon on your machine (supporting Windows, Linux/WSL, and macOS) that securely communicates with mobile clients. This setup allows developers to spin up a FastAPI server, review files, split terminal panes, and switch between models like Claude 3.5 Sonnet (Cursor), OpenCode, Pi Agent, and Codeex seamlessly from a smartphone. Key Technical Features & AI Architecture - Local-First Code Security: Your source code never leaves your local machine. Paseo functions entirely within your local development environment. - End-to-End Encrypted Relay: Remote access (e.g., controlling agents while away from your desk) relies on an untrusted relay server. Traffic between your phone and the local daemon is completely end-to-end encrypted, ensuring third parties cannot read your code or modify data packets. - Unified Agent Orchestration: Features a powerful split-pane UI where you can run a Cursor model on one side, an OpenCode agent on another, and an active terminal tab simultaneously. - Global System Prompts: Streamlines agent engineering by allowing you to pin a single, universal system prompt across all connected AI providers.