Incorrect count of 'r' characters in the word "strawberry“

Yeah it seems to want to group letters together and treat the second one as “another” of the one before it… somehow counting that as just one with that logic. If you force it to not consider that sort of grouping… generates right number?

Crikey there are so many complex ways people are getting it to count and keep a count of each letter as it goes along!
What’s wrong with just saying :

“Take the word strawberry and split it into its individual letters and then tell me how many letter R’s are in the word?”

Seems to work fine?

They’ve addressed the strawberry saga, for your new finding. It’s great that you’re able to identify this. but I don’t see it as a breaking bug. you can ask the model to split it into a char array and then do the count. or share the index of each letter