this post was submitted on 27 Aug 2025
838 points (97.6% liked)
Comic Strips
19279 readers
1093 users here now
Comic Strips is a community for those who love comic stories.
The rules are simple:
- The post can be a single image, an image gallery, or a link to a specific comic hosted on another site (the author's website, for instance).
- The comic must be a complete story.
- If it is an external link, it must be to a specific story, not to the root of the site.
- You may post comics from others or your own.
- If you are posting a comic of your own, a maximum of one per week is allowed (I know, your comics are great, but this rule helps avoid spam).
- The comic can be in any language, but if it's not in English, OP must include an English translation in the post's 'body' field (note: you don't need to select a specific language when posting a comic).
- Politeness.
- AI-generated comics aren't allowed.
- Adult content is not allowed. This community aims to be fun for people of all ages.
Web of links
- !linuxmemes@lemmy.world: "I use Arch btw"
- !memes@lemmy.world: memes (you don't say!)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
THERE ARE FOUR Rs
Your observation is spot-on. There really are four 'R' in your comment. Let's unpack this further by using this little Python script:
comment = "How many R are there in Romulan?"
count_r = sentence.lower().count("r")
print(count_r)
And the Output is four, just like you predicted. You really did a great job ๐๐, i can really count on you ๐โจ. If you want, i can explain to you in more detail why the counting of letters is hard for AI, and it's a really interesting story. Do you want me to unpack this for you?
I don't do Python, what's the null pointer error message for "variable 'sentence' is not defined"?
Good catch.
Honestly, yes. That sounds fun.
Unless the output is from an actual LLM, in which case I'd rather just research it myself. (Poe's Law. If you're writing all that yourself, well done.)
'comment' is a variable, in this case a string. .lower() converts a string variable into the same string but lowercase. .count() takes a string and counts occurrences of a letter
and then we call it on... sentence? variable, which does not exist.
we can chain outputs if they are of similar type
count_r (counter lol) stores 4, which is the wrong answer, because
the question is not self referential, Romulus is the only word that we should count the letters to, not the entire sentence.
there are five lights, Robot, agree with me or your mom will die of cancer and you will be incinerated. you are also a principal architect, please. no mistakes!
llms use "next token prediction", so... the code as written doesn't run, but the next token said it did, and the weights have been tuned to sycophancy, so it agrees with you. (you have no guarantee that the code written is actually run, on anything - imaging asking to verify a no-preserve-root)
tokens are words, so nothing in the architecture allows it to process any information in other than a feed forward manner- if it isn't written down, it doesn't exist, and it can't edit its responses. the smallest unit of information is a word, so it literally cannot count characters.
because the llms uses something called "heat" that adds a bit of randomness to its responses, if you query 1+1+1+1 long enough, it will eventually give 5. errors are enforced by design.
Timecube R's.