For those who might be interested, I’m sharing an output from my experimentation with agentic AI for data insights democratization.
It’s a simple agentic app for plain-language exploration of a dataset from CultureX, containing corporate culture values across companies from different industries, measured through anonymous Glassdoor reviews between Jan 1, 2023, and Apr 4, 2025.
It consists of several agents (powered by the ChatGPT-5-mini model for inference), each responsible for a different aspect of the insight-generation process and using inputs from other agents:
As already mentioned above, it runs on a public dataset from CultureX with corporate culture values across companies in different industries, measured through anonymous Glassdoor reviews between Jan 1, 2023, and Apr 4, 2025. You can see it in action in the attached video below, but feel free to try it out with your own questions here. (Note: Since the app is hosted on Streamlit Community Cloud, it doesn’t stay awake continuously. If it hasn’t been used recently, you may need to wake it up and wait a few minutes.)
It usually provides good outputs even when you use really simple plain language - but based on my experiments, it helps if you know what kind of dataviz and insights you want and spell that out for the agents 😉
Happy exploring 🕵️♀️
P.S. As usual, genAI can make mistakes, so don’t trust the outputs blindly - always double-check 😉
P.P.S Click the GitHub icon in the top right corner of the app to get to the code repo, or go directly here.
For attribution, please cite this work as
Stehlík (2025, Sept. 24). Ludek's Blog About People Analytics: Agentic AI for visual data exploration. Retrieved from https://blog-about-people-analytics.netlify.app/posts/2025-09-24-agentic-ai-for-visual-data-exploration/
BibTeX citation
@misc{stehlík2025agentic, author = {Stehlík, Luděk}, title = {Ludek's Blog About People Analytics: Agentic AI for visual data exploration}, url = {https://blog-about-people-analytics.netlify.app/posts/2025-09-24-agentic-ai-for-visual-data-exploration/}, year = {2025} }