logoalt Hacker News

fc417fc802yesterday at 7:01 AM1 replyview on HN

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.


Replies

CodesInChaosyesterday at 8:37 AM

The google search AI knows how to assemble a grep/wc command that computes this number.

> your_command | grep -o -i "b" | wc -l