Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Reports
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Research Sessions
  • Signals Workspace
  • Bespoke Projects
  • Use Cases
  • Signal Scanfree
  • Readinessfree
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
audiences
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
resources
  • Pricing
  • Partners
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
  • Login
ResearchServicesPricingPartnersAbout
ResearchServicesPricingPartnersAbout
  1. Home
  2. Vocab
  3. Symbolic AI

Symbolic AI

An AI paradigm that represents knowledge as explicit symbols manipulated through logical rules.

Year: 1956Generality: 720
Back to Vocab

Symbolic AI is an approach to artificial intelligence in which knowledge about the world is encoded as human-readable symbols — words, predicates, logical statements — and reasoning is performed by applying explicit rules to manipulate those symbols. Rather than learning patterns from raw data, a symbolic system operates on structured representations: an expert system might encode thousands of if-then rules about medical diagnosis, while a theorem prover works through formal logical proofs step by step. The approach draws heavily from mathematical logic, philosophy of mind, and linguistics, and rests on the assumption that intelligent behavior can be fully captured by symbol manipulation alone.

In practice, symbolic systems are built by knowledge engineers who interview domain experts and translate their expertise into rule bases, ontologies, or semantic networks. Inference engines then traverse these structures — using techniques like forward chaining, backward chaining, or resolution — to answer queries or reach conclusions. This makes the reasoning process highly transparent and auditable: every conclusion can be traced back through the chain of rules that produced it. Systems like MYCIN (medical diagnosis) and DENDRAL (chemical structure inference) demonstrated that symbolic methods could match or exceed human expert performance in narrow, well-defined domains during the 1970s and 1980s.

Symbolic AI fell out of favor as researchers encountered the brittleness problem: rule-based systems struggle with ambiguity, incomplete information, and domains where knowledge is difficult to formalize. The rise of statistical machine learning in the 1990s and deep learning in the 2010s shifted the field toward data-driven approaches that learn representations automatically. Nevertheless, symbolic methods remain relevant — they underpin knowledge graphs, formal verification, and planning systems used in robotics and logistics.

Today there is renewed interest in neurosymbolic AI, which seeks to combine the pattern-recognition strengths of neural networks with the structured reasoning and interpretability of symbolic systems. This hybrid direction aims to address the weaknesses of both paradigms: neural networks lack explicit reasoning and struggle with systematic generalization, while pure symbolic systems cannot handle perceptual data or uncertainty gracefully. Symbolic AI thus remains a live research area rather than a historical artifact.

Related

Related

Symbolic Computing
Symbolic Computing

An AI paradigm that manipulates human-readable symbols and logic to represent knowledge and reason.

Generality: 650
Neurosymbolic AI
Neurosymbolic AI

AI systems combining neural network learning with symbolic reasoning for human-like cognition.

Generality: 694
Dualism (Symbolic vs. Sub-Symbolic AI)
Dualism (Symbolic vs. Sub-Symbolic AI)

The foundational divide between rule-based symbolic AI and data-driven connectionist approaches.

Generality: 756
Hybrid AI
Hybrid AI

AI systems combining symbolic reasoning and neural learning for greater capability and explainability.

Generality: 694
Subsymbolic AI
Subsymbolic AI

AI that encodes knowledge implicitly through distributed representations rather than explicit symbols.

Generality: 650
GOFAI (Good Old-Fashioned AI)
GOFAI (Good Old-Fashioned AI)

Classical AI paradigm using symbolic reasoning, logic, and explicit rules to model intelligence.

Generality: 694