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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is there an AI service to interpret a collection of articles?

14 点作者 highwayman47超过 2 年前
I am not a developer, so I am looking for something simple where I can enter a series of URLs, articles, etc. and the AI will return some type of interpretation of all the information. Thanks!

8 条评论

Terretta超过 2 年前
You can do this in the OpenAI Playground, chunk by chunk:<p><pre><code> 1. Start with list of URLs 2. Summarize each URL. 3. Append commentary to the summarizations, use &quot;for each compare and contrast with the others&quot; structure 4. Summarize all that 5. Generate result with summary on top, then the summarizations with compares&#x2F;contrasts 6. &quot;Write conclusion&quot; </code></pre> Now read the result, see if that&#x27;s what you meant.<p>If so, have someone write that in Python for you.
评论 #33872553 未加载
评论 #33871317 未加载
raldi超过 2 年前
This would be a nice tool, since none of the OpenAI services support chasing of URLs. Someone could write a GPT wrapper that fetches a list, strips off headers and footers and converts it all to plain text, and then formats it into something that can be fed to the transformer with instructions to spit out a digest and maybe continue the conversation from there.
cyclecycle超过 2 年前
We&#x27;re working on this at Grounded AI (<a href="https:&#x2F;&#x2F;www.groundedai.company&#x2F;contact-us" rel="nofollow">https:&#x2F;&#x2F;www.groundedai.company&#x2F;contact-us</a>). We&#x27;d love to help you if we can. Feel free to contact me (email is on my profile page)
lee101超过 2 年前
<a href="https:&#x2F;&#x2F;text-generator.io" rel="nofollow">https:&#x2F;&#x2F;text-generator.io</a> is like a cheaper gpt-3 but also crawls&#x2F;interprets links to images, webpages, images with text in them, it&#x27;s OpenAI compatible so if you get it working with OpenAI switching is easy
abrichr超过 2 年前
Can you please elaborate on your use case? What kind of articles? What do you want the output to contain?
评论 #33871358 未加载
stairlane超过 2 年前
Primer.ai does this for some govt agencies. Not sure on the quality of their products.
评论 #33871338 未加载
throwaway23236超过 2 年前
Sounds like an easy way to write college papers, articles, and blog posts. ;)
tartoran超过 2 年前
You want to aggregate and summarize content from a bunch of urls?
评论 #33871352 未加载