7 comments

  • simonw 7 hours ago
    If you take a look at the system prompt for Claude 3.7 Sonnet on this page you'll see: https://docs.claude.com/en/release-notes/system-prompts#clau...

    > If Claude is asked to count words, letters, and characters, it thinks step by step before answering the person. It explicitly counts the words, letters, or characters by assigning a number to each. It only answers the person once it has performed this explicit counting step.

    But... if you look at the system prompts on the same page for later models - Claude 4 and upwards - that text is gone.

    Which suggests to me that Claude 4 was the first Anthropic model where they didn't feel the need to include that tip in the system prompt.

    • curioussquirrel 1 hour ago
      Thanks, Simon! I saw the same approach (numbering the individual characters) in GPT 4.1's answer, but not anymore in GPT 5's. It would be an interesting convergence if the models from Anthropic and OpenAI learned to do this at a similar time, especially given they're (reportedly) very different architecturally.
    • kristianp 6 hours ago
      Does that mean they've managed to post train the thinking steps required to get these types of questions correct?
      • simonw 5 hours ago
        That's my best guess, yeah.
    • ivape 6 hours ago
      Or they’d rather use that context window space for more useful instructions for a variety of other topics.
      • astrange 6 hours ago
        Claude's system prompt is still incredibly long and probably hurting its performance.

        https://github.com/asgeirtj/system_prompts_leaks/blob/main/A...

        • jazzyjackson 3 hours ago
          They ain't called guard rails for nothing! There's a whole world "off-road" but the big names are afraid of letting their superintelligence off the leash. A real shame we're letting brand safety get in the way of performance and creativity, but I guess the first New York Times article about a pervert or terrorist chat bot would doom any big name partnerships.
          • astrange 2 hours ago
            Anthropic's entire reason for being is publishing safety papers along the lines of "we told it to say something scary and it said it", so of course they care about this.
            • ACCount37 49 minutes ago
              I can't stand this myopic thinking.

              Do you want to learn "oh, LLMs are capable of scheming, resisting shutdown, seizing control, self-exfiltrating" when it actually happens in a real world deployment, with an LLM capable of actually pulling it off?

              If "no", then cherish Anthropic and the work they do.

              • littlestymaar 47 minutes ago
                You do not appear to understand what an LLM is, I'm afraid.
                • ACCount37 33 minutes ago
                  I have a better understanding of "what an LLM is" than you. Low bar.

                  What you have is not "understanding" of any kind - it's boneheaded confidence that just because LLMs are bad at agentic behavior now they'll remain that way forever. That confidence is completely unfounded, and runs directly against everything we've seen from the field so far.

                  • littlestymaar 13 minutes ago
                    > I have a better understanding of "what an LLM is" than you. Low bar.

                    How many inference engine did you write? Because if the answer is less than two you're going to be disappointed to realize that the bar is higher than you thought.

                    > that just because LLMs are bad at agentic behavior

                    It has nothing to do with “agentic behavior”. Thinking that LLM don't currently self-exfiltrate because of “poor agentic behavior” is delusional.

  • jazzyjackson 3 hours ago
    That's good. 1 800 chat gpt really let me down today, I like calling it to explain acronyms and define words since I travel with a flip phone without google, today I saw the word "littoral" and tried over and over to spell it out but the model could only give me the definition for "literal" (admittedly a homonym but hence spelling it out, Lima indigo tango tango oscar Romeo alpha Lima, to no avail)

    I said "I know you're a robot and bad at spelling but listen..." And got cut off with a "sorry, my guidelines won't let me help with that request..."

    Thankfully, the flip phone allows for some satisfaction when hanging up.

    • BoorishBears 2 hours ago
      Did you try "literal but with an o"?
    • xwolfi 2 hours ago
      I know this word, it's French and it means coastline, coastal, something at the edge of the land and sea ! We use it in French a lot to describe positively a long coastline. I'm surprised it's used in an English context, but all French words can be used in English I guess if you're a bit "confiant" about it !
      • kgwgk 39 minutes ago
        A very quick search suggests that the word entered English before French. (I could be wrong, I just found it interesting).
  • malshe 6 hours ago
    I play Quartiles in Apple News app daily (https://support.apple.com/guide/iphone/solve-quartiles-puzzl...). Occasionally when I get stuck, I use ChatGPT to find a word that uses four word fragments or tiles. It never worked before GPT 5. And with GPT 5 it works only with reasoning enabled. Even then, there is no guarantee it will find the correct word and may end up hallucinating badly.
    • curioussquirrel 1 hour ago
      Yep, there is still a room for improvement, but my point is that the LLMs are getting better at something they're "not supposed to be able to do".

      Quartiles sound like an especially brutal game for an LLM, though! Thanks for sharing

  • necovek 5 hours ago
    I think the base64 decoding is interesting: in a sense, model training set likely had lots of base64-encoded data (imagine MIME data in emails, JSON, HTML...), but for it to decode successfully, it had to learn decode sequences for every 4 base64 characters (which turn into 3 bytes). This could have been generated as a training set data easily, and I only wonder if each and every one was them was found enough times to end up in the weights?
    • curioussquirrel 1 hour ago
      Even GPT 3.5 is okay (but far from great) at Base64, especially shorter sequences of English or JSON data. Newer models might be post-trained on Base64-specific data, but I don't believe it was the case for 3.5. My guess is that as you say, given the abundance of examples on the internet, it became one of the emergent capabilities, in spite of its design.
      • ACCount37 45 minutes ago
        No one does RL for better base64 performance. LLMs are just superhuman at base64, as a natural capability.

        If an LLM wants a message to be read only by another LLM? Base64 is occasionally chosen as an obfuscation method of choice. Which is weird for a number of reasons.

  • viraptor 5 hours ago
    Why bother testing though? I was hoping this topic has finally died recently, but no. Someone's still interested in testing LLMs for something they're explicitly not designed for and nobody is using them for this in practice. I really hope one day openai will just add a "when asked about character level changes, insights and encodings, generate and run a program to answer it" to their system so we can never hear about it again...
    • curioussquirrel 1 hour ago
      Why test for something? I find it fascinating if something starts being good at task it is "explicitly not designed for" (which I don't necessarily agree with - it's more of a side effect of their architecture).

      I also don't agree that nobody is using this for - there are real life use cases today, such as people trying to find meaning of misspelled words.

      On a side note, I remember testing Claude 3.7 with the classic "R's in the word strawberry" question through their chat interface, and given that it's really good at tool calls, it actually created a website to a) count it with JavaScript, b) visualize it on a page. Other models I tested for the blog post were also giving me python code for solving the issue. This is definitely already a thing and it works well for some isolated problems.

    • tkgally 4 hours ago
      One reason for testing this is that it might indicate how accurately models can explain natural language grammar, especially for agglutinative and fusional languages, which form words by stringing morphemes together. When I tested ChatGPT a couple of years ago, it sometimes made mistakes identifying the components of specific Russian and Japanese words. I haven’t run similar tests lately, but it would be nice to know how much language learners can depend on LLM explanations about the word-level grammars of the languages they are studying.

      Later: I asked three LLMs to draft such a test. Gemini’s [1] looks like a good start. When I have time, I’ll try to make it harder, double-check the answers myself, and then run it on some older and newer models.

      [1] https://g.co/gemini/share/5eefc9aed193

      • gizmo686 3 hours ago
        What you are testing for is fundamentally different than character level text manipulation.

        A major optimization in modern LLMs is tokenization. This optimization is based on the assumption that we do not care about character level details, so we can combine adjacent characters into tokens, then train and run the main AI model on smaller strings built out of a much larger dictionary of tokens. Given this architecture, it is impressive that AIs can perform character level operations at all. They essentially need to reverse engineer the tokenization process.

        However, morphemes are semantically meaningful, so a quality tokenizer will tokenize at the morpheme level, instead of the word level. [0]. This is of particuarly obvious importance in Japanese, as the lack of spaces between words means that the naive "tokenize on whitespace" approach is simply not possible.

        We can explore the tokenizer of various models here: https://huggingface.co/spaces/Xenova/the-tokenizer-playgroun...

        Looking at the words in your example, we see the tokenization of the Gemma model (closely related to Gemini) is:

          un-belie-vably
          dec-entral-ization
          bio-degradable
          mis-understanding
          anti-dis-establishment-arian-ism
          пере-писы-ваться
          pere-pis-y-vat-'-s-ya
          до-сто-примеча-тельность
          do-stop-rime-chat-el-'-nost-'
          пре-по-дава-тель-ница
          бе-зо-т-вет-ственности
          bezotvetstvennosti
          же-лез-нодоро-жный
          z-hele-zn-odoro-zh-ny-y
          食べ-させ-られた-くな-かった
          tab-es-aser-are-tak-unak-atta)
          図書館
          tos-ho-kan
          情報-技術
          j-ō-h-ō- gij-utsu
          国際-関係
          kok-us-ai- kan-kei
          面白-くな-さ-そうだ
        
        Further, the training data that is likely to be relevent in this type of query probably isolates the individual morphemes while talking about a bunch of words that the use them; so it is a much shorter path for the AI to associate these close but not quite morphene tokens with the actual sequence of tokens that corresponds to what we think of as a morphene.

        [0] Morpheme level tokenization is itself a non-trivial problem. However, has been pretty well solved long before the current generation of AI.

        • orbital-decay 50 minutes ago
          Tokenizers are typically optimized for efficiency, not morpheme separation. Even in the examples above it's not morphemes - proper morpheme separation would be un-believ-ably and дост-о-при-меч-а-тельн-ость.

          Regardless of this, Gemini is still one of the best models when it comes for Slavic word formation and manipulation, it can express novel (non-existent) words pretty well and doesn't seem to be confused by wrong separation. This seems to be the result of extensive multilingual training, because e.g. GPT other than the discontinued 4.5-preview and many Chinese models have issues with basic coherency in languages that heavily rely on word formation, despite using similar tokenizers.

        • tkgally 2 hours ago
          Thanks for the explanation. Very interesting.

          I notice that that particular tokenization deviates from the morphemic divisions in several cases, including ‘dec-entral-ization’, ‘食べ-させ-られた-くな-かった’, and ‘面白-くな-さ-そうだ.’ ‘dec’ and ‘entral’ are not morphemes, nor is ‘くな.’

        • curioussquirrel 1 hour ago
          Thanks for the explanation and for the tokenizer playground link!
    • neerajsi 4 hours ago
      https://www.anthropic.com/news/analysis-tool

      Seems like they already built this capability.

    • MountDoom 4 hours ago
      I remember people making the exact same argument about asking LLMs math questions back when they couldn't figure out the answer to 18 times 7. "They are text token predictors, they don't understand numbers, can we put this nonsense to rest."

      The whole point of LLMs is that they do more than we suspected they could. And there is value in making them capable of handling a wider selection of tasks. When an LLM started to count the numbers of "r"s in "strawberry", OpenAI was taking a victory lap.

      • vanviegen 1 hour ago
        > When an LLM started to count the numbers of "r"s in "strawberry", OpenAI was taking a victory lap.

        Were they? Or did they feel icky about spending way to much post-training time on such a specific and uninteresting skill?

    • redox99 4 hours ago
      Character level LLMs are used for detecting insults and toxic chat in video games and the like.
      • minimaxir 4 hours ago
        Can you give an example of a video game explicitly using character-level LLMs? There were prototypes of char-rnns back in the day for chat moderation but it has significant compute overhead.
      • jazzyjackson 3 hours ago
        I figure an LLM would be way better at classifying insults than regexing against a bad word list. Why would character level be desirable?
        • vanviegen 1 hour ago
          I'd imagine for simplicity - just skip the tokenizer and feed bytes.
    • minimaxir 4 hours ago
      I made a response to this counterpoint in a blog post I wrote about a similar question posed to LLMs (how many b's are in blueberry): https://news.ycombinator.com/item?id=44878290

      > Yes, asking an LLM how many b’s are in blueberry is an adversarial question in the sense that the questioner is expecting the LLM to fail. But it’s not an unfair question, and it’s objectively silly to claim that LLMs such as GPT-5 can operate at a PhD level, but can’t correctly count the number of letters in a word.

      It's a subject that the Hacker News bubble and the real world treat differently.

      • brookst 4 hours ago
        It’s like defending a test showing hammers are terrible at driving screws by saying many people are unclear on how to use tools.

        It remains unsurprising that a technology that lumps characters together is not great at processing below its resolution.

        Now, if there are use cases other than synthetic tests where this capability is important, maybe there’s something interesting. But just pointing out that one can’t actually climb the trees pictured on the map is not that interesting.

        • achierius 3 hours ago
          And yet... now many of them can do it. I think it's premature to say "this technology is for X" when what it was originally invented for was translation, and every capability it has developed since then has been an immense surprise.
          • vanviegen 1 hour ago
            > And yet... now many of them can do it.

            Presumably because they trained them to death on this useless test that people somehow just wouldn't shut up about.

            • minimaxir 58 minutes ago
              Which is why in the linked post, I test models against both the "r's in strawberries" and the "b's in blueberries" to see if that is the case.

              tl;dr the first case had near perfect accuracy as expected for the case if the LLMs were indeed trained on it. The second case did not.

    • IncreasePosts 4 hours ago
      Wouldn't a llm that just tokenized by character be good at it?
      • curioussquirrel 1 hour ago
        Yes, but it would hurt its contextual understanding and effectively reduce the context window several times.
      • typpilol 20 minutes ago
        I asked this in another thread and it would only be better with unlimited compute and memory.

        Because without those, then the llm has to encode way more parameters and way smaller context windows.

        In a theoretical world, it would be better, but might not be much better.

  • hansonkd 5 hours ago
    chatgpt5 still is pathetically bad at roman numerals. I asked it to find the longest roman numeral in a range. first guess was the highest number in the range despite being a short numeral. second guess after help was a longer numeral but outside the range. last guess was the correct longest numeral but it miscounted how many characters it contained.