A collection of some wisdom for working with models.
Some lessons may also apply to humans. 😉
Strategy
- Build systems that leverage models; don’t build models.
- Expect models to get smarter and cheaper.
- Create systems that perform better when scaled.
- The human brain is a beautiful starting point for agent design, but also build simple systems that scale with more compute.
Thinking Well
- Novelty requires some randomness.
- Models discern great ideas quicker than they create them.
- Big problems require lots of thought.
- The quality distribution of thought/experience is Gaussian.
- The quality of a thought depends on other highly-rated, semantically similar thoughts.
- Comparing ideas is easiest when head-to-head.
- Asking why a thought is true may uncover useful ideas for evaluating the thought’s quality.
- Asking a model to avoid existing thoughts more efficiently produces new ideas than sampling the same model in a vacuum.
- Nature loves recursion.