The tools you use shape how you think
I've been noticing how much the tools I choose change the way I approach problems. Not in an abstract "medium is the message" way — in a literal, daily way.
When I write in a text editor with no formatting, I think in structure. Headings become important. Hierarchy matters. When I write in a notebook, I draw arrows and circles. The thinking is messier but more honest.
The same thing happens with code. Writing in a language with a strong type system makes me think about shapes of data before I think about behavior. Writing in something more dynamic makes me reach for behavior first.
Neither is better. But they produce different thoughts.
I think this is why I keep coming back to the idea that choosing tools is a form of thinking. You're not just picking an instrument — you're picking a constraint, and constraints generate ideas.
The question I keep asking myself: am I choosing my tools, or are they choosing my thoughts?