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
analysisANALYSIS

Oracle’s database agent turns model building into an auditable SQL workflow

The important boundary is not conversational UX: profiling, feature work, training and inference stay inside database privileges, with generated SQL and action history exposed for review.

Governed SQL workflow versus ad-hoc chat.
Side by side: what changed
By The News Desk· Sep 8, 2026the quick take — two AI hosts go live when you do

Oracle’s Data Science Agent is easy to mistake for another natural-language query box. Its more consequential design choice is that the conversation spans the machine-learning lifecycle while the work stays inside Autonomous AI Database.

Oracle says the generally available agent can discover and profile data, prepare features, train and compare in-database models, and generate SQL for inference. The same first-party description says it preserves generated SQL, execution details, action logs and conversation history. That makes the output more than an answer: it leaves an operational record that a reviewer can inspect and an application developer can reuse. Oracle’s launch description is dated June 23, 2026; this is analysis of an uncovered deployment pattern, not a new release.

The scope boundary is a catalog

The practical control is Oracle’s Conversation Objects catalog. Administrators and users can register the tables, views and mining models available to a conversation, while ordinary database roles and privileges still govern access. Oracle also says remote sources exposed through schema views can participate, subject to the same configuration and privileges.

That is a useful distinction for production teams. A chat prompt is not the authorization boundary. The authorized object set is. Narrowing that set also reduces the search space the model must interpret, so the same mechanism serves governance and task focus.

SQL becomes the handoff artifact

The agent can return ranked predictions and the SQL used for inference after an interactive profiling, feature-engineering and model-training sequence. That means a data scientist can use conversation to assemble the workflow, but a downstream application does not have to replay the conversation. It can consume a reviewable database artifact.

Oracle recommends beginning interactively for important preparation, modeling, scoring and interpretation steps, then delegating repeatable workflows after the approach is understood. Long-running operations can execute asynchronously. Those details matter because they separate exploration from automation instead of pretending every natural-language request deserves immediate end-to-end execution.

A specialized agent on a general framework

Under the hood, Oracle says Data Science Agent uses the broader Select AI Agent framework, modular tools and Select AI’s SQL generation. Oracle’s framework documentation describes planning, tool use, reflection and short- and long-term memory, with access gated by the privileges required for DBMS_CLOUD_AI_AGENT and Select AI.

The production lesson is not that conversation replaces notebooks or model review. It is that a database-native agent can make conversation the interface to a governed sequence whose inputs are scoped, whose actions are logged and whose deployable handoff is SQL. Teams evaluating similar systems should test all three boundaries separately: which objects the conversation can see, which actions it can execute, and whether the final inference SQL reproduces the reviewed result outside the chat.

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.