Ask HN: 现实生活中的自主 AI 智能体
1 分•作者: gagarwal123•大约 2 小时前
有没有地方可以让我阅读关于 AI Agent 的真实用例/实际部署案例?
网上充斥着类似以下的例子,但在我看来,这些并不是真正的 AI Agent,对吧?
1. 如果收到带有 PDF 附件的电子邮件,检查 PDF 中的发票信息并将其输入到 Google Sheet 中,这算不上 AI Agent 吧?这只是一个工作流程,现在多了一个 LLM 调用节点。
2. 检查我的 Google Search Console 并为 SEO 提出建议 - 这又是一个定时任务(每隔 x 小时运行一次),收集信息并将其输入到 LLM 中生成想法。这同样是一个工作流程。
3. 个人助理 - 我请求信息,LLM 确定调用哪个工具,获取信息并写入数据库。
也许,当被提示时,能够自主完成一些任务的编码 Agent 是一个很好的例子。网上有关于真实用例的汇编吗?
查看原文
Is there a place where I can read real use cases / actual deployments of AI Agents?<p>The internet is flooded with examples similar to below but these in my head are not true AI Agents right?<p>1. If email arrives with pdf, check pdf for invoice information and put it in a google sheet is not a AI Agent? Its a workflow that now has llm call as a node
2. Check my google search console and suggest ideas for SEO - This again is a cron job (run every xhrs), collate information and feed it into a llm to generate ideas. This is a workflow as well.
3. personal assistants - I ask for information and llm figures out which tool to call and gets it and writes to a database<p>perhaps coding agents which do some stuff autonoumously when prompted is a good example. Is there a compilation of real use case anywhere online?