问HN:现实生活中的自主AI代理

1作者: gagarwal123大约 2 小时前原帖
有没有地方可以阅读关于人工智能代理的真实用例或实际部署的案例?<p>互联网上充斥着类似于以下的例子,但我心中认为这些并不是真正的人工智能代理,对吗?<p>1. 如果电子邮件中附有PDF文件,检查PDF中的发票信息并将其放入Google表格,这不是人工智能代理吗?这只是一个工作流程,现在在其中调用了大型语言模型(LLM)作为一个节点。<br>2. 检查我的Google搜索控制台并建议SEO的想法——这同样是一个定时任务(每小时运行一次),收集信息并将其输入LLM以生成想法。这也是一个工作流程。<br>3. 个人助手——我请求信息,LLM确定调用哪个工具并获取信息,然后写入数据库。<p>也许当被提示时,能够自主执行某些任务的编码代理是一个不错的例子。网上有没有关于真实用例的汇编?
查看原文
Is there a place where I can read real use cases &#x2F; 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?