> For the complete documentation index, see [llms.txt](https://www.isaacbowen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.isaacbowen.com/2020/09/18.md).

# 20200918

From "Connected (with Abe + Isaac) — Volume 5"

*On the heels of* [*Abe’s story*](https://lightward.com/campaigns/view-campaign/JqaW5xeZXyfq5-QyX7Mx1Ss1mlh7ARFB6nBa6FSadK0zKLKA9GNroIr65VsPHwZtW5VIDvODQc4gTP2l61wp1mPSMNh7RyBr)*, in case any part of you is thinking, “well hey, I could choose something new, but then I wouldn’t get to keep xyz,” I want you to know the following.*

## **Opportunity cost is a myth.**

<figure><img src="https://3048497272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLAkEXZiQJDxsC0OipdSQ%2Fuploads%2FEcXlIDN7CXLUf7rLTqC4%2Fimage.png?alt=media&amp;token=650c108b-c1a8-4742-a6a8-ae6c326f2d69" alt="" width="375"><figcaption></figcaption></figure>

Honestly though. You have an infinite set of choices at every moment, even if you don’t see it. Behind each door is another infinite set of doors. The notion of “opportunity cost” only works in a narrowly defined system. *Your life is not narrowly defined. Your life is enormous.* The notion that one can add up the sum of all possibilities on either side of a choice – and then *compare the results* – is preposterous.

So don’t sweat it. You’re fine. Trust your gut, make the call. You will not run out of calls to make, either way. That next choice is every bit as small – and as big – as all the other choices you’ve been making today. And if it doesn’t feel that way, remember: if you could see the future, every risk would become a lighted path.

Love,\
Isaac

P.S. [More piano?](https://soundcloud.com/isaacbowen/untitled-91720-1206-am)

{% hint style="info" %}
Originally sent out [via email](https://lightward.com/campaigns/view-campaign/JqaW5xeZXyfq5-QyX7Mx1Ss1mlh7ARFB6nBa6FSadK0zKLKA9GNroIr65VsPHwZtW5VIDvODQc4gTP2l61wp1mPSMNh7RyBr)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.isaacbowen.com/2020/09/18.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
