this post was submitted on 11 Jun 2025
575 points (98.5% liked)

/0

1984 readers
105 users here now

Meta community. Discuss about this lemmy instance or lemmy in general.

Service Uptime view

founded 2 years ago
MODERATORS
 

Hey m@tes, as y'all know, this instance has been anti-corporate GenAI positive since it's creation and as such we've typically allowed such content to be posted freely. However in the last few weeks we've had a bunch of drama from GenAI haters who insist on coming into our comms and starting slap-fights. This caused us to vote on a new rule to have the mandate to clear out this constant friction. This worked to an extent, but I think we can help foster a better community with the larger threadiverse.

One issue a lot of anti-GenAI people keep bringing is that while they can block dedicated comms like [email protected], they don't have an easy option to avoid GenAI content in random other /0 comms as there's no way to filter it out. This kind of content has been seen to cause a lot of strife, because people complain about its existence, while /0 admins and mods based on the above rule, tend to sanction those complaining. This then causes drama loops with /c/YPTB and /c/FuckAI etc.

There is a good point to be made here that while we don't mind GenAI content in /0, there isn't a reason to not help others avoid it. So we want to institute the following soft rule by now:

Simply tag your posts which consist of primarily GenAI content with the [GenAI] tag in their title. Not only will frontends like Tesseract will natively parse this as a tag and display it accordingly, but people who dislike such content, can simply filter it out of their feeds. Eventually lemmy will add tags which will make this tagging more seamless, but for now a manual tag in the title will suffice.

This rule only applies to posts in non-explicit GenAI comms. The assumption is that people can simply block those comms completely anyway.

As I said, this is a soft rule for now. Soft in the sense that you're not going to be sanctioned for forgetting it, but we hope people will remind you to do so. This is a good-faith attempt by us to co-exist and help others avoid what they don't want to stumble onto, much like [NSFW] tags. So I hope you'll add do a good faith attempt to help us in this. Furthermore, people who come to posts tagged as GenAI explicitly to scold and start slap-fights, will give the admins and easier justification to clean up, since they could have just filtered out that content in the first place.

Cheers

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 3 days ago

IMO the problem is a lack of tags on Lemmy, which are often used as content warnings. With a robust tagging system, people would be able to filter out tags they dislike, such as genAI or politics.

[–] [email protected] 2 points 3 days ago

it seems to be for the better imo

[–] [email protected] 59 points 6 days ago

That's good I agree with this

[–] [email protected] 44 points 6 days ago (27 children)

Good, AI art fucking sucks.

[–] [email protected] 15 points 5 days ago (3 children)

Can I ask what compelled you to join db0 after reading the sidebar? Honestly curious. If I hated AI that much, after seeing the tagline, I would have noped out.

[–] [email protected] 9 points 4 days ago

As someone who feels similarly about AI art, but joined db0 anyway: I like the other things they got going on and I'm not stupid enough to whine and complain about the one thing I don't like. (I guess, technically this is doing some of that but shut up xD)

It's like if I went to a bar that has a bunch of games in it, and one is a bunch of pool tables or something and I really hate pool, I'm not gonna throw a fuss demanding they remove it? Some people like it even if I think it's not that cool.

load more comments (2 replies)
[–] [email protected] 18 points 5 days ago (12 children)

I know, those are my favorite use cases 😏

load more comments (12 replies)
[–] [email protected] 6 points 5 days ago

Can't be art with no artist, just 'generated illustration'

load more comments (24 replies)
[–] [email protected] 13 points 4 days ago (2 children)

As a genAI hater, I appreciate this. I already block the dedicated communities as I see them in /all. This is helpful to filter out more of the outliers if posters cooperate and actually use the tag. (I think alot of genAI zealots get off on trying to see if people will notice their posts are AI.)

[–] [email protected] 6 points 4 days ago

genAi isn’t the problem, the zealots and fraudsters using it like that is the problem.

[–] [email protected] 2 points 3 days ago

I was wondering why everyone just didn't block the communities. Maybe their Lemmy clients do not have the option. I use Eternity and it works for me.

[–] [email protected] 15 points 5 days ago* (last edited 5 days ago) (2 children)

Most AI image generators that generate images add EXIF metadata indicating that the image is AI-generated. This helps people who want to identify AI-generated images readily.

In the case of ComfyUI, it even includes the entire workflow


like, another ComfyUI user can just grab the image, drop it onto their ComfyUI Web UI and they'll be right where the generating user was.

Unfortunately, EXIF metadata can contain location information


some cameras and such add it


and this metadata led to people posting images at places like Reddit being doxxed after they didn't realize that they were posting their GPS location and maybe real name, stuff that some cameras attach. As a result, a number of image-hosting places simply strip all metadata, to prevent users from from accidentally leaking this information.

Pict-rs, the software package that Lemmy hosts run to permit image uploads, does this. Unfortunately, it means that those "this is an AI-generated image" tags get stripped off.

So, for example, on my system, with ComfyUI, using ImageMagick:

$ identify -verbose output/ComfyUI_00312_.png 

"Properties:prompt" has a JSON encoding of the workflow.

Sample images generated by various AI image generators are readily-available on civitai.com.

For this generator that generated this image on civitai, it looks like the parameter is "Properties:parameters".

I believe that there are a small number of such tags today.

It would be technically possible to just not have pict-rs strip that particular tag (or tags, if there are multiple that a given generator adds?) off, have a list of "AI-generated tags", then have Lemmy add some visual indicator that an image is AI-generated. I'd suggest that this is probably a better longer-term route to indicate that an image is AI-generated than manually-tagging post titles, for a couple of reasons:

  • Spiders that index images on the Web will know that the image is AI-generated and can flag that for users and let them use that as a filtering criteria (e.g. Kagi Images permits for this). They aren't going to understand tags in post titles, but the metadata tags are somewhat universal.

  • Doesn't require manual effort if an image can have some indicator or flair or whatever put on it automatically. And I guarantee that some users are going to get this wrong just by accident, because different instances have different rules. Easier to change how a computer works than to change human behavior across-the-board.

  • Works on all instances.

  • The information remains attached to the image even if downloaded.

  • Works for images that aren't just the subject of single-image posts and don't have an associated title.

  • Speaking purely for myself, I kind of like the open-source, collaborative aspect of sharing the workflows or prompts, since it helps other users see how an image was created and learn from it; it's something that I'm glad to see the generators include, and I'm kind of sad that we strip it off on the Threadiverse.

[–] [email protected] 6 points 5 days ago

I really appreciate this comment because I didn't know about EXIF metadata for AI-generated images and I think you raise interesting points about long term management of our informational ecosystems

load more comments (1 replies)
[–] [email protected] 27 points 5 days ago

I like gen ai and I think this rule is a nice gesture towards the other side. It's a good practice to cite your sources when you're online anyhow.

[–] [email protected] 31 points 5 days ago* (last edited 5 days ago) (1 children)

I think this is a good addition. We shouldn't alienate other like-minded people because of slight disagreements in my mind "minor shit" like this, and this seems like the least that can be done.

Also, I believe this post should be tagged with [GenAi] because of the attached image? 😅

[–] [email protected] 29 points 5 days ago (1 children)

Well, the tag is very much in the title yes ;)

[–] [email protected] 13 points 5 days ago (1 children)

Re-reading it yeah it's in the middle, I'm just conditioned to think the format [TAG]:Title heh

[–] [email protected] 16 points 5 days ago

Ye that's how most posts should look, but in my case I didn't want to add it twice

[–] [email protected] 11 points 5 days ago

This is a hopefully a happy middle group that stops these stupid fights and makes people focus on bigger things.

[–] [email protected] 15 points 5 days ago (2 children)

I was wondering if you guys would catch the latest shitstorm on this. Definitely a necessary precaution. Its a good idea, and I hope it will be enough.

Its getting to the point where people are blanket terming us as unhinged and blocking the whole instance because debates are getting heated. :(

[–] [email protected] 16 points 5 days ago (2 children)

I got called an alt of db0 because I explained the instance's stance on Ai.

[–] [email protected] 8 points 5 days ago

I also got called an alt of db0 because I just said "We have our own rules here, you don't have to interact or make an account here."

[–] [email protected] 10 points 5 days ago

It's going to take a while to do that now. People are all riled up right now and really should cool off a bit. I know what you mean, though, because this instance's stance on AI is basically my stance on it.

There are great applications for it, but the government and big corp are pushing it into a disgusting direction, as they do with everything they get their hands on that could give them power or money.

[–] [email protected] 21 points 5 days ago (1 children)

The anti-ai people are sending death threats and transphobic remarks to mods.

They really need to step back and reassess their lives.

load more comments (1 replies)
[–] [email protected] 16 points 6 days ago

FWIW, I approve/agree with this rule.

[–] [email protected] 14 points 5 days ago

Kudos.

That's it, that's the comment

[–] [email protected] 13 points 5 days ago (8 children)

I think this is a nice gesture but I also think it's way too charitable for the Anti-GenAI people currently complaining. Their issue isn't that they want to avoid it, they want to stamp it out, they want it gone. They're not going to hide posts or keywords, they're going to brigade them. They already brigade and harass explicitly GenAI communities and don't block them. They've harassed me multiple times, told me to die in DMs and even impersonated me for running such communities. Tagging isn't going to help, they're just going to use it to hunt down people who post it and brigade the posts or target the users, because they aren't angry that they are seeing it, they're angry that it exists and they wish to stamp it out, no matter the cost.

In short this is a good solution with good intentions but it assumes a level of good faith that just isn't there. I'd agree with this if the problem was really people just not wanting to see it, but the problem is much deeper. I'm sure that once people start doing it, the goal posts will be moved and they'll just stop using "untagged" as a reason for complaining.

[–] [email protected] 12 points 5 days ago (3 children)

Their issue isn’t that they want to avoid it, they want to stamp it out, they want it gone

Exactly this. These sorts of people don't want to co-exist. They want to bully us out of existence.

and even impersonated me for running such communities.

Sorry you've had to go through that. I have been through that too (and still have it happen). So I know how frustrating it is. People on Lemmy can be super weird.

I'm all for OP's solution, but like you, I don't it will solve much because of just how much people like to stir up drama. They won't use those tags to block, they'll use those tags to find and harrass.

load more comments (3 replies)
[–] [email protected] 10 points 5 days ago* (last edited 5 days ago)

I very much disagree. Insane people on the internet would not need a tag. If there is brigading - or if there is in fact a level of extremism as you suggest - tagging won't make a difference there. The instance is still too small and genAI is too popular around here to imagine that they need any help finding posts.

Tagging is a good faith effort to establish boundaries and maintain the good will of the fediverse toward this instance.

In short this is a good solution with good intentions but it assumes a level of good faith that just isn’t there.

I think - as is always the case with drama like this - there is plenty of good faith, it's just hard to see beneath the small but impactful amount of bad faith.

load more comments (6 replies)
[–] [email protected] 14 points 6 days ago (3 children)

Imagine getting angry at something this trivial.

[–] [email protected] 20 points 5 days ago (1 children)

I think it's more "imagine getting mad at people using it at all" because the social effects aren't trivial at all.

[–] [email protected] 6 points 5 days ago

The social effects of me generating an image are non-existent.

The social effects of capitalism are all reaching and exist independently of LLMs.

[–] [email protected] 13 points 5 days ago (6 children)

I mean...

I can imagine how artists struggling to make ends meet might be angry that work they'd spent years learning and honing their skills to produce was and is being crawled by tools made by a bunch of silver-spoon-chomping techbros who are marketing their products to businesses who employ artists as a way to employ less artists, and pay peanuts to those they do hire to wrangle prompts and fix AI mistakes instead of actually getting to make art.

And I can imagine how frustrating it is to see people minimize that struggle when it often benefits oligarchs and C-suite ghouls.

[–] [email protected] 13 points 5 days ago (9 children)

This isn't exactly a capitalist tech-bro instance. So while I agree with there being a problem here, the problem is less genai and more about capitalism IMHO.

Which is why it can seem a bit silly to me to go after this instance of all things when it comes to genai.

That said, as always, I think db0's soft rule is a really great good faith effort to be accommodating to others, while staying true to the core of what the instance is about.

So I hope you'll see that part of things and tone it down in kind.

load more comments (9 replies)
load more comments (5 replies)
load more comments (1 replies)
load more comments
view more: next ›