I had a report for AI slop today. 1m LOC in 3 months. How do you even modify and distribute that? I do not think we had a rule against it.

IMHO if we allow, the community gets drowned out by AI vomit and it is harder to see handcrafted loved projects that are easy to modify and distribute.

My mind is to ban it to preserve open source.

Are folk in agreememt with this line? Would love to hear your thoughts.

  • iForgotSpells@sopuli.xyz
    link
    fedilink
    arrow-up
    12
    ·
    6 hours ago

    Yes, please ban them. If not, soon this space will get overrun with those losers. This is what happened to r/fossdroid and r/opensource. 90% of posts there are from sloppers. It got really bad to the point regulars stopped participating, and now these subreddits are mostly just sloppers congratulating each others. Every post reads the exact fucking same, every project looks fucking similar, even comments. These people barely put effort anywhere.

    This is a community for people to share and communicate, else we can all just talk to LLMs. Please don’t let that happen to this community.

    At the very least, make posters require to have an AI tag on their posts and a separate day for them to showcase their “projects”.

    Please don’t reply saying but Linux uses LLMs, or other whataboutisms. There is a significant difference between code quality from people submitting to Linux and a slopper who vibecoded a project thinking they’re helping.

  • Fleur_@aussie.zone
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    5 hours ago

    I think a blanket ban would make people try and hide the fact that something is ai. Like it or not ai isn’t going away. I feel disclosure in either the title or body is the better choice. By all means ban those blatantly not adhering to the disclosure rule though.

    Tags in Lemmy would be really helpful here as users could chose yo filter out all ai related posts from their feed, though a similar effect can come through requiring a keyword like “[AI]” to be in the title and a user end keyword filter.

    • SquareScarletCougar@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      5 hours ago

      I agree. I believe slop is here to stay and the only way is to filter it out. Wanna use AI? Good for you, the rest doesn’t need the slop and it should be filtered out by default / flagged as AI

  • Jolteon@lemmy.zip
    link
    fedilink
    arrow-up
    10
    ·
    8 hours ago

    I’m in favor just requiring AI-generated code to be tagged in some obvious place in the post. If there’s a full restriction on it, I think quite a few people would just try to hide the fact that it was vibe-coded and post anyway,

  • Broken_Orange_Juice@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    6 hours ago

    Greg is vibe coding a tool that he needs. Greg does not share it or monetize it since Greg knows this tool is likely unmaintainable shit and buggy asf. Be like Greg.

  • Chloé 🥕@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    17
    ·
    12 hours ago

    yes to a ban, these projects are worthless to most but their authors. and good for them, but they can keep their trash for themselves.

    like 95% of new foss projects i see pop up are heavily ai-generated, and often in very unsubtle ways (line half the commits being “co-authored by” claude, that sort of thing)

    it would be nice to have a community where we can share and discuss projects made by humans, so they don’t drown in the llm bile

  • jaygray91@piefed.zip
    link
    fedilink
    English
    arrow-up
    5
    ·
    9 hours ago

    At the very least have the post author mark it as having AI involvement. Idk if there’s an equivalent to reddit automoderator but any new app sharing post should be autoreplied by the automod to mark AI involvement.

    Or some kind of tagging.

  • AustralianSimon@lemmy.world
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    2
    ·
    15 hours ago

    We allow it on our large subreddits on reddit. What we do is use a bot to filter repos that are less than 3 months old.

    People who vibe code slop just want to share their thing and then abandon it. A limit like that or even 6 months will kill majority of this sort of low effort crap. Most of these people just let Claude or whatever sign the repo as well, another easy way to catch slop.

    Developers that develop and only use AI as a tool build great products still as they review all their code.

    A blanket ban is just going to make people be more sneaky.

  • Captain Beyond@linkage.ds8.zone
    link
    fedilink
    arrow-up
    12
    ·
    14 hours ago

    For me the most important thing is that something is free software. I’ve seen people advertise proprietary stuff in this community and have reported it, and nothing has been done. I don’t know if that means my reports don’t federate properly or if it’s tacitly approved by the moderators. I know in the degoogle community there are "trusted’ proprietary apps that are often recommended but this should not be the case in a free software or open source community. In any case, any rule that bans “AI slop” while allowing proprietary products is in my mind backwards.

    Regarding “AI slop” I am generally in agreement with Codeberg’s policy which states,

    You must not share projects that mostly consist of code written by “generative AI”-tools (including services such as Claude, OpenAI Codex).

    I suppose “mostly” is up to interpretation but for me this specifically targets vibecoded apps where there is no or very minimal human involvement. This may be heterodoxy but I actually don’t think “an otherwise human-written codebase with a single line of LLM code” is the same thing as an entirely LLM generated codebase. I think there’s room for nuance especially if the usage is disclosed (I don’t think punishing transparency should be encouraged).

  • 87Six@lemmy.zip
    link
    fedilink
    arrow-up
    52
    arrow-down
    4
    ·
    20 hours ago

    Never in my life have I wanted to read about or use an AI slop project.

    • Artemis_Mystique@lemmy.ml
      link
      fedilink
      arrow-up
      8
      arrow-down
      6
      ·
      13 hours ago

      What is fully human written and how are you as a human(I assume) able to distinguish between what is laboriously typed and what is generated, here lets try this exercise and see if you can spot any difference Here is a code I have typed by hand

      "smash":
              push    rbp
              mov     rbp, rsp
              call    "smash"
              pop     rbp
              ret
      

      and here is machine generated code with the prompt, the slop machine used here is a compiler

      GCC take this C code void smash(){smash();} and make it executable and here is the output

      "smash":
              push    rbp
              mov     rbp, rsp
              call    "smash"
              nop
              pop     rbp
              ret
      
      spoiler

      please dont take this seriously

  • moldy_rice@piefed.keyboardvagabond.com
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    15 hours ago

    Maybe someone should open a ticket with Lemmy devs to add a user side option for “show ai” next to “show nsfw”.

    I don’t block nsfw, but I do block image posts. I’d love to be able to wholesale block all AI tagged posts too.