ব্যাখ্যা
Old AI techniques (1950s–1980s) such as rule-based systems, expert systems, symbolic AI relied on explicit knowledge representation (e.g., IF–THEN rules, semantic networks).
The system could only work if all knowledge was predefined by humans → very hard to scale, inflexible, and brittle.
Modern AI (machine learning, deep learning) learns automatically from data rather than requiring humans to encode every detail.
Example:
An expert system for medical diagnosis needs thousands of rules like:
IF fever AND cough AND chest-pain → THEN pneumonia.
If a new disease appears, system fails unless rules are manually updated.
Source: Artificial Intelligence (2nd Edition) by Elaine Rich & Kevin Knight