The Landscape of Choice

A practical map for navigating the illusion that you actually have any agency at all.

▶️ Lesson video — Landscape of Choice


Dismantling The Illusion

You wake up each morning under the charming delusion that you're about to make a series of choices. What to wear, what to eat, whether to call in sick or drag yourself to work. But you don't actually make choices — you merely observe the outcomes of a series of predetermined processes that have been set in motion long before you even opened your eyes.

What if I told you that this comforting notion that you're the author of your life story is an elaborate fiction your consciousness tells itself? Not in some abstract philosophical sense, but in a very literal, neurologically demonstrable way.

Perceived Options — light
Perceived Options — dark


The Deterministic Reality

Consider a simple function that doubles a number:

function double(x) {
  return x * 2;
}

This function is deterministic which means it will always return the same output for the same input. If you pass in 2, it will always return 4. The output is entirely determined by the input.

You are the same way. Your choices are simply the outputs of a complex function that takes in your genetic makeup, past experiences, and current circumstances as inputs. You will always produce the same output for the same input.

The only reason you think you have a choice is because the function is so complex that you can't see all the inputs. In reality, it's many functions chained together, each one feeding into the next.

function processA(input) {
  return input * 3 + 2;
}

function processB(input) {
  return input / 2 - 1;
}

function processC(input) {
  return Math.pow(input, 2);
}

function calculateResult(startingValue) {
  const resultA = processA(startingValue);
  const resultB = processB(resultA);
  const resultC = processC(resultB);
  return resultC;
}

console.log(calculateResult(4)); // Always 100

If you could run your life again from the beginning, every single thing would happen the same way.


Understanding Your Decision Space

Decision Landscape — light
Decision Landscape — dark

Your decisions are shaped by:

  1. Biological Imperatives — genetic algorithms quietly deciding your preferences.
  2. Environmental Conditioning — upbringing steering you to certain outcomes.
  3. Psychological Patterns — recurring mental loops mistaken for choice.
  4. Social Pressures — influence from other predetermined beings.
  5. Resource Constraints — limits narrowing "choices" to inevitability.

Here’s a beginner-friendly guide to the major parts of the human body and what they do. Think of the body as a team of specialized parts that work together to keep you alive, moving, and feeling well.

Skeletal System

Muscular System

Nervous System

Circulatory System

Respiratory System

Digestive System

Excretory (Urinary) System

Integumentary System

Endocrine System

Lymphatic/Immune System

Reproductive System

How the systems fit together

Quick wellness reminders for beginners

Visual aid (optional)

Key takeaways

The Myth of Free Will

Neurological Proof — light
Neurological Proof — dark

Your brain makes decisions before you are even aware of them. Neuroscience shows your conscious mind is simply informed afterward.


Practical Implications

Liberation Through Understanding

  1. Self-Blame Dissolves
  2. Anxiety Reduces
  3. Compassion Increases
  4. Action Simplifies

Moving Through the Landscape


The Path Forward

Embracing Determinism

Next Steps

Next: The Paradox of Agency