logoalt Hacker News

vovavilitoday at 8:34 AM0 repliesview on HN

It seems trivially fixable if you RLHF an LLM to always count characters deterministically with:

  sum(1 for c in word if c == "r")
I wonder why haven't major labs done this yet.