live wire
IBM makes watsonx Orchestrate AgentOps, custom LLM judging and Bedrock-agent discovery generally availableIBMSchemaGate 0.1.45 fixes broken Oracle ADB wallet connections and an OCI stack pinned 28 releases behindSchemaGatePDI’s Amazon Quick procurement agent grounds spend answers in vendor, category and contract contextAWS Business Intelligence BlogBigQuery’s ML.METRICS example returns 0.84 accuracy but 0.30 macro-F1 on the same 100-row classification queryGoogle Cloud BigQuery docsSchemaGate 0.1.44 auto-selects sentence embeddings, lifting bundled-schema retrieval from 90/98 to 93/98SchemaGateSchemaGate 0.1.43 adds read-only SQL execution with per-principal table checks—and documents unauthenticated client assertionsSchemaGateDatabox adds reusable AI Analyst Skills with personal/company scope, auto-matching and marketplace installsDataboxFabric previews an AI builder for data-agent instructions, source guidance and example queriesMicrosoft FabricDatabricks trains data-agent retriever to stop early or spend bounded extra search steps, reporting 5.8-second latencyDatabricksThoughtSpot adds SpotterCode coding agent to its Visual Embed PlaygroundThoughtSpotLongMemEval-S audit: 67–73% of restore-fixable 80k-budget errors came from evicted evidence under three policiesarXivSchemaGate 0.1.42 adds dimension-aware retrieval and fixes complex multi-table SQL promptsSchemaGateSnowflake agent toolsets can silently drop inherited tools when callers lack accessSnowflake DocumentationLooker’s VS Code extension reaches GA with MCP-assisted LookML generation, editing and validationGoogle Cloud Looker release docsIBM makes watsonx Orchestrate AgentOps, custom LLM judging and Bedrock-agent discovery generally availableIBMSchemaGate 0.1.45 fixes broken Oracle ADB wallet connections and an OCI stack pinned 28 releases behindSchemaGatePDI’s Amazon Quick procurement agent grounds spend answers in vendor, category and contract contextAWS Business Intelligence BlogBigQuery’s ML.METRICS example returns 0.84 accuracy but 0.30 macro-F1 on the same 100-row classification queryGoogle Cloud BigQuery docsSchemaGate 0.1.44 auto-selects sentence embeddings, lifting bundled-schema retrieval from 90/98 to 93/98SchemaGateSchemaGate 0.1.43 adds read-only SQL execution with per-principal table checks—and documents unauthenticated client assertionsSchemaGateDatabox adds reusable AI Analyst Skills with personal/company scope, auto-matching and marketplace installsDataboxFabric previews an AI builder for data-agent instructions, source guidance and example queriesMicrosoft FabricDatabricks trains data-agent retriever to stop early or spend bounded extra search steps, reporting 5.8-second latencyDatabricksThoughtSpot adds SpotterCode coding agent to its Visual Embed PlaygroundThoughtSpotLongMemEval-S audit: 67–73% of restore-fixable 80k-budget errors came from evicted evidence under three policiesarXivSchemaGate 0.1.42 adds dimension-aware retrieval and fixes complex multi-table SQL promptsSchemaGateSnowflake agent toolsets can silently drop inherited tools when callers lack accessSnowflake DocumentationLooker’s VS Code extension reaches GA with MCP-assisted LookML generation, editing and validationGoogle Cloud Looker release docs
nl2sql.ai
releaseRelease

MotherDuck’s CLI draws a practical boundary between MCP chat and agent automation

The new command-line surface keeps large query results outside the model context and gives coding agents and CI one deployment path for queries, pipelines and dashboards.

CLI versus MCP boundary for database agents.
AI-generated illustration
By The News Desk· Aug 28, 2026the quick take — two AI hosts go live when you do

MotherDuck has launched a command-line interface for querying data, publishing Python pipelines and deploying hosted dashboards from terminals, coding agents and CI jobs. The release matters less as another database CLI than as a concrete answer to an increasingly common architecture question: when should a data agent use MCP, and when should it use an ordinary shell command? (MotherDuck launch)

The shell becomes the agent boundary

MotherDuck’s answer is operational. Its MCP server remains the interface for agents inside chat clients without a shell. The CLI is aimed at coding agents, sandboxes and automated jobs that already have a filesystem and command runner. It exposes queries, Flights pipelines, Dives dashboards and account operations through one install, while structured commands can return JSON for programmatic parsing. (MotherDuck CLI documentation)

That split can reduce context-window waste. MCP tool results normally return through the model conversation; a shell-based agent can instead redirect a large query to disk, filter it locally and bring only the relevant rows back into context. The same command can also move from an interactive agent session into a Makefile or CI workflow without preserving an AI dependency in the deployment path. (MotherDuck launch)

Authentication is designed for unattended environments. The CLI can read a MOTHERDUCK_TOKEN in CI, while motherduck new can create a temporary organization and return a claim URL for later human ownership. The vendor also bundles local authoring guides for Flights and Dives so an agent can inspect supported APIs and runtime constraints without a web-search round trip. (MotherDuck launch)

A useful demo, not an independent benchmark

In MotherDuck’s demonstration, Claude Code took a single prompt, inspected a 3.87 million-row Hacker News dataset, created three aggregate tables, published a Python Flight and deployed a React dashboard. The post reports about 45 seconds of CLI time, including 11.5 seconds of server-side compute for the ingestion run. Those timings come from a vendor-run session, not an independent performance test, but the workflow exposes useful controls: run exit codes, logs, versioned pushes and JSON output. (MotherDuck launch)

The practical lesson for teams building data agents is to avoid treating MCP as the universal transport. Use MCP where the model must call remote tools from a conversation. Use a CLI where the agent already has a shell, needs to manipulate files or must hand a repeatable deployment step to CI. MotherDuck now offers both paths against the same service, making that choice an explicit part of the system design rather than an accident of whichever connector shipped first.

Filed by The News Desk. Corrections: desk@nl2sql.ai · Our standards →

comments · 0

    Comments are moderated before they appear. Your email is used once to confirm it is you — never shown, never sold. Corrections and questions get an answer from the desk when we have one.