Use Randomness to Break Out of a Rut

4 min read

Routines are useful until they become invisible. At some point, the efficiency of doing things the same way every day tips over into autopilot, and you stop noticing that you eat at the same three restaurants, walk the same route, listen to the same genre of music, and spend your free time on the same handful of activities. None of this is a crisis. But it is a slow narrowing of experience, and over time it produces a vague restlessness — the feeling that your life is fine but somehow smaller than it used to be.

The usual advice for breaking out of a rut involves willpower and planning: set new goals, try a new hobby, sign up for a class. This works for some people. For others, the problem with planning your way out of a rut is that you plan using the same brain that got you into the rut. You'll gravitate toward things that are adjacent to what you already know, because those are the things that occur to you. A runner who feels stale might try a different running route rather than swimming. A person who reads literary fiction might pick up a different literary novel rather than a graphic novel or a history of cryptography. The planning process itself is constrained by the same habits it's trying to escape.

Randomness solves this by removing the planning step entirely. Instead of deciding what new thing to try, you generate options and let chance pick. The mechanism can be anything — a spinning wheel loaded with activities, a numbered list with a random number generator selecting from it, a set of cards with different options that you draw from blindly. The specific tool matters less than the commitment to actually doing whatever comes up, because the commitment is what prevents you from filtering the result through your existing preferences and discarding anything unfamiliar.

A practical way to start is small. Build a list of fifteen or twenty activities that range from things you'd probably enjoy to things you've never considered. Mix the familiar with the foreign: cook a recipe from a cuisine you've never tried, visit a part of your city you've never been to, watch a documentary on a subject you know nothing about, spend an afternoon sketching even if you can't draw, go to a local event you'd normally scroll past, read the first chapter of a book chosen at random from a library shelf. Load these onto a spinning wheel or a name picker and commit to doing whatever it selects once a week.

What makes this work isn't that every random selection will be a revelation. Some of them will be mediocre. You'll try the unfamiliar cuisine and think it's fine but not life-changing. You'll visit the neighborhood and wonder why you bothered. That's expected, and it's not the point. The point is that occasionally — maybe one time in five or six — you'll stumble onto something that genuinely surprises you. A hobby you didn't know existed. A flavor profile you didn't know you loved. A neighborhood with a bookshop that becomes your favorite place in the city. These discoveries are disproportionately valuable precisely because you couldn't have predicted them, and they're only accessible through the kind of undirected exploration that randomness enables.

There's a concept in machine learning called the explore-exploit tradeoff that maps cleanly onto this. An algorithm trying to maximize reward over time has to balance exploitation (choosing the option that has worked best so far) with exploration (trying options with uncertain payoffs to discover potentially better ones). Pure exploitation converges on a local maximum and stays there, never discovering that a much better option existed just outside its experience. Pure exploration never capitalizes on what it learns. The optimal strategy is a mix — mostly exploit, but with deliberate, regular doses of exploration to prevent stagnation.

Human lives work the same way. Your routines are exploitation: they're efficient, comfortable, and reliably satisfying. But without exploration, your sense of what's possible shrinks to match your experience, and opportunities for growth or delight pass by unnoticed. A weekly random selection isn't a productivity hack or a self-improvement system. It's just a small structural nudge toward the kind of exploration that routines crowd out, one spin at a time.

Related Posts