Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Godot says bye bye AI, bans vibe-coded contributions

The Godot game engine has banned AI-generated and "vibe-coded" contributions, requiring contributors to certify their work is not produced by large language models. Violations may result in bans. The policy aims to address code quality and copyright concerns.

Background

- Godot is a popular open-source game engine (alternative to Unity/Unreal) used by indie developers and hobbyists. The name "vibe coding" refers to a newer practice where developers write code by describing what they want to an AI (like ChatGPT or Claude), then paste in whatever the AI generates without fully understanding or reviewing it. - The Godot project has banned contributions created this way, citing quality and maintenance concerns — AI-generated code often introduces subtle bugs, security issues, or code that doesn't match the project's style and architecture. - This reflects a growing tension in open-source communities: AI tools can boost productivity, but maintainers worry about low-quality submissions, license ambiguity (AI training data often includes GPL code), and the burden of reviewing code that the submitter themselves doesn't understand. - The move is notable because Godot is entirely volunteer-run; the ban aims to protect maintainers from being overwhelmed by AI-generated pull requests that require disproportionate effort to vet.

Related stories

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.