Chapter 0Course Preliminariesslides.en.pdf:421-424

What is Symbolic AI?

Four approaches: symbolic vs statistical vs subsymbolic vs embodied

Def 10.0.1Symbolic AIDef 10.0.2Statistical AIDef 10.0.3Subsymbolic AIDef 10.0.4Embodied AI
Concept

Symbolic AI is the branch of artificial intelligence that uses symbols
discrete, manipulable representations of concepts — to reason about the world.

There are four main approaches to AI today. Each has different assumptions
about how intelligence arises:

1. Symbolic AI — intelligence comes from manipulating symbols (this course!)
2. Statistical AI — intelligence comes from learning patterns in data
3. Subsymbolic AI (neural / connectionism) — intelligence emerges from
many small numerical units firing together
4. Embodied AI — intelligence cannot exist without a body in an environment

Symbolic AI shines when:
- The problem has clear rules and structure (math, logic, programs)
- You need to explain a decision (provenance is preserved)
- You want correctness guarantees (proofs, types, formal verification)

Statistical / subsymbolic AI shines when:
- Rules are hard to write but data is plentiful
- Slight errors are tolerable
- You have lots of compute and training time

Most modern AI systems are hybrid: a symbolic shell around a statistical core,
or a statistical core wrapped in symbolic constraints.

Practice — score 100% to advance
Multiple choice
Q1
What is the central claim of Symbolic AI?
Q2
Which of these is a strength of Symbolic AI?
Q3
What does 'Subsymbolic AI' typically refer to?
Q4
An embodied AI system would primarily focus on…
Q5
Why are most modern AI systems hybrid?
Loading…