Why I think more clearly when I type

By

Typing is slower than speaking, but that friction helps me develop ideas, notice weak sentences, and turn rough thoughts into useful writing.

~~~

I think more clearly when I type.

I do not mean the keyboard gives me better ideas.

I mean the act of typing changes how I develop an idea.

Speaking is faster. A voice note can capture a thought before it disappears. Dictation can produce a lot of words in a short time.

But when I want to understand something, I prefer the keyboard.

Typing slows me down, and that is often the useful part.

The small delay between a thought and a sentence gives me time to see whether the thought makes sense.

This is not a scientific comparison. It is an observation from years of writing blog posts, tutorials, ebooks, lessons, notes, and code.

Writing has always helped me learn. Many times, I start with a question and discover what I think while answering it.

The keyboard is part of that process.

Capturing a thought is not developing it

There are two jobs that we often call writing.

The first is capture.

An idea appears while you are walking, driving, or cooking. You want to save it before your mind moves on.

Voice is excellent for this.

I have taken vocal notes while walking. They let me catch ideas without opening a laptop. They are one small part of the broader productivity system that helps me keep ideas without interrupting everything else.

Most of those ideas do not become anything. Some are useful.

That is fine. Capture should be cheap. Its job is to stop a possibly useful thought from disappearing.

The second job is development.

You sit with the idea. You ask what it means. You decide what belongs and what does not. You find the useful part for another person.

This is where typing works better for me.

When I dictate, I can keep speaking around a weak idea. The words continue, and momentum can hide the fact that I have not made a clear point.

When I type, the sentence sits in front of me.

Does it say something?

Does the next sentence follow from it?

Am I repeating myself?

Did I use a vague word because I do not understand the detail?

Typing turns a thought into an object I can inspect.

Writing is one of the ways I learn

I have written before that writing forces me to think.

This happens often on this blog.

I start with a small question. I write the first line. That line creates another question, and I follow it.

At some point I write a sentence I did not expect before I started.

I am not transcribing a completed thought. The thought is being created through the writing.

Technical writing makes this obvious.

Suppose I begin an explanation with this:

A transaction groups database operations.

That is correct, but incomplete.

Why group them? What happens when one operation fails? What problem did the reader have before learning this?

The first sentence creates the next questions. Answering them creates the article.

If I cannot explain the idea using simple words, I probably do not understand it well enough.

The screen gives the thought a shape

Spoken words disappear as we say them. Typed words stay in place.

A paragraph has a visible shape. I can see if it is too long. I can see a lonely statement that needs an example. I can see three sections making the same point.

Headers make the whole argument visible:

What is the problem?
Why does it happen?
How do we solve it?
What should we be careful about?

Before I fill those sections, I have a map.

This is one reason Markdown works well for me. It adds very little interface between the thought and the page. The document remains plain text, but I can still see its structure.

Moving a paragraph, splitting a sentence, or turning one line into a heading is not formatting after the thinking.

It is part of the thinking.

Slower can finish sooner

We often measure writing speed in words per minute.

That measures input. It does not measure useful output.

If I dictate 2,000 words and later remove 1,200, the first speed was not the whole story. If I type 900 words that already have a clear direction, the slower method might finish first.

Typing creates a small amount of friction. My hands cannot keep up with every possible thought, so I must choose one sentence.

That choice is an early edit.

I draft and edit in small cycles. I write a paragraph, read it, change one line, and continue.

The edit is not always about grammar. Often it changes the idea.

I replace a broad claim with a smaller one I can support. I remove a sentence that sounds clever but does not help. I add an example because the explanation is too abstract.

Consider this sentence:

This approach improves the developer experience.

What does that mean?

Does setup take less time? Are errors easier to understand? Can a new person run the project with one command?

I might rewrite it as:

A new developer can clone the project and start it with one command.

Now the claim has a shape. It can be checked.

The vague sentence showed me that the thought was vague too.

Deleting is thinking

I delete a lot.

This does not mean the deleted words were wasted.

Sometimes I need to write the wrong paragraph before I understand the right one. The paragraph shows me that I started too far from the reader’s problem, or that I explained history before the reader knew why the topic mattered.

Then I remove it and begin closer to the useful part.

Typing makes this cheap. I can cut a section, keep it below the draft, and see if the article improves without it.

Editing is not decoration added after thinking. Editing removes the parts that are not the thought.

Why this matters in a tutorial

Tutorials need a careful order.

The reader needs context before code. The code should demonstrate one thing. The explanation after it should point to what changed.

I usually think in a small loop:

  1. What are we about to do?
  2. What is the smallest useful example?
  3. What does the reader need to notice?

Typing lets me tune each part separately.

I can remove code that does not serve the concept. I can move a warning after the first working example. I can split a large code block into two steps.

Code is spatial. Indentation matters. File names matter. One missing character can make the example fail.

For technical writing, the keyboard keeps the explanation close to the thing being explained. I can run the example, copy the result, and correct the paragraph immediately.

Voice still has a place

Voice is useful when a keyboard is not available.

A note can be short:

Post idea: why build caches fail when tools write outside the framework cache.
Include the Open Graph image example and cold versus warm build time.

That is enough to recognize the thought later. When I return to the computer, I decide whether it deserves a draft.

Voice also helps after writing. Reading a paragraph aloud exposes awkward rhythm. A sentence that looks acceptable can feel impossible to say, which usually means it is too long.

Other people work differently. Someone who has practiced dictation for years may compose clear prose directly through speech. Accessibility needs matter too.

I am only describing the loop that works for me:

think → type → see → revise → continue

The useful part is not a particular keyboard or editor. It is seeing the thought in a stable form and reacting to it.

The keyboard is where the idea becomes specific

I can think about a topic for days and still have only a cloud around it.

The cloud feels complete because there are no sentences to challenge it.

Then I start typing.

The first sentence forces a choice. The second must connect to it. An example reveals a missing detail. A header exposes a jump in the argument.

Slowly, the cloud becomes something another person can read.

That is why I think more clearly when I type.

The keyboard does not record a finished thought.

It helps me find the thought.

Tagged: Blogging · All topics

Want me to talk about your product? You can sponsor this site.

~~~

Related posts about blogging: