Analogies, Diagrams, Animations & Simulations

By Pritesh Yadav 9 min read

So far we have talked a lot about what a tutor teaches and when it reviews. This chapter is about how an idea gets into a learner's head in the first place — through the words, pictures, and moving things we put in front of them. A great explanation is not just "correct"; it lands. It connects something brand new to something the learner already owns. That is the job of analogies, diagrams, animations, and simulations.

Before we start, one plain-English definition we will lean on the whole chapter. Working memory is the tiny mental "desk" where you do all your active thinking. It is shockingly small — careful research (Nelson Cowan, 2001) puts it at about four chunks of new information at once, and it empties in seconds if you look away. Every teaching aid in this chapter either helps fit an idea onto that small desk, or accidentally clutters it. That single idea decides whether a fancy animation is a gift or a distraction.

14.1 Why analogies work

An analogy says "this new thing works like that familiar thing." It works because of how memory is built. Long-term memory stores organized patterns called schemas — think of them as ready-made mental folders ("how a bank account works", "how a bucket leaks"). When you say "an Ease Factor is like the gear ratio on a bike", you are not making the learner build a brand-new folder from scratch. You are letting them borrow a folder they already have and bolt the new idea onto it. The new material arrives as one big familiar chunk instead of five strange little ones, so it slides through that narrow four-chunk doorway.

Analogy: A good analogy is a rope bridge from an island the learner already lives on to a new island they have never visited. You are not asking them to swim; you are giving them a way to walk across using ground they already trust.

This is also why analogies feel "clicky." The effort of understanding (the good kind, called germane load — the mental work of actually building understanding) goes toward mapping, not toward decoding strange new pieces one at a time.

14.2 How analogies fail

Every analogy is a partial match. It lines up in some ways and breaks in others — and the learner usually cannot see where the break is. Taken too far, the borrowed folder smuggles in wrong ideas.

Common mistake: Pushing an analogy past its breaking point. "Electricity flows like water in a pipe" helps a beginner picture current and pressure — but a learner who runs with it will expect electricity to spill on the floor when a wire is cut. The analogy was a starting bridge, not the territory.

Three rules keep analogies honest for an AI tutor:

  • Name the limit. A great explanation says where the analogy stops: "Working memory is like a computer's short-term memory — but unlike a computer it also wipes itself clean in seconds." Stating the edge prevents the wrong import.
  • Match the learner's world, not yours. An analogy only works if the "familiar" island is genuinely familiar. A cricket analogy lands for one learner and confuses another. This is where a tutor that knows the learner can tune the comparison to their interests — a real advantage over a fixed textbook.
  • Retire it as expertise grows. Beginners need the bridge; experts find it clutter. The same pattern shows up everywhere in learning: support that helps a novice can slow down someone who has moved past it.

14.3 Diagrams and dual coding

Dual coding (Alan Paivio; turned into practical advice by Richard Mayer) is the finding that the mind has two separate channels for taking information in: a verbal channel for words, and a visual channel for pictures. Because they are separate, a well-matched word-plus-picture pair gives the brain two routes to store and later find the same idea — and spreads the work across two desks instead of overloading one. People reliably learn more from relevant words plus relevant pictures than from words alone.

Example: Explaining how a heart pumps blood with text only is like getting directions described purely in sentences. Add a clean, labeled diagram synced to the words and the learner now holds a map and the words — two ways back to the same memory.

But dual coding has a giant catch, and it is the most common way teaching media backfires: it only works when the picture carries real information and sits right next to the words it explains. Violations actively hurt:

This helpsThis hurts (adds clutter)
A labeled diagram showing the parts a sentence is describingA glossy stock photo that just decorates the page
Picture and its explanation placed togetherPicture on page 1, its caption on page 3 (eyes ping-pong)
A short spoken note pointing at a moving partOn-screen text read aloud word-for-word (two channels saying the same thing, both clogged)
Common mistake: Believing in "visual learners" vs. "auditory learners" and matching media to a learner "type." This is a popular myth with no good evidence behind it. The real principle is dual coding — everyone benefits from well-matched words and visuals. Design for the brain, not for a made-up label.

Here is the kind of small, information-carrying diagram a tutor should generate — every box and arrow means something:

  NEW IDEA  ->  [ Working Memory ]  ->  LONG-TERM MEMORY
  (the words)     desk: ~4 chunks       (vast, durable)
                       ^
                       |
              ANALOGY + DIAGRAM
        (pack ideas into fewer, bigger chunks
         so more fits through the doorway)

14.4 When animation or simulation beats static text

An animation shows change over time. A simulation is an animation the learner can poke — change an input and watch the result. They are powerful but expensive, so use them only where a still picture genuinely cannot do the job. Reach for motion or interaction when:

  • The thing to learn IS the change over time. How a wave travels, how a sorting algorithm rearranges a list, how blood circulates — these are processes, and a frozen frame hides the very point.
  • Cause and effect needs to be felt. A simulation where the learner drags the "desired retention" slider and watches review intervals shrink teaches the trade-off in their bones, in a way a paragraph cannot.
  • The space is too large to describe. Exploring "what happens at every interest rate" is better roamed than read.
Example: To teach spaced repetition, a static graph of the forgetting curve is fine. But a tiny simulation where the learner clicks "review now" and sees the curve reset and flatten — try it too early and watch the small gain, try it right before forgetting and watch the big gain — turns an abstract rule into something they discovered themselves.
Common mistake: Animating decoration. A spinning 3-D logo or a lesson that flies in from the side adds motion the eye must track — pure clutter that steals room on the four-chunk desk. If the movement does not carry meaning, a still image teaches better. Motion is a cost; only pay it when change is the lesson.
Tip: When you must show a complex animation, give the learner control: pause, replay, and step forward. Letting them set the pace keeps the flow of new information matched to their small working memory instead of racing past it.

14.5 The cost/benefit: build rich media, or generate it?

For an AI learning platform this is a real budget decision, not a detail. You have three rough options for any visual:

ApproachStrengthWeakness
Hand-built by experts (custom interactive simulations)Highest quality, exactly rightSlow and costly; one per topic; cannot personalize per learner
Generated as code (the model writes a flowchart in a text format like Mermaid, or a vector drawing)Instant, scalable, can match the learner's exampleDiagrams are the model's weakest output — layout, proportions, and spatial sense are unreliable; needs checking
Generated text analogies/explanationsStrongest model skill; cheap; tunable to interestsCan over-extend an analogy or quietly state something false

The practical pattern that falls out of this: generate the words, verify the pictures. Today's language models are excellent at producing analogies and prose explanations and adapting them to a learner's level — that is the cheap, high-value win. They are noticeably worse at diagrams: they struggle with geometry, proportion, and spatial layout unless the task is first turned into structured text. So treat every generated diagram or math figure like a junior author's first draft — render it, look at it, and run it past a check (or a human) before it reaches a learner. Reserve expensive hand-built simulations for the few "hero" concepts where exploration is the whole point and a static image truly fails.

Tip: Don't build a custom simulation for everything. Build it for the two or three ideas in your subject that learners reliably get wrong because they can't see the process move. Everywhere else, a generated analogy plus a checked diagram does the job at a fraction of the cost.
Key takeaways
  • Analogies work by letting a learner borrow a familiar mental pattern, so new material arrives as fewer, bigger chunks that fit the tiny working-memory desk — but every analogy breaks somewhere, so name its limit and retire it as the learner grows.
  • Dual coding — relevant words paired with a relevant, nearby picture — beats words alone; decorative images, separated word/picture pairs, and read-aloud on-screen text all hurt. "Learning styles" is a myth; design for the brain, not a learner "type."
  • Use animation or simulation only when the change over time, the cause-and-effect, or the explorable space is the lesson; decorative motion is pure clutter. Give learners pause/replay control.
  • Generate the words (the model's strength), but verify the pictures (its weakness) — and reserve costly hand-built simulations for the few hero concepts a static image can't teach.

Continue reading