Featured Work
Personal proof-of-concept projects I'm preparing to open source. Each explores an agentic AI architecture end to end.
01
MedRAG — Clinical Guidelines Assistant
2026Personal PoC
A clinical-question agent that answers over a medical corpus without making things up. Built with LangGraph using Corrective RAG, semantic caching, and reranking, running fully serverless on GCP.
LangGraphVertex AIFirestoreCloud FunctionsLangfusePython
View Project
02
Agentic CX — Multi-Agent Spike
2026Personal PoC
A local-first customer-service system built as multiple agents. A LangGraph front agent routes each request to a specialist through durable Temporal workflows, with tools over MCP and a three-layer memory. Runs on a laptop, and every step is traced.
LangGraphTemporalMCPRedisQdrantVertex AILangfuse
View Project