> 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/2013/tremble.md).

# Tremble

<figure><img src="/files/IHd3VHrRGw80U7qf7CZq" alt=""><figcaption></figcaption></figure>

A visualization of the rise and dispersion of concepts.

View the live version at <https://isaacbowen.github.io/tremble/>.

1. All agents are vibrating -- *trembling*
2. An idea emerges, visualized as a ball rising from baseline and taking on a certain color
3. Its presence creates some probability that its neighbors will find the idea catching -- and if the idea catches, they take on the color, and rise
4. The more neighbors in the sway of a particular idea, the higher the chance that an agent will find itself caught up in the idea as well
5. At any moment, there's a chance that an agent will lose the idea, and return to its baseline state -- its original position and color
6. At any moment, there's a chance that the idea will suddenly be universally abandoned, vanishing immediately
7. I didn't code for this last part, but if an idea succeeds in sweeping the entire board, it becomes the new baseline -- it is locked in, and [it is the new origin](/2023/12/23.md) from which new concepts may (and will) arise

{% embed url="<https://github.com/isaacbowen/tremble>" %}


---

# 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/2013/tremble.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.
