
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 …

March 2026 is a big month for the Calliope platform. All four desktop tools shipped major releases this week: Calliope AI Lab v1.4.0, Calliope AI IDE v1.5.0, Chat Studio v1.1.0, and DB Loadr v1.2.0. Across these four releases there are new connectors, faster agents, smarter query engines, inline data visualization, and a significant rework of the multi-agent Council Mode in the IDE.
Here is what shipped and where to get it.
Download Lab v1.4.0 | Full Release Notes
The headline: notebook generation is now 2x faster, and the natural language SQL engine has been rebuilt from scratch. The new SQL assistant surfaces plain-English explanations for every query it generates, flags large row count queries before execution, and suggests optimized alternatives automatically.
This release also ships a complete overhaul of Ollama integration. Auto-discovery of local models on startup, instant model switching, and an inline health and memory indicator. Running fully offline is now a first-class experience.
Rounding out the release: Lab notebooks can now register datasets directly to Chat Studio. Finish your analysis, share it with your team as a queryable dataset in one step.
Key changes:
Download IDE v1.5.0 | Full Release Notes
The IDE release is headlined by two things: Council Mode upgrades and a 50% faster AutoAgent backend. Council Mode now supports named roles (Architect, Security Reviewer, Performance Analyst) each backed by a different model, with async deliberation so you can keep working while the agents think. AutoAgent task decomposition is now parallel, cutting completion time in half for complex multi-step tasks.
Staged changes review is now line-level precise. Accept or reject individual hunks rather than whole files. For large codebases this is a significant upgrade to control and confidence.
New provider support: DeepSeek R2 and xAI Grok 3, bringing the total to 11 LLM providers.
Key changes:
Download Chat Studio v1.1.0 | Full Release Notes
The first major Chat Studio release since launch, and it addresses the top two requests immediately: inline data visualization and a proper audit trail for compliance teams.
Ask for a bar chart, get a bar chart, right in the conversation. No export step. Interactive charts supporting bar, line, scatter, pie, and area formats, with PNG export and clipboard copy.
The query engine has been rebuilt for multi-turn coherence. Schema context is maintained across the full conversation. You can reference “that table from earlier” and get the right result. SQL Transparency has been upgraded to a full collapsible panel you can edit and rerun directly.
Compliance teams get a complete signed audit log: who asked what, against which data source, with the exact SQL, timestamped and exportable.
Key changes:
Download DB Loadr v1.2.0 | Full Release Notes
Five new connectors (CockroachDB, ClickHouse, Cassandra, Oracle, DynamoDB) bring Loadr to 27 total. The query editor has been completely rebuilt with syntax highlighting, schema-aware autocomplete, multi-tab sessions, and query history. It now feels like a professional database tool rather than a browser widget.
The AI query assistant is significantly smarter this release. It does schema-aware suggestion and will now critique and optimize queries you have already written: propose index hints, rewrite joins, suggest CTEs. The new table diff tool compares tables across connections at the cell level. Parquet export is now supported alongside CSV and JSON.
Key changes:
All four tools are free to download. Bring your own API keys.
| Tool | Version | Download |
|---|---|---|
| Calliope AI Lab | v1.4.0 | Download |
| Calliope AI IDE | v1.5.0 | Download |
| Chat Studio | v1.1.0 | Download |
| DB Loadr | v1.2.0 | Download |
All tools are also available as part of the Calliope Workbench. See the full platform.

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 …