# 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: 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:

```
GET https://www.isaacbowen.com/2013/tremble.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
