AI 비교하기AI 사용하기AI 최신정보AI 커뮤니티
Our VisionTermsPrivacyContact

Large AI Models Show Higher Hallucination Rates

Large AI Models Show Higher Hallucination Rates

arrowtsx.dev
Sunday, June 21, 2026
  • •GPT-5.5 exhibits an 86% hallucination rate compared to 28% for the MIT-licensed GLM-5.2 model
  • •DeepSeek V4 Pro used 10x more reasoning tokens than GLM-5.2 but failed a complex Python architectural task
  • •Major AI labs are shifting focus from massive parameter scaling due to diminishing returns in intelligence and reliability
  • •GPT-5.5 exhibits an 86% hallucination rate compared to 28% for the MIT-licensed GLM-5.2 model
  • •DeepSeek V4 Pro used 10x more reasoning tokens than GLM-5.2 but failed a complex Python architectural task
  • •Major AI labs are shifting focus from massive parameter scaling due to diminishing returns in intelligence and reliability

Major AI laboratories are increasingly challenging the efficacy of scaling model parameters and training data as performance plateaus in large systems. This shift follows the first US national security ban of an AI model, Claude Fable 5, which occurred just three days post-release due to a critical security flaw. Recent comparative testing on the Artificial Analysis Intelligence Index shows that open-weight, MIT-licensed models like GLM-5.2 (753B parameters, 40B active) now compete closely with massive proprietary models estimated in the 1-2T parameter range, such as GPT-5.5 and Opus 4.8.

Discrepancies in reliability are emerging, particularly regarding hallucination rates—the tendency for models to generate false information. On the AA-Omniscience benchmark, GPT-5.5 recorded a 86% hallucination rate, while Fable 5 reached 48%, Opus 4.8 hit 36%, and GLM-5.2 demonstrated a lower rate of 28%. DeepSeek V4 Pro, despite having 1.6T parameters and 49B active, exhibited a 94% hallucination score, frequently providing incorrect answers to complex technical queries that it could not solve.

Analysis of reasoning behavior highlights the inefficiency of these large-scale models. In tests involving Python architectural challenges, DeepSeek V4 Pro consumed 3 minutes and 52 seconds and 7.7k reasoning tokens to produce an incorrect response. Conversely, GLM-5.2 identified the technical impossibility of the request in 12 seconds using only 800 reasoning tokens. This evidence suggests that immense size does not equate to superior logical calibration or the ability to identify fallacies. As developers move toward artificial general intelligence, the industry faces an unsolved trilemma: balancing raw capability, uncertainty calibration (the ability of a model to express lack of knowledge), and computational efficiency. Future model selection may move away from size-based metrics toward prioritizing real-world truthfulness and efficient resource utilization.

Major AI laboratories are increasingly challenging the efficacy of scaling model parameters and training data as performance plateaus in large systems. This shift follows the first US national security ban of an AI model, Claude Fable 5, which occurred just three days post-release due to a critical security flaw. Recent comparative testing on the Artificial Analysis Intelligence Index shows that open-weight, MIT-licensed models like GLM-5.2 (753B parameters, 40B active) now compete closely with massive proprietary models estimated in the 1-2T parameter range, such as GPT-5.5 and Opus 4.8.

Discrepancies in reliability are emerging, particularly regarding hallucination rates—the tendency for models to generate false information. On the AA-Omniscience benchmark, GPT-5.5 recorded a 86% hallucination rate, while Fable 5 reached 48%, Opus 4.8 hit 36%, and GLM-5.2 demonstrated a lower rate of 28%. DeepSeek V4 Pro, despite having 1.6T parameters and 49B active, exhibited a 94% hallucination score, frequently providing incorrect answers to complex technical queries that it could not solve.

Analysis of reasoning behavior highlights the inefficiency of these large-scale models. In tests involving Python architectural challenges, DeepSeek V4 Pro consumed 3 minutes and 52 seconds and 7.7k reasoning tokens to produce an incorrect response. Conversely, GLM-5.2 identified the technical impossibility of the request in 12 seconds using only 800 reasoning tokens. This evidence suggests that immense size does not equate to superior logical calibration or the ability to identify fallacies. As developers move toward artificial general intelligence, the industry faces an unsolved trilemma: balancing raw capability, uncertainty calibration (the ability of a model to express lack of knowledge), and computational efficiency. Future model selection may move away from size-based metrics toward prioritizing real-world truthfulness and efficient resource utilization.

Read original (English)·Jun 18, 2026
#llm#hallucination#gpt 5.5#glm 5.2#benchmarking#scaling laws