Back to list
我们如何构建了一个能够替代 BI 仪表盘的对话式分析平台
How We Built a Conversational Analytics Platform That Replaces Your BI Dashboard
Translated: 2026/4/25 1:06:38
Japanese Translation
我工作过的每一家公司都面临着同样的问题:3 位分析师被淹没在数据请求中,而 50 位其他团队成员要等待数天才能得到答案。仪表盘确实有所帮助,但它们只能回答那些已经有人构思出图表来回答的问题。
因此,我构建了 Skopx,一个对话式分析平台,任何人都可以用纯英语询问数据问题,并在几秒钟内获得经过验证的答案。
传统的 BI 工具如 Tableau 和 Power BI 功能强大,但会形成瓶颈:
- 需要有人了解如何使用该工具(团队中通常只有 2-3 人)
- 每个新问题都需要创建新的图表或仪表板
- 仪表板会过时,因为没人去维护它们
- 即席询问最终还是落入分析师的收件箱
73% 的商业用户在现有 BI 工具上得不到分析师的帮助就无法获得答案。这就是对话式分析所要填补的空白。
与其构建仪表板,不如连接您的数据源并输入问题:
"上个季度我们每个地区的收入是多少?"
"哪个营销活动的投资回报率最高?"
"展示那些 90 天未购买的客户"
AI 理解您的数据库架构,生成优化的 SQL,执行查询,并返回带有可视化的结果。每个答案都会显示生成的 SQL 并引用数据来源,以便您可以验证准确性。
两个原因:工具使用的可靠性和上下文窗口。在我们的测试中,Claude 比 GPT-4 更一致地处理复杂的多步骤工具调用(查询数据库,然后分析结果,然后生成可视化)。20 万词的上下文窗口也意味着我们可以在不截断的情况下在提示中包含完整的数据库架构。
1. 架构理解至关重要。AI 的能力取决于您对数据的理解。我们构建了一个上下文层,能够随时间学习您的业务术语。当您的团队说“MRR”时,AI 就知道它来自订阅表的月经常性收入。
2. 引用建立信任。没有人会信任一个黑盒 AI 答案来做出商业决策。Skopx 的每个答案都显示 SQL 查询、访问的表以及执行的计算。这是我们在测试版中最受请求的功能。
3. 连接的数据优于上传的数据。ChatGPT 可以分析您上传的 CSV 文件。但真正的商业问题涉及多个系统。“上周为什么收入下降?”可能需要来自您的数据库、Stripe 和 Slack 的数据。我们已连接了 47 多种工具,使 AI 能够查询所有这些系统。
我们最近在平台中直接集成了项目管理。其独特之处在于:您可以点击任何任务,AI 会从所有连接的工具中拉取上下文。
询问“这个任务有什么阻碍吗?”它会检查您的 GitHub PR、Jira 工单和 Slack 对话,为您提供完整的 picture。
Skopx 现已在 skopx.com 上线。团队版为 16 美元/座/月,采用 BYOK(自带密钥)模式,因此您可以使用自己的 Anthropic API 密钥以获得完整的成本透明度。
我希望能从 Dev.to 社区获得反馈,特别是关于:
- 对话式分析的用户体验
- 项目管理集成
- 您希望连接任何数据源
查看对话式分析概述或关于对话式分析是什么的完整指南。
Original Content
Every company I've worked with has the same problem: 3 analysts drowning in data requests while 50 other team members wait days for answers. Dashboards help, but they only answer the questions someone thought to build a chart for.
So I built Skopx, a conversational analytics platform where anyone can ask data questions in plain English and get verified answers in seconds.
Traditional BI tools like Tableau and Power BI are powerful, but they create a bottleneck:
Someone needs to know how to use the tool (usually 2-3 people on the team)
Every new question requires a new chart or dashboard
Dashboards go stale because nobody maintains them
Ad-hoc questions still end up in the analyst's inbox
73% of business users can't get answers from their current BI tools without help from a data analyst. That's the gap conversational analytics fills.
Instead of building dashboards, you connect your data sources and type questions:
"What was our revenue by region last quarter?"
"Which marketing campaigns have the highest ROI?"
"Show me customers who haven't purchased in 90 days"
The AI understands your database schema, generates optimized SQL, runs the query, and returns results with visualizations. Every answer shows the SQL generated and cites the data sources, so you can verify accuracy.
Two reasons: tool use reliability and context window. Claude handles complex multi-step tool calls (query database, then analyze results, then generate visualization) more consistently than GPT-4 in our testing. The 200K context window also means we can include full database schemas in the prompt without truncation.
1. Schema understanding is everything. The AI is only as good as its understanding of your data. We built a context layer that learns your business terminology over time. When your team says "MRR", the AI knows it means monthly recurring revenue from the subscriptions table.
2. Citations build trust. Nobody trusts a black-box AI answer for business decisions. Every Skopx answer shows the SQL query, the tables accessed, and the calculation performed. This was the single most requested feature in our beta.
3. Connected data beats uploaded data. ChatGPT can analyze a CSV you upload. But real business questions span multiple systems. "Why did revenue drop last week?" might need data from your database, Stripe, and Slack. We connect to 47+ tools so the AI can query across all of them.
We recently built project management directly into the platform. The unique part: you can click any task and the AI pulls context from all your connected tools.
Ask "What's blocking this task?" and it checks your GitHub PRs, Jira tickets, and Slack conversations to give you a complete picture.
Skopx is live at skopx.com. The Team plan is $16/seat/month with a BYOK (Bring Your Own Key) model, so you use your own Anthropic API key for full cost transparency.
I'd love feedback from the Dev.to community, especially on:
The conversational analytics UX
The project management integration
Any data sources you'd want connected
Check out the conversational analytics overview or the full guide on what conversational analytics is.