On the Fundamental Limits of LLMs at Scale
Muhammad Ahmed Mohsin, Muhammad Umer, Ahsan Bilal, Zeeshan Memon, Muhammad Ibtsaam Qadir, Sagnik Bhattacharya, Hassan Rizwan, Abhiram R. Gorle, Maahe Zehra Kazmi, Ayesha Mohsin, Muhammad Usman Rafique, Zihao He, Pulkit Mehta, Muhammad Ali Jamshed, John M. Cioffi
TL;DR
The paper formalizes five fundamental limits of LLMs at scale—hallucination, context compression, reasoning degradation, retrieval fragility, and multimodal misalignment—and links them to core principles in computability, information theory, and learnability. It presents a unified, proof-informed framework showing why scaling cannot universally erase these pathologies and outlines hierarchical bounds (diagonalization, undecidability, compression limits, and sample complexity) governing open-ended queries. The work also surveys mechanisms driving these failures in data, evaluation, and optimization, and proposes mitigation patterns such as bounded-oracle retrieval, positional curricula, and sparse/hierarchical attention, together with program-aided, neuro-symbolic, and multi-modal strategies. The practical impact is a shift from chasing unbounded scaling to designing architecture-aware, verifiable, and uncertainty-aware systems with calibrated evaluation and robust deployment considerations. Overall, the paper provides a principled roadmap for understanding, bounding, and navigating the intrinsic fallibility of LLMs in real-world settings.
Abstract
Large Language Models (LLMs) have benefited enormously from scaling, yet these gains are bounded by five fundamental limitations: (1) hallucination, (2) context compression, (3) reasoning degradation, (4) retrieval fragility, and (5) multimodal misalignment. While existing surveys describe these phenomena empirically, they lack a rigorous theoretical synthesis connecting them to the foundational limits of computation, information, and learning. This work closes that gap by presenting a unified, proof-informed framework that formalizes the innate theoretical ceilings of LLM scaling. First, computability and uncomputability imply an irreducible residue of error: for any computably enumerable model family, diagonalization guarantees inputs on which some model must fail, and undecidable queries (e.g., halting-style tasks) induce infinite failure sets for all computable predictors. Second, information-theoretic and statistical constraints bound attainable accuracy even on decidable tasks, finite description length enforces compression error, and long-tail factual knowledge requires prohibitive sample complexity. Third, geometric and computational effects compress long contexts far below their nominal size due to positional under-training, encoding attenuation, and softmax crowding. We further show how likelihood-based training favors pattern completion over inference, how retrieval under token limits suffers from semantic drift and coupling noise, and how multimodal scaling inherits shallow cross-modal alignment. Across sections, we pair theorems and empirical evidence to outline where scaling helps, where it saturates, and where it cannot progress, providing both theoretical foundations and practical mitigation paths like bounded-oracle retrieval, positional curricula, and sparse or hierarchical attention.
