An analyst gets a CSV and a question ("how is store-07 doing?"). They spend 30–60 min profiling columns, picking charts, and writing SQL. Each new question repeats the cycle.
Time-to-first-draft drops from ~45 min → ~5 min. Analyst edits the draft instead of starting from a blank slate.
Try itInput → Process → Output
Input — CSV + question
store_sales_30d.csv
date
store
cat
revenue
2026-04-04
store_07
fresh
32,140
2026-04-04
store_07
dry
21,560
2026-04-04
store_07
house
12,800
2026-04-05
store_07
fresh
34,720
2026-04-05
store_07
dry
22,100
…
…
…
…
How is store_07 doing this month?
Process — AI pipeline
1Profile columns + typesReadPredictive
2Generate SQL from questionReadGenerative
3Pick chart shapes (rules)RulesSymbolic
4Narrate the headlineWriteGenerative
Output — auto-generated dashboard
Click Run demo to turn the CSV + question into a 1-page dashboard.
store_07 · Apr 2026auto-drafted from store_sales_30d.csv
Revenue MTD
2.41M
▲ 4.2% vs LM
Basket size
412฿
▼ 1.1% vs LM
Fresh share
42%
▼ 6 pts vs LM
Daily revenue · last 30 days
Revenue by category
Headline: Revenue is up 4.2%, but the engine is shifting — fresh is down 6 pts as a share, replaced by dry. Basket size is flat. Worth a look at fresh assortment.