Skip to content

1.11 β€” Demo: The two brains πŸ§ͺ

A simple task: sort an incoming message (urgent / normal / spam). On the left, an β€œexpert system” brain (strict rules); on the right, a β€œgenerative” brain (that understands intent). Type a message or click an example, and feel why rules break fast and why the generative approach generalizes.

🟒 In plain words β€” this is the live demo of lesson 1.3: the β€œrules” brain follows a frozen list, the β€œgenerative” brain grasps the intent even when the wording surprises it.

Message triageβ€” rules vs reasoning

🧱 Rule-based brainIF · THEN

Looks for exact keywords in a hand-written list.
Waiting…

🧠 Generative brainintent

Reads the overall meaning, even without the exact keyword.
Waiting…

⚠️ Educational simulation running in your browser (no real AI is called here). The point: feel why rules break fast and why the generative approach generalizes. The real LLM code comes in Level 2.

How would you rate this lesson?
πŸ“ My note

A training byBaxIA