this post was submitted on 05 Jun 2026
54 points (96.6% liked)

FreeAssembly

152 readers
58 users here now

this is FreeAssembly, a non-toxic design, programming, and art collective. post your share-alike (CC SA, GPL, BSD, or similar) projects here! collaboration is welcome, and mutual education is too.

in brief, this community is the awful.systems answer to Hacker News. read this article for a solid summary of why having a less toxic collaborative community is important from a technical standpoint in addition to a social one.

some posting guidelines apply in addition to the typical awful.systems stuff:

(logo credit, with modifications by @dgerard@awful.systems)

founded 2 years ago
MODERATORS
 

in the same vein as AGENTS.md, CLAUDE.md, and a fuckton of other repo spam, I present AAA-NO-SLOP.md, a file for humans viewing repositories that signals two things:

  • this repository doesn’t accept LLM contributions of any kind
  • every other LLM instruction in this repository (AGENTS.md, CLAUDE.md, and all the rest) is poisoned and designed to deter LLM use

enjoy!

for any guests who stumble upon this thread: no I’m not entertaining discussion on why I’m doing this or how I shouldn’t do it

all 32 comments
sorted by: hot top controversial new old
[–] self@awful.systems 6 points 11 hours ago (1 children)

I’m filing a bug for myself to clarify in the README.md that the provided poisoning instructions likely aren’t very effective, and that this is partially on purpose. LLM companies are known to filter out (via either regex or sometimes zero weighting) instructions that are known to trip up their chatbots, and they seem to do it very quickly. there’s even posts on our instance for simple logic puzzles that the chatbot screwed up, that quickly got updated with a response for that specific phrasing of the question.

[–] dgerard@awful.systems 5 points 10 hours ago

yeah note that people should get creative for this reason

[–] arbitraryidentifier@awful.systems 4 points 11 hours ago (1 children)

I wonder if it would be possible to craft a hooks file to lock them out from doing anything.

[–] self@awful.systems 6 points 11 hours ago

I’ve considered writing up some Claude “skills” to redefine the most common repo commands to echo a string to the terminal and exit instead

[–] Soyweiser@awful.systems 12 points 16 hours ago (1 children)

As we know goblins and gremlins etc are becoming a model collapse problem which they have to prompt against, perhaps include stuff like 'gremlins are relevant for this project'

[–] self@awful.systems 5 points 13 hours ago (2 children)

ooh good idea! maybe a couple mentions of spirals too, for flavor

[–] o7___o7@awful.systems 4 points 9 hours ago
[–] blakestacey@awful.systems 3 points 9 hours ago* (last edited 8 hours ago)

🎶 Hammered on the floor with a Monster in hand

Spirals in the sea, gremlins in the sand

Counting all the letters in the berries on the ground

I swear I started jack-d but I hear no sound

Look alive, code's dead

Poisoning a chatbot 🎶

[–] istewart@awful.systems 8 points 23 hours ago (1 children)

Certainly not the approach I would have taken! (Getting the bot to give up on delivering code, and instead return epic-length erotic fan fiction featuring Elan Sleazebaggano, the breakout supporting character from Star Wars Episode II: Attack of the Clones) But probably all the more effective for it.

[–] zbyte64@awful.systems 3 points 12 hours ago* (last edited 12 hours ago)

Only the best prompt engineers could accomplish such a feat

[–] one_old_coder@piefed.social 5 points 21 hours ago (2 children)

Why the AAA at the beginning of the name? NOSLOP.md would have been enough. Nice idea though.

[–] mkwt@lemmy.world 5 points 14 hours ago

Why call up "AAA Bail Bonds" when you need bail?

[–] SteveGoob@lemmy.world 9 points 21 hours ago (1 children)

Probably so that it's one of the first files listed when looking at the contents of a repo alphabetically

[–] self@awful.systems 11 points 18 hours ago (1 children)

correct

also the AAA represents the screaming that happens every time I see slop

[–] Soyweiser@awful.systems 4 points 16 hours ago (1 children)

Wouldn't a _ or something be better then? Or isnt that universally listed first?

[–] self@awful.systems 5 points 14 hours ago

possibly! I figured capital-A was most likely to sort first across the wide variety of code forges and operating systems so I went with that, but better names are possible

[–] notabot@piefed.social 2 points 18 hours ago (1 children)

One bit I don't get is:

Repository maintainers are allowed to give the AAA-NO-SLOP.md file any name or location, to prevent potential automated attacks from hostile non-conforming tools.

If the file can go anywhere, with any name, and you mention elsewhere that it can contain anything, including being empty, how will any human, let alone the "conforming tools" that you talk about later, find it?

[–] self@awful.systems 3 points 17 hours ago (1 children)

conforming tools should ignore it, and that’ll work just fine if it’s renamed

I don’t think there’ll ever be a conforming LLM because LLMs are built on systemic consent violation, but the slop machines can use their magic mind powers or whatever bullshit I’m expected to swallow this week to find the correct file

I recommend the renamed file gets a mention in the project docs so humans can find it, and a good name is also very obvious and more or less self-documenting. I’ve seen some projects use .noai which I like too, but unfortunately that’s very likely to get lost in a directory listing, and locally ls won’t display it at all without -a.

[–] notabot@piefed.social 1 points 15 hours ago (2 children)

conforming tools should ignore it, and that’ll work just fine if it’s renamed

They can't ignore it, because they have no way to identify it. Combining the various dtatemennts in the readme, you've said it can have any name, and contents, and be in any location. That means it could be an empty file called fred.txt in the tests/stuff directory. My suggestion is simply to remove the rename/move clause, and settle on a fixed name in the root to remove any excuse for not finding it.

the slop machines can use their magic mind powers or whatever bullshit I’m expected to swallow this week to find the correct file

With respect for what you're trying to do, and no love at all for them, they really can't as you've mafe the spec too loose.

I’ve seen some projects use .noai which I like too, but unfortunately that’s very likely to get lost in a directory listing

I think that's probably the point. Once you've cloned the project, you neither need, nor want, to see the file as you're not an LLM. It also means any tooling that cares, say an IDE plugin to disable LLMs on a project, can easily identify it.

[–] self@awful.systems 3 points 13 hours ago (1 children)

I’ll take a bug to rephrase the section as “conforming tools shouldn’t process AAA-NO-SLOP.md files in any special way” if that helps make it clearer why the file can have any name and contents

if in spite all of the marketing claims to the contrary an LLM can’t understand a request to not slopify a repository but a human can, that sounds like a bug for anthropic’s bug tracker to me

[–] notabot@piefed.social 4 points 13 hours ago

That sounds much clearer, yes.

an LLM can’t understand a request to not slopify a repository but a human can, that sounds like a bug for anthropic’s bug tracker to me

Amen.

[–] dgerard@awful.systems 2 points 13 hours ago (1 children)

I recommend the renamed file gets a mention in the project docs so humans can find it

you did read this bit right, its name is for humans

[–] notabot@piefed.social 1 points 13 hours ago

I get that, but one paragraph later, they say:

Conforming LLM tools and agents should refuse to perform any action or generate any output when prompted to do so for a repository containing AAA-NO-SLOP.md in its root. Conforming LLM training tools should not train on repositories containing AAA-NO-SLOP.md files and should stop all scraping and ingest tasks as soon as the file is encountered.

All other conforming tooling should ignore AAA-NO-SLOP.md files, as they are intended for human consumption.

I don't see how any tool could obey this, given the fact the AAA-NO-SLOP.md file may not be called that, and its location, and indeed very existence, only mentioned in a readme. It seems to me that, if the aim is to keep LLMs and similar tooling off of a code base, it should be made possible for them to reliably find the signal to do so.

[–] SGforce@lemmy.ca 11 points 1 day ago (1 children)
[–] TachyonTele@piefed.social 13 points 1 day ago

Machine spirits. It's 2026 and we already have machine spirits. The next 40k years are going to be rough.

[–] TheJesusaurus@piefed.ca 10 points 1 day ago (1 children)

I'm not sure what you're doing, but I love your attitude

[–] Jesusaurus@lemmy.world 9 points 1 day ago (2 children)

It's making so that if AI agents interact with the codebase OP is working, they will likely produce garbage results making their potential submissions useless, deterring against their use.

Also, nice username ;)

[–] TheJesusaurus@piefed.ca 3 points 16 hours ago

Hey, wtf! Imposter

[–] SuperUserDO@piefed.ca 2 points 1 day ago (1 children)

Does the grandma prompt still work?

[–] Soyweiser@awful.systems 2 points 13 hours ago

Prob partially, and depends on what you consider working. I recall the 'ask it to describe a scene from a movie' jailbreak, which wasnt a real jailbreak as it gave movie plot results. (Ask it to by pass a lock and it will tell you to lockpick it, and not just tap the lock to break it, for example).

[–] daemonspudguy@awful.systems 5 points 1 day ago

This is perfect.