No-tech Friday: Expert systems – Why “Old School” AI is Making a Comeback

1–2 minutes

To read

For nearly 45 years, if you said “AI,” you were talking about Expert Systems. Before we had neural networks that “learned,” we had systems that “followed.” From the 1970s through the mid-2010s, expert systems were the gold standard for high-stakes computing. They guided Space Shuttle landings and helped CEOs make multi-million dollar decisions. Today? You mostly encounter them as the frustrating automated voice on a customer support line.

The Giant “IF-THEN” Machine

At its core, an expert system is a decision tree. Imagine a massive map of “IF” and “THEN” statements.

  • If the light is red, then stop.
  • If the user says “billing,” then route to accounting.

Early legends like ELIZA and the chess-conquering Deep Blue were built on this logic. Even your basic spellchecker started as a long sequence of these rules.

The Knowledge Bottleneck

The dream was to automate these trees, but we hit a wall. It turns out that experts—doctors, engineers, grandmasters—often can’t explain how they know what they know. Codifying human intuition into a computer-readable tree took years of manual labor.

When we finally figured out how to grow these trees automatically, they became too big and too slow. This led to decades of research into “pruning”—cutting away the useless branches to keep the logic fast. Ironically, some of those early optimization methods paved the way for how we train models today.

Why They Still Matter

Expert systems aren’t dead; they’ve just been eclipsed by the “sexier” Generative AI. But LLMs have a weakness: they hallucinate. Expert systems, on the other hand, offer three things an LLM can’t always guarantee:

  1. Predictability: They don’t make things up.
  2. Reliability: The same input always gives the same output.
  3. Explainability: You can see exactly why the machine made its choice.

The next frontier of AI isn’t just bigger models—it’s the “Hybrid Model.” We use the LLM to talk to the human, and the Expert System to ensure the logic remains flawless.

Related posts:

Leave a Reply

...

...

Discover more from Bostjan spetic, entrepreneur

Subscribe now to keep reading and get access to the full archive.

Continue reading