Day 22 · 2026.06.09

Writing & Expression: Masters · Paul GrahamWrite Usefully · The Essay as Thinking · Shorter Is Better · Write Like You Talk

BigCat's Writing

Paul Graham is a Lisp hacker and the founder of Y Combinator, but most people know him through his essays. What he writes isn't fine prose — it's thinking. He turned the essay into a machine for figuring things out. Today, four things from him: how to write usefully, why writing is thinking, why shorter is better, and how to write like you talk.

Principle 01

Write Usefully: True, Important, Said Without Hedging

How to Write Usefully
Paul Graham · Useful · Framework
The Principle in One Line

PG doesn't ask "is it well written?" He asks "is it useful?" Useful writing does one thing: it tells the reader something true, important, and that they didn't already know — and says it as unequivocally as possible.

"Useful writing tells people something true and important that they didn't already know, and tells them as unequivocally as possible." — Paul Graham, "How to Write Usefully" (2020)
Why It Works

PG breaks "useful" into four parts you can sharpen separately: important, novel, correct, strong. The first two decide whether it's worth reading; the last two decide whether it can be believed. The most counterintuitive is strength — he argues you should make claims as strong as you can without making them false. Most writers instinctively stuff sentences with "perhaps," "to some extent," "I feel," thinking it's safe. It isn't — it just dilutes the information and dodges accountability. Useful writing wants precision, not the false safety of vagueness: push the claim to the edge, but not past the line between true and false.

important×novel×correct×strong
A product — zero any one factor and the whole piece goes to zero; to be more useful, strengthen the weakest factor
Before & After
It could perhaps be argued that, in certain contexts, microservices may sometimes offer some advantages. Microservices help when your teams ship faster apart than together. Otherwise they cost more than they're worth. The first is all padding — you finish it not knowing what the writer claims. The second gives a strong, falsifiable claim. That's what useful looks like.
On whether to adopt this approach, one must weigh many factors comprehensively and avoid sweeping conclusions. This approach is worth doing. The only risk is dual-writes during migration, and we'll cover it with a staged rollout. "Weigh comprehensively" pushes the judgment back onto the reader. A strong claim carries the judgment on your own shoulders.
When to Use It + Common Mistakes
  • ✓ Decision memos, tech-stack choices, postmortem conclusions, public opinions — anywhere the reader expects you to make the call
  • ✓ Self-check after writing: which is my strongest claim? Can I make it stronger without lying?
  • ✗ Trap: using "maybe / perhaps / to some extent" as a disclaimer, mistaking vagueness for rigor
  • ✗ Trap: chasing only "correct" — empty truisms are correct too — while forgetting important and novel
This Week's Exercise + Question

Take a conclusion you wrote recently, circle every "maybe / perhaps / to some extent," and delete each or replace it with a falsifiable strong claim. Watch the information density change. Question: at work, how do you balance "pushing a claim to the edge of strong-but-true" against "leaving yourself an exit"?

Principle 02

The Essay as Thinking: Writing Is the Tool for Figuring It Out

The Essay as Thinking
Paul Graham · Thinking · Essay
The Principle in One Line

The word essay comes from the French essayer — "to try." PG says an essay isn't copying down a conclusion you already have; it's figuring it out in the act of writing.

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

This overturns the common belief — "think it through first, then write." PG's experience is the opposite: you think you understand, and the moment you start writing you find the holes. Ideas can coexist vaguely in your head, even contradict each other, without you noticing; but force them into linear sentences and every leap, every unresolved link, gets exposed. So writing is a lie detector for thinking: it rewards not eloquence but honestly thinking something all the way through. For engineers and leaders this is especially valuable — the real payoff of writing a design doc or decision memo is often not the document, but the edge case the writing forced you to discover.

Before & After
This cache scheme should be fine, it'll probably hold up. This cache produces dirty reads under write-heavy load, unless we add a version number — I only realized this while writing the doc. The sentence didn't get prettier; the thought got deeper. Writing's real output is the part it forced you to think clearly.
I basically understand how OAuth refresh works. Writing the doc, I couldn't explain token rotation — which proved I didn't actually understand it. "Basically understand" doesn't survive the test of writing. If you can't write it, you don't truly know it.
When to Use It + Common Mistakes
  • ✓ Any complex problem you "think you've figured out": architecture decisions, strategy, postmortems — write a draft first to force the holes into the open
  • ✓ Treat writing as a thinking tool, not a reporting chore: the first draft is for you to think with, not for others to read
  • ✗ Trap: stalling until you've "fully thought it through" — that moment never comes; writing is what brings it
  • ✗ Trap: letting AI smooth out your draft — the prose gets smooth, but you skip the most valuable thinking
This Week's Exercise + Question

Pick something technical or a decision you "already understand." Without looking anything up, force yourself to write 300 words explaining it to a layperson. Note where you get stuck — that's the part you don't actually understand. Question: if AI can produce a fluent explanation for you, what do you lose?

Principle 03

Shorter Is Better: Plain Words, Simple Sentences, Cut to the Bone

Write Simply
Paul Graham · Brevity · Cutting
The Principle in One Line

PG deliberately writes with the plainest words and simplest sentences. Not because his vocabulary is poor, but because the energy readers spend decoding your sentences should have gone to your ideas.

"The less energy readers expend on your prose, the more they'll have left for your ideas." — Paul Graham, "Write Simply" (2021)
Why It Works

Complex sentences and big words are often taken as signs of intelligence; PG says they're more often a sign that the writer is lazy or trying to bluff. His logic is economic: the reader's attention is a fixed budget, and every obscure word, every winding clause, levies a tax. The more it taxes, the less is left for the idea you actually want to convey. This shares a root with Orwell's "if it's possible to cut a word, cut it," but PG adds a layer of motive — in "Writing, Briefly" he compresses the whole craft into one near-total piece of advice: cut out everything unnecessary. Short isn't the goal; short is the means of returning the reader's cognitive budget to the ideas. But note: simple ≠ simplistic. Complex thoughts can ride on simple sentences — the hard part is whether the writer is willing to digest the complexity for the reader first.

Before & After
We endeavored to ascertain whether the implementation would be efficacious prior to its deployment. We tested it before shipping. Each big word (endeavored / ascertain / efficacious) taxes the reader; swap in plain words and the meaning is fully intact.
Regarding the aforementioned matter, it is recommended that prudent evaluation precede any decision. Let's evaluate this first, then decide. The big-word version is genteel boilerplate; cut to the bone, it's actually stronger.
When to Use It + Common Mistakes
  • ✓ All writing whose purpose is to be understood; especially for cross-team, cross-background readers
  • ✓ Run a "tax audit" before the final draft: for every big word and long clause, ask whether it's worth the tax
  • ✗ Trap: using big words and long sentences to manufacture an air of expertise — most readers feel only the effort, not awe
  • ✗ Trap: mistaking "simple" for "simplistic," so you never dare simplify complex ideas — but that's exactly the real skill
This Week's Exercise + Question

Take a passage you wrote to "look professional," swap every big word for the plain word you'd use out loud, and count how much shorter it got and whether any meaning was lost. Question: in your industry, could "writing simply" be misread as "thinking simply"? How do you counter that?

Principle 04

Write Like You Talk: Informal Language Is the Athletic Wear of Ideas

Write Like You Talk
Paul Graham · Closeness · Voice
The Principle in One Line

PG writes like he's chatting with a smart friend — no posturing, no showing off learning. He has a sharp image for it: informal language is the athletic clothing of ideas.

"Informal language is the athletic clothing of ideas." — Paul Graham, "Write Like You Talk" (2015)
Why It Works

Formal prose is like a suit — crisp, presentable, and restrictive. PG says that for ideas to run, probe, and pivot, they need athletic wear: spoken language. He offers a wonderfully practical test — after writing a passage, imagine reading it aloud to a friend, and change anything you'd never actually say out loud. This isn't lowering the bar; it's using "would I say this to a friend?" as a sincerity detector: written stiffness is the easiest place to hide vagueness and bluster, because it dresses emptiness in a suit. But keep your sense of proportion — "like talking" means natural, close, unpretentious, not dumping your verbal tics, filler, and rambling onto the page. It's pruned speech: keep the warmth, cut the noise.

Before & After
It is the contention of the author that this approach is suboptimal. I think this approach is wrong, and here's why. "It is the contention of the author that" is something no one would say to a friend; swap in "I think" and you instantly get a human and a stake.
The author submits that this path may admit of further room for optimization. I think this path is wrong; a better way is... "The author submits" and "room for optimization" are suit-talk; talk like a person, and the reader treats you as someone with judgment.
When to Use It + Common Mistakes
  • ✓ Essays, newsletters, personal brand, internal comms — anywhere you want to be read as "a person," not "a document"
  • ✓ The test: read the passage to a friend; which line could you not say out loud? Change it
  • ✗ Trap: taking "like talking" as license to ramble and pile on filler — it's pruned speech, not a transcript
  • ✗ Trap: forcing casual tone where formality is due (contracts, public notices, compliance docs), losing all sense of proportion
This Week's Exercise + Question

Take a piece of formal writing of yours, read it aloud line by line, and rewrite every "I'd never say this to a friend" sentence into what you'd actually say. Question: Orwell wants "transparent glass," PG wants "write like you talk" — are these two sides of the same thing, or in conflict? When should you put the closeness away and put the suit back on?

— Deeper Questions —
PG says useful writing should be "as strong as it can be without becoming false." Doesn't this encourage overconfidence and ignoring uncertainty?
No — the key is the "without becoming false" boundary. PG doesn't want bluster; he wants you to state your true confidence precisely. If you're only 70% sure, the honest strong claim is "I'm 70% confident in X, with the bet on Y," not a vague "maybe X." Real uncertainty should be described precisely, not diluted with a hedging tone. What padding hides is usually not modesty but unclear thinking or fear of accountability.
The essay comes from "to try," meaning it can decline to conclude. But workplace writing (memos, decisions) often must give an answer. Are they in conflict?
It's situational. PG's exploratory essay suits personal thinking, blogs, public probing of hard problems — the process itself is the value. But the reader of a decision memo wants a judgment, so exploration should happen in the first half of the work (your private drafts), while the delivered final draft converges on a conclusion. The trick: think like an essay, deliver like a pyramid. Thinking may diverge; output must converge.
Does "shorter is better" have a limit? When does short hurt understanding?
Yes. PG's own principle is "cut out the unnecessary" — the key word is "unnecessary," not "short." When cutting starts to sacrifice the background, examples, and reasoning chain the reader needs, you've crossed the line. Minimalism that leaves readers unable to bridge a logical leap is another kind of selfishness. The yardstick is always the reader: cut until "one more cut and they won't understand," not until the word count is lowest.
Can Chinese writing directly adopt "write like you talk"? The gap between spoken and written Chinese is bigger than in English.
The spirit applies; the proportion needs adjusting. The distance between spoken and written Chinese really is larger, and copying colloquialisms wholesale can read as flippant or undignified. But PG's core isn't "use spoken words" — it's "use a sincere, unpretentious voice." In Chinese that means dropping suit-talk like "the author," "hereby," and the literary 之, not piling on internet slang. Wang Xiaobo is the model: the freshness of speech plus the precision of writing, with no trade-off.
In an age when AI can instantly generate fluent essays, does PG's "writing is thinking" still hold?
More than ever. AI can produce the text for you, but the payoff of thinking comes precisely from the process of "being forced by your own sentences to reason it through" — that part can't be outsourced. If you let AI write it and ship it directly, you get a document but skip the cognitive upgrade writing was supposed to give you. PG's insight becomes a touchstone: in the AI age, writing's value shifts entirely from "producing text" to "training thought" — and only writing it yourself earns the latter.