The 42 Principles · Principle IX
Simplicity Is Earned
Reducing unnecessary complexity through understanding, refinement, and deliberate removal.
Foundational Truth
Simplicity rarely appears by accident.
It is discovered through attention.
Created through effort.
Tested through revision.
And earned by removing what does not serve the purpose.
The first version contains what entered our minds.
The refined version contains what another person actually needs.
Simplicity is not where thought begins. It is what disciplined thought leaves behind.
The Difficulty of Saying Less
For years, I wrote narratives for feature development in the form of press releases.
The format was intentionally restrictive.
Often, the entire idea had to fit on one page.
That sounds easier than producing a large technical document.
It was not.
When you care deeply about an idea, everything feels important.
You want to explain:
- Why the problem matters.
- How the idea emerged.
- What the feature will do.
- Who it will help.
- Why the current approach is insufficient.
- What makes the new approach different.
- Every possibility you can already imagine.
- Every reason others should be as excited as you are.
Then the page ends.
The limit forces a decision:
What does the reader truly need in order to understand this?
Reaching that answer could take weeks.
A dozen versions might be written.
Sentences would be shortened.
Sections would be moved.
Examples would be removed.
Words that seemed essential yesterday would disappear tomorrow.
The final page looked simple.
The process that produced it was not.
If I Had More Time
Blaise Pascal expressed this difficulty centuries ago when he apologized for the length of a letter because he had not had the leisure to make it shorter.
The thought is now commonly paraphrased:
"If I had more time, I would have written a shorter letter."
The sentence survives because it exposes a truth far beyond writing.
The first answer is often long because it contains the entire path of discovery.
The refined answer is shorter because someone returned to distinguish the destination from the journey.
Brevity requires decisions.
What belongs?
What repeats?
What distracts?
What supports understanding?
What is present because the audience needs it?
What is present only because the creator enjoyed discovering it?
Making something shorter is not merely deleting words.
It is identifying meaning.
Reduction without understanding creates absence. Reduction with understanding creates clarity.
The Jumbled Mess
When we first explain an idea, we rarely present only the idea.
We also present:
- The feelings attached to it.
- The path we took to reach it.
- Questions still moving through our minds.
- Nearby ideas that happen to feel connected.
- Defenses against objections no one has raised.
- Details that interest us more than they help the listener.
- Fragments that have not yet found their proper place.
This is not failure.
It is often how thinking begins.
Our first explanation may contain the truth, but the truth is surrounded by the process of finding it.
Perhaps only 60 percent of what we say is essential to the person listening.
The remaining 40 percent may consist of emotion, context, repetition, or passing thoughts from the crowded state of our minds.
That excess can still be valuable.
It may help us discover what we believe.
But discovery and delivery are different tasks.
The unfiltered version helps the creator think.
The refined version helps the audience understand.
Your audience should not have to untangle your thoughts in order to receive your meaning.
Simplicity Must Be Revealed
A simple answer is often hidden inside a complicated one.
We do not always know which parts are essential when we begin.
We find them by working.
We explain the idea.
We test it.
We hear where others become confused.
We notice what must be repeated.
We discover which examples clarify the concept and which merely lengthen it.
We remove one piece and see whether the structure still stands.
We restore what was necessary.
We remove what was merely familiar.
Gradually, the essential shape reveals itself.
This is why premature simplicity can be dangerous.
Removing complexity before understanding it may erase an important condition, dependency, exception, or risk.
True simplicity comes after complexity has been examined.
Not before.
You cannot reliably remove what you have not taken the time to understand.
Simplicity Is Refinement
A rough stone can be made smaller by breaking it.
That does not make it refined.
Refinement is selective.
It preserves what gives the thing its identity and removes what obscures it.
The same is true of ideas, systems, processes, and explanations.
Refinement may require:
- Rewriting the same paragraph repeatedly.
- Removing a feature that adds more burden than value.
- Combining several steps into one clear action.
- Separating concepts that were forced together.
- Renaming something until its purpose becomes obvious.
- Reordering information so the audience receives it when needed.
- Replacing technical language with a familiar analogy.
- Eliminating an exception by improving the underlying design.
- Turning tribal knowledge into a visible process.
The work is not finished when nothing more can be added.
It is closer to finished when nothing unnecessary remains.
Simple Does Not Mean Shallow
A simple explanation may contain years of experience.
A clear interface may conceal extensive design work.
A short procedure may represent dozens of eliminated failure modes.
A well-named function may replace pages of explanation.
A calm response may come from a lifetime of learning which details matter.
The result appears easy because the difficulty has already been absorbed by the creator.
This can cause simplicity to be undervalued.
People see the final sentence.
They do not see the twelve drafts.
They see the clean workflow.
They do not see the abandoned designs.
They see the obvious answer.
They do not see the investigation required to make it obvious.
The simpler the result appears, the easier it is to overlook the work that made it possible.
Simplicity in Systems
Technical systems often accumulate complexity naturally.
A requirement is added.
An exception is introduced.
A temporary workaround becomes permanent.
A second path is created because the first cannot be safely changed.
A new tool is placed beside an old one.
Documentation falls behind.
Each individual decision may appear reasonable.
Together, they produce a system no one fully understands.
Simplification requires more than deleting components.
It requires discovering why each component exists.
Some may protect against failures that still matter.
Some may preserve compatibility.
Some may be compensating for constraints that no longer exist.
Some may remain only because no one has taken ownership of removing them.
The practical work is to separate necessary complexity from accumulated complexity.
Necessary complexity belongs to the problem.
Accumulated complexity belongs to the history of how we responded to it.
A system becomes simpler when its complexity reflects the problem rather than its past.
Simplicity in Communication
Clear communication is not achieved by saying everything we know.
It is achieved by understanding what the other person needs next.
A useful explanation should consider:
- What the listener already knows.
- What they are trying to accomplish.
- Which concept must be understood first.
- Which details would distract too early.
- What analogy fits their experience.
- What action should follow the explanation.
- Where precision matters more than brevity.
- Where brevity would improve understanding.
Sometimes one sentence is enough.
Sometimes the honest answer requires several pages.
Simplicity is not measured only by length.
A short explanation can be confusing.
A longer explanation can be clear.
The goal is not fewer words at any cost.
The goal is the least burden necessary for accurate understanding.
The simplest explanation is not always the shortest. It is the one that makes understanding require the least unnecessary effort.
Simplicity Requires Empathy
What feels simple to the creator may not feel simple to anyone else.
Familiarity hides complexity.
We forget which terms once required explanation.
We skip steps that have become automatic.
We assume relationships that seem obvious only because we have spent years seeing them.
To create simplicity for another person, we must temporarily leave our own perspective.
What will they recognize?
Where will they hesitate?
Which assumption are they likely to make?
What information do they need now?
What can safely wait?
This is why simplicity is not merely an intellectual achievement.
It is an act of consideration.
You accept more work so that someone else must perform less.
Simplicity is often the effort one person makes to spare unnecessary effort for another.
In Practice
To earn simplicity:
- Begin with the complete thought.
- Allow the first version to be imperfect.
- Identify the intended audience.
- Define the single outcome the work must produce.
- Separate essential information from the path used to discover it.
- Remove repetition that does not reinforce understanding.
- Preserve conditions and exceptions that materially change the result.
- Replace unnecessary jargon with clear language.
- Test the explanation on someone without your context.
- Ask where they became confused.
- Revise more than once.
- Stop defending a detail merely because you worked hard to discover it.
- Keep complexity that belongs to the problem.
- Remove complexity that belongs only to the presentation.
Ask of every sentence, step, feature, and component:
"What necessary work is this doing?"
If there is no clear answer, it may not need to remain.
Failure Modes
Simplicity can become a slogan used to justify incomplete thinking.
A short answer may omit the condition that makes it true.
A simplified process may conceal risk.
A clean interface may remove controls that advanced users genuinely need.
A reduced architecture may place too many responsibilities into one fragile component.
Simplicity must not be confused with minimalism for its own sake.
The goal is not to remove the most.
The goal is to remove what is unnecessary while preserving what is true.
There is also a danger in endless refinement.
A person can revise forever.
At some point, the explanation is clear enough.
The process is usable enough.
The solution meets the need.
Perfection may consume time that could produce greater value elsewhere.
Simplicity is earned through effort.
Wisdom determines when enough effort has been spent.
Remove what obscures the truth. Do not remove the truth in pursuit of neatness.
Questions to Ask Yourself
- What is the essential idea?
- What does the audience actually need?
- Which parts reflect the message, and which reflect my process of discovering it?
- Am I adding this because it helps or because it interests me?
- What can be removed without losing meaning?
- What appears simple only because I already understand it?
- Have I preserved important conditions and exceptions?
- Is the complexity inherent to the problem or inherited from its history?
- Have I tested this with someone who lacks my context?
- Am I refining toward clarity or merely shortening?
- What unnecessary effort am I asking someone else to perform?
- Is this complete enough to release?
Closing Thought
The first version shows us everything that was in the creator's mind.
The refined version reveals what truly needed to be there.
Simplicity is not the absence of thought.
It is the result of thought examined, organized, reduced, and shaped around its purpose.
Simplicity is earned by doing the difficult work of deciding what deserves to remain.
Related Principles
Continue the idea.
These Principles share themes with Principle IX.
Principle XXVI
Build Small. Think Big.
Incremental progress, bounded experiments, reversibility, learning quickly, and scaling only after understanding.
Read Principle XXVI →Principle III
Understand Before Optimizing
Root-cause thinking, measurement, troubleshooting, constraints, and separating symptoms from causes.
Read Principle III →Principle VI
Observe Deeply
Observation before intervention, pattern recognition, evidence gathering, and understanding behavior in context.
Read Principle VI →Principle XXII
Complexity Is a Cost
Technical, operational, cognitive, and human costs created by unnecessary complexity.
Read Principle XXII →