Understanding Beats Memorizing
Imagine two students studying programming. The first memorizes the correct answers to common exercises — she can recall the syntax for sorting a list without thinking about it. The second student is slower but asks why every step works: why does this loop terminate? What would happen if I changed this number? What problem was this function designed to solve? Two months later, the first student is stuck the moment a question changes slightly. The second student can adapt because she understands the mechanism beneath the syntax.
What Understanding Actually Is
Understanding, in the deep sense, means knowing why something is true, not just that it is true. It means grasping the mechanism — the chain of cause and effect — that produces an outcome. When you understand something deeply, you can explain it in different words, apply it to situations you have never seen, notice when it is being violated, and predict what will happen in new scenarios. Memorizing means storing a fact or procedure without necessarily grasping what produces it. Memorization is fast and immediately useful. A student who memorizes multiplication tables can calculate quickly without understanding what multiplication represents. But when problems require reasoning rather than recall — as almost all interesting problems do — memorization alone runs out of fuel.
You truly understand something when you can: (1) explain it to a confused peer from scratch, (2) apply it to a situation you have never seen before, and (3) identify when it is being misapplied. Memorization rarely passes all three tests.
Why This Matters in an AI World
AI systems are, at their core, extremely sophisticated pattern matchers. They have memorized enormous quantities of text and can retrieve and recombine it at impressive speed. This makes them powerful for tasks that require recall and fluent recombination. It also means that if you only ever memorize — and never understand — you are competing on the exact ground where AI is strongest. Understanding is different in kind from memorization. To understand something requires building a mental model of the mechanisms involved — an internal representation that goes beyond surface patterns. That model-building is where human cognition still has a meaningful edge, and it is also what allows you to direct and correct AI output intelligently. A person who only memorizes cannot catch an AI's error. A person who understands can.
A student who understands how something works can use AI as a tool they direct. A student who only memorizes procedures must follow whatever the AI produces, because they lack the understanding to evaluate it. Understanding is what makes you the boss of your AI tools.
Building Understanding Deliberately
Understanding does not come from reading explanations — it comes from wrestling with problems, making predictions, and being surprised by results. Researchers call this productive struggle: the uncomfortable but powerful experience of trying hard on something difficult before getting the answer. Students who get the answer immediately often understand it less well than students who struggled first. Several techniques reliably build understanding. The Feynman Technique: try to explain a concept from scratch as if teaching a ten-year-old, then notice where your explanation breaks down — those gaps reveal exactly where your understanding is shallow. Asking why repeatedly: when you learn a fact, ask why it is true, then ask why that reason is true, until you reach a foundation you can see clearly. Applying to new cases: deliberately try to use a concept in a situation slightly different from the example you learned it from.
AI can be a powerful ally in building understanding — but only if used in a specific way. Instead of asking the AI to solve your problem, ask it to explain the concept behind the problem. Ask it to give you a simpler version of the problem to start with. Ask it to tell you when your understanding is wrong. Use it to generate practice problems at slightly increasing difficulty. What you want to avoid is letting the AI do your thinking for you — that produces the illusion of understanding without the reality.
Match each learning approach to its characteristic outcome.
Terms
Definitions
Drag terms onto their definitions, or click a term then click a definition to match.
A student memorizes that the formula for compound interest is A = P(1 + r/n)^(nt). Another student takes longer but builds a mental model of why interest compounds — what it means for interest to earn interest on itself. Which student is better equipped when they encounter a savings problem they have never seen before?
Why does only-memorizing put you at a disadvantage in a world where AI is widely available?
The Feynman Test
- Step 1: Choose a concept you recently learned in any subject — it could be from science, math, history, or this very course.
- Step 2: Set a timer for five minutes. Without referring to any notes, explain the concept out loud (or in writing) as if you are teaching it to a curious ten-year-old who has never heard it before. Use no jargon without immediately defining it.
- Step 3: When you finish, identify every place your explanation became vague, uncertain, or hand-wavy. These are your understanding gaps.
- Step 4: Go back to the source material and specifically study the gaps you identified. Then repeat Step 2.
- Step 5: Write one sentence describing how your explanation was different the second time, and what you had to learn to fill the gaps.