20
Can modern LLMs count the number of b's in "blueberry"?
(minimaxir.com)
Posts from the RSS Feed of HackerNews.
The feed sometimes contains ads and posts that have been removed by the mod team at HN.
So what you're saying is it can't count.
Got it.
Reading comprehension. The only thing it cannot count are specifically letters of tokenized words. If you separate the letters out into separate tokens ("B L U E B E R R Y", etc) it will get it correct 100% of the time.