Finance AI Systems Discuss one workflow
Technology

What is the technology of the AI work layer?

The AI work layer is not one model or one chatbot. It is a controlled execution layer between finance people and core systems.

It combines an agent harness, LLMs, deterministic tools, scheduled jobs, controlled system interfaces, logs, and review points. Its job is to execute bounded finance workflow steps while keeping ERP, TMS, consolidation, reporting tools authoritative.

Most of the AI work layer is bespoke to the workflow: the tools, checks, calculations, connectors, prompts, evidence outputs, and exception logic reflect the actual finance process. But not every component has to be built from scratch.

The AI work layer sits between finance people and core systems

Finance directs and reviews the work; the AI work layer executes bounded tasks; core systems remain authoritative.

Three-layer diagram showing finance people and workflow direction above the AI work layer above systems of record, with data boundaries, review points, and stop or escalate rules.

Finance directs and reviews the work; the AI work layer executes bounded tasks; core systems remain authoritative.

What runs inside it: agent harness, LLMs, tools, and jobs

The AI work layer is the runtime around the model. The agent harness runs the loop: receive the task, inspect context, choose a tool, read the result, update the plan, continue, stop, or escalate.

Agent harness

Runs the workflow loop: task, context, tool choice, result reading, plan update, stop, continue, or escalate.

LLMs

Handle interpretation, investigation, comparison, exception analysis, drafting, and coordination.

Deterministic tools

Handle balance fetching, calculations, reconciliations, validations, file transforms, and posting checks.

Scheduled jobs

Keep recurring workflow steps running without manual prompting.

Controlled interfaces

Connect the layer to finance systems without giving the model uncontrolled system access.

Logs and review points

Record inputs used, tool calls made, checks passed, outputs drafted, and exceptions raised.

The model handles judgement-heavy work; deterministic code handles exact work

The model should not receive large raw data dumps. Tools retrieve only the scoped evidence needed for the task. Calculations happen in code, not in model reasoning.

Model work
  • interpretation;
  • investigation;
  • comparison;
  • exception analysis;
  • routing;
  • drafting and coordination.
Deterministic / controlled work
  • scoped evidence retrieval;
  • calculations, validations, and thresholds;
  • reconciliations and posting checks;
  • file transforms;
  • structured evidence outputs.

The model can explain, compare, route, and draft. Exact numbers and control checks come from deterministic tools.

Coding agents help build the AI work layer

Coding agents are used to create and modify the tools, scripts, checks, connectors, and workflow automations that the AI work layer needs. The coding agent is part of how the layer gets built, not necessarily part of every production run.

Four-step loop showing a finance workflow brief, coding agent completing the workflow with calculations in code, review and improvement, and reusable AI work layer assets that iterate as reality changes.

Build the workflow by having the agent do the work, then review the method and improve the reusable tools, checks, prompts, and workflow steps.

Finance requirement

A workflow step, rule, check, exception, evidence need, or output requirement.

Coding-agent build step

Create or modify a script, tool, connector, validation, test, prompt, or workflow automation.

Controlled runtime asset

A reusable tool or check that the AI work layer can call during a bounded workflow run.

Some components are common across agent systems

Some capabilities are common across many agent systems, especially the audit/review interface and run trace, security and access controls, and the evaluation and validation harness. Each of these can be built bespoke, adopted from open source, or bought from a vendor depending on the workflow, risk level, integration needs, and your technology environment.

Audit / review interface and run trace

Shows what happened, what evidence was used, what checks passed, what outputs were drafted, and where a reviewer intervened.

Security and access controls

Scope data access, tool permissions, sensitive-data handling, prompt and input filtering, and stopping the model from receiving or doing things it should not.

Evaluation and validation harness

Checks calculations, reconciliations, completeness, policy consistency, evidence sufficiency, and whether the agent should continue, stop, or escalate.

This is not a pure custom-code pitch or a product wrapper. Bespoke workflow logic sits on reusable agent-system components where they make sense.

Finance can own more workflow logic inside proper technical rails

Finance people should increasingly be able to specify, inspect, and even create parts of the workflow logic. They will work closer to code: rules, tools, checks, prompts, test cases, and evidence outputs.

Finance moves closer to
  • workflow rules;
  • tools and checks;
  • prompts and task instructions;
  • test cases;
  • exception definitions;
  • evidence outputs.
Engineering discipline still covers
  • architecture;
  • security;
  • testing;
  • version control;
  • deployment;
  • observability and rollback.

The target is not “finance becomes software engineering”. The target is finance owning workflow logic inside proper technical rails.

Have a workflow where this model could help?

If one finance workflow is too manual, brittle, or dependent on people stitching systems together, start by designing the controlled AI work layer around that workflow.