Reports where every number shows its work.
Dashboards, board decks, and monthly packs where every figure traces to a real query on your data. Regenerated on demand instead of rebuilt by hand.
q3 board pack · revenue
verified ✓
west $23.8M
east $31.2M
emea $18.4M
query SELECT region, sum(amount) FROM sales WHERE quarter='Q3' GROUP BY 1
commit @7be9896e · J. Alvarez · approved by M. Chen
01
the month-end problem
The deck is due Friday. Nobody can say where slide 7 came from.
today
01 An analyst exports from the warehouse into a spreadsheet.
02 Numbers get pasted into slides. Someone rounds. Someone adjusts.
03 The CFO asks why West doesn't match the dashboard. The thread goes quiet.
04 Next month, the whole thing is rebuilt from scratch.
no source
not reproducible
rebuilt monthly
vs
with xorq
01 An agent builds the pack. Every figure is a query in the Ledger.
02 Checks run against the warehouse. A person approves what ships.
03 The CFO clicks West. The query, lineage, and approver are one hop away.
04 Next month, the pack regenerates. Cached work isn't run twice.
✓ traceable
✓ reproducible
✓ regenerated
02
from question to signed report
Four steps. One of them is a human.
The agent does the work. Xorq runs it as real queries, checks it, and records it. Your team signs off before anything reaches a slide.
01 · ask
Define the pack
Describe the report once: metrics, cuts, period. The agent drafts each figure as an expression.
02 · execute
Run on your warehouse
Every expression compiles to a real query on Snowflake, Databricks, or wherever the data lives.
03 · verify
Check and trace
Deterministic checks pass, lineage resolves to blessed sources, and the result lands in the Ledger.
04 · gate
A human approves
Finance reviews, approves, and the pack ships. Next period it regenerates from the same definitions.
03
architecture · verified reporting
Between the agent and the slide, every number passes through Xorq.
Definitions live in the Ledger. Queries run on your warehouse. Reports are rendered from verified results, never from pasted values.
reporting agents
Board pack agent Xorq Desktop
Dashboard refresher Claude plugin
Filing generator headless · your VPC
expressions
xorq execution system
Ledger metric definitions · versions · approvals
X-Engine compiles one expression to every warehouse
Verifier deterministic checks · lineage to blessed sources
Cache unchanged figures replay, not rerun
Gate · finance approves human
verified
signed outputs
Board deck every figure clickable to source
Dashboard regenerates on schedule
Regulatory filing audit trail attached
real queries ↓ ↑ rows your warehouse · snowflake · databricks · bigquery · duckdb · postgres
outputs Board decks, monthly packs, dashboards, regulator filings
runs on Snowflake, Databricks, BigQuery, DuckDB, Postgres, Trino
works with Xorq Desktop, the Claude plugin, or headless in your VPC
// ready when you are
Stop rebuilding the same report. Regenerate it.
Talk to us