The New Math of AI Costs
When your warehouse bill spikes, you can usually trace it to a runaway query or a new pipeline. AI is a different beast. A single prompt to a Cortex Agent can fan out across multiple datasets, chain together a dozen reasoning steps, and burn through thousands of tokens before you blink. And unlike traditional infrastructure, many AI workloads are exploratory by design—you don't know the cost until you've already spent it.
This is the headache FinOps teams are waking up to. They're being asked to govern systems where the cost can change as fast as the output. That means solving two problems at once: using AI to make FinOps better, and managing the AI spend itself. Snowflake has been rebuilding cost management from the ground up with exactly that dual mandate in mind.
FinOps Has a New Priority: AI
The FinOps Foundation's State of FinOps 2026 report makes it official: AI is no longer a side topic. It's the main event. Over the next year, AI-focused FinOps ranks as the top forward-looking priority for teams. AI cost management is the skill organizations most want to build, and 98% of FinOps teams now manage AI spend—up from 31% just two years ago. In one product cycle, this went from emerging niche to table stakes.
What makes it hard isn't just the size of AI bills. It's the nature of them. The report flags three recurring pain points:
- Poor cost visibility, because AI pricing models vary wildly.
- Difficulty allocating AI costs to business units—much harder than with traditional infrastructure.
- Difficulty judging ROI, since many AI investments are still experimental.
On top of that, the most requested capability is fine-grained monitoring of AI spend—tokens, LLM requests, GPU utilization. One practitioner put it bluntly: teams are juggling more fragmented, complex AI projects while being told not to throttle AI adoption so much that they slow time to market.
AI Inside the Cost Tool
The most common FinOps failure isn't a lack of data. It's a lack of time to make sense of it. Engineers can write queries against ACCOUNT_USAGE, and finance can stare at monthly invoices. But the people in between—the ones who need to explain why spend jumped 30% last week—often don't have the context to dig in quickly.
Snowflake's answer is to embed its AI coding agent, Snowflake CoCo, directly into the cost management experience. Instead of writing SQL, you have a conversation.
Cost Intelligence as a Chat
CoCo comes with a Cost Intelligence skill that turns cost analysis into a dialogue. You can ask things like:
- Why did my compute costs spike on Wednesday?
- Which users consumed the most warehouse credits this month?
- Show me my top five warehouses by cost, with a six-month trend.
- How am I tracking against my monthly budget?
CoCo doesn't just spit out numbers. It explains the reasoning, shows the underlying data, and keeps context for follow-up questions. It connects warehouse activity, query patterns, user behavior, and cost attribution—work that used to require a data analyst who knew the ACCOUNT_USAGE schema inside and out.
The same skill works in Snowsight UI and the CoCo CLI or Desktop, so a platform engineer in the terminal and a FinOps analyst in the browser get the same natural-language cost analysis interface.
Anomaly Detection That Explains Itself
Snowflake already had Cost Anomaly detection to flag unusual spend. But knowing something happened is only half the battle. The hard part is figuring out why. Teams used to burn hours stitching together warehouse history, query logs, and user activity.
Now, with CoCo integrated into the cost management UI, you can click on an anomaly in the spend chart and hit “Explain.” CoCo investigates automatically, correlates it with warehouse activity, identifies the relevant users or workloads, and returns a plain-English explanation in seconds.
Account Overview as a Command Center
The new Account Overview in Snowsight Cost Management—announced at the 2026 Snowflake Summit—isn't a static dashboard. It's a unified hub where you see budget health, unresolved anomalies, warehouse attribution status, and credit usage by service type on one screen. Every insight has a direct action attached. If an anomaly needs digging into, CoCo is one click away. If a warehouse hasn't been tagged to a cost center, CoCo can generate a tagging plan. The goal is to shrink the distance between spotting a problem and fixing it.
Governing AI Spend: The New Must-Have
AI makes cost management smarter, but it also creates a whole new category of spend that needs governance. Snowflake has built a set of primitives specifically for AI cost control, from visibility to enforcement.
You Can't Manage What You Can't See
Visibility comes first. Snowflake has invested heavily in layered AI cost visibility.
Seven new organization-level AI views are now in the ORGANIZATION_USAGE schema, one for each major AI capability—Cortex AI Functions, Cortex Agents, Snowflake CoWork, Snowflake CoCo, and so on. These give finance, platform engineering, and FinOps teams a single source for all AI-related credit consumption across the entire organization. You can drill down to daily AI spend by account, user, and even function or model. That means monitoring AI adoption trends by business unit, comparing teams, and building internal chargeback reports—without writing complex multi-account JOINs by hand.
In Snowsight, admins can filter AI usage by service type under Admin > Cost Management, isolating AI functions from warehouse compute. Combined with the new Account Overview and Cost Intelligence skill, teams can quickly see whether AI costs are climbing, what's driving them, and who's responsible—all without leaving Snowsight.
Guardrails That Keep Up With AI
Visibility tells you what's happening. Guardrails prevent the things you don't want. Snowflake's budgets and quotas have been extended to cover AI workloads specifically.
Budgets at the Function Level
Budgets are monthly spending caps on defined resource sets. They now cover AI service types—AI Functions, Snowflake CoWork, Cortex Agents, and Snowflake CoCo—alongside traditional compute. Tag-based budgets let you map your org structure directly onto spending controls. Tag AI resources by team, cost center, or project, then create a budget that applies to those tags. When spend approaches the threshold, notifications go out via email, Slack, Teams, PagerDuty, or even cloud provider message queues.
If a threshold gets crossed, Custom Actions—stored procedures you define—can fire automatically. They might revoke access, write an audit log, or trigger a downstream workflow. That turns a passive alert into a programmable, automated cost governance layer.
Per-User Quotas: The Missing Piece for AI Democratization
One of the biggest headaches when rolling out AI at scale is the single user who racks up insane costs. A complex Cortex function over a million rows, or repeated LLM calls in a tight loop, can blow a hole in the budget. Traditional budgets watch aggregate resource spend, but they can't stop one user from going rogue.
Per-user quotas, now in public preview, set a monthly or daily credit ceiling for each individual user. They cover the AI areas where costs accumulate fastest: AI functions (all Cortex SQL functions like AI_COMPLETE, AI_CLASSIFY, AI_EXTRACT), Snowflake CoWork, Cortex Agents, and Snowflake CoCo. User scope is defined via Snowflake tags, so you can map existing org structures—cost centers, departments, teams—to quota scopes without listing users manually.
Both quota admins and users get automatic notifications as they approach or hit the limit. For organizations that need hard governance, enforcement can cap access within minutes of hitting the quota, preventing runaway spend. Access automatically resets at the next cycle, based on whether you set daily or monthly limits.
For orgs that want to push AI out to frontline users, per-user quotas are the key to making self-service AI safe. You can open AI functions to every analyst, track each person's usage independently, and step in before the bill spirals.
The Big Picture: AI on Both Sides of Cost Management
What makes this wave of FinOps tools different is that AI is playing two roles at once.
On one side, AI is driving cost management itself. With CoCo's Cost Intelligence skill, anyone can understand spend, investigate anomalies, and create budgets in natural language—no ACCOUNT_USAGE guru required. The new Account Overview puts AI-generated insights at the center of the cost workflow, cutting the lag between “something looks off” and “here's what happened, here's what to do.” Cost management is becoming an AI-assisted decision layer embedded in daily operations, not a back-office report.
On the other side, AI is the thing being governed. Fine-grained AI usage views, tag-based AI budgets, and per-user quotas give FinOps and platform teams a complete set of primitives to deploy AI broadly while maintaining financial control. You can see exactly which AI function is burning money, enforce limits at the team and individual level, and trigger automated actions when thresholds are crossed.
The principle underneath is simple: when AI-driven cost complexity explodes, the answer isn't more manual processes. It's better tools, powered by AI, built right into the platform where your data lives.
Comments (0)
Please sign in to post a comment.
Don't have an account? Create one
No comments yet. Be the first to comment!