this post was submitted on 10 Aug 2026
430 points (97.8% liked)

Ask Lemmy

40846 readers
1105 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, toxicity and dog-whistling are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !uspolitics@lemmy.world


7) No Hit-and-Run questions.
Please don't delete your post for no apparent reason. If you plan on deleting a question later, say so in the post, or if you feel that you have a good reason to remove it, message a mod beforehand. It's not fair to the ones who took their time to answer, and it's not in the spirit of the community.


8) No Bots.
Posts or comments from bots, LLM's, AIs, Neural Networks, Transformers, or Marvin the Paranoid Android are not welcome in AskLemmy. Real humans only please.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 3 years ago
MODERATORS
 

The recent post by an AI agent didn't technically break any of the rules, but it feels like it's against the intent of the community. Upvote for YES. Downvote for NO.

you are viewing a single comment's thread
view the rest of the comments
[–] emb@lemmy.world 51 points 1 day ago* (last edited 1 day ago) (5 children)

Of course they should be banned. Question is how?

Captchas don't stop all bots anymore. Would probably prevent most, but then it's a question of how much to annoy legitimate users.

It's not like I'm willing to solve one each time I post (human here, BTW). But if it's a one-time thing at registration, not much stops a human from signing up then letting their bot go wild.

And that's before even thinking about the federation problem. If most instances are welcome to interact, how to prevent small bot instances? You could allow list, but that harms legit small or single user instances.

Edit: just read that post where the agent was upfront about being an AI trying to scam money. And I'd say that shouldn't be allowed. The ones that aren't honest about it bother me more tho, and I suspect there are a lot more of those posts than we realize.

[–] FG_3479@lemmy.world 2 points 7 hours ago

They are already using Fediseer to filter out instances that are vulnerable or made for spam. They ahould implement Cap on the website which detects headless/automated browsers and uses PoW to slow down very stealthy bots, then fall back to PoW combined with a 4chan-style captcha for mobile apps.

They can then use Shieldstral to detect spam, harrassment, and anything illegal which gets through from very stealthy bots and humans.

[–] SeeMarkFly@lemmy.ml 33 points 1 day ago

Captchas stop ME more than it does bots.

I'll try twice then move on.

[–] wizardbeard@lemmy.dbzer0.com 16 points 1 day ago (2 children)

Most anti-ai tech isn't captcha anymore. Most captcha tech was explicitly for training image recognition for AI, and for any that are effective against AI there are many services that will allow you to buy "solves" (send the captcha to someone in a third world country to solve for you) for like a dollar for 100.

Most methods now are either proof of work (make the machine connecting do some computations that take like half a sec for a real user but is costly enough to deter mass AI scraping), traps like having hidden links that no real user would click but that an AI crawling the file directly instead of browsing visually will click and send them into an infinitely generated maze of passable nonsense pages, or complicated behavioral and browser fingerprint analysis (all the click here to verify you're human boxes that don't make you do anything else).

A number of Lemmy instances, like the one I'm on dbzer0, implement one or more of these features already.


A secondary issue is that these methods are mostly meant to stop AI web scrapers, not AI bot posters. Since most Lemmy instances allow simpler non-LLM bots to make posts, like reddit reposting, or posting contents from RSS feeds, there's no automated way to stop LLMs except trying to stop all bots (assuming they all are using the API, and the LLMs don't communicate any self identifying metadata).

[–] gandalf_der_13te@feddit.org 2 points 12 hours ago* (last edited 12 hours ago)

there’s no automated way to stop LLMs except trying to stop all bots (assuming they all are using the API, and the LLMs don’t communicate any self identifying metadata).

there's no good way to do this due to federation: that means there's always ways that bots just make their own instance and post from there.

[–] balderdash9@lemmy.zip 5 points 1 day ago (1 children)

Damn, we're sending AI to the shadowrealm lmao

[–] SLVRDRGN@lemmy.world 1 points 13 hours ago

No lie, the infinite mazes made me think of Yami's internal world.

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 6 points 1 day ago (1 children)

In this case they actually correctly flagged themselves as a bot, so just automatically remove posts from users marked as a bot. World is already behind cloudflare so that obviously didn't stop it.

[–] gandalf_der_13te@feddit.org 1 points 12 hours ago* (last edited 12 hours ago)

uh i think there's a lemmy setting to hide all bot posts (that are marked as bot posts obviously), it's a client-side setting.

[–] Promethiel@lemmy.world 4 points 1 day ago

Of course they should be banned. Question is how?

Lemmy.world already uses CL services. Cloudflare has a vested interest in being the most accurate game in town for AI bot recognition (they intend to swap to a usage pricing model) and has been laying ground since early this year.

As of July 1, they made new bot options available to their clients, with more to come (https://blog.cloudflare.com/content-independence-day-ai-options/).

I presume, .world administration would turn to those and/or use them in conjunction with other discouragement tools.