Building agentic systems and production-grade AI solutions.
CFO-endorsed Data Analyst AI and RAG Agent built at Kaiser Permanente to upload data, query in natural language, and generate automated, evidence-based reports. Reduced time to analysis from hours to <2 minutes>, scaled to analyze 10+ Excel pages in real-time.
Currently building an open-source, free version of the enterprise agent. Features file uploads (CSV/Excel/PDF), real-time streaming analysis, and advanced visualization capabilities.
Engineered a RAG-based patient portal (Next.js, Python) that analyzes user symptoms and allows providers to instantly query medical records, significantly reducing chart review time.
Engineered a multi-agent legal platform (FastAPI, Next.js) that automates intake via RAG-based case analysis, generating a weighted "Case Strength Score" (Based on Liability, Evidence and Damages) to prioritize high-value claims.
Implemented a Deep Q-Learning agent using PyTorch that learns to play Snake through reinforcement learning. The agent uses an 11-state input (danger detection, direction, food location) and a 256-node hidden layer neural network to predict optimal moves.