TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Any recommended AI tools to analyze data and generate insights?

39 点作者 bobosha大约 1 年前
specifically, an AI that I let loose on a large db and can offer insights out of the box "here are top <n> things you need to know" etc, and can be customized etc.

7 条评论

cl42大约 1 年前
If you&#x27;re looking for an open source solution you can customize, check out the ResearchLLM demo: <a href="https:&#x2F;&#x2F;phasellm.com&#x2F;researchllm" rel="nofollow">https:&#x2F;&#x2F;phasellm.com&#x2F;researchllm</a><p>Code: <a href="https:&#x2F;&#x2F;github.com&#x2F;wgryc&#x2F;phasellm&#x2F;tree&#x2F;main&#x2F;demos-and-products&#x2F;researchllm">https:&#x2F;&#x2F;github.com&#x2F;wgryc&#x2F;phasellm&#x2F;tree&#x2F;main&#x2F;demos-and-produc...</a>
paritp大约 1 年前
DataGems (<a href="https:&#x2F;&#x2F;datagems.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;datagems.ai&#x2F;</a>) could be a good fit for what you’re looking for. You can plug in your data sources without deep technical expertise. Then it has customizable templates to help analyze your large datasets and highlight the most relevant insights using AI. You can start with a simple prompt or your data, and let the AI generate insights that can inform critical decisions and enhance your data storytelling. It will also generate an output (slides, video, voice note) based on your needs.
cstanley大约 1 年前
Founder of patterns here (<a href="https:&#x2F;&#x2F;patterns.app&#x2F;">https:&#x2F;&#x2F;patterns.app&#x2F;</a>)<p>We&#x27;re taking a proactive approach to our &quot;chat with your database&quot; product. We begin by inspecting your db, building a knowledge base, then AI will recommend relevant insights to you depending on your query history... tinder for data if you will!<p>To follow up just create a new request and it&#x27;ll kickoff a chat
评论 #39686563 未加载
评论 #39684777 未加载
alxmng大约 1 年前
Yes, I&#x27;ve done this for my clients. Any of the leading LLMs can power the natural language part. But SQL is typically too open-ended to integrate into a product. You&#x27;ll need a more constrained query interface to hit 100% accuracy and deal with access control.<p>Basically, instead of text-to-SQL you do text-to-function-arguments, where that function does the analysis and the LLM translates natural language to your DSL instead of SQL or raw DB queries.<p>Shoot me an email if you want to explore this further (website in profile).
ccwilson10大约 1 年前
Can check out <a href="https:&#x2F;&#x2F;signalgtm.com" rel="nofollow">https:&#x2F;&#x2F;signalgtm.com</a> and <a href="https:&#x2F;&#x2F;simplyput.ai" rel="nofollow">https:&#x2F;&#x2F;simplyput.ai</a>, two players in the space
TowerTall大约 1 年前
elasticsearch &#x2F; elasticstack<p>Check out this keynote from their last conference <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=9cMB7Sjzgt0" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=9cMB7Sjzgt0</a>
JSDevOps大约 1 年前
This doesn&#x27;t exist. It can&#x27;t read minds. How would it conceptualise your data. Does it know about if your selling coffee beans or baked beans?