> For the complete documentation index, see [llms.txt](https://sexytrees.savimbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sexytrees.savimbo.com/foundations/bricolage.md).

# Bricolage is doing things economically

<mark style="color:$danger;">This is a</mark> [<mark style="color:$danger;">bricolage</mark>](/foundations/bricolage.md) <mark style="color:$danger;">protocol; which means we are building it in public! Some pages are under construction — but check back soon its updating fast!</mark>&#x20;

This protocol is different than other protocols.  We are developing it in public.&#x20;

Here is why:&#x20;

* **Humility = how to build things.** We can't let our egos and fear of criticism get in the way. We're big fans of the "shitty first draft". The desire to present a *fait accompli* has led to slowed development pipelines in this space, a lack of critique, and serial instead of parallel processing.&#x20;
* **We feel a sense of urgency.** The planet is making a pivot, and all our talking heads are still talking, while the people closest to the reality are screaming that the house is on fire. "[We don't eat money](https://www.aljazeera.com/news/2025/11/12/indigenous-activists-storm-cop30-climate-summit-in-brazil-demanding-action)." is perhaps the most succinct version from Gilmar, a Tupinamba Indigenous protester at COP30 in 2025. We're in a planetary emergency and need to start acting like it. This doesn't mean sloppy work, but opening the kimono on a development pipeline that could help someone else with their build is the right action right now.&#x20;
* **We practice open science**. To benefit Indigenous authors, we do have copyrights and royalties for people who make a profit off the implementation of this work. It's basically a sliding-scale pricing system that includes an open-source component.&#x20;

### Bricolage

We are impossibly proud of doing things "LatAm-style". Getting them done with the materials that *are* available now. One example of this might be Mackelmore's song [*Thrift Shop*](https://www.youtube.com/watch?v=QK8mJJJvaes). There are billions of people on the planet who don't have good funding for academic-level reforestation projects, but have two hands and seeds. This protocol is for *them*.&#x20;

<figure><img src="/files/NmyfyjrrivHtC13SaA3o" alt="Jhony Lopez planting the first batch of #SexyTrees. "><figcaption><p><strong>Figure 1</strong>. Savimbo founder Jhony Lopez opening Savimbo´s first Indigenous-led Amazonian reforestation plot.</p></figcaption></figure>

There is an ethos in a world of late-stage capitalism of watching conspicuous consumerism on social media, and looking for a better, perfect, peer who does things prettier and with more resources. We truly admire some of the formal professsional reforestation projects we've seen, and we truly can't afford them.&#x20;

Then we decided, so what if we don't have more resources? We get our projects done the best we can *anyway*. There is an art to getting things done when you are broke, and it starts with not being ashamed of being broke.&#x20;

The people we represent, and work for, did not convert their resources, or other people's resources, into money. That means they just have less of it. That does not mean they are lesser people.&#x20;

This entire protocol was done cheaply, with not-famous, not-rich people who were really smart. They all put what they [did have to contribute](/authors.md) into it, and that's bricolage.&#x20;

Iteration

A/B testing


---

# 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://sexytrees.savimbo.com/foundations/bricolage.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.
