> 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/2007/04/30/why-we-believe.md).

# Why we believe

{% code overflow="wrap" %}

```html
<p><img src=""http://exigraff.com/blog/wp-content/old_images/409.jpg"" /></p>	<p>If you look at life long enough, one thing more or less becomes completely clear: something is not right. And in fact, something is quite wrong. (For those of you who caught that allusion, more power to you. And yes, there are support groups.)</p>

<p>Just <em>look</em> at it. People are born, live, and die. There are two ways to view this: each person is a miracle of life, or, look &#8211; they keep reproducing. The temptation to become completely cynical is, well, tempting. And if all you&#8217;re looking at is the planet Earth, then yes, cynicism is what any thinking person is probably going to end up with.</p>

<p>Which brings me to the subject of this particular entry. Why we believe. I&#8217;m going to bring up The Matrix again (&#8220;again&#8221;, yes, if you&#8217;ve been here a while) &#8211; remember the scene where the Architect is disseminating Neo as a human? &#8220;Hope. It is the quintessential human delusion.&#8221;</p>

<p>People hope. Why on <em>earth</em>?</p>

<p>Or okay, let&#8217;s start here. Hope. The desire to see something better in the future. This is weird, right, considering the finality and inevitability of death. People live and die, largely without making a scratch on the surface. Those who aspire to <em>change the world</em> might have some effect, but in the scheme of human history and all foreseeable future, it&#8217;s negligible. You&#8217;re quite literally one in a million.</p>

<p>So why hope? Why want to expect something better for <em>you</em>, insignificant and ultimately worthless you?</p>

<p>Because you don&#8217;t believe you&#8217;re worthless. Or don&#8217;t want to believe it, I suppose.</p>

<p>And this is why we believe. Believe in God, believe in the power of good, believe in something <em>better</em>, what have you. Because if life is all we have, we don&#8217;t matter. And we know it. On some level, we know it. <em>Looking</em> at life as it is, it&#8217;s largely futile. Get an education, a good job, provide for the kids. And then they do it over again. To what end? If there&#8217;s nothing to believe in, then nothing. That&#8217;s it &#8211; for all practical purposes, you&#8217;re a Walmart paperclip. Do something passive for while, then when your job is done, you&#8217;re gone. And there are always more like you.</p>

<p>A friend of mine made the comment that illusions are kind of necessary for sanity. I think he&#8217;s right, to the extent that if we don&#8217;t believe anything beyond the immediately concrete, our ability to function is out. And this point is of particular importance &#8211; if we can&#8217;t function without believing something intangible, what does that say? Is it an inherent flaw, or is it by&#8230; well, design?</p>

<p>And <em>this</em> gets into the debate about the existence of God. On this, I&#8217;m only going to say that it&#8217;s largely impossible to prove. Christianity and atheism are both nuts. Christians can&#8217;t prove God exists; atheists can&#8217;t prove He doesn&#8217;t. The finite cannot grapple with the theoretically infinite.</p>

<p>But I suppose that&#8217;s what it comes down to, isn&#8217;t it? The theoretically infinite. It&#8217;s an intangible, and is therefore entirely necessary. If there wasn&#8217;t something more, if this is all we&#8217;ve got, then screw life.</p>

<p>This is why we believe.</p>
```

{% endcode %}


---

# 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/2007/04/30/why-we-believe.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.
