Godot’s AI Ban Is About People, Not Tools
The Godot Foundation’s ban on AI-generated code, agents, and AI-authored text in contribution workflows is a deliberate attempt to protect code quality, mentorship, and maintainer well-being in a rapidly growing open source project where review capacity and human accountability are under strain. Godot, a widely used open source game engine that powers titles like Slay the Spire 2 and The Case of the Golden Idol, runs on a classic model: volunteers submit open source contributions via pull requests, and a small group of maintainers reviews them. That model is buckling. The Foundation reports a substantial growth in its contribution pipeline and a backlog of pull requests that maintainers can no longer keep up with, many of them AI-authored. In response, Godot is rewriting its contribution policy to bar most AI-generated code and almost all use of AI from contributors. This is not a Luddite reflex; it is a defense of the social contract that keeps open source alive.

From Vibe-Coded Slop to Demoralizing Review Queues
At the heart of Godot’s move is a blunt judgment: AI-generated code has become “demoralizing” slop that maintainers cannot reasonably be expected to clean up. The team describes an overwhelming number of pull requests, many apparently AI-generated, flooding their queue faster than reviewers can respond. Heavy users of AI often submit changes they do not understand and cannot debug when something breaks, making review feedback close to pointless. Some contributions arrive as “vibe-coded” garbage—code stitched together by AI agents without a clear grasp of Godot’s architecture or standards—prompting automatic bans from the GitHub repository. For maintainers, who already find reviewing pull requests tedious, this is not simply a quality concern; it is a morale issue. Their time is consumed by fixing bad AI-generated code and questioning whether the author can take responsibility for it. As the team’s announcement puts it, “AI cannot take responsibility, and we can’t trust heavy users of AI to understand their code enough to fix it.”

Why Mentorship Pipelines Are Colliding With Automation
Open source contributions have always been more than free labor; they are a training ground for future maintainers. Godot’s maintainers argue that reviewing code has historically been a slog that pays off because it educates contributors who may eventually help review and maintain the project themselves. That logic collapses when the contributor on the other end is a machine or a person forwarding AI output they do not fully grasp. Feedback left on an AI-authored pull request does not change how the model behaves next time, and the Foundation says it cannot trust heavy AI users to understand their own code well enough to act on that feedback. This turns mentoring into shouting into the void. For volunteers already struggling with maintainer burnout, the loss of long-term payoff makes review work harder to justify. “We need to take steps to reduce the burden on maintainers while ensuring we still have a pipeline to mentor new contributors to become future maintainers,” the Foundation writes, explicitly tying the AI ban to protecting that pipeline.
The New Rules: Limiting AI and Raising the Bar for New Contributors
Godot’s updated policy is precise: autonomous AI agents and vibe-coded submissions will continue to trigger automatic bans from the repository, now explicitly codified. The use of AI to generate any substantial piece of code is prohibited, whether the code comes from a bot or a human pasting in AI output—even if the human reviews and discloses it. AI assistance is limited to narrow, low-stakes tasks such as code completion, regex construction, or find-and-replace operations, and contributors must disclose any AI use in pull request discussions. AI-generated text is banned in human-to-human communication, with machine translation allowed only for human-authored content. In parallel, Godot is tightening its contributor pipeline: new contributors, defined as anyone with three or fewer merged pull requests, must get explicit permission from maintainers before submitting new features or significant refactoring. This is a bid to filter out vibe coders, prioritize bug fixes and documentation, and cultivate contributors who understand the codebase and are willing to talk through it with maintainers.

What Godot’s “Conservative” Stance Signals for Open Source
Godot’s ban is not framed as permanent; the Foundation describes its approach as “conservative” and expects to revisit the policy as AI tools change. But the underlying message is clear: open source projects run on volunteers whose time and motivation are finite, and AI-generated code that erodes accountability and mentorship is a direct threat to that model. Other projects have already restricted or shut down parts of their contribution pipelines over similar problems, focusing on review burden and false bug reports rather than mentorship. Godot goes further by naming the responsibility gap at the center of AI enthusiasm: when tools write the code, who stands behind it? In an era of hype about automation, this is a rare, explicit defense of human relationships and learning inside open source. The policy is a line in the sand: if AI-generated code cannot participate in the social contract of shared responsibility and growth, it does not belong in the core of a community-driven project.







