I’ve spent 15 years in finance — Goldman, Square, now VP Finance at a Series B fintech — and the most disorienting shift I’ve witnessed isn’t a new accounting standard or pricing model. It’s engineers becoming the primary cost decision-makers in the organization.
Cloud spending crossed $1 trillion in 2026. Organizations waste 30-35% of that — over $200 billion annually — on idle resources, overprovisioned instances, and infrastructure nobody’s monitoring. For nine consecutive years, cost optimization has been the top priority for 72% of enterprises. And for nine years, we’ve mostly failed at it.
The reason? Finance and engineering operated on different timescales. Traditional FinOps ran on monthly cycles. Engineering makes up to 50 infrastructure changes per day. A logging loop could generate 2TB of CloudWatch data in hours, completely invisible until the bill arrives 25 days later. By then, the engineer who wrote the code has shipped three more features.
The Fusion Is Happening Whether You’re Ready or Not
The State of FinOps 2025 report makes the direction clear:
- 50% say workload optimization/waste reduction is their top priority
- 63% now manage AI spending — doubled from last year
- The principle changed from “Everyone takes ownership for their cloud usage” to “Everyone takes ownership for their technology usage”
- Managing AI/ML spend jumped 4 places in priority ranking
- Only 14.2% of organizations have reached mature “Run” stage; 51.4% are still at “Walk”
That last number is the one that keeps me up at night. We’re asking engineers to own cost accountability in organizations where FinOps itself is barely operational.
What Engineers Owning the Bill Actually Looks Like
At my company, we’ve been piloting this for 8 months. Here’s what changed:
Before (finance-led model):
- Monthly cloud cost reviews with engineering leads
- Finance team allocated costs by department
- Engineers never saw cost data until it was a problem
- Budget conversations happened quarterly, 3 months after the spending
After (engineering-led model):
- Cost-per-deployment visible in every CI/CD pipeline
- Infracost runs on every Terraform PR — engineers see “$340/month added” before they merge
- Team-level cost dashboards next to latency and error rate dashboards
- Mandatory cost tagging enforced in CI — pipeline fails if tags are missing
- Weekly unit economics review: cost per transaction, cost per API call, cost per customer
The results are real: 81% of teams with engineering-led cost ownership report costs “about where they should be”, compared to significantly lower satisfaction from finance-led approaches. Organizations report 10-20x ROI from structured FinOps programs, with mature adopters saving up to 40%.
The Unit Economics Shift
This is where my finance brain gets excited. The old conversation was: “Our AWS bill is $180K this month.” The new conversation is:
| Metric | Before | After |
|---|---|---|
| Total cloud spend | $180K/mo | $180K/mo (same!) |
| Cost per transaction | Unknown | $0.0032 |
| Cost per active customer | Unknown | $14.20 |
| Infra cost as % of revenue | “About 22%” | 18.7% (precise) |
| Wasted spend | “Maybe 30%” | 11% (measured) |
The total spend didn’t change dramatically. But now we know what we’re spending it on, and engineering teams can make informed tradeoffs. “This feature will cost $0.0008 per transaction — is that acceptable for the business value it delivers?” That’s a conversation finance and engineering can have productively.
The 40% Challenge
Here’s the uncomfortable part from the FinOps Foundation survey: 40% of respondents say getting engineers to act on cost recommendations is their top challenge.
I understand why. Engineers are already burned out — 81% report burnout symptoms. Adding financial accountability to their workload without additional resources or adjusted expectations isn’t empowerment, it’s cost-shifting from the finance team to engineering.
The organizations getting this right aren’t just giving engineers dashboards. They’re:
- Adjusting performance expectations — if cost optimization is now part of the job, something else needs to come off the plate
- Building cost guardrails, not cost reports — automated policies that prevent waste instead of reports that document it after the fact
- Making the right thing the easy thing — pre-configured instance types, cost-optimized defaults, budget-aware templates
The ones getting it wrong are treating FinOps like they treated security a decade ago: “shift left” without shifting resources.
How are your organizations handling this transition? Is engineering actually owning cost, or is it just lip service?