Artificial Intelligence

Symbolic AI

An approach to AI that represents knowledge using symbols and rules, and reasons by manipulating those symbols logically. Symbolic AI dominated before the deep learning era.

Why It Matters

Symbolic AI provides interpretable, provably correct reasoning — qualities that neural AI struggles with. The field is seeing a resurgence in neuro-symbolic AI approaches.

Example

An expert system using rules like 'IF temperature > 38°C AND cough = true AND fatigue = true THEN diagnosis = possible_flu' — explicit, traceable logic.

Think of it like...

Like a detective who writes down clues on a whiteboard and follows logical rules to reach conclusions — every step of reasoning is explicit and verifiable.

Related Terms