
Coding Agent Swarms, Part 5: Running the Fleet From Your Phone
The Last Mile Is the Operator The first four parts of this series built the substrate: foundation, fleet, multi-fleet …

Calliope AI Lab v1.4.0 is out now, and it is the biggest desktop release since launch. A month of focused engineering went into this one: faster notebook generation, a completely overhauled natural language SQL engine, better Ollama support for fully local workflows, and a pile of quality-of-life improvements that add up to a meaningfully better day-to-day experience.
Download Calliope AI Lab v1.4.0
Calliope AI Lab is a free, locally-running AI data science environment built on JupyterLab. Bring your own API keys for Claude, OpenAI, Gemini, Mistral, or run fully private with Ollama. No account required to get started. It runs on macOS, Windows, and Linux.
One-shot notebook generation from natural language descriptions has been completely re-architected in this release. The new generation pipeline streams cells as they are produced rather than waiting for the full notebook to complete. For most workflows, you will see your first runnable cell in under 3 seconds. Full notebooks are hitting 2x generation speed across the board.
The natural language SQL engine has been rebuilt from the ground up. It now understands schema context far more reliably, handles multi-table joins correctly on the first attempt, and surfaces a plain-English explanation of every query it generates before running it. For anyone doing exploratory data work across large schemas, this is a substantial upgrade.
New in this release: the SQL assistant will flag queries that touch large row counts before execution and suggest optimized alternatives. No more accidental full-table scans in production databases.
Running fully offline just got a lot smoother. Lab now auto-discovers Ollama models on startup, with no manual configuration required. Model switching in the AI assistant panel is instant. The new Ollama health indicator shows model status and memory usage right in the sidebar so you always know what is running.
AI Lab notebooks can now register datasets directly to Chat Studio with a single command. Run your analysis, register the output, and your team can start asking natural language questions against it in Chat Studio immediately. This tightens the loop between exploration and sharing considerably.
The cell toolbar has been redesigned to reduce visual noise. AI suggestion overlays no longer obscure adjacent cells. The data source connection panel now shows connection health status inline. Kernel restart and interrupt are more prominent and reliable.
Cold launch time is down 30% on macOS and Windows. Memory usage during large notebook execution is meaningfully lower thanks to a smarter cell output buffer. Users with older MacBook Pros will notice the difference.
Download Calliope AI Lab v1.4.0
Available for macOS (Apple Silicon and Intel), Windows, and Linux. Free for personal and commercial use. Bring your own API keys.
The v1.5.0 milestone is focused on collaborative notebook sharing, a new pipeline execution view, and deeper Zentinelle integration for teams that need governance around data access. More soon.

The Last Mile Is the Operator The first four parts of this series built the substrate: foundation, fleet, multi-fleet …

A Short Story About Why the Stack Has the Shape It Does Every platform has an origin story. Most of them are forgotten …