Skip to content
You Need To Understand This

Learning something new fast

Get usefully competent at something new in days, by building the smallest real thing instead of consuming tutorials.

20 minLevel 23 skills

What you keep: Can plan a route into an unfamiliar subject that produces working ability rather than the feeling of having studied.

Worth reading first: The stuck protocol. Not required — just easier.

The one idea

You learn by producing something and getting it wrong, not by taking material in. Everything else in this lesson follows from that.

Build the smallest real thing as early as possible, and let what breaks tell you what to learn next.

Consuming material feels like learning because it is comfortable and produces a sensation of understanding. That sensation is generated by the material being clear — it is a fact about the tutorial, not about you. The only reliable evidence that you can do something is having done it without help.

In plain words

Make something small and real early. What goes wrong tells you what to learn next.

At work

Get a rough map first, build a minimal working version, then test yourself rather than reviewing, and space the practice over days.

Technically

Retrieval practice and spacing outperform re-reading for durable recall. Recognition — the feeling that material is familiar — is not evidence of recall, and studying by re-reading optimises the wrong one.

The map before the details

Spend the first thirty to sixty minutes deliberately not learning anything properly. You are building a rough map: what are the main parts, what are they called, and how do they fit together?

For a spreadsheet tool: cells and formulas, functions, lookup, pivot tables, charts, formatting. Six things. You cannot use any of them yet, and that is fine — you now have a shape to attach new information to, and vocabulary to search with.

Without the map, everything arrives as unconnected facts and slides off. With it, each new thing has somewhere to go. Concretely: read the table of contents of the official documentation, then the introduction page for each major section. Do not do the exercises yet.

Then stop mapping. The failure at this stage is spending three days comparing courses, which is the highest-quality procrastination there is.

The smallest real thing

Now pick something you actually want to exist, small enough to finish in a day or two, and real enough that you would notice if it were wrong.

Not "do the exercises" — a real thing, with your own messy data or your own actual problem in it.

LearningNot thisThis
ExcelWatch a pivot-table courseTake three months of your own bank statements and produce a category breakdown
SQLDo 40 practice questionsAnswer one real question from a real dataset you care about
A new work toolRead the whole manualComplete one genuine task you would otherwise do the old way
WritingRead about structureWrite one real email you have to send anyway, twice, differently

Real matters because real data is messy, and messiness is where the actual learning is. Tutorial data is clean, so the tutorial never teaches you what to do with a date column where a third of the entries came from a different system. That situation — not the concept — is what you will face on the job.

Expect it to be uncomfortable. You will get stuck in the first twenty minutes. Being stuck is the mechanism, not a sign you started too early. Run the stuck protocol, learn the one thing that unblocks you, continue.

Test yourself instead of re-reading

This is the highest-return habit in the lesson and the one people resist, because it is unpleasant.

Re-reading is comfortable and produces recognition — "yes, I know this". Trying to recall something without looking is uncomfortable and produces the actual skill. Recognition and recall are different, and only one of them shows up when you are sitting in front of a blank spreadsheet.

How to do it:

  • Close the material. Write down what you remember. Then check.
  • Before opening a tutorial for the second time, write what you think it said.
  • After learning a function, use it on a new problem without looking up the syntax. Get it wrong. Look it up. That failure is what makes it stick.
  • Explain it out loud to nobody in particular, in plain language. Where you go vague is where you do not understand it.

Space it out. Four sessions of forty-five minutes over four days beats one three-hour session, even though the total is lower. The gap is doing work: you partly forget, and the effort of recovering is what builds durable memory. A single long session feels more productive and produces less.

Using AI as a tutor, not an answer machine

An AI is the best-value tutor available for most subjects, and most people use it in the one way that prevents learning.

What produces nothing:

"Write the formula that does X."

You get a formula. It works. You cannot produce it again tomorrow, and you cannot tell whether it is right.

What produces learning:

  • "Ask me five questions to check whether I understand VLOOKUP. Do not give me the answers until I have tried."
  • "I think a pivot table works like this: [your explanation]. What is wrong with my understanding?"
  • "Give me a small realistic problem to solve with this, using messy data. Do not solve it."
  • "Here is my attempt. Do not fix it — tell me which line is wrong and why."
  • "What would someone with six months of practice know here that I do not?"

The pattern: ask it to test you, to critique your attempt, and to generate problems. Ask for the answer only after you have tried and are properly stuck — and then ask for the explanation as well.

Two limits worth knowing. AI tools state incorrect things fluently, particularly about specific syntax, version-specific behaviour and menu locations that have changed. When it tells you a fact about a tool, check it against the official documentation. And it will always produce something, so it cannot tell you when your question does not make sense — which a human tutor would.

As a fresher

Two weeks to become useful at Excel before a job starts.

Day 1 (1 hour): map. Skim the official function categories. Note the six areas. Do not learn anything.

Days 2–4: smallest real thing. Take your own bank or UPI statement as CSV. Goal: total spending by category by month. You will immediately hit real problems — dates as text, inconsistent merchant names, blank rows. Solving those teaches you text functions, cleaning, and lookups in the order you actually need them.

Days 5–8: second real thing, harder. A pivot table over the same data. Then a chart. Then make it update when you paste in a new month.

Days 9–14: self-testing. Open a blank sheet and rebuild parts from memory, no video. Where you stall is exactly what to revise, and by now the list is short and specific.

At the end you cannot do everything. You can do a handful of things unsupported, and you know what you cannot do — which is a far better interview position than having watched nine hours.

As a professional

Your team adopts a new tool and you have to be productive in it this week.

Do not read the manual. Take the next real task you would have done the old way, and do it in the new tool. Timebox it — if you are still stuck after forty minutes, do it the old way and ask a specific question afterwards.

Then, at the end of the week, spend twenty minutes reading the official docs for the areas you actually touched. Reading documentation after you have struggled with something is a completely different experience from reading it first: it answers questions you now have, and it takes a quarter of the time.

Try this

You need to learn something new for work. Design the first three days before reading on: what is the map, what is the smallest real thing, and how will you test yourself?

Your challenge

Level 3 · Independent

Pick something you have been meaning to learn. Produce a one-page plan:

  1. The map — what are the main parts, in one hour of skimming.
  2. The smallest real thing, named specifically, finishable in two days.
  3. Three self-test checkpoints with dates.
  4. Your stuck rule.
  5. The one sentence that says what you will be able to do at the end, and how you will know.

Then do step 1 today, in the next hour.

Success criterion for point 5: it must be a demonstrable action — "produce a monthly spend breakdown from a raw CSV without help" — not a state of mind like "understand Excel".

What people usually get wrong

  • Watching instead of doing. The central error. Video is excellent for seeing something once and useless as the main activity.
  • Choosing the course instead of starting. Any reasonable resource beats the best one you begin next week.
  • Re-reading and calling it revision. Comfortable, and it builds recognition rather than recall.
  • Learning in the order the material is arranged. Documentation is arranged for reference, not for learning. Learn in the order your real project demands.
  • Waiting until you understand before building. You will not understand first. Understanding is downstream of building.
  • Practising only what you are good at. The awkward parts are the whole curriculum, and they are the ones you will quietly route around.
  • Asking AI for the answer. You get output and no ability.
  • Learning something with no real use. Without a place to apply it, it goes in six weeks, whatever technique you used.

How someone experienced does it

Experienced learners aim for the awkward middle. Most subjects have a comfortable surface, a hard core that few need, and an awkward middle band — the messy real cases, the version differences, the things that break. The middle is where competence lives and where almost nobody practises, because it is unpleasant and there are no tidy tutorials about it.

They also learn one level below where they are working. If you need pivot tables, understanding roughly what a spreadsheet is doing when it recalculates turns a set of memorised steps into something you can reason about when it breaks. One level down, not five — the goal is troubleshooting ability, not a degree.

And they keep a "things I got wrong" file rather than a notes file. Notes duplicate documentation that already exists and is better written. A record of your own specific errors is unique to you, is exactly your weak points, and is the highest-yield thing to reread — see the stuck-log from the-stuck-protocol, which is the same document doing a second job.

When not to use this

Do not use build-first learning where mistakes are dangerous or expensive. Anything touching production systems, real money, live customer data, medical or legal matters, or safety-critical equipment. There, you learn on a copy, in a sandbox, or under supervision, and the sequence is properly reversed: understand first, then act.

Do not use it for subjects where the foundation genuinely is sequential. Some mathematics and some areas of law do not permit skipping ahead — building the thing before the prerequisite produces confident errors rather than learning.

And do not use a two-week sprint for something you need permanently. This approach produces fast working competence, and working competence decays without use. If it matters, you need a real place to keep using it.

Why watching a tutorial feels like learning

When you watch someone solve a problem, you follow each step and each one makes sense. That continuous sense-making is genuinely pleasant, and your brain records the experience as comprehension.

But following is not generating. At every point the video supplies the next step, so you never once face the actual task, which is choosing what to do next from nothing. The hard part of any skill is selection under uncertainty, and a tutorial removes exactly that part while leaving everything else looking identical.

This produces a specific and very common experience: total confidence while watching, total blankness at the blank page. It is not a memory failure. You never practised the thing you are now being asked to do.

The correction is not to stop watching. It is to watch, then close it and rebuild the same thing from scratch. The second attempt is where you find out what you actually took from the first, and it usually takes three times as long as the video suggested it would. That gap is the honest measure of how much the video taught you.

Prove it

Build one small real thing in something you are learning, this week. Your data, your problem, finished rather than perfect.

Then write three lines: what broke, what you had to look up, and what you could now do again without help. Those three lines are your actual learning. Everything else was preparation for them.

Open the proof task →

Keep learning this

Paste this into any AI assistant. It turns the assistant into a tutor that tests you instead of just answering you.

Tutor prompt
Act as an experienced practitioner who is good at teaching. I have just learned testing me on something I am learning instead of giving me answers. Assume I am intelligent but relatively new to this — treat me as beginner level.

Work through this in order, and wait for my reply at each step:

1. Ask me 5 questions that test whether I actually understood testing me on something I am learning instead of giving me answers. Do not reveal the answers yet.
2. After I answer, tell me which parts I got right, which I got wrong, and which I only half-understand. Explain only what I misunderstood — do not re-teach what I already know.
3. Give me one practical challenge based on something I could genuinely encounter at work or in daily life. Do not solve it for me.
4. Evaluate my solution the way an experienced person would judge it, including what a professional would have done differently.
5. Tell me what to learn next, and why that comes next.
6. Give me trustworthy sources for deeper study — prefer official documentation, primary research or standards bodies over blogs and videos.

Rules for you: no buzzwords. No motivational filler. Say "I'm not certain" when you are not certain, and tell me which parts of your answer I should verify myself. Clearly separate facts from your recommendations and your opinions.

Become independent at this

Use this when you want a path from where you are to actually good, with checkpoints you can test yourself against.

Independence prompt
I want to become independently capable at learning a new skill deliberately — not permanently dependent on AI, tutorials or step-by-step guides.

Design a progression for me with five stages: Beginner, Guided practice, Independent practice, Real-world application, Professional level.

For each stage tell me:
- what I must know
- what I must be able to do without help
- the mistakes people make at this stage
- one practical challenge
- one real project that would prove I reached this stage
- one way I can test myself honestly

Then tell me the signals that I am ready to move to the next stage, and the signals that I have skipped ahead too early.

Keep the theory to the minimum I actually need. Focus on ability I can transfer to situations you and I have not discussed.

Sources

Live details on this page last checked . Pricing and free tiers change — check the official page before relying on them.

Where are you with this?

Be honest. Reading is not the same as being able to do it, and this record is only for you.

Related skills