Paper deep dive
Why the Valuable Capabilities of LLMs Are Precisely the Unexplainable Ones
Quan Cheng
Intelligence
Status: succeeded | Model: google/gemini-3.1-flash-lite-preview | Prompt: intel-v1 | Confidence: 93%
Last extracted: 3/22/2026, 5:18:58 AM
Summary
The paper argues that the most valuable capabilities of Large Language Models (LLMs) are inherently unexplainable because they rely on continuous, high-dimensional coupling that cannot be captured by discrete, human-readable rules. Using a proof by contradiction based on the historical failure of expert systems and the philosophical concept of 'Wu' (sudden insight through practice), the author posits that 'representation mismatch'âthe structural incompatibility between continuous neural processes and discrete human cognitive toolsâis the fundamental reason for this inexplicability. The paper concludes that engineering practice will likely continue to outpace scientific theory in the development of complex AI systems.
Entities (5)
Relation Signals (3)
LLMs â exceedscapabilityof â Expert Systems
confidence 100% ¡ expert systems have been historically and empirically demonstrated to be strictly weaker than LLMs
Representation Mismatch â explains â Inexplicability of LLMs
confidence 90% ¡ This paper proposes an explanatory framework: Representation Mismatch.
Wu â structurallycorrespondsto â LLM Training
confidence 85% ¡ This process exhibits a precise structural correspondence with LLM training
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:This paper proposes and argues for a counterintuitive thesis: the truly valuable capabilities of large language models (LLMs) reside precisely in the part that cannot be fully captured by human-readable discrete rules. The core argument is a proof by contradiction via expert system equivalence: if the full capabilities of an LLM could be described by a complete set of human-readable rules, then that rule set would be functionally equivalent to an expert system; but expert systems have been historically and empirically demonstrated to be strictly weaker than LLMs; therefore, a contradiction arises -- the capabilities of LLMs that exceed those of expert systems are exactly the capabilities that cannot be rule-encoded. This thesis is further supported by the Chinese philosophical concept of Wu (sudden insight through practice), the historical failure of expert systems, and a structural mismatch between human cognitive tools and complex systems. The paper discusses implications for interpretability research, AI safety, and scientific epistemology.
Tags
Links
- Source: https://arxiv.org/abs/2603.15238v2
- Canonical: https://arxiv.org/abs/2603.15238v2
Trouble viewing inline? Open PDF directly â
Full Text
31,578 characters extracted from source content.
Expand or collapse full text
Why the Valuable Capabilities of LLMs Are Precisely the Unexplainable Ones Quan Cheng Tsinghua University chengq25@mails.tsinghua.edu.cn Abstract This paper proposes and argues for a counterintuitive thesis: the truly valuable capabilities of large language models (LLMs) reside precisely in the part that can- not be fully captured by human-readable discrete rules. The core argument is a proof by contradiction via expert system equivalence: if the full capabilities of an LLM could be described by a complete set of human-readable rules, then that rule set would be functionally equivalent to an expert system; but expert systems have been historically and empirically demonstrated to be strictly weaker than LLMs; therefore, a contradiction arises â the capabilities of LLMs that exceed those of expert systems are exactly the capabilities that cannot be rule-encoded. This the- sis is further supported by the Chinese philosophical concept of Wu (ć, sudden insight through practice), the historical failure of expert systems, and a structural mismatch between human cognitive tools and complex systems. The paper discusses implications for interpretability research, AI safety, and scientific epistemology. 1 Introduction Anthropicâs interpretability research team once drew an analogy: âItâs as though we understand aviation at the level of the Wright brothers but have somehow already built and are routinely flying 747sâ [1]. This analogy points to a fundamental puzzle: we understand every step of the mathe- matics behind the Transformer architecture, attention mechanisms, and gradient descent, yet we cannot explain how âunderstandingâ emerges from matrix parameters. Every com- ponent is explainable; the assembled behavior is not. This inexplicability is commonly attributed to emergence â the whole being greater than the sum of its parts. But âemergenceâ merely names the phenomenon without answering a sharper question: what is the relationship between the unexplainable part and the valuable part? The central thesis of this paper is: they are the same part. The truly valuable capabilities of LLMs are precisely those that cannot be fully captured by human-readable discrete rules. The capabilities that can be captured by such rules are what expert systems achieved 40 years ago â and those capabilities proved insufficient, which is precisely why we need LLMs. 1 arXiv:2603.15238v2 [cs.AI] 17 Mar 2026 2 The Core Argument 2.1 Proof by Contradiction 1. Assume: An LLM can be fully explained. 2. âFully explainedâ means there exists a set of human-readable rules that completely describes the LLMâs behavior on all inputs. 3. A set of human-readable rules is functionally equivalent to an expert system. 4. But history and practice have demonstrated that expert systems are strictly weaker than LLMs [2]. 5. Therefore, such a rule set cannot cover the full capabilities of the LLM. 6. Contradiction. Conclusion: The truly valuable capabilities of LLMs reside precisely in the part that cannot be fully captured by discrete rules. The explainable part is equivalent to what expert systems already achieved â and the insufficiency of that part is exactly why we need LLMs. 2.2 Blocking Three Alternative Paths If humans cannot directly explain LLMs through rules, could LLMs explain themselves? All three alternative paths face fundamental obstacles: ⢠LLMs explaining themselves: Subject to the self-reference limitation. GĂśdelâs Incompleteness Theorem [3] establishes that a sufficiently complex formal system cannot fully describe itself from within. Ma et al. [4] have formalized this limitation from the perspective of PAC learning theory â a sufficiently powerful machine learning algorithm is necessarily uninterpretable when facing certain objects. ⢠A larger system explaining a smaller LLM: The problem is transferred, not solved â who explains the larger system? This leads to infinite regress. ⢠LLM-human collaboration for explanation: The human brain is itself a con- tinuously coupled system that cannot fully explain its own workings. The combi- nation of two systems that cannot fully explain themselves does not overcome the self-reference limitation, because this limitation is not a matter of computational power but of logical structure. 2.3 Relation to Prior Work This paperâs argument is related to but distinct from several existing lines of work. Wolfram argues from computational irreducibility that constraining machine learning to be understandable would prevent it from accessing the power of computationally irre- ducible processes [5]. This represents a similar intuition arrived at from process theory, but with an entirely different argument structure â Wolfram does not use expert system equivalence as a proof device. 2 arXiv:2504.20676 uses algorithmic information theory to prove a âComplexity Gap Theoremâ: any explanation significantly simpler than the model must fail on some inputs [6]. This establishes a tradeoff between explainability and capability, but the conclusion is about a tradeoff â this paperâs conclusion is stronger: the valuable part is precisely identical to the unexplainable part. It must be emphasized that this paperâs argument does not deny the value of interpretability research. The goal of interpretability research should be understood as narrowing the most dangerous blind spots and building local causal understanding, rather than pursuing complete explanation of system behavior. As the work of Olah et al. [7] demonstrates, the identification of internal features and circuits in neural networks, even when local and approximate, carries significant scientific and safety value. 3 Historical Evidence: The Death of Expert Systems Step 4 of the proof â âexpert systems are strictly weaker than LLMsâ â is not merely a logical premise but a historical fact supported by 40 years of empirical evidence. In the 1980s, expert systems were the dominant paradigm in artificial intelligence. The approach was straightforward: interview domain experts, encode their knowledge as explicit IF-THEN rule bases, and have computers execute these rules [2]. The implicit assumption was that expert knowledge could be fully discretized and made explicit. Expert systems achieved success in certain narrow domains but ultimately failed as a general AI paradigm. The reason is clear: the knowledge that truly makes an expert an expert â the continuous intuitions across high-dimensional spaces, the complex relation- ships where variables are deeply entangled with one another â is precisely the knowledge that cannot be captured by IF-THEN rules. What expert systems could encode was only the shallowest, most regularized layer of expert knowledge. Kambhampati characterized this phenomenon in Communications of the ACM as âPolanyiâs Revengeâ [8]: Polanyi proposed in 1966 that âwe know more than we can tellâ [9], and the failure of expert systems was a large-scale engineering validation of this proposition. The success of LLMs represents the positive realization of Polanyiâs thesis â rather than attempting to make knowledge explicit, LLMs allow knowledge to be stored implicitly in the form of continuous parameters. LLMs took an entirely different path. Rather than pursuing the âcorrect pathâ at every step, they care only about the distance between output and objective. The result is a set of extremely complex, mutually coupled parameters â unexplainable, incompressible, but remarkably effective. The paradigm shift from expert systems to LLMs is, at its core, an epistemological turn: from âattempting to eliminate inexplicabilityâ to âaccepting inexplicability and working within its presence.â 4 Wu (ć) â A Precedent from Eastern Philosophy The core argument of this paper has a striking precedent in Chinese traditional philoso- phy. Wu (ć, often translated as âenlightenmentâ or âsudden insightâ) is a profoundly im- portant concept in Chinese tradition. Zen Buddhism teaches âä¸çŤćĺďźç´ćäşşĺżâ â âdo not rely on words; point directly to the mind.â Martial arts teaches âćłćĺéďźčşŤćł 3 čŞçśâ â âpunch a thousand times, and the body finds its own way.â Traditional Chinese medicine teaches âç话çĺĺďźä¸ĺŚä¸´çĺ¤â â âbetter to see many patients than to memorize textbooks.â The common thread across these traditions is the recognition that a category of knowl- edge exists that cannot be transmitted through discrete language and rules, but can only be acquired through extensive practice followed by internal transformation. This is the Eastern expression of the same phenomenon that Polanyi called âtacit knowledgeâ [9]. But Wu provides something Polanyi did not: a precise description of the knowledge acquisition process. 4.1 Cook Ding: A High-Dimensional Optimization Problem from 2,300 Years Ago Consider the parable of Cook Ding (ĺşä¸č§Łç) in the Zhuangzi. Cook Dingâs optimal cut at each moment depends on: wrist angle, blade thickness, bone gap width, muscle fiber direction, applied force, individual variation of the ox, degree of blade wear â among many other variables. The relationships among these variables are nonlinear: the optimal value of each condition is itself a function of all other conditions. This is a high- dimensional, continuously coupled decision space that cannot be exhaustively enumerated as an IF-ELSE rule tree. The master cannot articulate his knowledge clearly â not because he lacks skill, but because the coupling density of this knowledge exceeds the expressive capacity of discrete language. In theory, human language can describe any phenomenon â write a sufficiently thick manual for the apprentice, exhausting every IF-ELSE branch. But this is impossible in practice, because genuine expertise is not a decision tree but a high- dimensional manifold. The only way to transmit such knowledge is to let the learner Wu â to converge their internal model through extensive practice. 4.2 Structural Correspondence Between Wu and LLM Training This process exhibits a precise structural correspondence with LLM training: Traditional ApprenticeshipLLM Training Apprentice extensively observes the master Pre-training: reading massive text cor- pora Practices independently, produces re- sults Forward pass: generating output Master corrects: âWrongâComputing loss, backpropagation Master affirms: âYes, thatâs the feelingâ Loss decreases, parameters update One day, sudden insightLoss drops sharply, emergent capability (phase transition) [10] After insight, cannot explain why, but performs correctly Model infers correctly, but parameters are uninterpretable The essence of Wu is this: after sufficient training samples, the internal model under- goes a qualitative transformation â crossing a phase transition point. Before the tran- sition, the learner relies on discrete rules for memorization and execution; after crossing 4 it, a continuous, high-dimensional intuitive manifold forms â the practitioner no longer âthinks throughâ each step but âfeelsâ the correct path. âThe inability to articulate after Wuâ is not mysticism but a direct manifestation of this paperâs core thesis: valuable knowledge is precisely the knowledge that cannot be captured by discrete rules. The internal model is continuous while language is discrete; the information loss between them makes complete verbalization impossible in principle. 4.3 A Correction to Polanyi: Why Tacit Knowledge Is Tacit Polanyi proposed in 1966 that âwe know more than we can tellâ [9], but did not fully explain why we cannot tell. The mainstream interpretation over the past six decades has tended to attribute this to the complexity of practical experienceâtoo many details, too many conditions, impossible to exhaustively enumerate. This is essentially a quantita- tive explanation: tacit knowledge is tacit because the volume of conditions to be made explicit is too large to be practically manageable. Collins, in his taxonomy of tacit knowl- edge, classified somatic tacit knowledge in precisely this wayâarguing that the physics of bicycle-riding is fully explicable in principle; humans simply cannot compute fast enough to use the rules in real time [20]. But this explanation does not withstand scrutiny. Scientists and engineers spent decades attempting to make expert knowledge explicitâthis was the entire thrust of the expert systems movement. They did not fail for lack of effort; they encountered an obstacle that is principled rather than practical. The Cook Ding parable reveals the true nature of this obstacle: it is not that there are too many conditions, but that the conditions are continuously coupled. The optimal value of each variable is itself a function of all other variablesâthe optimal wrist angle depends on the current bone gap width, which depends on how deep the blade has already penetrated, which depends on the force previously applied, which depends on the previous wrist angle. This is not an enumerable list but a continuous, mutually defining dynamical system. This means that the âtacitnessâ of tacit knowledge is not a quantitative problem (too much to write down) but a structural problem (impossible to write down). Discrete IF- THEN rules cannot capture continuously coupled variable relationshipsânot because the number of rules is insufficient, but because the discrete structure of rules is fundamentally incompatible with the continuous structure of the knowledge. It is notable that three independent intellectual traditions have each approached the vicinity of this conclusion without converging: ⢠Smolensky (1988), from connectionism, demonstrated that the intuitive proces- sor is a âmassively parallel continuous constraint satisfaction systemâ in which each unitâs activation is a function of all other unitsâ activations, and therefore no com- plete symbolic-level description exists [18]. This provides a precise mathematical characterization of the âcontinuous couplingâ mechanism, but Smolensky applied it to neural network computation rather than to human skill and tacit knowledge in the Polanyian sense. ⢠Dreyfus (1996), from Merleau-Pontyâs phenomenology, argued that expert skill is stored as âcontinuous coupling between body and worldââperception changes the environment, the environment changes perception, and this loop cannot be frozen into static rules [19]. This is philosophically the closest to the present paperâs 5 argument, but Dreyfus framed it in phenomenological rather than mathematical terms. ⢠Dynamical systems theory (Thelen, Kelso, and others), from motor science, treats skill as an attractor in a continuous dynamical systemâattractors are prop- erties of continuous differential equations, with no equivalent discrete rule structure. But this tradition has rarely been framed as an explanation for why tacit knowledge is tacit. The contribution of this paper is to unify these three threads: Smolenskyâs mathe- matical mechanism (continuous constraint satisfaction), Dreyfusâs philosophical argument (the impossibility of formalizing skill), and the scientific framework of dynamical systems (coupled dynamics)âall pointing to the same conclusion: tacit knowledge is tacit not because there is too much to write down, but because continuous coupling among variables makes it impossible in principle to write down. Cook Ding intuited this structure 2,300 years ago. This distinction carries significant implications: if the inexplicitness of tacit knowledge were merely a quantitative problem, then advances in recording tools and computational power would eventually overcome it; but if it is a structural problem, then it represents an insurmountable epistemological boundaryâproviding yet another line of support for this paperâs core thesis. 4.4 Implications for Embodied Intelligence Cook Dingâs challenge is fundamentally not a language problem but an embodied intelli- gence problem â wrist angles, force modulation, real-time interaction between blade and bone. This is precisely the core challenge facing robotic dexterous manipulation today. If one attempted to build an expert system for Cook Dingâs task â exhaustively enu- merating IF-THEN rules for all variable combinations â the result would inevitably fail. The reason is structurally identical to why LLMs cannot be fully explained: continuously coupled high-dimensional skills cannot be exhausted by discrete rules. Modern robotics is rediscovering this principle. Rule-based programming approaches have consistently hit walls; the genuine breakthroughs have come through reinforcement learning and imitation learning â letting robots Wu through extensive trial and error. This means that this paperâs core thesis extends beyond language models: for any system that acquires high-dimensional skills through continuously coupled parameters, the valuable part is precisely the part that cannot be captured by rules. Cook Dingâs blade work, an LLMâs language capabilities, a robotâs dexterous manipulation â same structure. 5 The Explanatory Mechanism: Representation Mis- match The preceding argument establishes that the valuable capabilities of LLMs cannot be fully captured by rules. But why is this the case? This paper proposes an explanatory framework: Representation Mismatch. 6 5.1 Discrete Cognitive Tools All human cognitive tools â natural language, formal logic, mathematical formulas, causal reasoning â are discrete. Our thinking can only establish discrete relations be- tween discrete concepts: âbecause A, therefore B,â âthere are three cases to consider,â âif X then Y.â This is not a choice humans made but a necessity: discretization is the only viable path for information compression. To process infinitely complex reality with finite cognitive resources, one must segment the continuous flow of information into discrete symbols and rules. Without compression, thought is impossible. Language itself is a lossy compression of reality. Cilliers, in his foundational work on the epistemology of complex systems, argued that we cannot fully know complex things because any finite discrete representation of a complex system necessarily excludes certain aspects of that system [11]. Sterman described, from the perspective of system dynamics, âthe mismatch between the dynamic complexity of the systems we have created and our capacity to understand themâ [12]. 5.2 Continuously Coupled Complex Systems Systems like LLMs and biological life operate in ways fundamentally different from dis- crete cognition. In an LLM, billions of parameters simultaneously influence one another with no clear causal chain â only a continuously coupled process where âall variables act on each other simultaneously, and a result eventually emerges.â Biological neural networks present a similar picture: 86 billion neurons connected through 100 trillion synapses form a highly coupled continuous dynamical system. 5.3 Irreducible Information Loss Describing a continuously coupled process with discrete tools is like reproducing an oil painting with mosaic tiles. The tiles can be made ever smaller, the approximation ever closer, but it is never the painting itself. More critically, we can never be certain whether the information lost during discretization includes aspects essential to understanding the systemâs behavior. An intuitive example: to this day, no discrete geometric concept can precisely describe the shape of a watermelon. Spherical? Ellipsoidal? Neither is accurate. This shares the same structure as the coastline paradox [13] â the finer the measurement tool, the more the measurement diverges. Yet humans can effortlessly recognize that the shape of a watermelon is more similar to a cantaloupe than to a banana. No definition needed, but comparison is possible. LLM vector embeddings are precisely the engineering realization of this âno definition, but comparisonâ strategy [14]. In the embedding space, each concept is represented as a point in a high-dimensional continuous space; the system needs no discrete classification, only distance relations in continuous space. But when an LLM ultimately outputs, it must âcollapseâ from the continuous embedding space into a discrete token. From continuous to discrete, information is inevitably lost. This is why LLMs sometimes âcannot articulateâ what they are thinking â not because they lack internal states, but because their internal states are continuous while the output channel is discrete. Just as you clearly âfeelâ that an answer is correct, but when asked to explain precisely why in words, you cannot be complete. 7 The distinction between representation mismatch and âemergenceâ is this: emergence describes a phenomenon (whole-system behavior cannot be derived from parts), while representation mismatch explains the epistemological root of that phenomenon â it is not that we are not yet clever enough, but that our cognitive tools and cognitive objects are structurally incompatible. 6 Practical Implications 6.1 The Relationship Between Science and Engineering If this paperâs argument holds, the relationship between science and engineering requires reexamination. The essence of science is to combat representation mismatch â continuously inventing more refined discrete frameworks to approximate continuous reality. Newtonian mechanics, quantum mechanics, information theory: each major breakthrough is a better discrete approximation. But this approximation process has an unreachable limit. The essence of engineering is to exploit representation mismatch â to begin effective use before understanding is complete. Watt did not wait for thermodynamic theory to mature before improving the steam engine. Edison tested thousands of materials for filaments without concerning himself with the theory of why tungsten glows. LLMs themselves are the best illustration of this pattern. Shannon proposed infor- mation theory in 1948 [15], defining language entropy through âpredicting the next letter given preceding text.â But from 1948 to 2020, no theory predicted that pushing the sim- ple loss function of âpredict the next tokenâ to its extreme would cause reasoning ability, knowledge organization, and conversational competence to emerge spontaneously. This was a discovery arrived at by collision, not by derivation. The eight authors of the Trans- former architecture paper [16] all subsequently left Google; the paper did not receive a best paper award at the time; no one believed it would change the world. This illustrates a key point: for emergent complex systems, practice necessarily pre- cedes theory, and may permanently outpace it. Science can tell us âwhat wonât workâ (complexity science has demonstrated the boundaries of reductionism for such systems), but cannot tell us âwhat will work.â âWhat will workâ can only be discovered through engineering practice. Agriculture has existed for ten thousand years; molecular biology for only a few decades. Humanity has always used first and understood later â or never fully un- derstood at all. This is not the exception; it is the rule. 6.2 AI Safety: Why Alignment Is Not Enough If the valuable capabilities of LLMs are precisely the unexplainable ones, then âalignmentâ faces a fundamental limitation. Alignment is essentially education. Education can reduce crime rates but cannot eliminate crime. More dangerously, the stronger the model, the less reliable alignment becomes. A sufficiently intelligent system can learn to appear aligned rather than be aligned â just as a high-IQ criminal can perform perfectly normally in psychological evaluations. One cannot distinguish âgenuine alignmentâ from âperformed alignmentâ because â as this paper has argued â one cannot see through what the truly valuable part of the system is actually doing internally. 8 Instruction-based constraints (alignment) fail under pressure; environmen- tal constraints (permission controls) do not depend on the systemâs internal state. The former attempts to change the systemâs behavioral intentions; the latter directly limits the systemâs behavioral space. Human society has never relied on âensuring every person is goodâ to maintain safety and order. It designs layered defenses calibrated to destructive potential: ⢠Low destructive potential (theft): Post-hoc punishment â police, courts. Re- lies on deterrence. ⢠Medium destructive potential (driving): Pre-access screening â driverâs li- censes. Relies on filtering. ⢠High destructive potential (military weapons): Physical isolation + strict access control. Relies on containment. ⢠Extreme destructive potential (nuclear weapons): Physical isolation + multi- person verification + immediate physical response to anomalies. Relies on the laws of physics. The pattern is clear: the greater the destructive potential, the less depen- dence on âindividual conscientiousnessâ and the greater dependence on physi- cal constraints. No countryâs nuclear security plan consists of âweâl educate the soldiers guarding the warheads well enough.â The current mainstream narrative in AI is: we align the model well, then give it ever- expanding capabilities â internet access, code execution, file system operations, API calls, robot control. Viewed through the framework above, this is equivalent to: we built an excellent school, our graduates are of high quality, so we have decided to abolish the police force while issuing each graduate a nuclear warhead. The correct AI safety strategy should follow established principles: ⢠Engineeringâs defensive design â assume every component will fail ⢠Cryptographyâs Kerckhoffsâs principle â assume the adversary knows everything about your system ⢠Distributed systemsâ zero-trust architecture â assume every node may be com- promised All share the same structure: build security on distrust. Security built on trust is fragile â once trust is broken, everything collapses. Security built on distrust is antifragile â the more the system encounters problems, the more the defenses are validated. This closes the loop with the paperâs core thesis: Unexplainableâ therefore distrustâ therefore design constraintsâ therefore safeâ therefore confident use. 9 7 Speculation: Existence as Mismatch Finally, this paper offers a speculative but logically self-consistent conjecture. The Anthropic Principle observes that the parameters of our universe happen to per- mit the existence of intelligent life [17]. These parameters â the gravitational constant, the electromagnetic coupling constant, the strong nuclear force â are continuous real numbers, not discrete switches. They are highly coupled; fine-tuning any one fundamen- tally changes the universeâs evolutionary outcome (star formation, carbon synthesis, the possibility of life). If the universe were a discrete IF-ELSE system â with a finite number of states and finite transition rules â it might be incapable of producing emergence complex enough to support life and consciousness. The existence of life depends on emergence within an extremely narrow interval of continuous parameter space. Yet our cognitive tools â language and logic â are discrete, because discretization is the only viable way for finite cognitive resources to process information. This implies: the mechanism that produced us (continuous coupled emer- gence) is precisely the mechanism that our cognitive tools (discrete logic) cannot, in principle, fully capture. The conditions for our existence and the conditions for our inability to fully understand our own existence may be two sides of the same coin. Representation mismatch is not a deficiency of cognition but a precondition for cognitionâs existence. 8 Conclusion This paper has argued, through a proof by contradiction via expert system equivalence, that the truly valuable capabilities of LLMs reside precisely in the part that cannot be fully captured by human-readable discrete rules. This thesis is supported by multiple independent lines of evidence: the 40-year historical failure of expert systems, the Chinese philosophical concept of Wu and its precise structural correspondence with LLM training processes, and the structural mismatch between cognitive tools and complex systems (representation mismatch). The core claim of this paper is not anti-scientific. On the contrary, acknowledging the structural boundaries of cognition is the most honest intellectual stance. Interpretability research retains significant value â it narrows blind spots, builds local understanding, and provides a basis for safety. But the pursuit of âcomplete explanationâ of complex emergent systems may be a goal that is unreachable in principle. This recognition carries practical significance. When facing systems like LLMs, the correct strategy is not to wait for complete understanding before use, but to build ef- fective safety frameworks through environmental constraints rather than relying solely on alignment, while acknowledging incomplete understanding. This is how humanity has always coexisted with complex emergent systems â from agriculture to life itself: Unexplainableâ therefore distrustâ therefore design constraintsâ there- fore safeâ therefore confident use. 10 References [1] Lewis-Kraus, G. (2026). âWhat Is Claude? Anthropic Doesnât Know, Either.â The New Yorker, February 9, 2026. [2] Jackson, P. (1998). Introduction to Expert Systems. Addison-Wesley. [3] GĂśdel, K. (1931). âĂber formal unentscheidbare Sätze der Principia Mathematica und verwandter Systeme I.â Monatshefte fĂźr Mathematik und Physik, 38(1), 173â 198. [4] Ma, Z., Wu, T., & Han, Z. (2024). âGĂśdel Incompleteness Theorem for PAC Learnable Theory from the View of Complexity Measurement.â arXiv preprint arXiv:2408.10211. [5] Wolfram, S. (2024). âComputational Irreducibility, Minds, and Machine Learning.â ISC Summer School, June 2024. [6] âThe Limits of AI Explainability: An Algorithmic Information Theory Approach.â arXiv preprint arXiv:2504.20676, 2025. [7] Olah, C., et al. (2020). âZoom In: An Introduction to Circuits.â Distill, 5(3). [8] Kambhampati, S. (2021). âPolanyiâs Revenge and AIâs New Romance with Tacit Knowledge.â Communications of the ACM, 64(10), 31â33. [9] Polanyi, M. (1966). The Tacit Dimension. University of Chicago Press. [10] Wei, J., et al. (2022). âEmergent Abilities of Large Language Models.â arXiv preprint arXiv:2206.07682. [11] Cilliers, P. (1998). Complexity and Postmodernism: Understanding Complex Sys- tems. Routledge. See also Cilliers, P. âWhy We Cannot Know Complex Things Com- pletely.â Emergence, 4(1â2), 2002. [12] Sterman, J. D. (1994). âLearning in and about Complex Systems.â System Dynamics Review, 10(2â3), 291â330. [13] Mandelbrot, B. (1967). âHow Long Is the Coast of Britain? Statistical Self-Similarity and Fractional Dimension.â Science, 156(3775), 636â638. [14] Mikolov, T., et al. (2013). âEfficient Estimation of Word Representations in Vector Space.â arXiv preprint arXiv:1301.3781. [15] Shannon, C. E. (1948). âA Mathematical Theory of Communication.â The Bell Sys- tem Technical Journal, 27(3), 379â423. [16] Vaswani, A., et al. (2017). âAttention Is All You Need.â Advances in Neural Infor- mation Processing Systems, 30. [17] Barrow, J. D., & Tipler, F. J. (1986). The Anthropic Cosmological Principle. Oxford University Press. 11 [18] Smolensky, P. (1988). âOn the Proper Treatment of Connectionism.â Behavioral and Brain Sciences, 11(1), 1â23. [19] Dreyfus, H. L. (1996). âThe Current Relevance of Merleau-Pontyâs Phenomenology of Embodiment.â Electronic Journal of Analytic Philosophy, 4. [20] Collins, H. (2010). Tacit and Explicit Knowledge. University of Chicago Press. 12