惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
Spread Privacy
Spread Privacy
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
Blog — PlanetScale
Blog — PlanetScale
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
SecWiki News
SecWiki News
腾讯CDC
P
Privacy International News Feed
Webroot Blog
Webroot Blog
J
Java Code Geeks
爱范儿
爱范儿
A
About on SuperTechFans
S
Secure Thoughts
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
D
DataBreaches.Net
Cloudbric
Cloudbric
Security Archives - TechRepublic
Security Archives - TechRepublic
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
Cyber Attacks, Cyber Crime and Cyber Security
P
Proofpoint News Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Security Latest
Security Latest
Forbes - Security
Forbes - Security
小众软件
小众软件
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
Cybersecurity and Infrastructure Security Agency CISA
T
Threatpost
量子位
MongoDB | Blog
MongoDB | Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
W
WeLiveSecurity
P
Privacy & Cybersecurity Law Blog
Vercel News
Vercel News
Google Online Security Blog
Google Online Security Blog
云风的 BLOG
云风的 BLOG
GbyAI
GbyAI
S
Security @ Cisco Blogs
T
The Exploit Database - CXSecurity.com
Help Net Security
Help Net Security
V
Visual Studio Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
Application and Cybersecurity Blog
Application and Cybersecurity Blog
博客园 - 聂微东
P
Proofpoint News Feed
C
CERT Recently Published Vulnerability Notes
Attack and Defense Labs
Attack and Defense Labs

书远见

和同学讨论读书 “折腾”家庭网络的感想 如何避免 DNS 劫持 读《相对论》 精明的老板 不辩论
重新审视“氛围编程”
2025-09-27 · via 书远见

自从 Vibe Coding 流行起来,我就和很多人一样,被它深深地吸引了。Vibe Coding 原意是“情绪编程”或者“氛围编程”。指的是开发者向人工智能(AI)表述软件需求,由 AI 完成实际的程序编写。

我每天混迹于各种 AI 社区,记录各式各样的提示词,尝试层出不穷的 AI Agent。我想尽一切办法把 AI 融入到我的工作中。我可以开发网页、可以设计游戏、可以分析数据、甚至量化交易都初窥门径。今天我似乎已经是神之程序员,而明天我就会是程序员之神。

我像极了十几、二十岁的青少年,狂热地追逐心中热爱的明星;我像极了那些都市名媛,紧紧追随时尚潮流,生怕落后一丝一毫;我像极了那些盲目追逐,但最终一无所获的人;我像极了那些我一直以来嗤之以鼻的人。

随着我越来越倚重 AI,问题便接踵而至,我逐渐变得束手无策。

最开始,我使用 AI 开发一款理财软件,用来追踪我的投资收益。AI 在第一天就帮我创建出了一个不错的 QT 桌面软件,爬取网页、数据记录、提交表单,数据图表等功能简直信手拈来。

接下来几天,我都迫不及待地继续添加新的功能。

不过好景只持续了一周,随着这个软件的功能越来越多,代码量也逐渐增多。AI 在修改这些代码时渐渐地出现了越来越多的错误,而我也觉得越来越吃力。有些常人很容易理解的功能需求,需要描述得很详细,甚至要反复修改很多次,AI 才能理解并实现我想要的效果。有些 BUG 会反复出现,前一次修复完后,在未来的某次修改中又会出现。就这样,几天后,我放弃继续开发这个软件了。

直到最近几天,我看到有人提供重构 AI 生成的代码服务,我不禁笑出声来:原来还有很多人与我同病相怜。

渐渐地,我收起了 AI 的狂热之心,开始审视与 AI 为伍的这段经历。

这段时间,我开发了几款难以维护的软件,最后不得不放弃了;

这段时间,我写了很多代码,然而我羞于将其开源;

这段时间,我的能力几乎没有长进。

后来,我删掉了那些让我羞愧难当的代码,退订了所有 AI Agent。

我重新开始独立编码。