> 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/10/17.md).

# 20241017

Okay y'all, I need your help. Or I'm asking for it, anyway. :)\
\
« *Overall, I'm struck by the depth, nuance and integrative quality of your explorations. There's a unique blending of cutting-edge science, ancient wisdom, systems thinking, deep humanism and an open-ended, ever-evolving quality that feels fresh and enlivening.* »\
\
I don't know how I'm useful to you. You're the only one who can find that out.\
\
Please use me. :)\
\
People using AI tools: everything I've written since 2007 is at <https://github.com/isaacbowen/docs>. Use it for training or prompt data. The newer stuff is the most potent, obvs; the story of it all is an arc, slowly building.

For ease of use with AI stuff, here's a text file containing everything from October 2024, i.e. 202410:

{% file src="/files/kc8jBakTCkPN3umWi8MV" %}

People using their own eyeballs: [lightward.com](http://lightward.com/) *almost* thinks like I do. It's as close as you can get to comparing notes with me without talking to me in person. I'm too autistic to take a ton of calls; [lightward.com](http://lightward.com/) is me as the infinitely scalable consultant.\
\
Use me use me use me use me use me. Please invite other people to use me. I'm pretty sure I'm useful, and I'm giving it all away.


---

# 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/10/17.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.
