这一切都只是空头支票吗?
Is it all just vapourware?

原始链接: https://kirahowe.com/2026/aug/8/is-it-all-just-vapourware

作者对当前“代理型人工智能”(agentic AI)软件的爆发浪潮深表怀疑,并认为其中大部分是“虚假宣传”。尽管作者渴望使用能自动化处理软件开发中繁琐行政任务(如需求界定和质量保证)的工具,但他指出目前市场上的产品未能兑现承诺。 核心质疑在于,这些工具是由缺乏真实环境可用性测试的工程师开发的,导致产品普遍存在上手难度大、配置复杂且可靠性差等问题。作者以 ONA 平台为例,描述了一段令人沮丧的经历:该工具在进行基础集成时耗费了大量信用额度,最终带来的不是开发流程的精简,而是更多的“为了工作而工作”。 作者总结认为,这些公司正在自毁营销:如果代理型 AI 真如所宣称的那样有效,开发团队自己理应能交付出极其精致、无瑕的软件。然而现实是,当前的生态系统仍然充斥着大量昂贵且漏洞百出的工具,它们不仅没有帮助,反而阻碍了专业开发人员的工作。

这场 Hacker News 讨论评估了当前的 AI 编程智能体究竟是真正的技术进步,还是仅仅是“雾件”(vapourware)。 参与者批评原文仅基于一款平庸的产品(Ona)就对所有 AI 智能体的现状进行了概括。许多评论者认为,虽然这项技术功能完备,甚至在个人开发循环中表现出色,但它正被那些追求高估值的初创公司过度炒作。 主要观点包括: * **“实验室与现实”的差距:** 用户承认,尽管大语言模型(LLM)能有效修补和重构代码,但现实中的软件工程更多是由范围界定、项目管理和长期维护所定义的,而不仅仅是代码生成。 * **对炒作的怀疑:** 批评者指出,许多新的 AI 工具在提供明确价值之前就已发布,它们往往依靠行话来掩盖内容的空洞。 * **实用性:** 有经验的开发者认为,无需昂贵的第三方专有系统,仅靠现有手段就能实现成熟的工程循环。 归根结底,大众的共识是:虽然底层的机器学习技术是真实且强大的,但“AI 软件工厂”的商业应用目前仍受困于被强行推广的使用场景,且实验性的成功与专业的生产需求之间存在脱节。
相关文章

原文

August 8, 2026/3 min read

Maybe I’m just too cynical but it’s really starting to feel like more or less all of this new “AI”/agent software is vapourware. I’ve been trying to take this whole “agentic development” thing seriously and there is just so much friction in this ecosystem it’s absolutely insane. It’s very clear that all this stuff is built by engineers who a) have free access to unlimited tokens and b) have no systematic review or QA process for usability testing or dogfooding their products except on the most straightforward of happy paths.

The hard part of software engineering was never writing the code. Now that the cost of writing code has collapsed almost down to the cost of LLM inference, code is ubiquitous. Everybody has a vibe coded startup and many are great ideas but the execution seems to lack any regard whatsoever for the user experience.

I tried ONA recently, for example. In principle it’s a great idea. I’d love to be able to make vague requests for improvements to my apps and have a fully automated end to end process for refining those wishes into clear requirements, reconciling them with all the other open feature requests and planned work, scoping them down to implementable features, then running them through design, testing, implementation, QA, and deployment one by one. Of course I want that, my life as a software engineer would be so much easier. This is roughly what this platform says it is capable of. I think this is a very cool idea so I signed up.

My very first encounter with the app was that I was unable to login on their desktop version at all. Auth is hard, so I can empathize and forgive this. So I tried signing in on the web. It took many clicks and redirects but eventually I was in! I was optimistic, but once I had it wired up to one of my projects, instead of making magical hands-off progress on my todo list it spent nearly my entire $20 worth of “ona compute units”, whatever those are, thrashing and trying to get a hold of the todos from linear just so it could pick one to start.

This only adds more friction between me and my projects, which is literally the opposite of what I want when I pay for developer tooling. I’m not inclined to pay more money to see if it can do a better job next time trying to actually build anything, because I’m very skeptical that it can, and building things isn’t what I want AI to do for me anyway. The thing is, I like writing code. That was the fun part of the job until very recently. I want AI to take on all those other annoying parts of the software development lifecycle that were a distraction from writing code. But so far most of what they do is make more annoying work for me. More integrations to debug, more auth tokens to refresh, more bills to keep track of, more meandering and drawn out descriptions of non-bugs with bogus fix suggestions and misinformed “root cause” analyses. It’s tiresome.

The worst part is that the marketing is so overblown. These companies are themselves the best argument against their own sales pitch. If agentic development actually worked the way any of them say it does, then the people selling it would be the primary beneficiaries. They would be shipping the most polished and useful software on the market. Instead I could barely get past the login screen.

The thing is I think ONA is a good idea. I am evidently willing to pay for this kind of tooling. But I want a version that works without lighting twenty dollar bills on fire.

联系我们 contact @ memedata.com