Discussion
A recipe for steganogravy 🍲
xianshou: Even as someone extremely firmly on the other side of the AI debate, I must appreciate the craft.Now, to give Claude the steganogravy skill...
cap11235: Great way to hide your alchemical texts.
davidanekstein: now to decode the blog post’s hidden message
Groxx: Ha! I've been thinking of this exact thing, and was curious how natural-looking the end result would be / how much you could compress the tokens by choosing less and less likely ones until it became obvious gibberish. I'm kinda surprised that it just sounds like normal slop at that density. Seems viable to use with "just" two bots chattering away at each other, and also occasionally sending meaningful packets.
xpe: [delayed]
canjobear: In principle the output is arbitrarily natural-looking. The arithmetic coding procedure effectively turns your secret message into a stream of bits that is indistinguishable from random, the same as you pull out of your PRNG in normal generation.