r/analytics • u/savhascelik • 1h ago
Discussion What are the capabilities of a tool that enables data analysis and report generation via voice or text input, supported by an LLM?
I’ve developed a tool that transforms a raw spreadsheet into a live analytics workspace without the need for a server (a fully browser-based service). You’ve probably seen similar examples; what do you think such a tool should be capable of? For instance, I’m currently storing the data specifically within the browser so that the LLM only retrieves the column names, but the user could share the analysis results with the LLM if they wish.
What are your thoughts on this? What advice would you give?