Back to Article index

Turning Fragments into Knowledge Through Writing and Speaking

How blogging and speaking can turn fragments of experience into connected, reusable knowledge.

Published
September 29, 2025
Read in Japanese

We research what we do not know. We solve the problem in front of us. Over time, those acts leave fragments behind: techniques that worked under particular conditions. They become durable knowledge only when we connect them to other problems.

Writing and speaking are especially good tools for that process. Explaining an idea until someone else can follow it makes the idea easier to connect, question, and rediscover later. This article explores how communication can turn fragmented experience into reusable knowledge.

Make the theme clear

The most important step is deciding exactly what you want to communicate. State which problem the material addresses so the audience knows what to expect.

Express the theme through subtopics

Break the theme into several subtopics. If the theme is an H1, the subtopics are H2s: distinct ideas that explain the central point. Support each one with evidence or an implementation example so the relationship between the claim and its details remains clear.

Keep the audience’s level in mind

Consider the experience of the people reading or listening. Material for React beginners may need to explain concepts such as Effects; for intermediate developers, the same explanation could be noise. When the audience is hard to define, write for an earlier version of yourself. It becomes easier to decide what context to keep and what to remove.

Treat talks and articles differently

Talks and articles deliver information differently. A talk has a fixed duration, and the audience can process only so much at once, no matter how much appears on the slides. Because a talk combines sight and sound, you have to design what people see and what they hear together.

For a five-minute talk, one theme supported by about three reasons is usually enough. For ten minutes, I might divide the theme into two subtopics and give each its own evidence.

The goal is not complete understanding in the room. Give people an entrance to the subject that they can take home, research, and put into their own words. Unlike a reader, a live audience cannot pause whenever it needs to think, so a talk needs a different destination from an article.

Keep slides simple

A single theme and a few supporting ideas naturally produce simple slides. That is a good thing. When a slide contains too much text, attention shifts toward reading. Add a speaker’s voice, and the combined information can quickly become too much to process. Keep only what the audience needs to follow the talk.

Answer questions with your voice

If the slides contain the entire talk, the speaker has little left to contribute. Use your voice to anticipate the questions a claim might raise and answer them. Add a slide when a code sample, diagram, or other visual aid genuinely helps. Slides are not the script; they support it.

Closing thoughts

Good communication is not about sending a message but about making sure it arrives. Bringing knowledge into the open gives it a shape that other people—and your future self—can use. In that process, isolated fragments gradually become a connected body of knowledge.

If that sounds difficult, start smaller: leave a path that will help your future self solve the same problem again.