TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby fandorin4 months ago
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 months ago
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.