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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: AI agents – another hype or something useful?

1 点作者 fandorin4 个月前
Feels like „AI agents” topic is all over the internet now (at least in my corner of the web/social media). Are they really anything useful or is it just another overhyped term?

1 comment

lunarcave4 个月前
As someone who has been building &quot;agents&quot; for about a year, definitely over-hyped. They work well in extremely narrow use cases where:<p>1. A human is there to keep it on the rails<p>2. Tools are domain specific<p>Most agents being shown are basically LLM calls encoded in a graph structure - which I don&#x27;t think an agent is. As a part of having &quot;agency&quot;, the agent needs to have control over its control flow, sans the start and stop node.<p>For example, coding agents are great because they operate in a highly predictable environment and can verify their outputs iteratively using a combination of static analysis and tests.<p>It&#x27;s like when first self-driving cars came out. The real work is slow, painful, and involves good engineering.