
TL;DR
The Godot Foundation has established a policy banning autonomous AI agent code and substantial AI-generated contributions, citing reviewer burnout and concerns about maintainer mentorship.
The Godot Foundation announced a new contribution policy on June 30, 2026 that explicitly bans autonomous AI agent use and substantial AI-generated code in pull requests. The policy drew immediate attention on Hacker News, sparking debate about how open source projects should adapt to AI-assisted development.
The official policy draws clear lines:
Prohibited:
Allowed:
Contributors who use AI assistance must disclose it in the PR discussion. Non-compliance with the agent prohibition triggers automatic GitHub repository suspension.
The policy cites three concerns:
AI cannot learn from feedback. When maintainers provide review comments, those insights go toward mentoring future contributors. With AI slop, that feedback disappears into a model that learns nothing and cannot become a maintainer.
Machines cannot take responsibility. When code breaks, someone needs to debug it. The Foundation argues that heavy AI users often do not understand their generated code well enough to fix it.
Reviewer demoralization. The Foundation stated: "If your feedback on PRs is just being absorbed by a machine and not going towards mentoring a potential future maintainer, it becomes much harder to justify spending your free time on PR review."
The Hacker News thread generated 160+ comments with a range of reactions.
Support for the policy:
Several commenters endorsed the approach. One noted that AI-authored PRs feel like "a denial-of-service attack on the human mind" - verbose walls of text that require thorough review but provide no mentorship value.
Another pointed out the self-correcting nature of open source: "If someone thinks they're building better open source with their AI, let them fork; their AI can maintain downstream. If it's really better, people will join the fork."
Skepticism about enforcement:
Others questioned the practicality. One commenter asked: "Why base the decision on what tools are used by the author and not on the quality of their past contributions?" The concern is that this polices process rather than outcomes.
Another pointed out a logical gap: "The idea that you can't trust code that was generated by heavy users of AI, because they don't understand it enough to fix it, is false, because they can use AI to fix it." Whether that fixes the mentorship concern is a different question.
Wait-and-see takes:
Multiple commenters expressed support for the experiment even if they disagreed with the policy: "I'm glad we are seeing different projects experimenting with different policies. So after a while we can probably see how things shake out in the end."
One predicted the policy would need revision: "AI tooling and quality are changing quite fast. In a year I'd expect a modification of this as AI agents get better in virtually every possible way."
Project-specific criticism:
A few commenters used the moment to criticize Godot's pace of development, though this is tangential to the AI policy itself.
From the archive
Jul 1, 2026 • 6 min read
Jul 1, 2026 • 9 min read
Jul 1, 2026 • 9 min read
Jul 1, 2026 • 6 min read
Godot is not the first project to wrestle with AI contributions. Multiple curated lists now track "slop-free" software projects:
The concern is not unique to Godot. As AI coding tools become more capable, open source maintainers face a scaling problem: more contributions, but potentially lower average quality and no path to mentoring the next generation of maintainers.
The Godot policy sits at one end of a spectrum. Other projects may take different approaches:
For individual developers, the takeaway is to check contribution guidelines before submitting AI-assisted PRs. For maintainers, the Godot policy provides a template - but not the only template.
The Foundation acknowledged this is a conservative approach and said they will "continue taking a conservative approach" while re-evaluating as tools evolve.
If you use AI coding tools and want to contribute to projects with strict policies, the Godot guidelines still allow AI for:
The ban targets autonomous agents that generate substantial code blocks or entire files without human authorship of the underlying logic.
Last updated: July 1, 2026
Read next
Ruff v0.16.0 ships 413 default rules (up from 59), Markdown code-block formatting, and a new ruff: ignore system. Here is what changed, what HN is saying, and why zero-config linting matters more with AI coding agents.
5 min readThe Gleam programming language has migrated to Tangled, a new ATProto-based code hosting platform. Here's what this means for developers and the future of decentralized forges.
6 min readCline is a free, open-source VS Code extension that brings autonomous AI coding to your editor, and a common Cursor and Copilot alternative for developers who want to bring their own model. It works with local models or cloud APIs, handles multi-file changes, and runs terminal commands without proprietary lock-in.
9 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Open-source autonomous coding agent inside VS Code. Creates files, runs commands, and can use a browser for UI testing a...
View ToolOpen-source AI code assistant for VS Code and JetBrains. Bring your own model - local or API. Tab autocomplete, chat,...
View ToolOpenAI's open-source terminal coding agent built in Rust. Runs locally, reads your repo, edits files, and executes comma...
View ToolOpen-source terminal coding agent from Moonshot AI. Powered by Kimi K2.5 (1T params, 32B active). 256K context window. A...
View ToolTrack open-source maintenance signals, release tasks, and repo follow-ups in one dashboard.
View AppSee exactly what your agent did, locally. No cloud, no signup.
View AppBeat the August 2026 Assistants API sunset. Paste old code, get Responses API.
View AppConnect external tools and data sources via the open MCP standard.
Claude CodeStage, commit, branch, and open PRs without leaving the session.
Claude CodeInteractive timeline showing what's in context at each turn.
Claude Code
Check out Zed here! https://zed.dev In this video, we dive into Zed, a robust open source code editor that has recently introduced the Agent Client Protocol. This new open standard allows...

Exploring Codex: AI Coding in Terminal In this video, I explore Codex, a new lightweight CLI tool for AI coding that runs in the terminal. This tool, possibly a response to Anthropic's CLI,...

Nimbalyst Demo: A Visual Workspace for Codex + Claude Code with Kanban, Plans, and AI Commits Try it: https://nimbalyst.com/ Star Repo Here: https://github.com/Nimbalyst/nimbalyst This video demos N...

Ruff v0.16.0 ships 413 default rules (up from 59), Markdown code-block formatting, and a new ruff: ignore system. Here i...

Mitchell Hashimoto (Vagrant, Terraform, Ghostty) launched Superlogical - a new company building a terminal multiplexer t...

PGSimCity is an explorable 3D city that models PostgreSQL internals - shared buffers, WAL, autovacuum, checkpoints, and...

A technical deep dive into AM halftoning with ImageMagick hit the HN front page at 195 points. We break down the techniq...

The Gleam programming language has migrated to Tangled, a new ATProto-based code hosting platform. Here's what this mean...

Days after getting caught uploading entire codebases to xAI servers, Grok Build is now open source on GitHub. The HN com...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.