
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.
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
From the archive
Jul 1, 2026 • 5 min read
Jun 30, 2026 • 7 min read
Jun 30, 2026 • 8 min read
Jun 30, 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
Cline is a free, open-source VS Code extension that brings autonomous AI coding to your editor. It works with local models or cloud APIs, handles multi-file changes, and runs terminal commands without proprietary lock-in.
9 min readDeepReinforce AI released Ornith-1.0, a family of open-source coding models claiming self-improvement. The HN thread reveals a mix of skepticism and genuine interest - here is what the model actually does and whether the hype holds up.
7 min readA new project proposes a graphical shell layer for SSH that turns remote servers into browsable desktops. The HN discussion digs into architecture choices, the terminology debate, and whether this solves a real problem.
8 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
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...

Open Design: Open-Source n8n App That Turns Any Website into a Brand Kit, Design System, HTML + Images The video introduces Open Design, an MIT-licensed full-stack template that combines AI and n8n a...

OpenAI Codex Desktop App: Plan/Goal Modes, Plugins, Multi-Agent Workflows & UI Annotation Demo The video showcases OpenAI’s Codex desktop app, which the creator calls OpenAI’s best product and a prem...

A new project proposes a graphical shell layer for SSH that turns remote servers into browsable desktops. The HN discuss...

A developer used OpenAI Codex to build a fully open-source WYSIWYG editor for TikZ figures. The technical approach and r...

Epic Games open-sourced Lore, a centralized version control system designed for binary-heavy game projects. It uses Merk...

Ngrok engineer Sam Rose ported 100,000 lines of Kubernetes to TypeScript, creating a browser-based cluster for education...

DeepReinforce AI released Ornith-1.0, a family of open-source coding models claiming self-improvement. The HN thread rev...

ZLUDA 6 adds PhysX support, textures for Blender, and better Windows experience. The catch? Commercial funding ended, so...

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