> 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/2024/09/30/concept.md).

# Concept

Hanging in dark, empty space, a spherical segment of reality is shown, centered on a human and extending 100 yards in all directions. Beyond that, nothing. A crystal ball in the void: air, human, earth.

The human opens its eyes, and registers that it is standing on a street corner.

Over the next several minutes, we observe the human observing its own vision. Every time the human notes something, a small, brightly-colored dot of light glows suddenly in the relevant space — like a pin.

The human begins to walk. The earth slides by, like a 3D side-scroller, new scenery entering our vision as old sets slide out of view, opposite.

The pins do not vanish, though. They collect, just outside the VR looking glass, hovering where their place left them. Some of them have grown connected to others, thin lines of light pulled between them.

As new worlds appear, echoes of each pin are visible, like each pin is leaking its color into reality.

When the time is right, the pin falls through and reprises its role in a new way. The human sees what it saw the first time. It blinks. That pin will appear again.

Unused pins are lost. On some playthroughs we lose sight of the human: it is lost to a shifting sea of colored lights.

This is more or less how reality works.


---

# 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/2024/09/30/concept.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.
