site banner

Friday Fun Thread for October 3, 2025

Be advised: this thread is not for serious in-depth discussion of weighty topics (we have a link for that), this thread is not for anything Culture War related. This thread is for Fun. You got jokes? Share 'em. You got silly questions? Ask 'em.

2
Jump in the discussion.

No email address required.

Why are LLMs so bad at wordplay? I asked them "What is the favorite sex toy of Linda Load and Diana Doll?", explicitly stating that it's a wordplay riddle, and none of them got it right.

Yeah LLMs are notoriously weak at anagrams due to how tokenizing works. Here's a fun little demo of how LLAMA's tokenizer breaks up an input sequence: https://belladoreai.github.io/llama-tokenizer-js/example-demo/build/

Hence the famous example of LLMs failing at "how many times does the letter R appear in the word strawberry" until the training data for newer models was contaminated with the answer.