Zoom: Reaching Deep Understanding
One memorised angle is correct and useless. Understanding is being able to change scale and viewpoint without losing the object.
You can explain flawlessly what a for loop does. Syntax, counter, exit condition — all correct.
Now a question: why was it invented in the first place, and what did people do before it? What breaks if you take it away? Where is it a poor choice?
If you have an answer to the first question and none to the rest, what you have isn't understanding but a single snapshot from a single spot. It's accurate. You just can't work with it.
The snapshot and the lens
Imagine you have to study an unfamiliar building, and there are two ways to do it.
The first: you're given one photograph. Say a close-up of the door handle. A sharp, detailed, truthful shot — and completely useless. From it you can't tell where that handle is, what kind of door it belongs to, or how people get in.
The second: you're given a zoom lens and the ability to walk around. You step back and see the building within its block. You move closer and see the façade. Closer still — the door. Very close — the handle and how it's built. Then you go round the side, then inside, then look at it at night in different light.
There's more information the second way, but the point isn't volume. The point is that you can change scale and angle without losing the object from view. That is what understanding is, as opposed to a memorised snapshot.
Understanding is a zoom, not a snapshot.
First step back
The most common mistake when studying something new is starting at maximum magnification. Opening the textbook at page one and moving forward knowing nothing about where you're going.
Back in the 1960s David Ausubel showed that a preliminary general frame — an overview of the structure given before the details — noticeably improves how material is absorbed. The reason is clear from the article on chunks: details have to attach to something. Without a frame they pile up.
The technique that works is multi-level zooming. Before reading a chapter, go top-down:
- The whole table of contents — which large blocks the subject consists of and in what order.
- What this whole part is about — in one sentence.
- What this chapter is about — in one sentence.
- And only now the chapter itself.
Each step takes minutes, and together they give you what otherwise won't appear for months: you always know where you are. A separate benefit is that while reading you can see immediately which paragraphs are load-bearing and which are explanatory, because you have something to compare them against.
The same technique applies to any large system: first the map of the territory, then the block, then the house.
Then zoom all the way in
After the general map it pays to deliberately play with the scale in both directions. Take the concept you're studying and put questions to it at different levels:
Upward, to maximum distance. What problem of humanity does this solve at all? What came before it and why wasn't that enough? What larger system does it live inside?
Downward, to maximum magnification. What is it made of at the lowest level I can reach? What happens literally, step by step?
Horizontally. What's next to it? What is it confused with, and how does it differ? What alternatives exist and when are they better?
To the breaking point. What breaks if you remove it? When does it stop working? Where are the limits of its applicability?
That last question is the most underrated. Understanding without boundaries is always shallow: whoever knows where a tool doesn't work also knows why it works where it does.
One object, several angles
Now about looking at the same thing in different ways — and about a very popular myth in this territory.
The idea that "everyone has their own perceptual type: visual, auditory, kinaesthetic, and you should learn through your own channel" sounds plausible and is known to nearly everyone. The problem is it isn't supported. The review by Harold Pashler, Mark McDaniel, Doug Rohrer and Robert Bjork (2008) specifically looked for studies with a proper test: split people by preferred style, teach them in different ways, and see whether "visual learners" really do better visually and "auditory learners" by ear. The authors found virtually no work confirming such a match — while belief in learning styles is extraordinarily widespread.
But — and this matters — the myth being false doesn't mean channels are unimportant. Something else works, and it works for everyone: the same idea run through several representations at once. This is Paivio's dual coding, already familiar to us, and Richard Mayer showed across a large body of work that an explanation combining words and images is absorbed better than words alone.
The difference is fundamental:
- The myth: "I'm a visual learner, so diagrams only for me."
- What works: "I'll draw this idea as a diagram, explain it out loud in words, and check it with my hands — three sets of hooks into one object."
There's also a useful order of movement. Emily Fyfe and colleagues described concreteness fading: start with a tangible example, then move to a more general representation, and only then to the abstract form. That way the abstraction gets support under it rather than hanging in the air. The reverse order — formula first, examples after — works worse.
Incidentally, the advice from the article on images belongs here too: the more sensory properties in your representation, the more firmly it holds. Repeat winners of memory competitions describe exactly this — their images contain not just a picture but sound, smell, motion and bodily sensation.
Take the picture yourself
There's a category of actions that work markedly better than passive study, because they require you to produce the result yourself. Logan Fiorella and Richard Mayer gathered such techniques into one set of eight: summarising in your own words, mapping, drawing, imagining, self-testing, self-explaining, teaching someone else, and enacting — with your hands, with objects, or with your body.
They have one thing in common: you aren't examining someone else's snapshot, you're taking your own.
The strongest version of this is to build the thing again from scratch. Not read how the tool works, but write your own small version of it. Not memorise a derivation, but close the textbook and derive it yourself, stumbling. Not study someone else's architecture, but design your own and then compare.
An example: to really understand what React is for, it helps to try building an interface with complex state in plain JS — and run your hands into every problem React solves. After that its design stops being a set of rules and becomes an answer to a specific pain. The same move works almost everywhere: any technology is understood through the problem it grew out of.
The second move is to improve it. You've built your version — now ask: what's bad here and how would I fix it? Criticism requires a model, not a retelling: it's impossible to meaningfully improve what you don't understand.
So that understanding transfers
The last and hardest part: understanding has to work in new conditions, not only where it was learned.
In the early 1980s Mary Gick and Keith Holyoak investigated the conditions under which people think to apply the solution from one problem to another built the same way but looking different. The results are sobering: the insight rarely arrives on its own — people don't notice the problems share a structure, because they differ on the surface. But transfer can be helped. Two things worked: explicitly pointing out the structural similarity, and two different examples instead of one — when someone saw two dissimilar cases with the same structure, they extracted the shared principle themselves and applied it further.
Hence the practical conclusions:
- Collect two or three different examples of one principle — and deliberately say aloud what they have in common. One example teaches the example; two teach the principle.
- State the principle separately from its context. Not "in this problem we split it into subproblems," but "when an object is too large to consider whole, it's divided into independent parts" — phrased that way, the principle is recognisable later somewhere else.
- Look for analogies from your own fields. Your own analogy works better than someone else's, for the same reason your own mnemonics beat ready-made ones.
In practice
Never start on page one. Five minutes on the contents and the conclusions, one sentence per level — then the details.
Ask four questions of every new concept: why it appeared, what it consists of, how it differs from its neighbour, what breaks without it.
Run the idea through three channels. Draw it, say it out loud, do it with your hands. Not because you're a visual or kinaesthetic learner, but because three representations give three routes to the memory.
Go from concrete to abstract. A living example first, then a diagram, then the general formulation.
Build a mini-version from scratch. Your own tiny interpreter, your own component, your own derivation. The errors along the way are precisely the map of why the real tool exists.
Keep two examples per principle and say aloud what they share.
Check yourself
Close the article and answer in your own words:
- How does a "snapshot" differ from a "zoom" as applied to understanding?
- Why should study begin at a distance rather than with the details?
- What did Pashler's review show about learning styles — and what actually works instead?
- Why does building your own small version of a tool give understanding that reading the documentation doesn't?
- What did Gick and Holyoak find about transferring solutions between similar problems, and how can it be helped?
In short
- Understanding is the ability to change scale and angle without losing the object: a single memorised viewpoint is correct and useless.
- Distance first: contents, structure, one sentence per level. Details must attach to a frame.
- Then play with scale: why it appeared, what it's made of, how it differs from its neighbour, what breaks without it. The limits of applicability are the most underrated question.
- The split into visual and auditory learners isn't supported by research. What works for everyone is one idea through several representations, moving from concrete to abstract.
- Producing beats consuming: retelling, mapping, drawing, explaining — and most powerful of all, building your own version from scratch and trying to improve it.
- Transfer doesn't happen by itself: keep two different examples per principle and state the principle separately from its context.
- Understanding is a zoom, not a snapshot.