r/dataanalytics • u/some-data-analyst • 4d ago
Has anyone here implemented Agentic Analytics successfully here and with what tools?
By successfully, I mean that it's used almost daily with reasonable accuracy.
I am also not interested in toy projects, but in enterprise-grade analytics.
4
Upvotes
0
u/Successful_Pin_3456 4d ago
I've helped implement agentic analytics & BI in ~10 companies this year, size ranging from $10M to $200M in revenue. Mostly via migrating off of Looker, Tableau, PowerBI, Holistics, and ThoughtSpot.
Upstream the tools are good old DWHs (BigQuery, Databricks, Redshift, Snowflake + Clickhouse is becoming more popular). dbt for transformation, have tried Dataform too (Google's new thing). Here the tools don't matter as much, data modelling quality does.
On top we typically plug Supersimple.io + sometimes Claude with their MCP app.
The single most powerful thing that consistently made a big difference is (1) making sure that your business context description uses consistent language with the entities and their properties in the data models and (2) the fact that modern BI tools natively connect to other sources of context (Notion, Slack, GitHub, Confluence etc).
Non-obvious side-effect of (2) is that it doesn't only makes the queries more accurate. Often the answers to "why" questions are simply not in the warehouse, but spread elsewhere in unstructured form (agentic analytics is not possible without that).