Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Rules: (interactive)
1) Be nice and; have fun
Doxxing, 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 spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just 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:
Logo design credit goes to: tubbadu
view the rest of the comments
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.
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.
Captchas stop ME more than it does bots.
I'll try twice then move on.
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).
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.
Damn, we're sending AI to the shadowrealm lmao
No lie, the infinite mazes made me think of Yami's internal world.
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.
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.
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.