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.

    • Artemis_Mystique@lemmy.ml
      link
      fedilink
      arrow-up
      6
      arrow-down
      3
      ·
      7 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