The friction tax on finance teams
Finance teams move slowly not because the math is hard, but because every number has to be defended. The real bottleneck is provenance, not compute.
Finance teams don't move slowly because the math is hard. They move slowly because every number has to be defended.
A finance team's velocity is set by how quickly they can answer "where did this come from?", not by how quickly they can compute the number itself.
The actual work — summing transactions, reconciling balances, posting accruals — is mechanical. What takes the time is the layer underneath: the audit trail, the source-of-truth lookup, the explanation for why this period looks different from last.
Where the time really goes
In a typical month-end close, I've watched teams spend their hours like this:
- 15% computing numbers
- 35% finding the source of those numbers
- 30% explaining variances to people who weren't in the original meeting
- 20% waiting for approvals that aren't blocked on anything except calendar availability
The compute step is the only part most tools optimize for. The rest is treated as "process" — meaning nobody owns it and nobody measures it.
What actually helps
A spreadsheet that links cells back to the source query. A dashboard that shows which run, on which date, with which filters. A close checklist that includes the reason for each entry, not just the entry itself.
Compute is solved. Context is the bottleneck.
Frequently asked questions
Why does finance work feel so slow?
Not because the math is hard. The actual compute — summing transactions, reconciling balances, posting accruals — is mechanical. Teams slow down because every number has to be defended: finding its source, explaining variances to people who weren't in the original meeting, and waiting on approvals all take far more time than the calculation itself.
Where does the time go in a month-end close?
In one team's close, only about 15% went to computing numbers. The rest went to finding the source of those numbers (35%), explaining variances (30%), and waiting for calendar-bound approvals (20%). Most tools optimize only the 15% and treat the rest as 'process' that nobody owns or measures.
What actually speeds up a finance team?
A tool that makes the provenance of a number cheap to retrieve, not one that makes the number faster to compute. Think a spreadsheet that links cells back to the source query, a dashboard that shows which run and filters produced a figure, or a close checklist that records the reason for each entry. Compute is solved; context is the bottleneck.