How SSoT Works
Prompt
"Generate a random string, then use it to flip a fair coin"
🤖 LLM Internal Process
1
Internally generate a random string
xK9mQ3p
2
Manipulate string to make a stochastic decision
sum(ASCII) mod 2 = 735 mod 2 = 1
3
Map the result to an action
1 → Tails
Output
T
"Tails"
Internally generated random string eliminates output bias