> For the complete documentation index, see [llms.txt](https://wintermute.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wintermute.gitbook.io/docs/synbio-evangelist.md).

# Synbio Evangelist

{% columns %}
{% column %}

### Ginkgo Bioworks

From 2022-2025 I was [Ginkgo](https://www.ginkgo.bio/)'s friendly neighborhood Developer Evangelist.&#x20;

What can you build when AI makes biology easier to engineer? If lab automation is a platform technology, then how can biotech developers build on top of that platform?
{% endcolumn %}

{% column %}

<figure><img src="/files/nXUpeV7NWrXUNWQLh3FL" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

### Foundry Theory

The Foundry Theory Substack and 52-video series is a deep dive into all aspects biotech in the AI era. It features case studies of cutting-edge commercial projects executed in the Ginkgo Bioworks foundry.&#x20;

You can browse [every episode of the series here](/docs/foundry-theorist.md).
{% endcolumn %}

{% column %}
{% embed url="<https://youtube.com/watch?v=DxKbMY958CA>" %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

### Grove Discord Server

Grove was an experiment in online community building that ran from 2022-2024.&#x20;

If biotech is becoming more like software, what should our developer communities look like?

{% endcolumn %}

{% column %}

<figure><img src="/files/4rDRhiv2r7UuEPQhYPWX" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

### Engineering Biology Club

In 2024 I hosted and organized the Engineering Biology Club, a monthly meet-up for people who build with biology.&#x20;

We brought together people from academia to industry, from biotech to techbio, to talk cool technology over hot pizza.
{% endcolumn %}

{% column %}

<figure><img src="/files/oBbqVPDn569gyWkNBAwQ" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

{% endcolumn %}

{% column %}

{% endcolumn %}
{% endcolumns %}


---

# 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://wintermute.gitbook.io/docs/synbio-evangelist.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.
