Day 26 · 2026.06.13

Writing & Expression: Thinking Is WritingWriting Is Thinking · Discovery · Dialogue as a Tool · Zettelkasten

BigCat's Writing

Most people assume writing is transcribing thoughts you've already formed. The order is usually the reverse: it's in the act of writing that you first think clearly. The blank page isn't a box to store thinking — it's a processor that mercilessly exposes where you're fuzzy. Today we go beneath "nice sentences" to something more fundamental: using writing as your sharpest thinking tool. Why nothing counts as thought until it's written, how writing grows ideas you didn't start with, how to turn readers (and AI) into interrogators, and how a slip-box compounds your thinking.

Principle 01

Writing Is Thinking: Unwritten Ideas Are Usually Just "I Think I Thought It"

Writing Is Thinking
Paul Graham · Lamport · A Severe Test
The Principle

Writing isn't the record of thinking — it is thinking. Until an idea has been written as a complete sentence, you have no way of knowing whether it actually holds up. Writing it down is the most severe checkup your thinking can get.

"Writing about something, even something you know well, usually shows you that you didn't know it as well as you thought. Putting ideas into words is a severe test." — Paul Graham, "Putting Ideas Into Words" (2022)
Why It Works

The mind is good at deceiving itself. A notion can "hold up" in your head on a vague feeling, because you never force it to be tested. The moment it has to become a full sentence, the fuzziness has nowhere to hide: who's the subject, what's the causation, where are the exceptions — each must be accounted for. This is exactly what distributed-systems master Leslie Lamport meant: "If you're thinking without writing, you only think you're thinking." Graham puts it more harshly — putting ideas into words is a severe test, and most ideas fail it on the spot. But that's the good news: the sooner an idea fails, the sooner you learn where it isn't sound. Writing isn't the after-the-fact summary; it's where thinking first actually happens.

Before → After
(in your head) "I think this design is risky — something just feels off." (once written) "This design is risky: it assumes write-heavy traffic, but ours is read-heavy 10:1, so the cache layer becomes the first bottleneck." "Feels off" survives in the head precisely because it's never tested. Forced into a sentence, you either surface the real reason (a wrong traffic assumption) or discover there wasn't one.
"This rewrite will obviously pay for itself." "This rewrite pays off if it cuts on-call load by half within two quarters — otherwise the migration cost outweighs it." Writing turns "I think I understand" into "do I actually understand." A vague judgment, the instant you write it, either levels up into an argument or shows its true colors.
When to Use + Common Mistakes
  • ✓ Technical decisions, architecture reviews: write a page before the meeting to force intuition into argument
  • ✓ Stuck on a problem? Don't ruminate — open a doc and write it out
  • ✗ Mistake: "I get it perfectly, I'm just too lazy to write it" — that clarity is often an illusion
  • ✗ Mistake: treating scattered brainstorm fragments as conclusions, untested by full sentences
This Week's Exercise + Reflection

Take a work judgment you believe you "figured out long ago." In 15 minutes, write it as a full argument (claim + reasons + one counterexample). Reflection: Did your original judgment shift or sharpen? Which step did you not even notice until you wrote it?

Principle 02

Discovery: The Thesis Isn't Thought Out First — It Grows Out of the Draft

Creative Discovery
Joan Didion · E.M. Forster · Generation
The Principle

Writing doesn't only test old ideas — it generates new ones. Often you don't have the thesis first and then write; you're halfway through when your fingers find the sharper, truer question for you.

"I write entirely to find out what I'm thinking, what I'm looking at, what I see and what it means." — Joan Didion, "Why I Write" (1976)
Why It Works

Didion says she writes "entirely to find out what I'm thinking." That isn't modesty — it's the real mechanism of creation. E.M. Forster relayed an old lady's line: "How can I tell what I think till I see what I say?" Writing an idea out moves it from your narrow working memory onto the page, laid flat. Only once it's flat can you compare, spot contradictions, and set two unrelated notions side by side — and novelty is often born in exactly that juxtaposition. The terror of the blank page is also its generosity: it forces you to write one more sentence, and that next sentence is frequently one you didn't have when you sat down. The thesis isn't writing's precondition; it's its product. Start writing, and let discovery happen.

Transcription (myth)

Form the full thesis in your head → copy it down → writing is mere transport, nothing new

Discovery (truth)

Start with a fuzzy topic → writing forces out the sharper, real question → the thesis grows mid-draft

Before → After
All you have before writing: "I want to write something about remote work." (a topic, not an idea) The real thesis that surfaces three paragraphs in: "The core tension of remote work isn't productivity — it's visibility. Promotion still rewards being seen, and remote makes contribution invisible." You sat down thinking you'd write about "productivity"; the act of writing found the more worthwhile question. Wait until you've "thought it through," and this thesis never appears.
"Our team's velocity problem is about tooling." (the assumed answer) "Writing it out, the velocity problem isn't tooling — it's that no one owns the decision, so every change waits on a meeting." The thesis grows out of the draft. Force yourself to write two more paragraphs, and you often dig up the real thing buried under the topic.
When to Use + Common Mistakes
  • ✓ Stuck on a topic, unsure what you really want to say — start writing to scout the terrain
  • ✓ Found the real thesis in paragraph three? Move it to the top and rewrite the whole thing
  • ✗ Mistake: insisting on "inspiration / full clarity" before starting, so you never start
  • ✗ Mistake: taking the first thesis that pops up as final, refusing to write deeper
This Week's Exercise + Reflection

Pick a topic you "have a feel for but can't articulate." No outline — write 400 words straight and watch the thesis surface on its own. Reflection: Does "discovery in writing" conflict with planning structure before you start? How do you balance "let it emerge" against "have a skeleton"?

Principle 03

Dialogue as a Tool: The Fastest Way to Think Clearly Is to Explain It to One Person

Dialogue as a Tool
Kleist · Feynman · Human-AI
The Principle

Ruminating alone tends to spin in circles. Say or write the idea to one specific person, and the thinking takes shape in the act of expressing it. The reader — now including AI — is the opponent who forces you to think clearly.

"If you want to know something and cannot find it by meditation, speak about it with the next acquaintance who happens along. ... The appetite comes with eating; ideas form in the act of speaking." — Heinrich von Kleist, "On the Gradual Production of Thoughts Whilst Speaking" (1805)
Why It Works

Two centuries ago Kleist noticed it: when you can't crack something, talk it through with someone, and often the thought clicks halfway through the sentence — "the appetite comes with eating; ideas form in speaking." The mechanism has two layers. First, the constraint of an audience: facing a concrete listener, you're forced to fill in the steps you'd skipped, and filling them is exactly where you discover which steps you never understood — the core of the Feynman technique: if you can't explain it to a smart non-expert, you don't truly understand it. Second, the rebound of feedback: one "wait, why?" yanks you back to the logical gap. This is the new lever of the AI era: treat AI as the ever-present interlocutor on call — let it interrogate you, play devil's advocate, restate your argument. You're not outsourcing the thinking; you're using it to force yourself to think more clearly.

Before → After
(written for yourself, jargon-stacked) "Leverage eventual consistency with CRDTs for conflict-free merges." (explaining to a colleague) "Two people edit the same doc offline, each making their own changes. When they reconnect, how does the system merge both sets automatically without a fight? A CRDT is a data structure built for exactly that." Cast the reader as a smart outsider, and you're forced to fill the steps you skipped — and in filling them you find the ones you never truly worked out.
"Our retry logic uses exponential backoff with jitter." "When a request fails, we wait before retrying, and each time we wait longer — plus a random nudge so a thousand clients don't all retry in the same instant and stampede the server." If you can explain it to an outsider, you genuinely understand it. The spot you can't explain is exactly where your thinking has a gap.
When to Use + Common Mistakes
  • ✓ Stuck on a complex doc: imagine a colleague across the desk and explain it to them
  • ✓ Have AI play a demanding reader, interrogating every line with "why?" and "counterexample?"
  • ✗ Mistake: using AI as a ghostwriter to think for you — what you save isn't labor, it's growth
  • ✗ Mistake: explaining only to "insiders," skipping key steps, which hides your own blind spots
This Week's Exercise + Reflection

Pick a technical concept and write an explanation for a "smart 12-year-old" — no jargon allowed. Then let AI interrogate you for three rounds. Reflection: Does "explaining to a person" sacrifice precision for accessibility? Where's the line between simplifying and staying rigorous?

Principle 04

Zettelkasten: Let Every Idea Collide With Ideas Yet to Come

The Zettelkasten Method
Luhmann · Sönke Ahrens · Compounding
The Principle

Don't hoard highlights. Write each idea as an atomic card — restated in your own words and linkable — and wire it into your existing web of ideas. Then thinking accumulates like compound interest.

"Writing is not what follows research, learning or studying, it is the medium of all this work. ... We don't take notes to store information, we take them to develop ideas." — Sönke Ahrens, "How to Take Smart Notes" (2017)
Why It Works

The sociologist Niklas Luhmann wrote over 70 books and hundreds of papers in his life, and credited the wooden box holding some 90,000 cards — he called it "communication with the slip-box." The secret isn't collecting; it's three moves: first, atomize — one idea per card, small enough to be summoned anywhere; second, restate in your own words — restating is what completes the shift from "read" to "thought"; third, link explicitly — wire each new card onto old ones, leaving hooks. Over time the slip-box stops being a warehouse and becomes a partner that talks back, forever forcing new ideas out of collisions between old ones. Ahrens's insight: writing isn't what comes after research — it is the very medium of thinking itself.

Before → After
(a highlight) "Quote: 'Writing is the medium of all intellectual work.' — Ahrens, p.18" (a permanent note) "Idea: writing is the container of thinking, not its record. → This is why 'think first, then write' is a trap: clarity is the output of writing, not its precondition. [links → #04 Writing is thinking; → #11 shitty first drafts]" The first just relocates someone else's sentence — worthless in a week. The second restates it in your words, wires it to ideas you already hold, and leaves hooks for future collisions. That's how the slip-box compounds.
(a highlight) "Note: Luhmann had 90,000 cards." (a permanent note) "Idea: the value is in the links, not the count. 90k cards only worked because each connected to others. → My takeaway: don't grow the pile, grow the wiring. [link → #26 atomize + link]" A highlight is transport; a permanent note is wiring: restate + link + leave a hook, so every note can react with future ones.
When to Use + Common Mistakes
  • ✓ Long-term knowledge: reading, tracking papers, gathering writing material — via links, not folders
  • ✓ For each card ask: could me-in-six-months read this one card and actually use it?
  • ✗ Mistake: feeling satisfied by highlighting and saving, never restating — that's the same as not reading
  • ✗ Mistake: fetishizing tools and color schemes; the pile grows but you never go back to link or reuse
This Week's Exercise + Reflection

Take any idea you read this week and write it as one atomic card: restate it in your own words + link it to at least one idea you already hold. Reflection: Maintaining a slip-box costs time. For whom, and for what kind of work, does this system's payoff truly exceed its cost?

— Going Deeper —
"Writing is thinking" — but what about people who think clearly in their heads, or on a walk, without writing? A counterexample?
No — they're just using a different way of externalizing. The point isn't the physical act of "writing," but forcing a fuzzy notion into a constrained, testable, complete structure: talking aloud, explaining to someone, sketching a diagram all do similar work. But writing has two hard-to-replace advantages. One, it's durable — the idea is pinned, so you can revisit and compare it repeatedly. Two, it's serial and merciless — it won't let you skip steps, forcing every link to be spelled out. Mathematicians fill scratch paper precisely because, purely in the head, working memory can't hold a multi-step derivation. What a walk resolves is usually a problem you've already written, one step from the finish.
AI can instantly turn a fuzzy idea into clear sentences — does that hollow out the value of "thinking by writing"?
The opposite — it gets more valuable. Writing's value was never the text produced; it's the thinking power trained by the act of "wringing chaos into clarity" — exactly the capacity the AI era can least outsource. Hand the whole act of writing to AI and what you save isn't labor, it's growth; skip it long enough and your judgment atrophies like an unused muscle. The fix is to change how you use it: don't let AI think for you — make it the opponent, interrogating, playing devil's advocate, restating your argument to force out the holes. Keep the core — "wringing your own ideas into clarity" — and AI is an amplifier; surrender that core, and AI is a replacement.
Chinese or English — which one forces you to think more clearly?
Each forces in its own way. English's hypotaxis (explicit subject-verb, tense, connectors) won't tolerate vagueness: write a subordinate clause and you're forced to declare who the subject is, whether the relation is causal or adversative — the grammar audits for you. Chinese is parataxis, stitched by word order and feel, highly tolerant; the upside is fluency, the cost is that fuzziness slips through more easily, so when thinking in Chinese you must police yourself harder: does this causal claim actually hold? A practical move: use English to force skeletal precision, then use Chinese to tune the music of expression — two languages as two different tests, harder to fool yourself with than either alone.
Speaking and writing both aid thinking — as thinking tools, what are the strengths and weaknesses of each?
Speaking wins on speed and instant feedback: someone interrogates in real time, and the back-and-forth quickly yanks out your logical gaps — ideal for early scouting, getting a vague notion into rough shape. But speech is fleeting and tolerates skipped steps; sounding coherent doesn't mean it's sound — plenty of "smoothly delivered" arguments fall apart the moment they hit paper. Writing wins on being slow, durable, merciless: it pins every step, forcing you to account for the whole thing serially — the final test. The smart move is a relay: use speaking (to a person or to AI) to emerge fast and find the rough direction, then use writing to compress it into a structure that survives scrutiny. Speaking diverges; writing converges.