SQLite 新增 AGENTS.md 文件:不接受 AI 生成的代码,但接受 AI 生成的 bug 报告

sqlite AGENTS.md

精选理由

SQLite 的 AGENTS.md 给所有开源项目立了个规矩:AI 生成的代码不接,但 AI 发现的 bug 欢迎。做 AI 编程工具或依赖 SQLite 的开发者,值得看看这个边界怎么划的。

AI 摘要

SQLite 项目在五日前新增了 AGENTS.md 文件,明确其政策:不接受未经事先同意和法律文件(将代码贡献至公共领域)的 pull request,也不接受 AI 生成的代码。但项目接受 AI 生成的 bug 报告(需包含可复现的测试用例),以及作为概念验证的补丁或 pull request(供人类开发者参考后自行重写)。最近一次提交移除了“currently”一词,强化了“不接受 AI 生成代码”的声明。同时,SQLite 论坛因被大量 AI 生成的 bug 报告淹没,已将其分流至新设立的 SQLite Bug Forum。项目创始人 D. Richard Hipp 正积极处理这些报告并提交大量代码修复。

原文 · Simon Willison’s Weblog

sqlite AGENTS.md

sqlite AGENTS.md SQLite gained an AGENTS.md file five days ago - but it's not intended for their own development, it's presumably aimed at people who are pointing agents at the SQLite codebase. It includes: SQLite does not accept pull requests without prior agreement and/or accompanying legal paperwork that places the pull request in the public domain. However, the human SQLite developers will review a concise and well-written pull request as a proof-of-concept prior to reimplementing the changes themselves. SQLite does not accept agentic code. However the project will accept agentic bug reports that include a reproducible test case. Patches or pull requests demonstrating a possible fix, for documentation purposes, are welcomed. The most recent commit to that file removed the word "(currently)" from "SQLite does not accept agentic code, with the commit message "Strengthen the statement about not accepting agentic code". Meanwhile the SQLite forum was being flooded with so many AI-generated bug reports - of varying quality - that they've now split those off into a new SQLite Bug Forum . D. Richard Hipp is resolving issues on there with a flurry of commits to the codebase. Via Alex Garcia on the Datasette Discord Tags: sqlite , ai , d-richard-hipp , generative-ai , llms , coding-agents , ai-security-research

SQLite 新增 AGENTS.md 文件:不接受 AI 生成的代码,但接受 AI 生成的 bug 报告 · AI 热点