What it does
Automation takes over collecting the figures and drafting the first version of the board deck. The CFO, COO, and CEO receive a ready draft with figures, charts, and narrative a few hours before the board meeting — instead of several days of manual work by the finance team and analysts. One board cycle takes a day, not a week or two.
Specific steps the AI agent performs on its own:
- Connects to the data warehouse and BI system, retrieves financial metrics (revenue, ARR, CAC, burn, runway) and operational ones (NPS, churn, pipeline, utilization).
- Compares the current period against plan, the prior period, and forecast — identifies material variances.
- Calculates derived metrics and KPIs using the company's own definitions, not a generic standard.
- Generates a draft narrative for each slide — what happened, why, and what we do next.
- Assembles the deck using the presentation template: cover, executive summary, financial results, operational metrics, risks, next-quarter priorities.
- Inserts charts and tables generated from warehouse data.
- Exports the finished file to file storage (e.g., Google Drive, SharePoint, or Notion) and notifies the team via Slack or email.
- Takes edits from the CFO and rebuilds the version — through to the final one.
What automation does NOT do
- Does not replace the judgment of the CFO, CEO, or board of directors. The final decision, narrative, and conclusions remain with the people.
- Does not substitute for audit and compliance — figures are taken from sources the company considers trusted, not recalculated from scratch.
- Does not make strategic decisions or define priorities on its own. The AI agent describes facts and suggests possible formulations; the decision remains with the CEO.
How it works
The AI agent runs as a pipeline with multiple stages: data ingestion → reconciliation → analysis → narrative → assembly → delivery. Each stage is recalculated independently so the CFO only edits what's needed instead of reworking the entire deck.
Architecture and data flow
The agent runs on a schedule (monthly or quarterly board cycle) or on a manual trigger. First it goes to the data warehouse or BI system and pulls pre-defined metrics for the required period. Next — reconciliation: verifying that the data for the period is closed, there are no gaps, no suspicious values (for example, revenue dropping 90% for no reason). If something looks suspicious, the agent does not proceed but escalates to Slack or email to the person responsible.
The next stage is analysis. The agent calculates variances from plan, forecast, and prior period, ranking them by materiality (based on thresholds set by the company). For each material variance it drafts an explanation based on data — for example: "burn increased 15% due to a trade-off between hiring and cash runway".
The narrative stage is text generation for each slide. A language model with tool-use access to warehouse data is used so the model verifies each specific number before writing it. Narrative drafts pass through a grounding prompt that prohibits any figures not present in the warehouse.
The assembly stage is building the deck from a template (Google Slides, Notion, or PowerPoint export). The template and slide positioning rules are fixed; the agent only inserts content and charts. Charts are generated from warehouse data — the agent does not draw them from scratch but uses pre-built visual primitives. If a metric is new and there is no chart for it in the template, the agent leaves a placeholder and flags this in the delivery notification.
Delivery — the file goes to file storage with versioning, and a comment is sent to Slack or email to the person responsible.
Implementation steps
- Metrics mapping. Define the list of metrics that go into the board deck: the source in the warehouse, the calculation formula, and materiality thresholds for flagging variances.
- Template deck. Lock down the slide template and rules: what goes where, which sections are required, and the order.
- Data access. Configure the agent's service account in the data warehouse and file storage with read permissions for sources and write permissions only for the final file.
- Reconciliation rules. Define the rules under which the agent stops and escalates — missing data, outliers, non-closed period, sharp spikes.
- Narrative prompts. Compile a set of prompts that describe the company's narrative style (conservative or direct, for investors or for the board), including the prohibition on figures outside the warehouse.
- Pilot run. In parallel with manual preparation, run the agent on one board cycle, compare results, and collect feedback from the CFO on narrative quality and accuracy of figures.
- Production rollout. The agent becomes the primary source of the draft; manual preparation becomes a review with control checkpoints.
Key components
Component | Purpose |
|---|---|
Agent framework | Pipeline stage orchestration, retry, logging |
AI model | Narrative, variance analysis, explanations |
Data warehouse connector | Metrics extraction, closed period verification |
Template engine | Deck assembly from template (Slides, Notion) |
Reconciliation rules | Escalation triggers for suspicious data |
Prerequisites
Before implementation, you need to make sure the data and processes are ready — without this, the AI agent will not work correctly.
Data and access
- A data warehouse or BI system with closed periods, not live dashboards with open transactions.
- Documented definitions of key metrics — ARR, revenue, burn, churn. If the finance team and ops team have different definitions, you need to agree on one first.
- File storage with API access (Google Drive, SharePoint, or Notion) for saving the finished deck.
- A board deck template that has been used consistently for at least the last 2-3 cycles.
Team and processes
- A finance owner (CFO or financial controller) who spends 4-8 hours per week during the implementation period.
- A data engineer or analytics engineer for the initial setup of connectors.
- Readiness of the CFO and CEO to read the agent's draft and provide structured feedback — without this, the narrative will not be configured.
Timeline
Implementation complexity — medium. Timeline — 6-10 weeks:
- Weeks 1-2: metrics and template mapping, alignment with CFO.
- Weeks 3-5: setting up data access, reconciliation rules, narrative prompts.
- Weeks 6-7: pilot run in parallel with manual preparation.
- Weeks 8-10: iterations based on feedback, production rollout.
If the company has no centralized warehouse and metrics are collected manually from Excel or Google Sheets, the timeline increases by 2-4 weeks for a separate data source consolidation project.
Pain points
- Loss of meeting information
- Ongoing Executive Updates
- Time on Manual Reports
FAQ
How long does implementation take?
Timeline is 6-10 weeks for a company with a ready data warehouse and a locked deck template. Weeks 1-2 — metrics mapping and alignment with CFO. Weeks 3-5 — configuring data access, reconciliation, and narrative prompts. Weeks 6-7 — pilot on one board cycle in parallel with manual preparation. Weeks 8-10 — iterations and production rollout.
What if we don't have a data warehouse and metrics are in Excel?
The AI agent only works with sources that are queried programmatically. If metrics are collected manually from Excel or Google Sheets, they must first be consolidated — at minimum through a simple BI layer or warehouse. This adds 2-4 weeks to implementation, but without it the agent cannot verify figures or recalculate variances.
What can break and what are the risks?
Three main risks. First: figures in the warehouse do not match what the CFO considers correct due to definition mismatches — in that case the agent writes a correct narrative on wrong data. Second: the period in the warehouse is not closed and the agent sees interim values — resolved with reconciliation rules and escalation. Third: figure hallucination — resolved with a grounding prompt and tool-use verification of each figure against the warehouse.
Is this suitable for SaaS companies and other industries?
The solution was built on SaaS metrics (ARR, CAC, churn, burn, runway) and is the best fit for SaaS / Tech. It applies horizontally anywhere there is a regular board cycle with figures and a narrative — manufacturing, retail, services, fintech. Industry differences are metrics mapping and narrative style, not agent architecture.
Can the deck be output to Notion or Google Slides?
Yes, both options are supported. For Google Slides the agent uses the API and creates slides from a template. For Notion it assembles a page with embedded charts and tables. If the company uses PowerPoint, export is possible through an intermediate format, but requires more template configuration and adds several days to implementation.
How do we trust the figures the agent puts into the deck?
The agent does not recalculate figures itself — it pulls them from the warehouse and shows the source next to each metric in the deck (SQL query or dashboard link). The CFO sees where the figure came from and opens the source with one click. The narrative is generated solely on the basis of those same figures, without free interpretation or rounding outside the defined rules.
How does the agent handle CFO comments and iterations?
After the first draft, the CFO leaves edits directly in the deck or in a separate format (Slack thread, comments in Google Slides). The agent picks up the edits, applies them, and rebuilds the slides. Edits to figures are escalated as reconciliation — if a figure does not match the warehouse, the agent does not write a new value but asks to verify the source.
Want this in your business?
Book a free audit — we'll show how this automation will work for you.