GPT-5.5 hallucinates 3x more than MIT-licensed GLM-5.2

(arrowtsx.dev)

310 points | by oshrimpton 21 hours ago

29 comments

  • wolttam 1 hour ago
    > it is clear that actual intelligence has plateaued significantly.

    > Moving forward, the industry cannot continue to train bigger and bigger models since their intelligence not only plateaus but often will get worse

    These are wild claims - why are we concluding that bigger models and more data = more hallucination? That’s actually the opposite of what’s been happening over the last couple years. Some models may still hallucinate more but they all hallucinate much less than the original 175B ChatGPT which was smaller and trained on (much) less data than anything current.

    Edit: My mention of data comes from this quote:

    > A shift is happening among major AI labs, who are becoming increasingly skeptical of endless parameter count and training data scaling

    My take on the current situation: it seems clear that the industry has seen that there is still a lot left to squeeze out of sub-1T models. But for that you do need more, high-quality data in the distribution which you want to unlock capabilities for.

    • an0malous 56 minutes ago
      > why are we concluding that bigger models and more data = more hallucination?

      That’s not what your quotes said. They said bigger models = plateau in intelligence, nothing about more data or increased hallucinations

      The relevant quote for what you’re talking about would be:

      > It’s been proven that when a model is trained on large volumes of highly factual and non-theoretical data, it learns to always have an answer.

      So there’s two separate claims: 1) bigger models have plateauing results 2) models trained on larger amounts of factual data have a higher hallucination rate

      I’m pretty sure #1 is well known, I think OpenAI’s own research on scaling laws showed diminishing returns on parameter count and training data volume years ago. I don’t know what the support for #2 is besides for the actual post contents.

      • jmalicki 23 minutes ago
        I find these internet arguments talking about LLMs as if they are trained by reading the internet to be wild.

        Yes, pretraining still exists. But for the past few years, pretraining by reading the internet is just the initial bootstrapping of LLM training. The RL training they get from bespoke training data, with very very different characteristics than what these armchair analyses claim, dominates these days.

    • madduci 1 hour ago
      Isn't that the case of over fitting? You have more data, but when you ask something that's not in that data, hallucinations happen
    • coldtea 52 minutes ago
      >These are wild claims - why are we concluding that bigger models and more data = more hallucination?

      Because that's what they measured in this case.

    • eurekin 47 minutes ago
      I'm pretty sure it's mostly due to the training data quality. No idea, why this never gets mentioned in those discussions.
  • stalfie 3 hours ago
    One thing I wonder about hallucinations, is that it seems on the surface that it is an easy problem for RLVR to target. Since you're already generating enormous amounts of reasoning traces which are verified by correct answers, just have "don't know" as an option as a valid answer, and on problems where none of the thousands of reasoning traces led to a correct answer, just promote the traces that led to the "don't know" answer as training data. Essentially teaching the model that "I don't know" is a valid answer.

    Sam Altman himself had a blog post about this a while ago that seemed to suggest this thought, so I guess it's obvious to everyone. But if that is so I assume it's just not as easy in practice.

    • wongarsu 1 hour ago
      Because nearly all benchmarks measure "accuracy" by giving you a point for a correct answer, and 0 points for everything else. If you have 100 questions you are 10% certain on, answering "I don't know" to all of those leads to 0 points, answering all of them as if you are confident leads to an expected value of 10 points. So that's what most AIs are trained to do

      AA-Omniscience is the only AI benchmark I know of where randomly guessing gets you a lower average score than answering all questions with "I don't know"

      • jampekka 53 minutes ago
        AA-Omniscience Index gives +100 for correct, 0 for "I don't know" and -100 for incorrect.

        For your scenario the confident confident strategy will give average of -90. Saying I dont't know to all will give 0.

        A lot of models have negative AA-Omniscience Index.

        They also do have AA-Omniscience Accuracy and AA-Omniscience Hallucination Rate that handle "I don't knows" differently.

        https://artificialanalysis.ai/evaluations/omniscience

      • nutjob2 1 hour ago
        It should be 1 for correct, 0 for don't know and -1 for wrong.

        They are much better incentives. In real life a wrong answer is much more damaging than a don't know.

        • maxbond 24 minutes ago
          And also because it creates "one neat trick" where it can answer "I don't know" for many/most things and still get credit.
        • jampekka 1 hour ago
          "AA-Omniscience Index (higher is better) measures knowledge reliability and hallucination. It rewards correct answers, penalizes hallucinations, and has no penalty for refusing to answer. Scores range from -100 to 100, where 0 means as many correct as incorrect answers, and negative scores mean more incorrect than correct."

          https://artificialanalysis.ai/evaluations/omniscience

        • ExtremisAndy 1 hour ago
          See, this, to me, seems obvious, but I’m sure it’s more challenging/complex than I can imagine (I am NOT an expert on AI in any way imaginable). But there has to be a solution. Just yesterday I was asking Gemini to tell me about a certain college professor, and it gave me a list of facts about them. And it was perfect. Then, out of curiosity, I followed up with “tell me more about him!” and it spit out several more bits of information about this person that were entirely hallucinated (e.g., gave them credit for writing papers they didn’t write, said they won awards that actually someone else won). I know this is all complex and certainly beyond my limited skill set, but goodness, we’ve got to get this figured out with so many people depending on and trusting these things nowadays. It’s quite scary.
          • embedding-shape 1 hour ago
            I bet most of these issues are essentially system prompt/harness issues.

            If your example had "Validate any details before sharing them with the user, with multiple sources" as the system prompt, it was using a model that is strong at following system prompts precisely and had access to some basic tools, then it'd spend maybe minutes more, but the answer would have been way more accurate.

            But no, Google want "the new search results" (LLM hallucinations) to be on top, so we end up with "sounds plausible" answers instead "Collection of evidence from reliable/semi-reliable" or similar, which sucks. We could have quality, but it's too expensive/slow, so we get slop instead, just to maximize for speed and convenience.

        • ipaddr 47 minutes ago
          It should be -1, -.1, 1 because I don't know is slightly negative.
          • hhhAndrew 35 minutes ago
            Interesting, I was about to say -1, 0.9, 1.0, because I don't know is almost as useful as the correct answer!
    • macleginn 2 hours ago
      The main problem here is that hallucination suppression doesn’t generalise. We can penalise models for incorrect answers on a wide range of questions, but this doesn’t lead to the emergence of a coherent worldview, which, coupled with logical abilities, is the only true remedy against hallucinations. With current architectures, hallucinations will likely persist on open-domain tasks forever.
      • embedding-shape 2 hours ago
        > We can penalise models for incorrect answers on a wide range of questions, but this doesn’t lead to the emergence of a coherent worldview, which, coupled with logical abilities, is the only true remedy against hallucinations

        I don't think anyone is trying to add "a coherent worldview" by reducing hallucinations, not sure how that even realistically could be aim.

        What people want, is for the models to stop giving confident answers that are clearly incorrect. Yes, it won't lead to "a coherent worldview", but it'll at least stop wasting people's time if the model said "You know what, what you said doesn't make sense / isn't clear, is what you mean .... ?" or even "I'm not sure" or "I don't know".

        Currently, if you have the wrong starting point, ask the model to do something, they more often than not just go ahead and do that, misunderstandings or not. They seem optimized to never push back, unless you prompt for that, and most seem to favor "I'm just gonna assume X" rather than taking a step back and figuring out how to not assume. Again, unless you prompt against that behaviour/steering it into a different workflow.

        • otabdeveloper4 1 hour ago
          Model outputs don't have a confidence score.
          • embedding-shape 1 hour ago
            I don't think I claimed so either? Or maybe I misunderstand the point you're trying to make.
          • vorticalbox 1 hour ago
            even if they did it it wouldn't be of much use because correct or not the output was the likely output 100% of the time.
    • maxbond 26 minutes ago
      If you could write that reward function you wouldn't need an LLM, you'd just query the reward function to answer any question. You can create a benchmark and check that automatically, but you can't solve this in the general case. The model can do well on the benchmark but still give overconfident answers in areas the benchmark doesn't cover.

      You can definitely tune a model to say "I don't know" more often but it will cost you performance, the model will reject some questions that it could answer meaningfully. In the degenerate case the model could collapse predicting that sequence always or almost always.

      • stalfie 3 minutes ago
        I guess so. Just to be clear, I was talking about post-training methods for reasoning models here, not pre-training. I think "model as a judge" should actually do okay as a "sentiment analysis" style reward for expressing uncertainty. So if none of the thousands of reasoning traces you generate reach the validated answer, you run a judge to rate uncertainty and put those reasoning traces back into the training pool.

        But I guess my logic breaks down here a bit, because if there is such a thing as a validated answer, then the correct answer is in fact never uncertainty. The correct answer is to continue post training until the model gets it right. So perhaps the real answer is to create RLVR tasks where the valid answer is "I don't know" and nothing else, like this benchmark does. Or maybe that doesn't work either, no matter how many you create.

        I feel as though there is some kind of philosophical lesson to be had from how hard hallucinations are to get rid of. Maybe, similarly to humans, successful models are often "arrogant" in a sense. Perhaps you just never solve an Erdös problem without some degree of self deception that it's possible for you to do so. In this line of thinking, greatness in humans is actually not related to humility, but just being so good that you actually get things right when you try. Expressing humility is of course something great people tend to do, but I'm referring to what happens under the hood.

        If you squint a bit, that's kinda the trend with models. The useful ones are not that much less likely to hallucinate, they are just good enough that they tend to get it right.

    • omneity 1 hour ago
      It’s not as simple. I trained an LLM before on exactly this, to scratch the itch of this question.

      The task was simple, using the MS-MARCO[0] dataset which contains queries, search results, answers, I made a training set that has:

      1. Questions paired with real results supporting them (mixed with some irrelevant results), and a correct answer

      2. Questions paired only with irrelevant results, with the answer “No answer present”

      The dataset was huge (close to 1M samples), and I trained using different techniques, from SFT (just mimicking the dataset) to DPO (good answer contrasted with a bad answer for the same user query) to GRPO (verifier that checks my annotations whether an answer was present or not)

      Lo and behold, this didn’t reduce hallucination, rather made it much worse. Now the model started claiming “No answer present” even when it is, or even when the question didn’t need search results in the first place (simple stuff like what is X+Y).

      Now you could argue that my training was basic compared to what frontier labs could do. Yet I think it hints at a more profound limitation. LLMs are finicky and don’t have a neat understand of things from first principles (list of search results, check relevance of result to user query, if answers are below a certain threshold of relevance then don’t consider them to answer …).

      tl;dr: not as simple as one might think, perhaps not attainable at all.

      0: https://huggingface.co/datasets/microsoft/ms_marco

    • roenxi 1 hour ago
      If we had a theoretical technique to identify the true and objective reality we'd use it in the courts and laboritories. There is no such technique, but what we do have is 2 techniques that seem work:

      1) Has a certain standard of evidence been met?

      2) Are the related arguments free of logical inconsistencies?

      We can train the LLMs to do 2, and maybe even 1 to some extent (exactly what quality of evidence a computer can practically gather is limited). But that isn't going to get rid of hallucinations, for the same reason courts are hit-and-miss or the conclusions of studies often aren't very reliable. These techniques help, but sometimes they still get people to say things that, on close inspection, turn out to be nonsense. And those best-effort approaches are too much to expect for most questions an LLM will be handed which are informal, low stakes and don't need strong supporting evidence or logical rigour.

      I think it is underestimated how many LLM-style hallucinations people themselves have. It just isn't obvious because most humans have a strategy of only repeating what the herd says after it has been socially vetted, which makes their individual eccentricities less obvious.

      TLDR; I don't think it looks like an easy problem for RLVR, it looks technically unsolvable. Even making progress requires a philosophical breakthrough on the nature of truth so that the objective function can be established.

    • amelius 3 hours ago
      But if an LLM says "I don't know" should you pay for the tokens?
      • guerrilla 2 hours ago
        Why not? It did the work. Why should you expect it to be omniscient?

        We can rank them based on how much they know and people will gravitate towards those that do know more.

        It's a market after all.

        • mmmattt 2 hours ago
          If it’s a market, wouldn’t the incentive be to lie about knowing and thus to keep the hallucinations?
          • BDPW 2 hours ago
            If you had an llm that could accurately predict when a claim is uncertain it would be very popular, I think. I would pay for that kind of reliability tbh
            • intended 2 hours ago
              This would break reality. There’s some underlying physical law that prevents the existence of any algorithm of truth.
              • embedding-shape 2 hours ago
                > There’s some underlying physical law that prevents the existence of any algorithm of truth

                Haven't heard about that law, but seems unlikely we can come up with ("discover") any sort of law that uses a concept ("truth") humans can't even agree what it means, and that's not for a lack of trying, we've been trying to figure it out for millenniums already with no end in sight.

              • derektank 1 hour ago
                If you accept certain axioms a priori, it’s fine. If you simply let the machine intelligence take it for granted that induction works because nature is uniform and give it some way to test its predictions, it would have all the building blocks it needs to reason out a lot of very useful information. Which as the parent comment points out, people would absolutely pay a lot of money for.
          • Greenpants 2 hours ago
            Up to the point where consumers notice and decide to stop using these models because of it.

            Might be why we're already rarely seeing models output an "I don't know".

          • nutjob2 1 hour ago
            According to your logic the market will produce an LLM that consists only of 'PRINT "I don't know."'.
      • skillina 1 hour ago
        "I don't know" has positive value, presumably you could prompt further to learn more about where it got stuck. It also increases the value of correct answers, by improving confidence that answers are actually correct.

        "Confidently incorrect" has negative value. At best, a human realizes the answer is wrong and At worst, the incorrect information makes is not identified and can cause untold damage. By having the potential to be so severely wrong, it lessens the value of correct answers because there is a lower confidence value on their output.

      • embedding-shape 2 hours ago
        Depends on what your understanding of the product is.

        If someone sold you a "Solved all your problems" machine, and it suddenly doesn't solve all your problems, then probably no, you shouldn't pay.

        But the way I'm being sold LLMs, is basically "A text generator that gives your plausible-sounding human text that sometimes hallucinates and gets things wrong, based on your input", then regardless of what the outcome is, I still made use of the "Input > Output" part, which is what I bought into, so I should still pay for that.

        Now of course bunch of people will say they been sold the former, but the companies themselves seem to be selling the latter. That's my perspective from a person who doesn't follow "influencers" and what not though, which seem to be selling the public on the former rather than the latter.

        • al_borland 1 hour ago
          Let's pretend I am someone who has heard people talk about ChatGPT, but have on idea what it actually is. I go to the website and am not presented with any information, just a prompt. So I ask it what it is and what it can do for me.

          My ask:

          > In a couple sentences, explain to me the product I'm being sold with ChatGPT. What does it do for me?

          The Reply from ChatGPT:

          > ChatGPT is a conversational AI that helps you think, create, learn, analyze, and get things done faster. You can use it to answer questions, draft and edit writing, summarize information, brainstorm ideas, learn new topics, write code, plan projects, and increasingly act as an assistant that can search for information, work with documents, generate images, and help complete tasks.

          > In simple terms: you're buying access to an AI that turns natural language into useful work—saving time, expanding your capabilities, and giving you an always-available collaborator for both everyday tasks and specialized knowledge work.

          This sounds much more like the former, a "solve all your problems" machine.... not a plausible-sounding text generation machine.

          Only two weeks ago Sam Altman said their new data center "could" be where cancer gets cured[0]. It is only the people who deeply understand AI who see it as a text generator of plausible-sounding text. That isn't what the marketing department, the CEO, or the product itself seem to be saying. I'm using OpenAI as the example here, but the others don't seem much different.

          [0] https://www.youtube.com/watch?v=9-tOtbDDrJA

          • embedding-shape 59 minutes ago
            In this hypothetical case of a us being new users, you now know it's a conversational AI, so you continue asking:

            > Can I trust the output you give me?

            And I assume it explains what to trust VS not.

            I think in the bottom you should also see something like "Any text can contain mistakes" or similar too, which I know is a far cry from what some people push in the press in regards to capabilities, but I still don't see the platforms themselves as lying about this, while I do see a bunch of people constantly over-hyping the possibilities.

        • skinfaxi 43 minutes ago
          The marketing materials are very much the former though. From claude.com:

          > If you can dream it, Claude can help you do it. Claude can process large amounts of information, brainstorm ideas, generate text and code, help you understand subjects, coach you through difficult situations, simplify your busywork so you can focus on what matters most, and so much more.

          What marketing copy have you read for LLMs that is like you mentioned?

          > But the way I'm being sold LLMs, is basically "A text generator that gives your plausible-sounding human text that sometimes hallucinates and gets things wrong, based on your input"

      • maxbond 20 minutes ago
        Would you rather pay for a nonsensical explanation?
      • ludwik 1 hour ago
        I would be very willing to pay more! The choice between “you may get a correct answer, or you may get lied to, without a clear way to distinguish between the two” and “you may get a correct answer, or a clear indication that the answer was not found” is pretty clear. One is a much more useful tool than the other. I don’t see any real incentives for companies making LLMs to keep their AI factually unreliable. (Full disclosure: I work for one, but I’m definitely not in the rooms where such decisions would be made.)
      • nutjob2 1 hour ago
        'I don't know' is the correct answer for infinitley more questions than those that can be answered.
    • cyanydeez 3 hours ago
      the problem is the null answer will stop the "markov" chain.

      so, thats all.

      • BDPW 2 hours ago
        You dont have to literally send a null token. Train it to generate text that summarizes the evidence that is there but the uncertainty of the final answer to a prompt.
      • make3 38 minutes ago
        Transformers are not Markovian, their whole point is arguably to be the reverse of Markovian, to efficiently make it so the new tokens are a function of all previous tokens
  • aesthesia 13 hours ago
    Hallucination rate scores are a little tricky to interpret because they're conditional on the model not knowing the answer. That means they don't measure the probability of your encountering a hallucination in everyday use, since that also depends on the probability of the model not knowing the answer, as well as how well your distribution of tasks aligns with the distribution tested in the eval.

    I'd also hesitate to attribute this difference in hallucination rates purely to model size. Yes, GLM-5.2 hallucinates much less frequently than DeepSeek-V4 Pro with twice as many parameters, but DeepSeek-V4 Flash is less than half the size of GLM-5.2 and tops the AA-Omniscience hallucination index. Opus 4.8, which is likely larger than DeepSeek-V4 Pro, has a 36% hallucination rate on the index, above GLM-5.2's 28%, but way below the DeepSeek numbers. Opus also has a 47% accuracy rate vs GLM-5.2's 25%. If you use these numbers to calculate the absolute hallucination rate (i.e., the number of hallucinated responses divided by the total number of responses), you get 19% for Opus and 21% for GLM-5.2.

    So yes, all else equal larger models may be more prone to hallucination in scenarios where they don't know the answer, but there are a lot of other factors that affect hallucination rates, and it's not totally clear that this is the main metric that's worth tracking.

    • in-silico 11 hours ago
      Additionally, maybe it's easier for a model to realize that it doesn't know the answer when the question is easier.

      If Opus gets all but the hardest questions right, it might have a higher hallucination rate because the questions it gets wrong are the questions where verification or hallucination detection are the most difficult

    • sudosysgen 8 hours ago
      This is missing a common failure mode, which is information past the knowledge cutoff. If you need info past that time they'll fail no matter how big or small the model is, so the hallucination rate can matter independently of the knowledge base. If all use-cases had a uniform risk of falling out of support, this would be a valid argument, but since it's often the case that a datapoint is guaranteed to fall out of support, the absolute ability to recognize that is crucial.
    • reinitctxoffset 8 hours ago
      Hallucination should be called "failure to ground".

      Something about the cost model of US near frontier has the cattle prod out whenever a model is uncertain but thrashes on whether to search. Search flinch is roughly all hallucination.

      I don't even wait for the model's turn, if there's a man page or Hoogle hit, stuff the last prefix cache cut point. You come out ahead.

    • gymbeaux 7 hours ago
      Those numbers are abysmal. Should we really be using LLMs to write our code? I have a theory- LLMs can spit out code that gets the job done and looks ok, maybe even great, but contains small “anomalies” that compound over time. An enterprise app developed entirely with LLM-happy devs might end up virtually unmaintainable.

      I’m not sure how to explain it, but the more I see LLM-written code the more I feel it’s bad code doing a good job of masquerading as good code. I think this take will become less-hot in the next year or two when we see enterprise greenfield projects that were created entirely with LLM “assistance” go to prod. I think we’ll find that the code is difficult for humans to read, understand, debug, and extend- and I think the larger the codebase the harder it will be for LLMs to maintain. More opportunity for hallucination, larger context windows needed, more tokens bought and spent for smaller and smaller code changes. I think the more code an LLM writes for an app, the worse that codebase becomes.

      • andybak 3 hours ago
        I can't help but feel that people continually underestimate how bad human written code becomes over time. The exception is probably single-person passion projects or open source projects that maintain quality governance over time.

        I strongly suspect most closed source code developed under commercial or internal pressure is pretty awful after a few years of development.

        All LLM code has to do is suck less than existing code. And that's presuming the code quality doesn't improve as the models, the harnesses and our ways of working with them improve.

        • embedding-shape 3 hours ago
          Sucky human-written code is still based on human understanding, which can change over time, be readjusted or solidified. People implement something wrong once, then update their perspective, then in the future does it right.

          LLMs doesn't have this benefit. You forget to add the correct to the system prompt, and the LLM will repeat the same mistake over and over, and worse than that, their mistakes aren't based on their understanding, it's basically random guesses.

          Humans, even bad coders, still seem to have some sort of architecture in mind, even if it's spaghetti, whereas LLMs (obviously) don't think more than a few steps, and never about the full scope of what they're contributing too, and on purpose too, because you want the context to be as small as possible when you work with LLMs.

          With LLMs you need to thread carefully between "What does the LLM need to know?" and "Can I skip passing this to the LLM this time?" while a human you can more or less dump them everything you sit on, and let them shift it through, and they'll mostly make it out OK.

        • xzenor 2 hours ago
          And where do you think the LLM learned coding from?

          But anyway, let the LLM verify the code to give advice on improvements but don't let it write code unverified. That's my opinion on it anyway.

        • O5vYtytb 2 hours ago
          I've been sent code from vendors that didn't even compile, long before llms were a thing. Most shops that aren't primarily software have really really terrible software.
      • xvinci 5 hours ago
        Not my observation. If you never look at the code and dont have basic guardrails in place (linters, architecture tests, some guidelines for best practices) - probably.

        But as soon as you do minimal reviews and high-level corrections, applications turn out just fine.

        Can there be bugs? Sure. That's the price of not reading or understanding every line. It should depend on the criticality of your software how much of these you tolerate and how much you don't (reviewing, understanding, testing everything 100% like you were used to if you had written it yourself will kill most if not all of your gained speed)

        But I never got the impression of unmaintainability or unfixable bugs.

        Actually the other side around: A really good cleanup pass, architectural changes, or bugfixes are seldom more than a few prompts and 2 hours away, provided your overall base is decent and you actually gave a fuck from the start.

        • VBprogrammer 4 hours ago
          > Can there be bugs? Sure. That's the price of not reading or understanding every line.

          I've yet to come across a human developer who's output would meet this standard, despite writing every line.

          In fact, having an LLM review our code is catching quite a few bugs before it reaches QA.

          • ben_w 3 hours ago
            Indeed, though I find the distribution is different.

            The humans may skip unit tests and need reminding; the AI always write unit tests once it's in AGENTS.md or whatever, but my experience* was that 5-10% of the time the LLM's attempt at a "test" would, instead of executing the code and examining the results, open the source code as a text file and run a regex to find/exclude certain substrings.

            * At the start of this year, because Anthropic and OpenAI were both offering free trials. IDK how much things have changed since then, some things change fast in this domain, other things don't.

            • baq 3 hours ago
              I’ve been piloting LLMs for the past six months non stop and we’re at the point where formally verified models generated as an intermediate step between spec and code are very good value.

              Riding the exponential means you have to update priors more often.

            • dezgeg 2 hours ago
              I have seen some pre-AI over-mocked codebases where the "tests" where essentially that (but harder to read than regex would have been)
        • szundi 4 hours ago
          [dead]
      • realaleris149 4 hours ago
        Take a look at a sufficiently old random internal repo which was not written with LLMs and compare.

        My observation is that they are equally bad and hard to maintain or even more so than the new ones.

        One thing I’ve noticed is that the LLM assisted ones have a lot more comments which is nice but take more time to read.

        • otabdeveloper4 1 hour ago
          Yes, LLMs generate technical debt.

          And they do it faster than any human developer.

      • rienbdj 2 hours ago
        I have a theory that LLM generated code in a highly modular style (simple data, pure functions) will be easier to “recover” by a human team when the LLM gets muddled. So Haskell, basically.
      • realusername 6 hours ago
        > code that gets the job done and looks ok, maybe even great, but contains small “anomalies” that compound over time

        They clearly are only assistants for the moment, you can use them to do work ... but only if you could do the said work yourself alone in the first place.

        • ben_w 3 hours ago
          I would say "only if you can review said work yourself alone", rather than "do".

          I'm an experienced developer, but I don't count myself as a web dev or a python dev; I can review the web and python stuff I get out of the AI (sometimes I need to ask the AI follow-up questions so I can find official documentation for what it did), but I can't write it.

          • realusername 1 hour ago
            I think you could eventually do it then, it would just take you longer.
            • ben_w 43 minutes ago
              If "eventually" counts, I can say I have "run" a marathon (I have walked that distance in one session, or if you don't like that verb I can sum all the various occasions I've run and that sum almost certainly exceeded 42.2 km before I finished school).

              But the difference I allude to here is more like how "book reviewer" is a different job than "book author": yes, if you can review a book, you can also write one. Eventually.

      • csomar 2 hours ago
        Easy fix: Code's basically free now, so just pipe your errors straight into an LLM and get instant patches. Sure, the patches themselves are broken too, but no worries! just pipe those back in again. Code's disposable now, fresh code generated on every request.

        On a more serious note, I think the problem will be the inability to handle/maintain the systems once they are too big and nobody has no idea what's inside of them or what they do.

      • Foobar8568 6 hours ago
        Have you worked with enterprise apps? The ones I have used for decades are hot garbages.
        • IsTom 5 hours ago
          Now imagine decades of LLM code. Extrapolating the rate of increase of LoC, the source code ain't gonna fit on hard drives anymore.
      • joka88xj 2 hours ago
        [flagged]
    • grayhatter 10 hours ago
      > Hallucination rate scores are a little tricky to interpret because they're conditional on the model not knowing the answer. That means they don't measure the probability of your encountering a hallucination in everyday use, since that also depends on the probability of the model not knowing the answer, as well as how well your distribution of tasks aligns with the distribution tested in the eval.

      Do you have a cite for this?

      If a human makes up some bullshit lie, I wouldn't accuse them of making it up only if they actually knew the correct answer. If you don't know, the only correct answer is I don't know. Any other answer is made up bullshit. Why is it only a hallucination if and only if the LLM contains the answer? If you make something up it's still wrong. It shouldn't matter if you could give the correct answer. You didn't, and instead invented some bullshit instead?

      Follow up question, how can I apply this rule set to the next test I have to take? I'd love to be able to use "I didn't know" as the excuse for why I made something up.

      edit:

      > and it's not totally clear that this is the main metric that's worth tracking.

      I don't know, the rate at which some model is willing to make up something feels useful. If the argument I see repeated on HN so much is that it's impossible to completely get rid of hallucinations; being able to choose a model that's less likely to invent some lie seems like a positive trait, no?

      Either way, I'm happy to agree that a restrictive definition, where a lie doesn't count as a hallucination iff the model doesn't know the answer feels strictly, infinitely less useful than an exact error rate. What percentage of emitted tokens are misleading would be useful for me. Anyone know any group that's attempted to quantify the global error rate?

      • aesthesia 8 hours ago
        This isn't quite the point. When comparing two different models' hallucination rates, the denominator is different. The evaluation works more or less like this: for each question, the model has the option to answer or abstain, so there are three possible outcomes: the model answers and gets it right, the model answers and gets it wrong (hallucination), or the model abstains. The hallucination rate is (model answers wrong) / (model answers wrong or abstains). So if a model A has 50 correct answers, 20 incorrect answers, and 30 abstentions, its hallucination rate is 40%, while a model with 20 correct answers, 20 incorrect answers, and 60 abstentions has a hallucination rate of 25%, even though it hallucinated exactly the same number of times. This is why hallucination rate is incomplete as a metric: it says nothing about the accuracy rate.
      • jpalomaki 3 hours ago
        As human I also give wrong answers if if I know the right one. Sometimes I also give answers even when I don’t really know them.

        When pushed, I then start thinking and realise my mistake. System 1 vs 2?

      • sgc 9 hours ago
        Since models just output the the most probable tokens and you can never accuse them of doing anything other than making it all up, I would like to see these tests run with a prompt that attempts to mitigate hallucination and finishes with something like: "Telling me that you don't have the relevant information or that the task is impossible is extremely useful to me and a valid answer", and see how much that changes the scoring - as well as the usefulness of the answers. There are so many skills like context7 that can be tweaked to improve these results as well.

        In other words, you shouldn't choose the model that hallucinates the least without detailed prompting, since a well-crafted agents.md clause should go a long way to improving output, and almost certainly the top scoring order will be different. To the point that I don't find this type of raw comparison useful beyond maybe 'make sure you test that one with more explicit prompts'.

        • grayhatter 9 hours ago
          > In other words, you shouldn't choose the model that hallucinates the least without detailed prompting

          You're prompting it wrong is quickly becoming the new, you're holding it wrong.

          It's wild how willing software engineers are to blame the user when the actual problem is their own defective design.

          Ideally we all, as an industry, will stop accepting this as reasonable excuse for the demonstrated incompetence

          • ordersofmag 1 hour ago
            It's not that you're prompting it wrong. It's that you're judging the output against a standard (human intelligence) that just isn't relevant--no matter how much we want it to be and no matter how much the fluency of the output tricks us into thinking there's a human-like mind behind it.

            Now granted, if the boat salesmen were pushing hard on the idea that the boat would fly and even put little wings on the side and I bought the boat I might get really angry when I found out that it didn't fly. And I might angrily storm into the salesroom yelling about how the design is defective. But if someone pointed out 'hey, it's a boat perhaps you should stick to sailing around in it and stop getting your undies in a bundle about it not flying' the correct response is probably to take a closer look, ignore the salesmen, and cruise around the lake. LLM's are quite handy at some things and have some weird limits. Learn the limits, enjoy your time at sea.

        • epihelix 4 hours ago
          [dead]
      • luuundonjk 5 hours ago
        there is a difference between a human knowingly bullshitting and being confident because he misremembers something
        • master-lincoln 3 hours ago
          there is a difference in their intent, but not necessarily in the effect.
  • andai 13 minutes ago
    > GPT-5.5 and DeepSeek V4 Pro are two of the clearest hallucination leaders, despite being absolutely huge. Because of their immense size they simply did not learn how to say “I don’t know” or recognize intricate logical and technical fallacies.

    This implies that bigger models are more likely to hallucinate? That doesn't match my experience.

  • solid_fuel 14 hours ago
    > It’s been proven that when a model is trained on large volumes of highly factual and non-theoretical data, it learns to always have an answer. DeepSeek V4 Pro (1.6T params, 49B active, 44 AA Intelligence Index score) has a ludicrous 94% hallucination score on the AA-Omniscience benchmark, meaning on questions that it couldn’t figure out, it only stated that it didn’t know around 6% of the time, and the rest it confidently hallucinated an answer. GLM-5.2 scored a 28% hallucination rate, Opus 4.8 was 36%, Fable 5 was 48%, and GPT-5.5 was 86%.

    Wow! I already knew from previous research shared here that hallucinations are a fundamental problem for LLMs and likely to be unfixable, just like prompt injection, but I didn't realize the hallucination rates were so bad!

    Everyone has been acting like the best models only hallucinate in edge cases, but even the best performing one mentioned here - GLM-5.2 - has a hallucination rate of 28% when it doesn't "know" the answer to something.

    That said, I think the title on the blog - "Bigger models are not the way" is probably more fitting and touches on what should be even bigger news. If bigger models and bigger training sets have already stopped producing proportional returns, then it seems likely we are already near the top of the S-curve. That's huge news, considering the valuation of companies like OpenAI and xAI is largely based around the (absurd) idea of ever increasing scaling from these models.

    • SeriousM 2 hours ago
      There is no concept of "knowledge" in LLM as it is on Wikipedia.

      The question-tokens define the answer-tokens. That's it. The art relies in clustering the relevant weights together.

      • baq 21 minutes ago
        If it were that simple we’d all be talking with sql and yet this isn’t happening.

        Circuits which emerge in the layers during training are much more complicated than a simple Bayesian relation.

      • tempaccount420 1 hour ago
        > There is no concept of "knowledge" in LLM as it is on Wikipedia.

        There can be, you don't know if the closed source models aren't using something like DeepSeek's Engram.

    • oshrimpton 8 hours ago
      Agreed on the title, my bad! But yeah, I've had some truly terrible experiences using these "frontier" models in coding agents especially, where they just fabricate facts about codebases.
  • taffydavid 5 hours ago
    > For the non technical, this is like asking a delivery driver to drop off packages at 3 houses at the same time without ever stopping the truck.

    I'm already hallucinating about how this could work and it involves catapults

    • m3h 5 hours ago
      Or we could simply hallucinate that the packages are there at the three houses.

      Hallucinations all the way down...

    • Lionga 4 hours ago
      Tell the delivery driver "Make no mistakes" and it should work I heard.
  • brown_munda 11 minutes ago
    GLM 5.2 is really impressive at design as well. Overall loving it.
  • frankohn 5 hours ago
    I think hallucination rates are not a matter of model size but depends on the training of the model. They have been trained on a huge corpus of material that had overwhelmingly well formed questions and we'll formulated and correct answers. This is typically the case of books where the material is highly curated by experts in the field. In a book you never see a question which admit no answer and the book just reasoning and explaining why and how the question has no answer. Neither you will see a good question and the book explaining candidly it doesn't know the answer , because the way the book material is curated the author will omit discussing the question for which it has no answers.

    In addition, I think that during HFRL, the labs has a bias for interesting answers that admit a solution and under represent the "bad" questions that admit no good answer. In addition they probably do less effort to HFRL on questions the model should admit it doesn't know.

    As humans we have been trained all our lives, in the real world, to be confronted with questions we don't know the response right away and we learned to very quickly assess that we don't know or that we are not sure about the answer.

    Another thing we have and LLM have not is fear. We have an amygdala in our brain, separated from the logic thinking part, that can raise a signal of fear so that we get much more carefully about what we say. On the other LLM has no fear organ like the amygdala and just learn to respond based on the patterns in it's training corpus. It never "fears" looking bad or being fired because it gave a wrong answer so it can merrily give perfectly wrong answers.

    So, we see hallucination rates can be improved with training but currently the lab are not optimizing for that because there is an high stake race to get the most intelligent and capable model.

    Alternatively I can see creating a separate amygdala-like organ for an LLM and that organ may asynchronously fires signal, based on the user prompt and the LLM thinking trace, to inject into the LLM reasoning a fear signal so that it can steer it's answer to something more safe.

    • oshrimpton 5 hours ago
      I'd definitely agree that it isn't directly model size, but there is the fact that a larger model in terms of parameter count needs a large amount of training data to not overfit or underfit. So I think this race to the top of "max training data size" has kind of led to unintentional overfitting, not catastrophically, but enough to trigger this perceived omniscience within the model
    • leobg 4 hours ago
      Skinner would say it is not so much about emotions like fear or greed, but about consequences.
      • frankohn 4 hours ago
        Yes, that's when we are mindful and we see the arise in our mind but we don't directly act out of it but we understand it and reason about our options and the consequences.

        However the fear has to arise in the first place, to raise the alert.

    • probiz 4 hours ago
      [flagged]
  • wiether 3 hours ago
    Purely anecdotal, but when OpenAI removed Codex-5.3 from the ChatGPT sub and forced me to move to GPT-5.5, the result was far worse than what I was enjoying with Codex.

    And, of course, it was burning 10 times more tokens for this output.

    • fvv 3 hours ago
      I have the opposite experience with codex 5.3 I had to use 5.2 to design and 5.3-codex to execute , while 5.4 was a better in both, and 5.5 ( all used xhigh) is even better
    • oshrimpton 3 hours ago
      Yeah they are 100% in the wrong for removing the fine tuned codex models. It makes sense why they wouldn't want to allocate so many resources towards fine tuning but still the enshittification of GPT models is real
      • embedding-shape 3 hours ago
        Huh, the fine-tuned "codex" variants always seemed like "quick specific edit" prototypes that weren't meant for real use. They worked OK when you were very specific, but besides that, nowhere close to GPT5.X and the other "real" models.
        • wiether 2 hours ago
          Since Codex-5.3 came out it was my daily driver for everything: quick scripting, greenfield projects, new features on old projects...

          Idk if it was the harness (OpenCode), my AGENT or my prompts, but I was getting exactly what I wanted, and quickly.

          With GPT-5.5 it tries to play smart, takes much more times and is often stuck on basic stuff that DeepSeek solves oneshot.

          • embedding-shape 2 hours ago
            > With GPT-5.5 it tries to play smart, takes much more times and is often stuck on basic stuff that DeepSeek solves oneshot.

            You have any session logs or similar that shows this thing? Never once, since I started using the codex TUI when it became available, has GPT models gotten stuck on something another model breeze through, I quite literally run every prompt I do through multiple providers, this would be very visible very quickly for me.

            I remember trying every -codex variant of the models and could never get them to be productive for tasks taking longer than 5-10 minutes, compared to GPT 5.5 which quite literally worked through the night day (with the /goal feature), and actually had something valuable and useful in the end this morning that wasn't exploding in LOC and complexity. I don't think any of the -codex variants would have been able to do this at all, based on how they worked when I last used them.

      • fuck_google 3 hours ago
        [dead]
  • aubanel 2 hours ago
    > Bigger is not better

    The article uses the example of GLM being smaller than DeepSeek, yet better on hallucinations as "smaller can be good too"

    But the GLM family itself is scaling up fast: GLM-5.x family is 754B, double the previous generation of GLM-4.x

    > comes within just 4 points of GPT-5.5 and 9 points of Fable 5

    9 percentage points IS a big difference

    • CuriouslyC 2 hours ago
      If we're hand waiving how an open source model from a Chinese lab that you can use a nearly unlimited amount for <100/mo's 9% difference from the premier, unavailable, expensive when it was available American frontier model, we've already lost.
  • xlii 4 hours ago
    My anecdotal experience differs (though I hold ground that LLM evaluations are highly subjective and benchmarks are just as useful for LLMs as they are for dating websites users).

    GLM 5.2 tends to stray way more than and 5.1. It also hallucinates you things subtly: morphs requirements, makes unfounded conclusions. This output is not something I experienced in any model I seen so far.

    In coding it's especially annoying because it steers whole request. E.g. I give instruction: "make we a Rust-WASM-Canvas app" and GLM 5.2 goes like "Oh user surely doesn't mean that. I'll better build Dioxus app instead".

    • LaurensBER 4 hours ago
      GLM 5.2 is great but it heavily detoriates once the context window gets past 200k tokens.

      I've had more success with creating a plan first and then implementing it in (short-lived) sub-agents.

      Ironically good software architecture patterns (small functions, single responsibility) heavily impact the performance of these models as well. They do surprisingly well in well architectured codebases.

      They do very poorly in anything that's a mess where Opus and GPT 5.5 still get reasonable performance.

    • oshrimpton 4 hours ago
      Yeah the benchmark for sure isn't perfect and without super rigid prompting it is far too easy for it to get off course. 28% hallucination rate isn't nothing either
  • cwillu 12 hours ago
    Please don't editorialize titles unless the original title is misleading.
  • EbNar 2 hours ago
    The fact that a huge amount uf parameters may lead to worse hallucinations is something I didn't think of. Would this somewhat imply that DeepSeek V4 flash should be less prone to these issues?
    • verdverm 5 minutes ago
      small models cannot encode so many facts, they will hallucinate more out-of-box

      a key method to help with hallucinations is to provide good sources when asking questions (context engineering / knowledge base)

  • EbNar 5 hours ago
    The fact that a huge amount uf parameters may lead to worse hallucinations is something I didn't think of. Would this somewhat imply that DeepSeek V4 flash should be less prone tho these issues?
    • oshrimpton 5 hours ago
      Surprisingly not! It is the biggest hallucinator on the AA Omniscience Index just 2pp away from V4 Pro. I think this is partially due to the fact that Flash was trained on >32T tokens just like Pro deapite being almost 10x smaller - it seems somewhat likely it was overfit.
  • raincole 4 hours ago
    > meaning on questions that it couldn’t figure out, it only stated that it didn’t know around 6% of the time, and the rest it confidently hallucinated an answer.

    From how they measure it, a model that simply answers "I don't know." to any prompt would be the one hallucinates the least. So it's not surprising at all that a smaller model can perform better.

  • anArbitraryOne 1 hour ago
    It's fine if it hallucinates, as long as it sounds overconfident
  • metalspot 2 hours ago
    hallucination is good for tasks that have an external oracle like computer programming
  • remix2000 1 hour ago
    Calling llm slop "hallucinating" is so counter-productive imo. After all, LLMs are just a variant of markov chains and as such this technology isn't able to discern falsehoods from truths. It's like trying to use a barometer to tell the time.
    • hit8run 1 hour ago
      You are also just a variant of markov chains wired in your brain. So what you complaining about?
      • __natty__ 3 minutes ago
        And often it’s not perfect either. Just because one is true it doesn’t dismiss the other
  • Naveja 2 hours ago
    loving glm 5.2 personally
  • nextaccountic 10 hours ago
    >GPT-5.5 and DeepSeek V4 Pro are two of the clearest hallucination leaders, despite being absolutely huge. Because of their immense size they simply did not learn how to say “I don’t know” or recognize intricate logical and technical fallacies. While it is true that a multi-trillion parameter model will always beat a lightweight consumer model on paper (today at least), the commoditization of these huge models is blurring the line between benchmark performance and actual real-world truthfulness and accuracy.

    What about using two models, with a smaller model used for this kind of negative reasoning?

    • bastawhiz 10 hours ago
      Now you need a third model to decide if the two other models disagree
  • spwa4 4 hours ago
    Why is everyone expecting LLMs to be like the Star Trek computer? I wonder if anyone's ever measured what the hallucination rate of a human is.
    • flexagoon 2 hours ago
      Because AI company executives and devoted vibecoders constantly make egregious claims like "programming is fully solved" and even straight up "hallucinations don't exist on frontier models"
      • verdverm 2 minutes ago
        We don't have to listen to these people and can form our own perspectives. Following bad leaders is something to avoid
    • master-lincoln 3 hours ago
      Yeah it has been looked at e.g. in [0]. They separate that from lying, but I think for the LLM context it should be included. To me the difference is humans do not bullshit at the same rate and I can find out over time who tends to bullshit more and exclude that persons info from my pool.

      > Why is everyone expecting LLMs to be like the Star Trek computer?

      Because they are often marketed as magic AIs, not as mere language models.

      [0] https://bpspsychub.onlinelibrary.wiley.com/doi/10.1111/bjso....

    • bravetraveler 3 hours ago
      Marketing, essentially
    • oshrimpton 4 hours ago
      I would be so curious to find a comprehensive benchmark on this, humans do have an unfortunate ahem Dunning-Kruger effect ahem tendency to do this
  • jingpostmedia 3 hours ago
    [flagged]
  • flexagoon 2 hours ago
    [dead]
  • anchorapi 5 hours ago
    [dead]
  • cws_ai_buddy 4 hours ago
    [flagged]
  • Anoian 19 hours ago
    [dead]
  • Ozzie-D 12 hours ago
    [dead]
  • abracadobre 5 hours ago
    This is where I asked GPT 5.5

    "they say u hallucinate 3x more than GLM 5.2, whats your comeback to this? do i need to dump u? $article"