{"id":2184,"date":"2026-07-09T10:35:12","date_gmt":"2026-07-09T01:35:12","guid":{"rendered":"https:\/\/www.aicritique.org\/us\/?p=2184"},"modified":"2026-07-09T10:38:39","modified_gmt":"2026-07-09T01:38:39","slug":"symbolism-and-connectionism","status":"publish","type":"post","link":"https:\/\/www.aicritique.org\/us\/2026\/07\/09\/symbolism-and-connectionism\/","title":{"rendered":"Symbolism and Connectionism"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">AI Must Not Merely Describe the Structure of the World\u2014it Must Generate Concepts<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The history of artificial intelligence research can be understood, in broad terms, as a rivalry between two major approaches.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The first is&nbsp;<strong>symbolism<\/strong>, which attempts to represent knowledge through symbols and manipulate those symbols according to logical rules. The second is&nbsp;<strong>connectionism<\/strong>, which seeks to realize intelligent functions through learning and the interactions of large numbers of simple processing units.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Modern generative AI may appear to represent a victory for connectionism because it is based on neural networks. Yet when actual AI systems are built, symbolic frameworks such as databases, objects, classes, knowledge graphs, and ontologies are still widely used.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The central question, however, is not which approach is correct.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The more fundamental issue is this:<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>How do the concepts that make symbolic processing possible arise in the first place?<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">The Two Traditions That Shaped AI Research<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Early AI research largely understood human intelligence as the ability to manipulate symbols.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The physical symbol system hypothesis, proposed by Allen Newell and Herbert Simon, argued that a physical system capable of appropriately manipulating symbols possesses the necessary and sufficient means for intelligent action.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Problem-solving, theorem proving, game playing, and natural-language understanding were therefore approached as processes of searching through and transforming symbolic representations.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">From this perspective, the world contains objects and relations such as \u201chuman,\u201d \u201ccompany,\u201d \u201cproduct,\u201d \u201ccontract,\u201d \u201ccause,\u201d and \u201cpurpose.\u201d If these could be translated into the correct symbols, a computer should, in principle, be able to reason about them in a manner comparable to a human being.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The difficulty was that it proved nearly impossible to convert all relevant knowledge about the real world into predefined symbols and rules.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">As exceptions and contextual dependencies accumulated, rule systems became increasingly complicated. Constructing and maintaining knowledge bases required enormous human effort.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Connectionism took a different approach.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Rather than treating intelligence as a collection of explicitly written rules, it viewed intelligent behavior as emerging from the configuration of connections among many processing units. Artificial neural networks learn relationships between inputs and outputs by adjusting the weights of those connections.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Connectionism experienced a major revival in the 1980s and eventually developed into today\u2019s deep learning and large language models.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Symbolism can therefore be described as an approach in which humans explicitly describe knowledge, whereas connectionism is an approach in which internal representations are learned from data.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Object-Oriented Models Are Not the World Itself<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Symbolic thinking is deeply embedded not only in AI but also in software engineering.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">In object-oriented programming, entities are defined as classes with attributes and methods. Inheritance, containment, and other relationships are then used to construct a model of a domain.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">A company has employees. A customer places an order. An order contains products.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">This is extremely effective when the objects involved in a business process are clearly defined.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">However, an object-oriented model is not the structure of the world itself. It is a design created by humans for a particular purpose.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The same person may be represented as a \u201ccustomer\u201d in a sales system, a \u201cpatient\u201d in a medical system, a \u201cparent\u201d in a school system, and a \u201cresident\u201d in a municipal system.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">It makes little sense to ask which of these is the person\u2019s true identity.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The class does not exist inside the individual. It is imposed according to the purpose of the system.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The same applies to ontologies.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">In information science, an ontology is often defined as an explicit specification of a conceptualization. It formally describes which entities, concepts, properties, and relations are assumed to exist within a particular domain.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The important word here is&nbsp;<strong>conceptualization<\/strong>.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">An ontology does not describe the world exactly as it exists independently of human cognition. It describes the conceptualization adopted by a particular community for a particular purpose.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">An ontology can use concepts. It cannot, by itself, explain how concepts arise.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Concepts in Logic: Intension and Extension<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">In traditional logic, a concept is often explained in terms of&nbsp;<strong>intension<\/strong>&nbsp;and&nbsp;<strong>extension<\/strong>.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The intension of a concept consists of the properties or conditions that define it.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">For example, the intension of the concept \u201cbird\u201d might include such properties as having feathers, laying eggs, and being a vertebrate.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The extension of the concept is the set of things to which it applies.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Sparrows, crows, penguins, and ostriches all belong to the extension of the concept \u201cbird.\u201d<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">In logic, the intension is generally understood to determine the extension. Yet two expressions may refer to the same object while conveying different meanings, which is why what an expression refers to must be distinguished from how it presents that object.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">This framework is useful for organizing concepts, but it leaves an important question unanswered:<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Who decides which properties should be included in the intension?<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">If a bird is defined as \u201csomething that flies,\u201d penguins and ostriches are excluded.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">If it is defined as \u201csomething that lays eggs,\u201d insects and reptiles may also be included.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Defining birds as feathered animals works relatively well, but it was not the world itself that selected feathers as the decisive characteristic. Human classifiers treated that feature as important.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The intension of a concept is not automatically determined by observation alone.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">What the Ugly Duckling Theorem Reveals<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">This problem is made particularly clear by Satosi Watanabe\u2019s&nbsp;<strong>Ugly Duckling Theorem<\/strong>.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">In simplified form, the theorem shows that if every logically possible property is treated equally, then any two distinct objects are equally similar.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Two swans may appear to share many properties. However, once arbitrary predicates are permitted, we can also count properties such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"has-medium-font-size\">being located on the left,<\/li>\n\n\n\n<li class=\"has-medium-font-size\">being observed today,<\/li>\n\n\n\n<li class=\"has-medium-font-size\">not being Swan A,<\/li>\n\n\n\n<li class=\"has-medium-font-size\">being either Swan B or Duck C.<\/li>\n<\/ul>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">If every possible predicate is counted equally, a swan is no more similar to another swan than it is to the ugly duckling.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Classification therefore requires a bias regarding which characteristics matter and which can be ignored.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The Ugly Duckling Theorem demonstrates that similarity and classification are not simply objective structures already contained within the objects themselves. They depend on the selection and weighting of features.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Here, \u201cbias\u201d does not necessarily mean prejudice or error. It is closer to what machine learning calls an&nbsp;<strong>inductive bias<\/strong>.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">No classifier can operate without making assumptions about what kinds of similarities matter.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Classification is therefore not merely the discovery of boundaries that already exist in the world.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">It is the act of selecting characteristics that matter for a purpose and drawing boundaries accordingly.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Concepts Require Attention<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">How, then, is it decided which features matter?<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The key is&nbsp;<strong>attention<\/strong>.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Human beings do not process every piece of sensory information with equal intensity. We direct attention toward certain aspects of our surroundings and allow others to recede into the background.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">This distribution of attention depends on our goals, interests, expectations, past experiences, and perception of danger.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Research on human categorization similarly suggests that category learning involves directing selective attention toward relevant dimensions while ignoring irrelevant ones.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">A botanist walking through a forest may attend to the shape of leaves and their veins.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">A hunter may notice tracks, broken branches, and sounds.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">A child may notice insects, berries, or unusual stones.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">They are observing the same forest, yet they construct different conceptual worlds.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Attention is not merely the act of looking carefully at something.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">It is the process that determines&nbsp;<strong>what should be treated as the same and what should be treated as different<\/strong>.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Attention assigns different weights to features. Those weights produce similarity. Similarity makes grouping possible. Through grouping, concepts arise.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Concepts therefore do not exist in the external world as finished objects waiting to be discovered.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Concepts Belong to Epistemology, Not Ontology<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Ontology asks:<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>What exists?<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Epistemology asks:<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>How do we know the world?<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Traditional knowledge engineering has often attempted to describe the entities and relations that supposedly make up the world. This tendency is reflected in the very term \u201contology.\u201d<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Yet when concepts are treated as if they were entities, we may begin to imagine that categories such as \u201ccompany,\u201d \u201ccustomer,\u201d \u201cquality,\u201d \u201crisk,\u201d \u201cgood,\u201d and \u201cevil\u201d exist independently of human cognition.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">In reality, concepts are better understood not as components of the world but as mechanisms through which an intelligent subject recognizes and acts within the world.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">A living organism cannot examine every conceivable property of an object before deciding what to do.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">It must quickly determine whether something is dangerous, edible, useful, familiar, hostile, or irrelevant.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Concepts compress enormous quantities of incoming information, connect new perceptions with past experience, and make rapid action possible.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">To recognize something as a snake does not necessarily mean that the organism has discovered the metaphysical essence of \u201csnake.\u201d<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">It means that the organism has integrated shape, movement, pattern, and context into a category useful for immediate action, such as avoiding danger.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Concepts are the basis of symbolic processing. But concepts themselves are not fixed symbols.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Concept formation comes first. A name is assigned afterward.<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">AI Needs More Than the Ability to Manipulate Symbols<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">In symbolic AI, the meanings of symbols and the structure of categories are supplied in advance.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">However, an autonomous AI operating in the real world must be able to generate concepts from input according to the purpose of the current situation.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Consider the concept of an \u201cimportant customer.\u201d<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">If current revenue is emphasized, the most important customer may be the largest buyer.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">If future growth is emphasized, a small but rapidly expanding company may be considered more important.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">If social influence matters, a well-known customer may take priority.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">If the goal is to prevent churn, a dissatisfied customer may suddenly become the most important one.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The concept of an \u201cimportant customer\u201d has neither a fixed extension nor a fixed intension.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Its meaning changes according to the goal, time, and context.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">If an AI system merely assigns customers to a predefined \u201cimportant customer\u201d class, it is automating an existing rule.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">A genuinely intelligent system must understand the problem at hand, determine which characteristics deserve attention, and modify the way it classifies the situation.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Large Language Models Have Implicitly Learned the Human Conceptual World<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">On the surface, a large language model is a system that predicts the next token.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Yet to perform this prediction accurately, it must learn more than syntax.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">It must acquire internal representations of word meanings, relations among entities, typical events, human value judgments, social institutions, and causal patterns.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The texts available on the internet contain traces of how human beings divide the world, which things they group together, what distinctions they consider important, and how they explain events.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Large language models learn not only explicit definitions of symbols but also the distribution of contexts in which those symbols are used.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">As a result, semantic proximity, categories, relationships, and context-dependent meanings become encoded in continuous internal representations.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">This does not necessarily mean that LLMs understand the world in exactly the same way humans do.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Their concepts are largely learned from language rather than from embodied perception and action. They may therefore differ significantly from humans in areas that depend strongly on sensory and motor experience.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Even so, by learning from vast quantities of human language, LLMs have formed an internal representation of the conceptual world and worldview embedded in human discourse.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">This marks a decisive break from traditional symbolism.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Humans no longer need to design a complete ontology before the machine can work with concepts. The model can infer conceptual structures from patterns of language use.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Why Return to Ontology After Overcoming the Limits of Symbolism?<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">From this perspective, current approaches to retrieval-augmented generation present an interesting paradox.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">RAG supplements the parametric knowledge of an LLM by retrieving external documents and supplying relevant passages during answer generation.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">It is highly useful for accessing up-to-date information, citing sources, and incorporating organization-specific knowledge.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The problem is not RAG itself. The problem is how it is commonly implemented.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">In a typical RAG system, documents are divided into chunks of a predetermined length. Each chunk is converted into an embedding vector, and fragments judged to be similar to a query are retrieved.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Yet these chunks are often no more than mechanically separated pieces of text.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Although an LLM is capable of generating flexible conceptual representations from context, the retrieval pipeline first reduces information to fixed fragments.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">GraphRAG attempts to improve this by extracting entities and relations, constructing a knowledge graph, identifying communities, and generating summaries.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">This can make large-scale relationships and global structures easier to retrieve than in simple chunk-based systems.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">However, once information is decomposed into fixed entities and relations and represented as a graph, the system begins moving back toward the symbolic assumption that the world is fundamentally composed of identifiable objects and explicit relationships.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">In reality, what counts as an entity, which relations matter, and what level of granularity should be used all depend on the question being asked.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The statement \u201cCompany A invested in Company B\u201d may be important when examining ownership, but less important when investigating technology transfer, management influence, or supply-chain dependency.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">A fixed graph cannot be the optimal conceptual structure for every possible question.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">GraphRAG is more flexible than manually constructed ontologies. Yet if its generated graph is treated as the objective structure of knowledge, it risks returning to the same problems that constrained classical knowledge engineering.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">RAG Is an External Memory, Not a Concept-Formation Mechanism<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">There is no need to reject RAG or GraphRAG.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">They are useful technologies for narrowing the information an LLM should consult, providing evidence for answers, and building updateable forms of external memory.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">What they should not be mistaken for is the structure of knowledge itself.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Chunks, entities, relations, graphs, and ontologies are all indexes for accessing information.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">They can support concept formation, but they are not concept formation itself.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">An intelligent AI system needs more than the ability to search within a fixed classification scheme.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">It needs to:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li class=\"has-medium-font-size\">understand the current purpose,<\/li>\n\n\n\n<li class=\"has-medium-font-size\">allocate attention according to that purpose,<\/li>\n\n\n\n<li class=\"has-medium-font-size\">dynamically weight features in the input,<\/li>\n\n\n\n<li class=\"has-medium-font-size\">reconstruct similarity and difference,<\/li>\n\n\n\n<li class=\"has-medium-font-size\">generate concepts suited to the situation, and<\/li>\n\n\n\n<li class=\"has-medium-font-size\">symbolize those concepts for reasoning and explanation.<\/li>\n<\/ol>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Symbolic processing comes at the end.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Concept formation must come first.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">The Real Question Is Not Symbols or Neural Networks<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Symbolism is strong at explicit reasoning, formal rules, explanation, and verification.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Connectionism is strong at learning patterns from ambiguous inputs and developing flexible internal representations that change with context.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The future of AI does not require choosing one and discarding the other.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">It requires a system in which neural networks generate concepts from input and those concepts are then symbolized when explicit reasoning, communication, or verification is needed.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">This general direction is often described as neuro-symbolic AI.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Yet simply connecting a neural network to an ontology is not enough.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">If the ontology remains fixed and externally supplied, then the concepts themselves are still being imposed from outside.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The central capability must be&nbsp;<strong>dynamic concept formation<\/strong>.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">An intelligent system must be able to change what it attends to, what it treats as equivalent, and what distinctions it draws according to the goal and context.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Concepts Do Not Exist in the World; the World Appears Through Concepts<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Human beings perceive the world through concepts.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">But we should not confuse the conceptual world we experience with the world as it exists independently of us.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Concepts such as company, customer, market, competition, quality, danger, value, and justice do not exist in completed form without human beings.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">They arise because humans must survive, act, cooperate, and make decisions. We direct attention toward certain aspects of the vast field of phenomena and treat them as meaningful units.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Concepts are not useless merely because they are not independently existing entities.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">On the contrary, their lack of fixed existence is what makes them adaptable.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">They can be revised, reconstructed, and replaced as circumstances change.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">That flexibility lies at the heart of intelligence.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Traditional symbolism began symbolic reasoning by assuming that the relevant concepts had already been defined.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Connectionism partially overcame this limitation by learning internal representations from data.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Large language models learned the conceptual world embedded in human language on a massive scale and thereby acquired a degree of flexibility that purely symbolic systems could not achieve.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Yet when we apply these models to organizational knowledge, we often attempt to force information back into fixed objects, chunks, entities, relations, and ontologies.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">The goal should not be to describe the world as one complete and permanent knowledge graph.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">It should be to build AI that can change its attention according to purpose, generate concepts from input, and then use those concepts for symbolic judgment.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">A concept is not a component of the world.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">It is a unit of cognition created by an intelligent subject that must make decisions and act within a limited amount of time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>AI Must Not Merely Describe the Structure of the World\u2014it Must Generate Concepts The history of artificial intelligence research can be understood, in broad terms, as a rivalry between two major approaches. The first is&nbsp;symbolism, which attempts to represent knowledge&hellip;<\/p>\n","protected":false},"author":1,"featured_media":2185,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[71],"tags":[],"class_list":["post-2184","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-philosophy-of-ai"],"_links":{"self":[{"href":"https:\/\/www.aicritique.org\/us\/wp-json\/wp\/v2\/posts\/2184","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aicritique.org\/us\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.aicritique.org\/us\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.aicritique.org\/us\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aicritique.org\/us\/wp-json\/wp\/v2\/comments?post=2184"}],"version-history":[{"count":2,"href":"https:\/\/www.aicritique.org\/us\/wp-json\/wp\/v2\/posts\/2184\/revisions"}],"predecessor-version":[{"id":2188,"href":"https:\/\/www.aicritique.org\/us\/wp-json\/wp\/v2\/posts\/2184\/revisions\/2188"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.aicritique.org\/us\/wp-json\/wp\/v2\/media\/2185"}],"wp:attachment":[{"href":"https:\/\/www.aicritique.org\/us\/wp-json\/wp\/v2\/media?parent=2184"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.aicritique.org\/us\/wp-json\/wp\/v2\/categories?post=2184"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aicritique.org\/us\/wp-json\/wp\/v2\/tags?post=2184"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}