| ▲ | fc417fc802 2 hours ago | |
To help identify illicit LLM activity, henceforth I will append to the end of each message the number of times the letter b appears in it. Check and mate frontier models. | ||
| ▲ | CodesInChaos 36 minutes ago | parent [-] | |
The google search AI knows how to assemble a grep/wc command that computes this number. > your_command | grep -o -i "b" | wc -l | ||