One possible use for the "replay across accounts": if you can get a reasoning block that jailbreaks the model, you could share that block without sharing how you did it, and others can immediately take advantage of it too.
Awesome write-up. Seems like a great way to play with model responses now that prefill is gone.
Super cool side channel attack. I tend to agree that it's pretty impractical, but it's such a fun discovery!
Very cool idea to use thinking duration (either in tokens or in wall time) as a side-channel!
[dead]
Very interesting. The state management is the really insightful find here.
I always wondered how these large AI companies managed access for millions of simultaneous users without having to allocate a dedicated LLM instance for each user. Pushing the complete state down to the user after every call makes perfect sense. The LLM itself stays memoryless and ready to respond to an arbitrary prompt. Very nice.