Godot Bans AI-Generated Code Contributions: 'We Can't Trust Heavy Users of AI'

The Godot open source game engine has officially stopped accepting AI-authored code contributions. In a decision announced today, maintainers stated they cannot trust heavy users of AI to understand their code well enough to fix it. The move follows months of debate within the community about the rising tide of low-quality AI-generated pull requests, which maintainers had previously described as 'increasingly draining and demoralizing' for code reviewers.
Background
In February, the Godot team acknowledged the problem of AI slop PRs flooding the project. They deliberated on how to address the issue, weighing the potential benefits of AI assistance against the significant costs to reviewer morale and project quality. Now, after months of internal discussion, the ban is official.
Key Points
- Ban effective immediately: All AI-generated contributions are no longer accepted.
- Rationale: Heavy AI users often cannot explain or fix their own code, making reviews unsustainable.
- Impact on community: The ban aims to reduce the burden on volunteer reviewers and maintain code quality.
Godot powers notable games such as Slay the Spire 2 and The Case of the Golden Idol. The decision sets a precedent for other open source projects grappling with similar issues. AI coding tools, while useful for prototyping and boilerplate, often produce code that is hard to maintain, debug, or integrate into a complex codebase without human expertise.
📖 Read the full source: HN AI Agents
👀 See Also

Open Source vs Frontier Models: Single-File Canvas Car Scene Benchmark
A developer tested 12 models including GPT-5.5, Claude Opus 4.7, and Qwen 3.6 Plus on a single-file HTML canvas car driving animation task, with results publicly compared.

ETH Zurich Study Questions Value of AGENTS.md Files for AI Coding Agents
New research from ETH Zurich finds LLM-generated AGENTS.md files reduce AI agent task success by 3% and increase inference costs by over 20%, while human-written files offer only marginal 4% gains with similar cost increases.

Apple Using Google Gemini Access for On-Device AI Model Distillation
Apple has full access to Google's Gemini model for distillation, creating smaller on-device AI models for Siri and other features in iOS 27 without internet connectivity.

Control-UI LAN Access Issues in Docker OpenClaw Bridge Networks
A user reports persistent problems accessing OpenClaw's Control-UI via LAN connections in Docker bridge networks, with version 2026.3.14 briefly supporting token-based access before subsequent versions reverted to requiring pairing and throwing scope errors.