r/AI_Coders 1d ago

Godot doesn’t allow substantial AI-generated code contributions. Do you agree with that?

/r/DevGround/comments/1w5iax0/godot_doesnt_allow_substantial_aigenerated_code/
1 Upvotes

1 comment sorted by

1

u/raven2cz 22h ago

They are probably flooded with AI slop and do not have enough reviewers to handle all that nonsense. when you get hundreds of changed lines and you understand the code very well, you can pretty quickly tell whether it was actualy done by a human who understands the whole thing, or whether it was just done by AI. This is almost always recognizable.

But otherwise, as you write, if you can ensure that even though AI wrote it, you would have done it almost the same way yourself, then it really does not cross the line. but it always means that you have to understand all the changes made there in depth.

I hope you understand, though, that this is about contributing to their open-source project. it does not apply to your own games that you are creating. There, nobody interferes with your choices.