9:46in productionCh. 1 · It’s transcription, not intelligence/ 9:46 · ceiling 15 min
Systems · AI
Expert system
Expert systems don’t think — they transcribe. What they deliver depends entirely on what experts wrote down, and nothing more.
Expert systems encode human expertise as if–then rules. They work only where domain logic is stable, complete, and expressible in discrete conditions. Their success depends entirely on expert authorship — not algorithmic power. They are obsolete as general AI tools, but remain relevant as deterministic decision engines in tightly bounded, high-stakes domains.
Expert systems replace human reasoning with fixed logic — not learning, not adaptation, just execution of encoded expertise.
2:24
The engine and the rules
Two parts only: a knowledge base of rules and facts, and an inference engine that chains them mechanically.
3:53
The 1965 pivot
Feigenbaum’s 1965 insight moved AI from general heuristics to domain-specific knowledge — a pivot that enabled real engineering use.
5:45
The VAX 9000 result
SID proved expert systems could ship production silicon — but only because logic design was rule-strict and experts were available to write them.
Worth your time?
Yes. Study the whole thing.
3.5/ 5
What works
encoding stable expert logic
reproducing consistent decisions
explaining outputs via rule tracing
What does not
learn
adapt
handle uncertainty
Study it if
domain engineers maintaining legacy rule sets
teams auditing deterministic logic flows
Skip it if
data scientists building adaptive models
product teams seeking user-facing intelligence
The written brief1 min read
What it is and the problem it solves
An expert system is software that emulates human expert decision-making using hand-coded if–then rules. It solves narrow, logic-bound problems where domain expertise is deep but codifiable — like chip layout or medical diagnosis in constrained settings.
How it works
It runs an inference engine over a knowledge base of if–then rules authored by human experts. The engine applies rules to known facts to deduce new facts. It does not learn. It does not generalise. It executes logic, not statistics.
What works
SID generated 93% of the VAX 9000 CPU logic gates. That worked because logic design was rule-governed, deterministic, and experts could author precise constraints. The system delivered concrete, production-grade output — not suggestions.
What does not
It does not acquire knowledge autonomously. It does not handle ambiguity, incomplete data, or shifting requirements. It fails silently when rules conflict or facts are missing. Its brittleness scales with rule count.
What it changes
It shifts expertise from people into static code — making it reproducible, auditable, and portable across shifts and locations. But it also freezes judgment at the moment of encoding.
Is it worth your time
Only if you are maintaining or debugging rule-based decision logic in a stable domain with scarce expert time and no need for adaptation. It is not a path to AI today.