Fast feedback loops

Why iteration speed compounds over time.

Fast feedback is the simplest performance optimization: make it cheap to learn.

When experiments are quick, you can explore more paths. That’s how you get to better ideas.

A small example: replacing O(n2)O(n^2) work with O(nlogn)O(n \log n) work isn’t just faster — it changes how you think about what’s possible.