Projects
What I've Built
AIMO: Enterprise AI Agent Platform
No-code platform for building AI agents on any LLM, wired directly into the tools a workspace already runs on — Slack, Notion, GitHub, Salesforce, and 20+ other services — so agents act with full organizational context instead of a blank prompt.
MedRAG: Clinical Dialogue System
Production RAG system for multi-turn clinical Q&A, grounded in 18K+ medical papers and guardrailed for patient safety. Built on top of 4 peer-reviewed healthcare AI publications.
LUNA: Conversational AI Engine
Production-grade, fully local conversational AI assistant with multi-turn dialogue, an on-device voice pipeline, and persistent memory. Zero cloud. Zero subscriptions. Complete ownership.
wLLM: Native Windows LLM Inference Server
Production-grade LLM inference server built from scratch for Windows. vLLM doesn't run natively there, so wLLM reimplements its core ideas — PagedAttention, continuous batching, CUDA graphs — as a native CUDA/C++ and PyTorch engine, no WSL2 or Docker required, with an OpenAI-compatible API on top.
TITANS: Long-Context Dialogue Memory
Memory-augmented transformer architecture built to solve the core problem in conversational AI: retaining context across long multi-turn exchanges without quadratic attention cost.