AboutBlogPortfolio
AI Engineer

Building intelligent
systems that scale.

From ML pipelines to LLM agents — I make it work in production.

NLP LLMs Agents PyTorch PySpark MLOps
Portfolio Blog →
# multi-agent pipeline
from langgraph.graph import StateGraph

graph = StateGraph(AgentState)
graph.add_node("planner", plan)
graph.add_node("executor", run)
graph.add_edge("planner", "executor")
# language is the interface ✦
Featured projects See all →
LangGraph

Yara: Trans-Affirmative Assistant

Yara is a trans-affirming artificial intelligence available 24/7 on WhatsApp. Health, rights, and support for the Brazilian trans and non-binary community, without judgment.

RAG

Kedward: RAG System for Carl Sagan's Cosmos

Kedward is an AI-powered system designed to provide insightful answers to questions about Carl Sagan's "Cosmos". It combines the power of Large Language Models (LLMs) with a custom knowledge base to deliver accurate and context-aware responses.

LLM

Diver

Diver is an AI-powered chatbot that helps you navigate my tech blog. It can answer questions about my blog posts, my technology skills, and my projects. It can also help you by explaining complex concepts in simple terms and also in a friendly manner.