AI Origins ยท Lesson 11

Robot Repair Clinic

Five broken robots need a diagnosis. Use IF-THEN rules to find each fault โ€” the fewer clues you need, the better your reasoning.

Round 1 / 5 Score: 0 4 inspects left

๐Ÿค– Loadingโ€ฆ

Inspect an area (each costs 1 token)

Logic Probe Hover or click a robot subsystem to scan for clues.
Chest: power values ยท Head: diagnostics ยท Wheels: motion clues

Clues found so far

    AI Rule Engine โ€” live analysis

    No diagnosis yet Gather evidence to raise confidence.

    Inspect the robot to gather evidence. The AI will update here.

    The engine fires IF-THEN rules as each clue arrives.

    Your diagnosis

    What This Trains

    System Mechanics

    • Symbolic LogicKnowledge encoded as explicit IF-THEN rules
    • State MachinesFacts update in deterministic forward passes
    • Weighted InferenceConfidence factors model uncertainty beyond true/false
    • ExplainabilityEvery troubleshooting guess can be traced to fired rules

    Conceptual Questions

    • TrustWho authored the rules and where can bias hide?
    • ConflictWhat should happen when rules disagree?
    • LimitsWhen does explicit logic stop scaling well?
    • BridgeHow does this compare to neural-network learning?

    Historical Context

    This lab represents the Symbolic AI / Expert Systems era (1970sโ€“1980s).

    Expert Systems Era

    • ApproachHuman knowledge formalized as transparent rules
    • MYCIN-styleCertainty-factor methods showed how rule confidence can combine
    • StrengthAuditable reasoning path for each recommendation
    • WeaknessRule authoring burden and brittle domain transfer

    AI Timeline Placement

    1. Perceptron era begins neural-symbolic split
    2. ELIZA popularizes scripted language interaction
    3. Expert systems (including MYCIN-style ideas) scale symbolic AI
    4. Deep learning re-centers data-driven representation learning

    Lesson Outputs

    Each team should publish a short reflection and demo link at the end of class.