Pierre-Yves Lapersonne@programming.dev to Open Source@lemmy.ml · 11 hours agoOpen-source game engine Godot is drowning in 'AI slop' code contributions: 'I don't know how long we can keep it up'www.pcgamer.comexternal-linkmessage-square21fedilinkarrow-up1148arrow-down12file-textcross-posted to: [email protected][email protected]
arrow-up1146arrow-down1external-linkOpen-source game engine Godot is drowning in 'AI slop' code contributions: 'I don't know how long we can keep it up'www.pcgamer.comPierre-Yves Lapersonne@programming.dev to Open Source@lemmy.ml · 11 hours agomessage-square21fedilinkfile-textcross-posted to: [email protected][email protected]
minus-squarettyybb@lemmy.worldlinkfedilinkarrow-up1·11 hours agoUse ai to make code to detect and block AI. Actually though wish we could force an AI tag tat could just be blocked with UBO
minus-squareDarkCloud@lemmy.worldlinkfedilinkarrow-up4·10 hours agoBut what polices that? And what’s to stop humans pasting in the AI code, which may look like human code, just behave poorly or contain hallucinations.
minus-squareShimitar@downonthestreet.eulinkfedilinkEnglisharrow-up1·54 minutes agoWrite tests and actually do the practice of testing every single line with no regression testing. That will solve the AI problem. Since if it does work, there is no problem. If doest work just remove it. If it does work, who cares if it’s AI or not?
Use ai to make code to detect and block AI. Actually though wish we could force an AI tag tat could just be blocked with UBO
But what polices that? And what’s to stop humans pasting in the AI code, which may look like human code, just behave poorly or contain hallucinations.
Write tests and actually do the practice of testing every single line with no regression testing. That will solve the AI problem. Since if it does work, there is no problem. If doest work just remove it. If it does work, who cares if it’s AI or not?