A Cosmic Echo

Use writing to augment your thinking

I've found it very helpful to use writing as a tool for thought. Writing forces you to actually think instead of one-shot evaluating, augments your working memory, and lets you evaluate your thoughts as a whole.

When you're using an LLM, the best way to get intelligent output is some sort of chain-of-thought tree search. See Tree of Thoughts, AutoLoom/Jacquard, MiniHF, and the recent math olympiad MCTS results. Essentially, each of these techniques has the model generate a number of possible continuations, and then evaluate which of those continuations is most promising. MCTS is a more sophisticated algorithm for doing essentially the same thing: iterative search over the space of possible continuations. This sort of prompting augments the model's thinking capacity by both: a) letting it work step-by-step, rather than in a single forward pass, and b) letting it leverage its capacity for noticing good thinking to steer itself towards good paths in thoughtspace. It's usually much easier to notice when something is correct or well-thought-through than to come up with it yourself, and the same applies for your own writing. When you write, you'll notice which ways of paths are best and steer towards them in a way that's much more difficult to implement using only your inner monologue.

It generally seems like many of the most effective people throughout history spent a lot of time reading and writing. Newton likely wrote millions of words in his lifetime, Franklin was a prolific writer, and Darwin famously kept an in-depth scientific journal. This definitely isn't true of everybody who did great things, but it's likely true of many of them.

Here's a haphazard list of places writing might be helpful:

Also, try to as much as possible write to a mind you trust. Your thinking will be better if you know your intended audience will follow you when you light the way.