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

# Who Am I

<h2 align="center">Who Am I?</h2>

<p align="center"><code>Welcome to my lab</code></p>

`I'm Juan José, a Research Engineer based in Panama City, focused on AI Engineering and a firm believer that community gets you further than going alone.`

`I build things in production. AI agent pipelines, LLM orchestration workflows, home lab infrastructure, developer tooling, if it automates something that used to require a human staring at a screen, I'm probably interested. My stack lives somewhere between Airflow, Foundry, Ollama, OpenRouter, Claws, Linux, Python, Claude and whatever breaks at 2am.`

`I hold a`` `**`certification in Apache Airflow`**` ``and run the`` `**`Global AI Community Panama as well as DOJO ML a Subcommunity focused on ML and AI by Fundacion Comunidad DOJO,`**` ``a space where professionals, data folks, and curious minds in Panama and the region share, learn, and build together. I speak at events not to fill a slot, but because I genuinely think hands-on knowledge should travel further than the walls of a company.`

`My work philosophy is simple: build first, polish later. Get it running in production, then harden it. Share what you learn before you think you're ready to share it.`

**`Interests:`**` ``AI Agents · LLMOps · MLOps · Workflow Orchestration · Home Lab · Edge Inference · Tech Communities`

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>DOJO Gira Cocle</td><td><a href="/files/1hIO4c6XVoCpL2PjeX00">/files/1hIO4c6XVoCpL2PjeX00</a></td></tr><tr><td>DOJO Gira Veraguas</td><td><a href="/files/t5PTB19XAlIjqGxQDTgC">/files/t5PTB19XAlIjqGxQDTgC</a></td></tr><tr><td>DOJO Gira Colón</td><td><a href="/files/wdWx3bbz1xWMH8MNFfvU">/files/wdWx3bbz1xWMH8MNFfvU</a></td></tr><tr><td>Show &#x26; Tell by Global AI Community</td><td><a href="/files/YHUbwBwOoB5P4aooUVlF">/files/YHUbwBwOoB5P4aooUVlF</a></td></tr></tbody></table>


---

# 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://juanjos-projects.gitbook.io/juanjos-lab/readme.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.
