Here is a detailed explanation of The Law of the Teacher, one of the most transformative laws in Steven Bartlett's The Diary of a CEO, followed by specific examples tailored for your three roles: engineer, blogger, and trainer.
The Law of the Teacher: "The best way to learn something is to teach it."
1. Definition: What Is the Law of the Teacher?
The Law of the Teacher (Law 26 in the 33-law framework) states that teaching is not merely an act of sharing knowledge—it is the most powerful method of deepening and solidifying knowledge for yourself.
Bartlett argues that we have the learning process backwards. We typically believe:
1. Learn something
2. Master it
3. Then teach it
But the reality, he contends, is:
1. Commit to teaching something
2. Learn it at a depth required to teach it
3. Mastery emerges through the act of teaching
Core Principle: You do not truly know something until you can explain it to someone else. The act of teaching forces clarity, reveals gaps in understanding, and creates durable neural pathways that passive learning cannot achieve.
2. The Psychology and Neuroscience of Teaching
Bartlett draws on several mechanisms to explain why teaching accelerates learning:
Mechanism Explanation
The Protégé Effect When you know you will have to teach something, your brain encodes the information differently—with greater depth, organization, and retrieval structure. Studies show that people who learn with the intention to teach outperform those who learn just to be tested5.
The Clarity Filter Teaching forces you to translate complex, abstract knowledge into simple, concrete language. This process exposes gaps in your own understanding. If you cannot explain it simply, you do not understand it well enough.
Active Recall Teaching requires you to retrieve information repeatedly, which strengthens neural connections far more than passive review (reading, listening).
Question Exposure When you teach, students ask questions you never considered. These questions force you to explore edges of your knowledge, deepening expertise.
Identity Reinforcement When you adopt the identity of "teacher" or "mentor," you hold yourself to a higher standard of competence. You are less willing to be sloppy because others depend on your clarity.
Bartlett summarizes this with a memorable line:
"Information becomes knowledge when it enters your brain. Knowledge becomes wisdom when it leaves your mouth in service of others."
3. The Teaching Spectrum: Different Forms of Teaching
Teaching does not require a classroom. Bartlett identifies multiple forms of teaching that all activate the same learning benefits:
Form Description Example
Formal Teaching Structured instruction with curriculum and assessment. Leading a workshop, teaching a course, university lecturing.
Mentorship One-on-one guidance over time. Pair programming with a junior engineer.
Writing Explaining concepts through text. Blog posts, documentation, tutorials, books.
Speaking Explaining concepts verbally to an audience. Conference talks, team meetings, podcast appearances.
Documentation Codifying knowledge for future use. Writing READMEs, architecture decision records, runbooks.
Code Review Teaching through feedback. Explaining why a different approach is better.
Peer Explanation Teaching equals or colleagues. Whiteboarding a solution with a teammate.
Bartlett emphasizes that all of these count as teaching. You do not need to wait for a formal teaching role to benefit from the law.
4. The Three Levels of Understanding
Bartlett adapts a classic framework to explain how teaching reveals the depth of your understanding:
Level Description Test
Level 1: Recognition You can recognize the concept when you see it. "I've heard of that."
Level 2: Application You can apply the concept in familiar contexts. "I can use it the way I was taught."
Level 3: Teaching You can explain the concept to someone else, handle edge cases, and answer novel questions. "I can help someone else understand and apply it."
Most people stop at Level 2. They can use a skill but cannot explain why it works, when it fails, or how to adapt it. Bartlett argues that Level 3 (teaching) is where true mastery resides.
5. Example 1: Engineer
Let us apply The Law of the Teacher to your role as an engineer.
Scenario: Learning a New Technology
Context: You need to learn a new technology—let us say Kubernetes. You have two approaches.
Approach A: Passive Learning (Typical)
You watch tutorials. You read documentation. You follow along with examples. You feel like you understand.
Outcome:
· You can follow tutorials but struggle when things go wrong.
· You cannot explain why certain configurations are needed.
· Six months later, you remember only 20% of what you consumed.
Approach B: Teacher-Led Learning (Applying the Law)
You commit to teaching Kubernetes to others as your learning method.
Phase Action Learning Benefit
1. Set the Teaching Goal You tell your team: "I'm going to learn Kubernetes and deliver a lunch-and-learn in four weeks." Accountability forces depth. You cannot show up unprepared.
2. Learn with Teaching in Mind As you study, you constantly ask: "How would I explain this to a junior engineer? What analogy would make this clear?" The clarity filter reveals gaps immediately.
3. Build Teaching Artifacts You create a slide deck, a live demo script, and a handout with commands. Artifact creation forces organization and synthesis.
4. Handle Questions During the lunch-and-learn, attendees ask: "What happens if the pod crashes?" "How does this compare to Docker Swarm?" You are forced to learn edge cases and comparisons you would not have explored alone.
5. Document Learnings After the session, you write a wiki page capturing lessons learned from questions you could not answer. The cycle continues; each teaching iteration deepens mastery.
Additional Engineering-Specific Applications
Application How Teaching Creates Mastery
Code Reviews When you explain why a change is needed—not just "do it this way"—you solidify your own architectural principles.
Pair Programming Narrating your thought process while coding forces you to articulate assumptions and reveals flawed logic.
Writing Documentation The act of writing READMEs forces you to understand the system from a user's perspective, often revealing unnecessary complexity.
Onboarding New Hires Explaining the codebase to a new engineer forces you to see it with fresh eyes. You often realize, "This is more confusing than it needs to be," and improve it.
Post-Mortems Writing a blameless post-mortem forces you to explain the failure sequence clearly. The act of writing often reveals the root cause you missed during the incident.
6. Example 2: Blogger
Now let us apply The Law of the Teacher to your role as a blogger.
Scenario: Writing About a Complex Topic
Context: You want to write a blog post about a technical topic—say, event-driven architecture.
Approach A: Writing Without Teaching Intent
You write what you know. You explain concepts. You publish.
Outcome:
· The post is okay but superficial.
· You reinforce what you already knew but do not grow.
· Readers ask questions in comments that you struggle to answer.
Approach B: Writing with Teaching Intent (Applying the Law)
You approach the blog post not as content creation, but as a teaching exercise.
Phase Action Learning Benefit
1. Define the Learner You define exactly who you are teaching: "A junior engineer who has built REST APIs but never used message brokers." This forces you to establish baseline knowledge and avoid jargon.
2. Create a Learning Arc You structure the post as a journey: problem → failed attempts → solution → trade-offs. Narrative structure forces you to understand why the technology exists, not just how it works.
3. Build Examples from Scratch Instead of copying examples, you build your own from scratch. You intentionally break things to understand edge cases. The act of creating original examples reveals gaps. You discover nuances you would have missed by copying.
4. Anticipate Questions Before publishing, you write down every question a reader might ask. If you cannot answer, you research. You fill gaps before they become embarrassing comments.
5. Engage with Comments After publishing, you respond to every question. If you cannot answer, you research and update the post. The comment section becomes a teaching amplifier. Each question deepens your expertise.
Blogging-Specific Applications
Application How Teaching Creates Mastery
Tutorial Writing Writing step-by-step tutorials forces you to actually execute every step. You discover that "obvious" steps are not obvious.
Explaining Trade-offs Good blog posts do not just explain how something works; they explain when to use it and when not to. This forces comparative analysis.
Updating Old Posts When you revisit old posts to update them, you realize how much you have learned. The act of revision deepens retrospective understanding.
Creating Visuals Diagrams force you to understand systems holistically. You cannot draw a system you do not understand.
Bartlett notes that many of the world's deepest experts are prolific writers. They do not write because they have mastered the subject; they mastered the subject because they wrote about it.
7. Example 3: Trainer
Now let us apply The Law of the Teacher to your role as a trainer—someone who delivers structured learning experiences to others.
Scenario: Developing a New Training Program
Context: You are asked to create a one-day training course on incident management for your organization.
Approach A: Training as Content Delivery
You gather existing materials, create slides, and deliver the content.
Outcome:
· The training is competent but generic.
· You learn little in the process.
· You struggle with unexpected questions.
Approach B: Training as Teaching-Driven Learning (Applying the Law)
You use the development of the training itself as your learning vehicle.
Phase Action Learning Benefit
1. Define Learning Outcomes Instead of starting with content, you define: "By the end of this training, participants will be able to run a post-mortem, classify incidents, and communicate during an outage." Clarity of outcomes forces you to know exactly what skills are essential.
2. Create Exercises You design hands-on exercises where participants simulate incident response. To design realistic exercises, you must deeply understand real incident patterns. Exercise design forces practical, scenario-based understanding.
3. Pilot with a Small Group You run the training for a small group first. You tell them: "This is a pilot. Please break it. Ask hard questions." The pilot exposes gaps you did not know existed.
4. Iterate Based on Feedback After the pilot, you revise the training based on questions and struggles. Each iteration deepens your mastery.
5. Train the Trainers You eventually train other people to deliver the course. To do this, you must codify not just the content, but the pedagogy—why exercises are structured a certain way, what common misconceptions are. Teaching teachers forces the deepest level of understanding.
Training-Specific Applications
Application How Teaching Creates Mastery
Creating Assessments Designing quizzes or practical assessments forces you to define what competence actually looks like.
Handling Difficult Learners Every challenging learner—the skeptic, the quiet one, the overconfident one—forces you to develop new ways to explain concepts.
Building a Curriculum Designing a multi-session curriculum forces you to understand sequencing: what must come before what.
Recording Training When you record training for asynchronous viewing, you realize that every ambiguity becomes a point of confusion. This forces extreme clarity.
8. The Compound Effect of Teaching
Bartlett emphasizes that the benefits of teaching compound over time:
Time Horizon Benefit
Immediate You learn the topic more deeply than if you had studied alone.
Short-Term You build a reputation as someone who shares knowledge. This attracts opportunities, collaborators, and mentorship requests.
Long-Term Your accumulated teaching artifacts (blog posts, trainings, documentation) become an asset that works for you. They demonstrate expertise, attract career opportunities, and serve as a reference for your own memory.
He calls this teaching as a career lever—one of the highest-ROI activities for professionals.
9. Why the Law of the Teacher Matters in the Book's Structure
The Law of the Teacher sits in Part 3: The Philosophy, the final section that combines internal mastery and external communication into a durable operating system.
Its placement is significant:
· Part 1 (The Self) taught you to master your own learning processes—discipline, curiosity, emotional regulation.
· Part 2 (The Story) taught you how to communicate effectively—framing, storytelling, speaking to the lizard brain.
· Part 3 (The Philosophy) now reveals that teaching is where internal mastery and external communication converge. You use your communication skills to solidify your own understanding, creating a virtuous cycle.
Bartlett's deeper argument: The best leaders, engineers, and creators are teachers. They do not hoard knowledge; they distribute it. In doing so, they become smarter, more trusted, and more influential.
10. Summary: The Law of the Teacher
Element Summary
Definition The best way to learn something is to teach it. Teaching forces depth, clarity, and retention that passive learning cannot achieve.
Core Principle You do not truly know something until you can explain it to someone else.
Mechanisms Protégé effect, clarity filter, active recall, question exposure, identity reinforcement.
Forms of Teaching Formal teaching, mentorship, writing, speaking, documentation, code review, peer explanation.
Three Levels Recognition → Application → Teaching (mastery).
Engineering Applications Code reviews, pair programming, documentation, onboarding, post-mortems.
Blogging Applications Tutorials, trade-off analysis, diagrams, updating old posts, engaging with comments.
Training Applications Exercise design, piloting, assessment creation, curriculum design, training trainers.
Book Context Part 3 (The Philosophy)—the convergence of internal mastery and external communication.
Quick Reference: Teaching as Learning Checklist
Step Action
1 Set a teaching commitment. Tell someone you will teach the topic. Accountability drives depth.
2 Define your learner. Who are you teaching? What do they already know? This forces clarity.
3 Create teaching artifacts. Slides, examples, exercises, or documentation force synthesis.
4 Anticipate questions. List every question a learner might ask. Research any you cannot answer.
5 Deliver and capture gaps. When you teach, note moments where you struggle or learners are confused. These are growth edges.
6 Iterate. Update your materials based on questions and struggles. Each iteration deepens mastery.
7 Teach it again. The second time you teach something, you will see it more clearly than the first.
#teaching
No comments:
Post a Comment