Godot will no longer accept AI-authored code contributions

544 points · 387 comments on HN · read original →

Points and comments are a snapshot, not live.

Godot engine bans AI-authored code contributions, citing trust and maintainability concerns.

The open-source Godot game engine will no longer accept code contributions written by AI. The project's maintainers stated they cannot trust heavy AI users to understand their code well enough to fix it. The policy aims to ensure contributors can take full responsibility and provide maintenance for their submissions.

The decision reflects growing concerns in open-source communities about the quality and long-term maintainability of AI-generated code, where contributors may lack deep understanding of the code they submit.

What commenters are saying

Commenters broadly support the decision, citing the burden of reviewing AI-generated code that contributors don't fully understand. Many emphasize that maintainers shouldn't have to clean up sloppy AI output. A linked slopfree-software index lists projects avoiding AI contributions, with reasons including provenance, accountability, and ethical concerns. Some commenters question whether a functional reason exists, but others argue the policy addresses real downstream costs. Several note the difference between using AI as a tool and blindly submitting unvetted output.