Your AI-Generated Code Might Not Be Yours
探讨AI生成代码的版权归属,结论明确:纯AI产物不受版权保护,开发者需警惕法律风险。
If you use GitHub Copilot, Claude, Cursor or any other AI coding assistant to write production code, the legal ownership of what you ship is less sett…
探讨AI生成代码的版权归属,结论明确:纯AI产物不受版权保护,开发者需警惕法律风险。
If you use GitHub Copilot, Claude, Cursor or any other AI coding assistant to write production code, the legal ownership of what you ship is less sett…
识别AI生成代码,支持多语言,帮开源项目守住新规红线。
IT之家 8 月 9 日消息,甲骨文(IT之家注:Oracle)现已通知 OpenJDK 开发者,要求项目组不能再提交 AI 生成的代码。 甲骨文对此表示:“ OpenJDK 社区贡献内容不得包含由大语言模型 、 扩散模型或深度学习系统生成的内容 。此处的‘内容’包括但不限于代码、文本、PR、电子邮…
AI代码生成潮下,独立开发者为何忧心技艺消亡?数千行PR背后,是效率飞跃还是平庸泛滥?
Article URL: https://vladthe.dev/blog/claude-code-ai-slop-and-the-death-of-the-art Comments URL: https://news.ycombinator.com/item?id=49241531 Points:…
知名开源项目是否开始接受AI生成的“vibe-coded”PR?从OCaml的拒绝到LLM进步,社区立场正在松动吗?
Do any renowned OSS projects (e.g. OS, compilers, databases, libraries...) switched their review process and started allowing vibe-coded PR to be merg…
100%由LLM生成的IDE,专为LLM智能体驱动设计,强调性能与隐私,反潮流中的独特产物。
I want to be very upfront: this IDE's code is 100% generated by LLMs supervised by me, I am not hiding this fact. This submission was written by a hum…
依赖树中混入LLM代码的隐患有多大?作者用100小时审查经历敲响警钟。
Article URL: https://joeyh.name/blog/entry/no_LLM_code_in_dependencies/ Comments URL: https://news.ycombinator.com/item?id=48762008 Points: 1 # Commen…
用AI写代码时,你已在做安全决策——AI工程师正成为安全工程师,你察觉了吗?
Most Just Don't Realize It Yet. A few years ago, building software and securing software felt like two different jobs. Software engineers shipped feat…
HN热议:AI生成代码怎么测?从用户视角跑浏览器测试,当前AI代理还做不到,值得一看。
When AI generates code, I first instruct the model to find, fix, and verify any issues. After that, I start the server and test whether it actually wo…
Zig 正式封杀 AI 生成代码,贡献者还得玩「扑克」自证清白?开源圈最硬核的信任实验
Article URL: https://kristoff.it/blog/contributor-poker-and-ai/ Comments URL: https://news.ycombinator.com/item?id=48595826 Points: 2 # Comments: 0
技术债务的新代价: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…
AI生成的PR修复请求为何频频遭拒?基于AIDev数据集给出拒绝模式与改进方向。
arXiv:2606.13468v1 Announce Type: cross Abstract: AI coding agents are increasingly used to generate pull requests (PRs) that propose code fixes in so…
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生成的“代码垃圾”,这篇文章戳中了很多人的痛点。
Article URL: https://www.builder.io/blog/developers-drowning-in-ai-prs Comments URL: https://news.ycombinator.com/item?id=48408569 Points: 4 # Comment…
Vim Classic 8.3.0 发布,坚持100%无AI生成代码,回归纯粹编辑器传统。
IT之家 6 月 3 日消息,科技媒体 NeoWin 今天(6 月 3 日)发布博文, 报道称 Vim Classic 编辑器发布首个稳定版 8.3.0,主打完全不含 LLM 生成代码。 开发团队为了避开 Vim9 Script 带来的长期维护压力,选择基于 Vim 8.2.0148 版本构建,从而…
Linux应用商店Flathub出手禁止AI生成代码,维护者直言受够了,背后是开发者对AI编程质量的隐忧。
IT之家 5 月 30 日消息,据科技媒体 XDA 今天报道,人工智能对编程领域的影响已毋庸置疑。而各大软件分发平台的思考者也开始头痛:是否应该允许 AI 生成的代码流入自家项目?此前,Linux 创始人 Linus Torvalds 已对 AI 生成代码开绿灯,前提是人类负责、质量足够。 但 Li…
LLM生成代码的溯源难题,这一新方案兼顾效率与可扩展性。
arXiv:2605.28510v1 Announce Type: cross Abstract: Large language models (LLMs) for code completion and generation are increasingly used in software de…
AI生成代码占比激增,谁来为无人验证的软件质量负责?
Article URL: https://leodemoura.github.io/blog/2026-2-28-when-ai-writes-the-worlds-software-who-verifies-it/ Comments URL: https://news.ycombinator.co…
一个仅靠单条prompt生成、具备新粗野主义风格的LLM翻译器HTML应用,展示AI生成完整工具的能力。
Article URL: https://github.com/hamsterbase/llm-translator Comments URL: https://news.ycombinator.com/item?id=48283695 Points: 5 # Comments: 0
AI写代码重构PR靠不靠谱?这篇论文实测了质量与安全信号,开发者必读。
arXiv:2605.21453v1 Announce Type: cross Abstract: As AI agents increasingly contribute to code development and maintenance, there is still limited emp…
一个确定性质量门控工具,专门验证AI生成的代码,无需依赖大模型,MIT开源。
Article URL: https://github.com/scanaislop/aislop Comments URL: https://news.ycombinator.com/item?id=48191872 Points: 2 # Comments: 0