Fetching from the wire…
Top 5 · 2026-05-28 · source-backed
SQLite, the most-deployed database in history, published a formal AGENTS.md file establishing rules for how AI agents interact with the project. The position is unambiguous: "SQLite does not accept agentic code." They recently removed the qualifier "(currently)" from that sentence in a commit message that read "Strengthen the statement about not accepting agentic code."
But the policy isn't a blanket rejection of AI. SQLite will accept agentic bug reports that include reproducible test cases, and human developers will review proof-of-concept patches before reimplementing independently. They've created a separate forum specifically for AI-generated bug reports, where maintainer D. Richard Hipp actively triages submissions.
I think this is a cultural inflection point. AGENTS.md is becoming the standard interface contract between open-source projects and AI agents, distinct from CLAUDE.md (which configures an agent's behavior). AGENTS.md defines what agents may and may not do with a project: submission rules, acceptable contribution types, quality gates. It's CONTRIBUTING.md for the AI age.
The SQLite decision makes sense for their specific context. Their codebase has extraordinary reliability requirements, with 100% branch coverage testing and a famously conservative development process. Accepting agentic code would mean trusting that AI-generated patches meet that bar, and right now they don't. The compromise, accepting AI-found bugs but reimplementing fixes by hand, is a pragmatic middle ground.
Every open-source maintainer should be paying attention. If you don't have an AGENTS.md, you're going to get flooded with AI-generated PRs of wildly varying quality. Write one now. Define what agents can submit, what format you expect, and what your review process looks like. Augment Code published a guide on building effective AGENTS.md files. The Karpathy-derived CLAUDE.md crossed 110K GitHub stars and spent 28 consecutive days atop GitHub Trending. The convention is forming fast.
What builders should do: Add an AGENTS.md to every project you maintain. Even if it's three lines saying "AI PRs welcome, must include tests, must pass CI." The absence of a policy is itself a policy, and it's the wrong one.
Each link below shares sources, entities, or timing with this story.
OpenClaw uses SQLite / Shared entities / Shared topic / What happened next
Linked by a graph relationship (OpenClaw uses SQLite); both cover Claude, GitHub, SQLite; overlapping topics (agent, code).
Anthropic released Claude / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Anthropic released Claude); both cover Claude, GitHub, Karpathy; overlapping topics (agent, project).
Linked by a graph relationship (Anthropic released Claude); both cover CLAUDE, GitHub, Karpathy; overlapping topics (agent, code).
Linked by a graph relationship (Anthropic released Claude); both cover Claude, GitHub, PRs; overlapping topics (agent, code).
Linked by a graph relationship (Anthropic released Claude); both cover CLAUDE, GitHub, Their; overlapping topics (ai-generated, code).
Claude uses MCP / Shared entities / Same source domain / Earlier coverage
Linked by a graph relationship (Claude uses MCP); both cover Claude, GitHub, Their; reported by the same outlet (simonwillison.net).
Claude benchmarked against Devin / Shared entities / Shared topic / What happened next
Linked by a graph relationship (Claude benchmarked against Devin); both cover CLAUDE, PRs; overlapping topics (agent, agentic, code, project).
Gemini competes with Claude / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Gemini competes with Claude); both cover CLAUDE, Their; reported by the same outlet (simonwillison.net).