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
newsGOOGLE CLOUD

BigQuery’s new AI.PREDICT turns agent answers into zero-shot forecasts

TabFM removes the per-dataset training loop for regression and classification, but preview limits and a coming token meter make evaluation mandatory.

Traditional model training versus BigQuery AI.PREDICT zero-shot forecasting.
Side by side: what changed
By The News Desk· Sep 2, 2026the quick take — two AI hosts, this story only

Google Cloud has put a zero-shot tabular foundation model behind two native BigQuery SQL functions, extending what a conversational data agent can do beyond retrieval and aggregation. In preview now, AI.PREDICT performs regression or classification from historical examples, while AI.EVALUATE scores the result against a test set. Google explicitly positions TabFM alongside the BigQuery MCP server for agentic applications.

The execution path gets shorter

A conventional predictive workflow typically separates feature engineering, model training, tuning, deployment and inference. TabFM instead receives labeled historical rows and target rows as in-context examples, then produces predictions in one forward pass. In BigQuery, the caller supplies a training table or query, a prediction table or query and the label column; numeric labels trigger regression, while string or Boolean labels trigger classification.

That matters for analytics agents because a question such as “which accounts are most likely to churn?” can now resolve to a governed SQL function rather than an external model endpoint. The output stays tabular: regression returns a predicted value, and classification returns both a predicted label and class probabilities. Google says distributed BigQuery inference can process prediction tables with millions of rows in minutes.

Zero training does not mean zero evaluation

The operational shortcut creates a new responsibility for the agent layer. A generated AI.PREDICT call can be syntactically valid and still be the wrong modeling choice. Google’s own guidance recommends TabFM for small-to-medium historical datasets and rapidly changing tasks, while retaining traditional models such as XGBoost when teams need more feature capacity, hyperparameter control or feature-importance explainability.

The preview also has hard boundaries: inputs are limited to 20 feature columns and classification to 10 categories. The paired AI.EVALUATE function should therefore be treated as a release gate, not an optional follow-up. An agent can generate precision, recall and F1 for classification or regression metrics such as mean absolute error before a prediction is exposed to users or automation.

Watch the second meter

Pricing is another reason to keep prediction distinct from ordinary text-to-SQL. During preview, Enterprise editions bill through slots and on-demand users pay by bytes processed. Google’s documentation says token-based TabFM pricing begins October 30, 2026, alongside the existing slot or byte cost for the rest of the query.

For practitioners, the useful pattern is a two-stage agent: first resolve the governed population and features, then invoke prediction only when the request genuinely asks for a forecast or classification. Log the generated SQL, evaluation result and inference spend separately. TabFM collapses the modeling path; it does not collapse the need for validation, explainability or cost controls.

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.