> 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-1.md).

# Quién soy?

<h2 align="center">¿Quién Soy?</h2>

<p align="center">Bienvenido(a) al Lab</p>

Soy Juan José, Ingeniero de Investigación desde Ciudad de Panamá, con enfoque en Ingeniería de IA y creyente fiel de que en comunidad se llega más lejos.

Construyo cosas en producción. Pipelines de agentes, workflows de orquestación con LLMs, infraestructura de home lab, herramientas para developers — si automatiza algo que antes requería a alguien mirando una pantalla, probablemente ya estoy pensando en cómo implementarlo. Mi stack vive entre Airflow, Foundry, Ollama, OpenRouter, Claws, Linux, Python, Claude y lo que sea que se rompa a las 2am.

Tengo una certificación en Apache Airflow y lidero la **Global AI Community Panama**, así como **DOJO ML,** una subcomunidad enfocada en ML e IA dentro de la **Fundación Comunidad DOJO**. Espacios donde profesionales, entusiatas y mentes curiosas de Panamá y la región se reúnen para compartir, aprender y construir juntos.

Hablo en eventos no para llenar un espacio, sino porque creo genuinamente que el conocimiento práctico debería viajar más lejos que las paredes de una empresa.

**Intereses:** AI Agents · LLMOps · MLOps · Orquestación de Workflows · Home Lab · Inferencia en Edge · Comunidades de Developers

<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-1.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.
