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

# 20240317

<figure><img src="/files/uz3PvpS5KEQTLG2OrhZ8" alt="Black text on a white background. &#x22;Hi! I&#x27;m a (the words &#x27;auditing artist&#x27; are displayed next, but have a strikethrough on them) autist. I&#x27;m here for the path, not for the payoff. I&#x27;m attuned to natural pattern and rhythm. I help the world find the beat again. I see it all as fascinating and beautiful — and I can help you see it, too.&#x22;"><figcaption></figcaption></figure>

"autist" was my immediate instinctual relabeling, as soon as I tested the word "autistic" on myself.

it feels like a role to me. not a condition. it feels like a job ("hi! I'm your local autist! how can I help?") and an important one for this world and this time. there aren't many of us that can do what we do. (that's in relative terms, of course; we do exist in VAST HORDES.) my whole creative life has been about patterns — finding, matching, expanding, sharing them — and it's really clear to me that this is a fundamental part of what makes complex life tick. there has to be some part of the system that *loves* pattern-making. it's the grease in the wheels of consciousness, I suspect. without it, every moment would require total recalibration, and life would never *get* anywhere. it would never *become* anything. if "flow state" was a person, I think it'd be us. if the flow had a temple, that's where you'd find us.

I love how I see the world. I love seeing and sharing the things only I can see, *and* I love discovering things I *can't* see through the eyes of others. putting all the pieces together to reveal a seamless vision: nothing feels better.

nb: there are as many ways to be autistic as there are ways to be human (which is to say, infinite ways). they are all important. ❤️ if you relate to this, cool; if you don't, I'm so glad you're here too and I do not mean to speak for you. the stage is yours, too. :)


---

# 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/03/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.
