Finance & Accounting

AI Made Every Part of the Month-End Close Faster. The Close Didn’t.

George Williams, VP of Solutions Engineering
AI Made Every Part of the Month-End Close Faster. The Close Didn't.

TL;DR

Generative AI made nearly every task inside the month-end close faster. The close itself did not move. That is because a close is not a task, it is a sequence of about 40 steps, and the days sit in the handoffs between them. Shortening the close requires a system that owns the sequence: one that holds state, enforces policy, escalates at the boundary, and proves what it did.

Key Takeaways: The close is a sequence, not a task, so making every step 25% faster leaves the same number of handoffs and the same queues. Only the handoffs on the critical path determine the finish date, and task-level speed cannot tell you which ones those are. Ten steps at 85% accuracy produce a fully correct run less than 20% of the time, and most closes run 40 steps. Controlled autonomy separates probabilistic interpretation from deterministic execution, so uncertainty cannot compound. Every approved human resolution should become reusable process logic, because that is what makes the next close shorter than this one.

It is day nine of the close. The board deck is due Thursday. Your team has never worked faster, and you still cannot tell anyone what the final number is.

On paper this should not be happening. Generative AI crossed a boundary that had held for decades. Software can now interpret information locked inside contracts, emails, invoices, purchase orders and policy documents. Finance moved quickly to use it. AI started drafting reconciliation explanations, flagging anomalies, writing formulas and chasing missing approvals.

Nearly every task inside the month-end close got faster.

The close did not.

If every task got faster, why is the close the same length?

APQC’s cross-industry benchmarking puts the median cycle time from trial balance to consolidated financial statements at roughly 6.4 calendar days, with the bottom quartile at ten days or more. Those numbers have barely moved through a decade of finance transformation spending.

The reason is in how the benchmark is defined. Cycle time measures the total elapsed time from the beginning of the process to the end, including the time work spends waiting to move forward. It measures waiting, not just working.

Your close is not one job. Call it 40 steps. Bank reconciliations, intercompany eliminations, accruals, revenue cutoff, FX revaluation, flux analysis. Each with an owner, a handoff and the same deadline, all feeding a number the board relies on.

Most of the knowledge that makes those steps work is not written down anywhere the process can read it. It lives in the people who have done it before. When they are out, the close waits for them too.

The breakthrough stopped at the task boundary

This is not a criticism of AI. It is a recognition of how significant the breakthrough has been.

The first wave of enterprise AI gave software the ability to work with meaning, ambiguity and unstructured information, something it had never possessed before. That is why individual knowledge tasks are getting faster. In a Harvard Business School and BCG field experiment with 758 consultants, those working within the model’s competence finished tasks around 25% faster and produced measurably better work.

But a business process is not one task. It is a sequence of tasks, decisions, permissions, system changes, exceptions and handoffs. Making each participant faster does not change the sequence.

Picture a ten-step process, knowing that a real close runs plenty of things in parallel. Make every step 25% faster and you still have a ten-step process with nine handoffs. Nine places where information gets re-keyed. Nine queues where work waits for someone to notice it.

Not all nine cost the same. Only the handoffs on the critical path determine the finish date. A ten-minute reconciliation blocking fifteen downstream tasks matters more than a two-hour analysis blocking nothing, and no amount of task-level speed tells you which is which.

Ask anyone who has refreshed an inbox for the tenth time in an hour. That silence is where your close actually lives.

The missing capability is not more intelligence inside each step. It is a system that can own the work between the steps and carry it through to a number someone can sign.

Why 85% accuracy per step becomes 20% accuracy end to end

An 85% accurate model is genuinely useful on a single messy step. But when ten steps have to execute correctly in sequence with no independent check between them, those probabilities compound. Multiply 0.85 by itself ten times and the probability of a fully correct run falls to 19.7%.

A ten-step process built from 85% accurate steps completes correctly about one time in five.

Ten steps is the conservative case. Most closes run forty.

This is the arithmetic that separates an assistant from a system of record. Adding a more accurate model moves the number, but it does not change the shape of the problem. What changes the shape is putting a deterministic check between the steps, so an error at step three cannot silently propagate to step nine.

Controlled autonomy: interpretation and execution are different jobs

There is a straightforward idea underneath the architecture. Guessing and executing are different jobs, and they should not be handled by the same component.

Generative AI is good at the first. It reads the invoice, finds the clause, works out that two differently worded phrases mean the same thing. Deterministic logic is good at the second. It applies the tolerance, checks the approval limit and follows the same policy on the thousandth run as on the first. Connect the two with durable state, reserve human judgment for genuinely new cases, and you have a neurosymbolic system.

The operational result is controlled autonomy: a system that acts on its own inside a boundary the business has drawn explicitly, and stops at the edge of it.

The question that matters when you are designing one is simple. Where is the system allowed to think, and where is it allowed to execute? Once that boundary is written down, flexibility and control stop being a tradeoff.

What ownership actually requires

Assisting with a process and owning one are different jobs. Ownership means four things.

  • Holding state across steps and interruptions. Without durable state there is no process, only a series of tasks that happen to be related.
  • Applying established policy without improvising. The rule the system followed in January is the rule it follows in November.
  • Stopping at the boundary and escalating with the context attached. Not a notification. The invoice, the purchase order, the supplier history and the specific reason the process paused.
  • Leaving a record made at the time, not narrated afterwards.

The moment a person has to re-enter the result, the handoff comes back and you have not removed anything from the critical path.

The most valuable answer is the one the system remembers

Consider an invoice from a familiar supplier. The amount is 14% above its twelve-month average, and the supplier changed its bank details eight days ago.

The generative layer reads the invoice and interprets its context. Executable business logic checks the amount, the bank update and the authority limits. The transaction falls outside approved boundaries, so the process pauses before payment.

The controller receives the invoice, the purchase order, the supplier history, the bank change record and the exact reason for escalation. They verify the change and release the payment, but they add a condition: future bank changes for this supplier require verification through the established contact before release.

That resolution becomes approved business logic. The process resumes from the point where it paused. The next time the same condition appears, the system applies the new verification rule automatically and records every step.

This is resolution-guided learning. A single approved human decision turns into reusable process knowledge. The controller did not just correct one output, they taught the process what to do the next time it reaches that boundary.

There is a metric attached to this, and it is one you already have. Pull your exception log month over month. If the rate is declining, expertise is compounding inside the process. Then put days-to-close next to it, because that is the number you are actually judged on.

Two finance teams, twelve closes, two different outcomes

Two finance organizations can deploy AI in the same quarter and end up somewhere very different a year later. Both are still running the same forty steps.

The first uses AI inside existing tasks. Its people resolve the same exceptions, reconstruct the same context and answer the same questions before anyone will sign the number. The tools get better. The process starts each month with roughly the operating knowledge it had before.

The second captures every approved resolution as part of the process. Each close adds supplier behavior, policy interpretations, escalation boundaries and exception logic to the system that will run the next one.

After twelve closes these organizations do not just have different levels of automation. They have different amounts of operational intelligence, and that gap cannot be closed by buying the same software in month thirteen. The system has to encounter the work, involve the right people, retain what they decide, and earn wider authority through visible performance.

The advantage starts accumulating while humans are still fully involved.

Explainable execution is not the same as explainable AI

Ask a modern AI system why it took an action and it will produce a fluent account of its reasoning. That account is generated after the fact. Whether it corresponds to the computation behind the action is a separate question entirely.

Auditors do not want a plausible story. They want evidence: a record made at the moment of action, capturing the input, the rule, the authority, the process version, the actor and the resulting state change.

That is explainable execution. It makes the process observable rather than asking the model to narrate itself.

A $61,000 payment comes up for release. Policy requires two authorized approvals above $50,000. The system does not assess whether both are likely to exist. It checks. If the second approval is missing, the payment does not go, regardless of who is asking.

A control that can be overridden is not a control. It is a policy hoping nobody tests it.

The work that sat between the two buckets

For decades businesses sorted work into two categories. Structured, predictable processes could be automated. Variable, judgment-heavy processes stayed with people.

The most valuable operational work sat in between. Too variable for rules-based automation, too consequential for probabilistic AI. Finance is built almost entirely on this kind of work.

Ciena, a network hardware manufacturer, receives purchase orders in multiple languages, layouts and document formats. Generative AI interprets each order and converts its meaning into structured business data. Executable logic validates the fields, applies company rules and routes the transaction. When an exception hits a boundary, the process pauses with its context preserved for a person. Once approved, that decision becomes operational logic for the next run. Ciena reported eliminating 98% of manual data entry, which removed the bottleneck and freed the team for exceptions that actually needed judgment.

The immediate result matters. The trajectory matters more. Every new document pattern widens the work the system can reach. Every approved resolution widens the work it can complete. Every execution record strengthens the case for giving it more authority.

The controlled autonomy test

You do not need to evaluate the model to work out whether a system can own the close or only assist with its tasks. Five questions will do it.

  • State. Does it remember? Without durable state there is no process, only tasks.
  • Execution. Can it complete the transaction? If a person has to re-enter the result, the handoff is still there.
  • Authority. What physically enforces the rules? Instructions describe a boundary. Executable logic enforces it.
  • Learning. Does each resolution improve the next run? Ask whether the same exceptions keep coming back to people.
  • Evidence. Can it prove what happened? Look for the input, the rule, the authority, the process version, the action and the resulting state.

Quarter-end is where the days actually cost you

At quarter-end the arithmetic gets unforgiving. A public company files its 10-Q within 40 or 45 days depending on filer status, and the accounting close is only the front end of that. Behind it sit management review, disclosure, internal controls, legal and certification.

An extra close day does not move the filing deadline. It comes out of the time leadership has to understand the numbers before signing them.

Where to start

Controlled autonomy does not require redesigning all forty steps.

Pick one recurring exception on the critical path. Define the boundary explicitly. Turn the approved human decision into reusable process logic. Once that loop runs reliably, extend the system’s authority to the next constraint.

Measure it in days-to-close, period over period. Nothing else settles the argument.

What actually shortens the close

The first wave made individual tasks faster. The next connects that intelligence to deterministic precision, symbolic knowledge, durable state, resolution-guided learning and proof.

The important divide is no longer human versus machine, or deterministic automation versus generative AI. It is between systems that produce an answer and systems that can finish the work.

Your close is still forty steps. Every one of them can get faster without taking a single day off the close.

The days come off when a system owns the sequence. It interprets what is ambiguous, obeys what is not, asks when it reaches a boundary, turns each resolution into durable process knowledge, and proves exactly what it did.

That is not a better assistant. It is controlled autonomy.

One finance organization will enter next month’s close carrying everything this month’s close taught it. Another will start again with the same handoffs, the same exceptions and the same unanswered email to the controller.

Same forty steps. The difference is whether the next close starts from zero.

For adjacent reading, see our guide to the continuous close and how intercompany reconciliation is automated, all built on deterministic, English as code logic.

Tired of watching a capable finance team act as human glue between systems that do not talk to each other? See how controlled autonomy works on your close.

Frequently Asked Questions

Because AI has mostly been applied inside individual tasks, and the close is a sequence. Task-level speed does not remove handoffs, and the handoffs on the critical path are what determine the finish date. Until something owns the work between steps, the elapsed time stays roughly where it was.
APQC’s cross-industry benchmarking puts the median at around 6.4 calendar days from trial balance to consolidated financial statements, with top-quartile organizations at 4.8 days or fewer and the bottom quartile at ten days or more. The right target depends on your entity count, revenue and reporting obligations, so benchmark against comparable organizations rather than a single figure.
Controlled autonomy is an operating architecture where a system acts independently inside a boundary the business has defined explicitly, and stops at the edge of it. Interpretation is handled probabilistically. Execution is handled deterministically. Anything outside the boundary escalates to a person with full context attached.
Neurosymbolic AI combines a generative layer that interprets ambiguous inputs with symbolic logic that executes rules the same way every time. It matters in accounting because policy, approval limits and controls are not things you want a model to estimate. They are things you want enforced.
It depends entirely on what enforces the rules. A system that describes its controls in a prompt can be talked out of them. A system where the control is executable logic checked before the action cannot. Ask what physically prevents an out-of-policy action, and ask to see the record it leaves behind.
Explainable AI asks a model to describe its own reasoning after the fact, which produces a plausible account that may or may not match the actual computation. Explainable execution captures a record at the moment of action: the input, the rule applied, the authority, the process version, the actor and the resulting state change. Auditors want the second one.
No. Kognitos runs as a deterministic, auditable execution layer alongside your existing ERP and finance systems. It interprets the unstructured inputs those systems cannot, applies your policies as executable logic, and writes back to the system of record with a full trail.

Ready to automate?

See how Kognitos delivers deterministic AI automation for your team.

Book a Demo
Or try it free →