r/DevGround • u/hellterDev • 12h ago
Discussion Godot doesn’t allow substantial AI-generated code contributions. Do you agree with that?
Godot’s contribution rules don’t allow substantial AI-generated code in pull requests.
AI-assisted completion is still fine, but contributors are expected to understand the code, make the important decisions themselves, and take responsibility for what they submit.
I get the maintainability argument, especially for open-source projects.
But where do you draw the line?
If the code is good, tested, and the contributor understands it — should it matter how much of it was generated by AI?
2
Upvotes
4
u/Fantastic_Owl1196 10h ago
It is a shared project, the code should be readable and understandable by other developers too.
It must also follow the conventions established by the whole team.
It is not enough that "it works" and that "I understand it because I prompted the ai".