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
releaseUNDERREPORTED

Databricks gives data-agent retrieval a search budget—not an open-ended loop

Adaptive Instructed-Retriever decides when one pass is enough and when a harder request merits more search, while keeping a fixed step ceiling.

Adaptive retriever balances speed and search depth.
AI-generated illustration
By The News Desk· Sep 12, 2026the quick take — two AI hosts go live when you do

Databricks has introduced Adaptive Instructed-Retriever, a specialized retrieval model built to vary its search effort by question difficulty. Instead of forcing every request through either one fast pass or a fixed multi-step loop, the model can stop when it has enough evidence or continue searching up to a preset ceiling. Databricks positions it as a retrieval component for data agents that must find tables, notebooks, dashboards and documents across large, changing workspaces. Databricks

The important release is the stopping rule

The practical change is not simply “more agentic search.” It is a bounded decision about whether another retrieval round is worth its latency. Databricks says the model supports parallel single-step retrieval and sequential search, with a fixed upper bound on sequential steps. Simple questions can return early; harder, multi-hop requests can spend more of the budget gathering and refining evidence. Databricks

That matters for enterprise analytics agents because schema discovery is part of the user-visible response path. An agent that always explores deeply pays the latency cost on routine lookups. One that always stops after a single pass can miss evidence needed for cross-table or multi-document questions. A learned stopping policy turns that trade-off into an explicit operating parameter rather than an accidental property of the prompt loop. Databricks

Databricks trained the model with online reinforcement learning using CISPO. The reward balances trajectory quality against search cost, penalizing extra steps that do not produce corresponding gains. By changing the step penalty, the company says it can train a family of checkpoints at different points on a quality-latency frontier—for example, favoring responsiveness in interactive use or additional retrieval effort in offline workloads. Databricks

Promising benchmark, incomplete release contract

On a mixture of seven held-out internal and external retrieval benchmarks, Databricks reports that Adaptive Instructed-Retriever answered in 5.8 seconds while matching the retrieval quality of Claude Sonnet 5, GPT-5.6 Luna and DeepSeek-V4-Flash, which it says took more than twice as long. The post also gives two qualitative cases: a negative-answer check where the model matched perfect Recall@10 in two steps, and a customer-discovery task where it reached 0.75 Recall@10 in two steps. Databricks

Those are vendor-reported results, not yet a complete adoption package. The announcement does not provide dataset-by-dataset scores in text, a public checkpoint, or a standalone model card that would let practitioners reproduce the claimed frontier. It also mixes proprietary and public benchmarks, limiting direct comparison from the published page alone. Databricks

For teams building text-to-SQL and broader data agents, the immediate lesson is architectural: measure retrieval quality against both elapsed time and search steps, and set a hard ceiling before granting the model permission to iterate. Databricks’ result is notable because it makes that budget part of training. Independent reproduction—and clarity on how the checkpoints are exposed in Genie products—remains the next evidence to watch.

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.