01 — Problem
The friction
Finance teams drown in spreadsheets while risk signals arrive too late.

FinSight turns raw ledgers and market feeds into board-ready narratives. It forecasts cash positions, flags anomalies before they cascade, and drafts variance explanations analysts can trust.
Demo
A short walkthrough of the agent loop — from signal in to decision out.

Demo reel
Month-end variance walkthrough
Overview
Target users: FP&A teams, CFOs, and finance ops who need faster closes without losing control.
01 — Problem
Finance teams drown in spreadsheets while risk signals arrive too late.
02 — Solution
An agentic finance analyst that connects to ledgers and market feeds, runs recurring analysis loops, and delivers variance narratives with forecast confidence and risk flags.
03 — Value
Hours of manual reporting compressed into minutes — with audit-ready explanations.
How it works
From raw signal to a decision FinSight can defend.
Pulls ledger entries, budgets, and market feeds on a schedule, normalizing everything into one analysis frame.
Runs variance, trend, and concentration checks in SQL, then ranks what actually moved the numbers.
Drafts the narrative with figures, drivers, and confidence — every sentence traceable to a query.
Escalates anomalies and forecast breaches to the owner who can act, with recommended next steps.
Capabilities
Built for FP&A teams, CFOs, and finance ops who need faster closes without losing control.
Explains what moved, why it moved, and what deserves attention — in language executives actually read.
Projects short-horizon cash and revenue scenarios, then refreshes as new actuals land.
Surfaces unusual spend, margin compression, and concentration risk before month-end surprises.
Assembles charts, commentary, and recommended actions into a shareable briefing.
Architecture
Data flows left to right: sources feed the orchestrator, specialists reason in parallel, tools execute, and one artifact comes out.
In action
An abbreviated conversation, close to what the agent actually returns.
Why did EMEA gross margin drop 3 points in Q2?
Three drivers: freight up 1.8 pts on the new carrier contract, discounting up 0.9 pts concentrated in two accounts, and mix shift toward hardware for 0.4 pts. Freight is the only one still trending worse in July.
Draft that for the board deck.
Done — one slide with the margin waterfall, both accounts named, and a suggested renegotiation window for the freight contract. Every figure links back to its query.
Design decisions
The constraints that shaped the system — and what was deliberately left out.
Every narrative sentence is generated from a query result, never from model memory, so any figure can be traced back to source.
Aggregations run in SQL, not in the model. The LLM explains results it cannot silently recompute.
The agent proposes; posting to the ledger stays a human action. Write access was deliberately left out of scope.
Honest limits
What the agent does not handle today, and what comes next.
Stack
Nothing added without a concrete requirement behind it.