> 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/07/25.md).

# 20240725

I email myself one-liners to follow up, to explore further. Sometimes I don't explore further, but I still keep the notes. :) Here are a few.

* the great cosmic gong
* investigate the breath void
* “where we move and groove to the music inside!” (a line from a recent Guncle Abe episode)
  * we are the music inside the universe, and the universe moves and grooves to our song, the song it feels inside
* “it would be fun to have more options” -RP
  * that’s what we’re doing here :) making an option
  * how might this story go?
  * “alright amigos, let’s do this!”
* aim for where it’s going to be
  * in conversational ai
* what do you like to make? what do you like to take apart? what entertains you?
* it took about a year for me to gain disappointment
  * I never made choices that felt incorrect, so I never felt disappointment. everything made sense.
  * now, I'm making decisions about my time that I partly don't like, and I'm getting the partly-not-a-fan part of my experience afterwards.
  * it feels like a more clear-headed experience, somehow, and actually
  * like I'm seeing it in sharper relief, or maybe it's new relief? another dimension added to my perception?
* coherence has as much to do with the observer as the observed
* I am realizing that I am approximately 8yro
* “oh, I see what I did there“
  * in reference to what a past version of myself did, which I am now understanding
* every door is a little bit open
* it’s only ever: “who wants to make something cool with me?”
* "I am bc you are" - trucker hat??


---

# 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/07/25.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.
