← Back to AI Glossary

AI Glossary

Symbolic AI

Symbolic AI is an approach to artificial intelligence that relies on explicit rules, logic, and structured knowledge rather than learning patterns from large datasets.

Overview

Long before modern AI systems learned from massive amounts of data, researchers attempted to build intelligence through rules.

This approach became known as Symbolic AI.

Instead of learning patterns from examples, symbolic systems use human-created rules to represent knowledge and make decisions.

Researchers believed that if enough knowledge and logic could be encoded into a system, intelligent behavior would emerge.

While modern AI often relies on machine learning, symbolic approaches remain important in certain applications.

Why It Matters

Symbolic AI played a foundational role in the development of artificial intelligence.

It introduced concepts such as:

  • logical reasoning
  • expert systems
  • knowledge representation
  • rule-based decision making

Many modern AI discussions still reference ideas that originated from symbolic approaches.

Real-World Example

An expert medical diagnosis system that follows predefined rules and decision trees is an example of symbolic AI.

The system makes decisions based on encoded knowledge rather than learned patterns.

Related Concepts

  • Knowledge Representation
  • Expert System
  • Artificial Intelligence
  • Machine Learning
  • Reasoning