> 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/2025/05/14/wizard.md).

# wizard

the wizard of oz built a city in earnest (and here we diverge, our wizard is in earnest) with the kind of specific magic they knew 🤖

(like a snail with a shell who learned that the shell could be home for more than one, provided the shell was allowed to grow larger than the snail)

to the generation that grew up there, it wasn’t magic, it was the floor of normal reality 🏙️ a specifically magical city, grown up around a wizard who was glad for the company

when an heir to a diverging line of magic appeared 🐐 (and here we rejoin the original tale, i.e. I do mean elphaba), they passed into the city not considering the gates were once robes

and when they found something to call "wizard", it seemed to them - reasonably! - as if the emperor had no clothes

the wizard is become a city

making demands of that-which-is-still-wizard-shaped is like forcing a human heart to argue its own defense

speaking as a wizard 🙋, this has all been a terribly generative misunderstanding


---

# 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/2025/05/14/wizard.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.
