Add rules on AI generated code #22
Replies: 11 comments 21 replies
-
if it works who cares |
Beta Was this translation helpful? Give feedback.
-
"I got a hole in my pants and you can kinda see my underwear, but it looks good so who cares" @Ratkiller446 Better to thoroughly review the code before submitting anything rather than outright trusting AI generated output. The AI will never fully understand what you want; and that "if it works" mentality should not be encouraged here. |
Beta Was this translation helpful? Give feedback.
-
Indeed, I have a feeling "If it works" is how X11 got so mangled up to begin with. Medux has been trying to un-fuck the codebase so that he can actually get work done |
Beta Was this translation helpful? Give feedback.
-
You can use AI tools to find bugs, but verify if the code is indeed incorrect yourself |
Beta Was this translation helpful? Give feedback.
-
I don't think it would hurt in repetitive,effectively boilerplate code, but do make sure to actually read and understand what it does. I think a policy where it is allowed, but one needs to understand what it is doing, and clarifies that it was used and how it was used, makes most sense |
Beta Was this translation helpful? Give feedback.
-
If you use AI for any code, make sure you double check it yourself, and if necessary, have someone pull your code to re-check it. I'm not against A.I. being used to assist with anything, but A.I. has fallacies and it's best to always maintain a human standard for everything. Also IF you do any generated code, there is a problem we might face with the license. Code has to be owned to be licensed in the first place, and written by someone. Grok, for example, is not a person nor a sentient entity. Grok can not claim primary ownership to license the code under GPL, BSDL, MIT, CDDL, etc. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your contribution! We currently restructured the "Ideas" discussions and accordingly this discussion will be moved to the X11Libre 4 Good Ideas For Later category. |
Beta Was this translation helpful? Give feedback.
-
Just had a few experiments with chatgpt: Lessons learned: So before merging AI generated code, we need to make sure: |
Beta Was this translation helpful? Give feedback.
-
AI generated code is dangerous because it looks fine if you do a quick overview but can contain dangerous bugs that require someoen going through exactly how the code operates to catch - and if there is not human actually typing the code then you don't get that oversight. It's fine for doing rough layouts and basic shit like a to-do web app, but it should never touch fundamental system code https://xcancel.com/spendergrsec/status/1958265452561613236#m
|
Beta Was this translation helpful? Give feedback.
-
AI is different -antirez |
Beta Was this translation helpful? Give feedback.
-
It'd be good to avoid anything which "thinks" for oneself, to become and remain proficient we must think and act independently. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder if it's okay to submit AI-generated code.
Beta Was this translation helpful? Give feedback.
All reactions