Vetted AI code is hard to justify
AI写的代码能跑,但验证和吃透它的代价常常被低估,这篇亲身经历道出了AI编程的隐性成本。
Article URL: https://amoffat.github.io/blog/vetting-burnout.html Comments URL: https://news.ycombinator.com/item?id=49341368 Points: 1 # Comments: 0
AI写的代码能跑,但验证和吃透它的代价常常被低估,这篇亲身经历道出了AI编程的隐性成本。
Article URL: https://amoffat.github.io/blog/vetting-burnout.html Comments URL: https://news.ycombinator.com/item?id=49341368 Points: 1 # Comments: 0
同一份AI指令文件竟有18个版本,揭示配置漂移的惊人真相与治理思路。
Your team runs Claude Code, Cursor, and Copilot. Each of them reads a file before it acts — CLAUDE.md , .cursor/rules/*.mdc , .github/copilot-instruct…
开源仓库健康体检神器,从提交历史读懂项目活跃度、核心开发者、补救工作量与技术债堆积趋势
Article URL: https://gitdebt.com/ Comments URL: https://news.ycombinator.com/item?id=49201088 Points: 2 # Comments: 0
别再过度设计状态管理!分清共享状态与全局状态,让组件独立可推理。
I spent three years of my career treating Redux and Zustand like they were the default way to build any app. If a piece of data needed to be shared be…
用90%成本削减揭示LLM技术债:大模型虽好,但更小的微调模型才是长期最优解
Article URL: https://seldon-ai.com/blog/silent-epidemic-llm-tech-debt Comments URL: https://news.ycombinator.com/item?id=48872743 Points: 1 # Comments…
从git历史挖掘重复失败模式,跨仓库搜索让团队告别“修过又忘”。
Part 1 — Mining lifecycle patterns from git history ⚡ TLDR What: A CLI tool ( hermes-harness ) that mines git history for recurring failure/fix patter…
库存显示和购物车不一致,背后是系统协调失灵。小商户看不见的后端隐患,正在悄悄吃掉利润,一文讲清原因。
Most small business owners think a technical problem looks like a crash. The website goes down, an error message shows up, something breaks in a way e…
在 AI 批量生成代码的时代,真正区分好软件与垃圾代码的,依然是软件品味和规格智慧。
Article URL: https://blog.herlein.com/post/wisdom-in-specs/ Comments URL: https://news.ycombinator.com/item?id=48705898 Points: 2 # Comments: 1
产品经理必看:AI债务如何像技术债务一样积压,一个“快速修复”竟让错误投诉飙升28%,教你系统化应对。
Article URL: https://newsletter.artofsaience.com/p/the-pms-guide-to-managing-ai-debt Comments URL: https://news.ycombinator.com/item?id=48699231 Point…
大模型只放大代码现状:喂好代码则好,喂烂代码则烂,别把品味外包给 AI。
It has no taste of its own, only the momentum of whatever it reads. Point it at clean code, it stays clean. Point it at rot, it compounds the rot. Goo…
GitHub近一半新代码由AI生成,但人类逐行审核比手写还慢,AI代码正成为难以处理的“数据堆”。
Article URL: https://maref.cc/en/blog/vibe-coding-crisis/ Comments URL: https://news.ycombinator.com/item?id=48656807 Points: 3 # Comments: 0
AI写代码快如闪电,但你真的敢合并吗?作者分享拒绝AI代码的底层逻辑,聊聊可维护性与技术债,程序员必看。
Article URL: https://vinibrasil.com/when-i-reject-ai-code-even-if-it-works/ Comments URL: https://news.ycombinator.com/item?id=48614631 Points: 25 # C…
AI不仅是效率工具,更是加速器:它如何同时放大技术债务与创造力?
Article URL: https://www.garysieling.com/blog/the-accelerant-effects-of-ai/ Comments URL: https://news.ycombinator.com/item?id=48564543 Points: 2 # Co…
技术债务的新代价:AI代理的运营成本激增,低质量代码库正悄悄烧掉你的计算资源。
Technical debt used to be priced mostly in human engineering time. Now it also shows up as AI-agent operating cost. When a repository has unclear owne…
看似完美的代码背后,藏着哪些你意想不到的坑?一位开发者的亲身教训与反思。
Would you treat a serious illness without seeing a doctor, relying only on whatever your favorite AI model suggested? Would you let AI take over …
接手AI“摇滚明星”开发者留下的代码?揭秘清理技术债务与团队协作的隐形陷阱。
Article URL: https://www.codingwithjesse.com/blog/rockstar-developers/ Comments URL: https://news.ycombinator.com/item?id=48458586 Points: 413 # Comme…
AI生成代码漏洞百出,但开发者依然选择上线——揭露技术债务与效率妥协的现实矛盾
Article URL: https://www.theregister.com/devops/2026/06/09/devs-know-ai-code-is-riddled-with-holes-but-ship-it-anyway/5252824 Comments URL: https://ne…
代码中的意图债务是AI无法真正理解的盲区,这篇分析点明了AI Agents的实质局限。
Article URL: https://addyosmani.com/blog/intent-debt/ Comments URL: https://news.ycombinator.com/item?id=48444373 Points: 3 # Comments: 1
AI生成的代码通过测试却悄悄破坏系统,本文犀利剖析“AI slop”如何埋下技术债务。
AI slop in code is not just broken output. It is generated code that passes tests while making the codebase harder to maintain. AI slop in code is not…
社区对AI编程吐槽不断,但代码是否只是手段?一场关于工具价值与偏见的讨论。
Genuine question. Over the past six months, there hasn’t been a single day where I’ve checked the HN Best RSS feed without seeing a post about how AI …