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
analysisProduction pattern

Snowflake’s InvoiceIQ keeps AI inside a six-stage finance workflow

The internal accounts-payable system separates deterministic matching, model calls, business enrichment, telemetry and audit—instead of turning the whole process into one opaque agent.

Invoice workflow with deterministic steps and AI calls kept distinct.
Side by side: what changed
By The News Desk· Sep 11, 2026the quick take — two AI hosts go live when you do

Snowflake has published a useful production counterexample to the idea that every enterprise workflow should become one general-purpose agent. Its internal InvoiceIQ application processes supplier invoices through six bounded stages—classification, extraction, translation, matching, enrichment and decision-making—while keeping deterministic rules, AI calls and human review separate.

That architecture matters for teams building data agents. The difficult part is not merely getting a model to read an invoice. It is deciding which source owns each field, resolving mismatches against enterprise records, preserving evidence for review and detecting regressions before a change reaches production.

Use AI where ambiguity begins

InvoiceIQ first filters incoming documents with AI_PARSE_DOCUMENT and AI_CLASSIFY, then uses Snowflake document intelligence and AI_COMPLETE to turn invoice content into structured headers and line items. Translation is targeted rather than applied blindly to the whole document: the system detects language, translates selected sections with CORTEX.TRANSLATE, and retains both original and translated text with positional context.

Matching is deliberately hybrid. Exact string matching handles easy cases cheaply. JAROWINKLER_SIMILARITY resolves messy supplier and legal-entity names. A model is used for the harder semantic task of connecting differently worded invoice and purchase-order lines.

That division is the practical lesson. Deterministic operations remain inspectable and inexpensive; model calls enter only where literal rules stop being sufficient.

The document is not always the source of truth

After extraction, InvoiceIQ enriches records with enterprise context already held in Snowflake, including cost centers, company codes, locations, payment terms and tax-related values. Teams can configure whether a field comes from the PDF or is overridden by a purchase-order system, supplier record, historical invoice or business policy.

The workflow then produces an outcome such as approved, rejected, duplicate or review required. Cases needing judgment go to analysts with structured context; clean cases can continue toward Workday submission. Snowflake says the majority of supplier invoices in its internal rollout now pass through InvoiceIQ, but the post does not disclose accuracy, exception-rate, cost-savings or throughput figures.

Separate observability from accountability

Snowflake also distinguishes runtime telemetry from audit evidence. Each pipeline run records stage latency, token consumption for every Cortex AI call, errors and retries, feeding a Streamlit operations dashboard. Separately, every model-driven or human action writes an event to a queryable audit table.

Quality is treated as a release gate rather than a launch-time score. TruLens traces and scores calls for relevance and groundedness, while a regression suite checks changes against real invoices with human-verified ground truth. Snowflake says this setup is used to evaluate prompt, model and platform changes before production deployment.

For data-agent teams, InvoiceIQ is less a recipe for accounts payable than a reusable control pattern: narrow stages, explicit source precedence, deterministic short circuits, model-level cost telemetry, action-level audit and regression tests built from real exceptions. The missing quantitative results mean it should not yet be read as a performance benchmark. It is, however, a concrete account of how one enterprise team constrained AI enough to operate inside a financial workflow.

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.