June 18, 2026
Cloud cost is usually treated as a reporting problem. A dashboard is commissioned, a monthly review is scheduled, and spend keeps rising anyway. The reason is that a FinOps operating model — the rhythms, the owners, and the data underneath — was never built. AI helps, but only once that structure exists.
Start with the data foundation
Predictive cost work is only as good as the data it runs on. Before any forecasting or anomaly detection, we make sure three things are true:
- Every resource is attributable. A consistent tagging and account structure maps spend to a product, team, or environment. In greenfield cloud programs we define this in the landing zone — tag policies enforced by service control policies — so attribution exists before the first workload lands.
- Usage and cost are joined. Billing data alone tells you what you paid, not whether it was worth it. Unit metrics (cost per transaction, per tenant, per model call) need the usage side wired in.
- History is retained. Most cloud billing APIs give you a rolling window. Warehouse it, so seasonality and trend analysis are possible.
The operating rhythms
An AI-driven FinOps model runs on three loops at different tempos:
- Daily — detection. Automated anomaly detection watches for spend that deviates from the modelled baseline and routes alerts to the owning team, not a central inbox. The goal is to catch a runaway job or a misconfigured autoscaler within hours.
- Weekly — optimisation. Rightsizing, commitment coverage, idle-resource cleanup, and storage-tier review, worked as a backlog with named owners. AI surfaces the candidates and estimates the saving; engineers decide and execute.
- Quarterly — governance. Budgets are re-forecast using the predictive model, commitments are re-planned against projected demand, and unit-economic targets are reviewed with product and finance leadership.
Where the models actually help
Three uses earn their place:
- Forecasting future spend from historical usage, so budgets are set against a projection rather than last year plus a percentage.
- Anomaly detection that understands weekly and seasonal patterns, so it does not page someone every Monday morning.
- Optimisation ranking — given hundreds of possible rightsizing and commitment actions, ordering them by confidence-adjusted saving so the team works the highest-value items first.
Note what is not on that list: automated execution of cost actions. As with agentic operations work, the model recommends and a person approves. The blast radius of a wrong rightsizing decision in production is too large to hand to a model.
Executive visibility is a deliverable, not a byproduct
The output leaders need is a short, honest view: what we spent, how it tracked against forecast, the unit economics trend, what optimisation delivered this period, and where the risk is next quarter. If that view takes a week to assemble by hand, it will not get made. Building it as an automated artefact — refreshed from the same data the daily and weekly loops use — is what turns cloud cost from a recurring surprise into a managed business capability.
Sustainability rides along
Once usage data is attributable and warehoused, cloud carbon reporting is a small additional step on the same pipeline. It is worth doing in the same program rather than as a separate initiative a year later.
Working on something in this area? We can help you scope it.