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.
π My note
A training byBaxIA