| ▲ | runarberg 3 hours ago | |||||||||||||
AI agents who review the slop created by other AI agents is not the answer here. I much prefer a blanket ban on PRs and issues created by AI agents (which is what I personally do for my repos; so far I have closed one[1]). In fact I would love a github alternative which considers AI contributions to be a breach of their terms of use and ban any people who let AI agents loose on their platform. 1: https://github.com/runarberg/markdown-it-math/pull/48#issuec... | ||||||||||||||
| ▲ | parliament32 2 hours ago | parent | next [-] | |||||||||||||
I would kill for an LLM-free platform. Personally I just stopped accepting public contributions entirely. File issues, sure, but no PRs apart from accounts I added who have contributed before the slopageddon started. Maybe the whole web-of-trust idea will make a comeback for code contributions, it seems like a clean solution. | ||||||||||||||
| ▲ | margalabargala 2 hours ago | parent | prev | next [-] | |||||||||||||
I tend to disagree. I think the comparison to email spam is apt. The answer to that problem was automated spam filters. Imagine the difficulty you might find interacting with the world if your inbox was set up such that all emails not literally written by a human were auto-deleted. No account recovery, no receipts, etc. Individuals might choose to do that for themselves but it's not the general case answer. | ||||||||||||||
| ||||||||||||||
| ▲ | CapsAdmin 2 hours ago | parent | prev | next [-] | |||||||||||||
One interesting workflow I've seen is that the project maintainer simply rewrites and implements the pull request themselves and closes the PR. LuaJIT has operated this way since 2012, though with a thanks and mention in the commit message. It seems like a good way to filter out people who prioritizes leveling up their github profiles. Something a little bit similar, when I was hosting a social game server we had mods. And players always beg for mod status. At first I tried naming the admin group something weird like sandals, but eventually people would ask if they could be sandals too. What worked best in the end was just hiding it completely making regular players see mods as other regular players. (mods would see who is a mod though) I would also personally never make someone who asks a mod as it's almost always a sign of wanting power for the sake if it. I would instead just passively observe behavior until I trusted the player and make them a mod. I would then tell them that I don't expect them to exercise their power, but would demote if I see abuse of power. | ||||||||||||||
| ▲ | Orphis 2 hours ago | parent | prev [-] | |||||||||||||
But what about the good AI driven contributions though? Do you categorize all AI changes as slop by default or only the real bad ones that mix refactoring and tons of other unrelated changes with a fix? Some can fix real issues, with a well targeted fix (not rewriting the world), well defined test and write up. If you accepted PRs before for other issues, you should be able to review and accept those too. | ||||||||||||||
| ||||||||||||||