逆向工程现在很便宜了Reverse-engineering is cheap now
越来越多的人使用编码代理来逆向工程和自动化家中的设备。作者认为这是代码编写成本下降的一个有趣体现——以前逆向工程家庭设备完全可行,但 ROI 太低不值得做。更重要的是,有经验的程序员都知道这类未文档化、不稳定的 API 未来可能会变更或失效。
Simon Willison
20th July 2026
I keep hearing anecdotes from people who used coding agents to reverse-engineer and automate devices in their homes.
I think this is an interesting illustration of the impact of the reduced cost of writing code.
Prior to agents, it was entirely possible to reverse-engineer home devices. The problem was the ROI - was it really worth all of that effort? More importantly, any experienced programmer knows that undocumented, unstable APIs like that may well change or break in the future. Is that initial work worth the effort if you're committing yourself to a frustrating cycle of maintenance in the future?
Coding agents change that equation entirely. The effort to get a simple automation working has dropped, as has the cost of trying and failing to get it to work. Since the code is so cheap, the idea of having to maintain it in the future - or throw it away and start again - carries way less psychological baggage.
需要完整排版与评论请前往来源站点阅读。