Y
Hacker News
new
|
ask
|
show
|
jobs
by
fc417fc802
22 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.
1 comments
CodesInChaos
20 hours ago
The google search AI knows how to assemble a grep/wc command that computes this number.
> your_command | grep -o -i "b" | wc -l
link
> your_command | grep -o -i "b" | wc -l