How to Cultivate Beginner’s Mind: A Guide for Experts Who Don't Want to Meditate

September 26, 2022

 beginner's mind

While you would also benefit from a meditation practice, this article introduces re-enactive empathy, a strategy subject matter experts can use to cultivate beginner’s mind. It’s not just for beginner’s anymore.

How To Cultivate Beginner’s Mind

My day job is leading a team of Curriculum Engineers. We create learning materials for developers of all stripes. To do this, we collaborate with subject matter experts, AKA SMEs. Our SMEs validate the technical accuracy of our content. While they are brilliant, they operate at a level of abstraction far removed from the beginner, which is where we enter the picture to translate their knowledge into learner-friendly resources.

These SMEs are national, nee, international treasures, with fancy degrees and pedigree charts detailing their important contributions to computer science and software development. Our technical infrastructure depends entirely on them. Yet, they share an Achilles’ heel:

specialization

They know too much about one thing!

This is The Law of the Instrument, the cognitive bias where, when you’re a hammer, everything looks like a nail. By specializing, experts lose their ability to empathize with a beginner (and sometimes they even behave like tools).

According to Annie Murphy Paul in The Extended Mind:

The very individuals who are most expert are often least able to share what they know.

How does this happen?

Maybe the question to ask isn’t ‘how’, but ‘why’.

Joshua R. Eyler provides an answer. In How Humans Learn, he states that:

The question “Why?” steadily gets replaced by “What do I need to do to achieve X?”

Is this scenario familiar to you?

You’re debugging an application or implementing a new feature.

You feel confident that there’s a clean way to do it so you flex your Google muscles.

You read the docs.

You console.log() every line of code.

You create branches off branches…

…but the clock is ticking!

You finally find some kludgy workaround on Stack Overflow, copy/paste it, and say to yourself “Done is better than perfect.”

According to Eyler “[t]he higher the stakes, the higher the potential anxiety.” To counter this, he counsels us:

…to move deliberately from asking “who”, “what”, “where”, or “when” questions and shift instead to “why” questions — questions that really delve into the significance of the issues….

In an ideal world, sure!

We lose the luxury of time when we begin working professionally. Or perhaps it’s the luxury of curiosity because there are stakeholders expecting us to deliver. No matter how interesting the problem is to solve, at some point we need to ship a solution, whether or not it’s elegant.

We also lose our Beginner’s Mind due to a phenomenon called automatization, in which you learn something so well you no longer need to think about it.

In The Extended Mind, Annie Murphy Paul explains that “automatization allows experts to work efficiently and effectively, but it also prevents them from offering to others a full account of how they do what they do.” She cites work by researcher Kenneth Koedinger, who estimates that experts “are able to articulate about 30 percent of what they know,” and:

… a study of expert computer programmers revealed that they enumerated fewer than half of the tasks they actually carried out when debugging a computer program.

No wonder it’s so hard to learn this stuff!

What’s the solution?

In addition to asking ‘why’, we can practice re-enactive empathy, which Paul defines as:

an appreciation of the challenges confronting the novice that is produced by reenacting what it was like to have once been a beginner oneself.

Paul outlines three strategies for practicing re-enactive empathy:

  1. Break down agglomerated steps: Experts chunk information, that is, they bundle smaller concepts together into larger concepts, making it easier to remember and recall the information as well as freeing up mental space for other tasks. But, chunking conceals the details from the beginner. Experts can help learners by “de-chunking”, that is, breaking processes down into smaller steps, and then breaking those steps down into micro-steps, if necessary.

  2. Exaggerate salient features: Experts know how to filter noise and focus on the relevant details of a problem. They can see the forest for the trees while beginners tend to get lost in the weeds. Experts can help learners by “caricaturing” the problem through amplification of its most important aspects.

  3. Categorize based on function: Experts know how to classify information based on its function, whereas the beginner tends to classify based on superficial details. Experts can help learners by sharing these classifications to scaffold the problem.

Do you need to cultivate a Beginner’s Mind?

It’s obviously important for educators.

It’s also important if you’re in a lead or mentoring role, where your reports or mentees will benefit from your ability to effectively transfer knowledge.

If neither of the above scenarios apply to you, consider how these practices relate to innovation and your career goals.


Profile picture

Want to level up your problem solving skills? I write a bi-weekly newsletter about programming, problem solving and lifelong learning. Join now