Selected work
Things I've shipped.
Agentic AI, RAG pipelines, and full-stack platforms — each one deployed and tested, not left as a notebook.
/ 01Flagship · Building
WAF Red-Team / Blue-Team Agentic Sandbox
Adversarial multi-agent LLM system · AWS WAFv2
Attacker agent evolves live web exploits; defender agent authors real AWS WAFv2 rules to stop them. 12 statement types modeled to production fidelity, WCU-budget enforced, guardrails in code — 67% → 0% attack success across 5 rounds, 0% false positives held.
PythonFastAPIOllamaboto3Dockerpytest
/ 02Mar 2026
CuraSure
Healthcare platform · MERN + AWS
Full-stack healthcare platform with role-based access for patients, doctors, and insurers. Containerized microservices on EC2, S3 for HIPAA-grade documents, 30+ REST APIs secured with 2FA, and event-driven Lambda processing.
ReactGoMongoDBAWSDocker
/ 03Jan 2026
Career Finder
Agentic RAG career platform · Claude
Grounds Claude in real job data through a LangChain + ChromaDB RAG pipeline for resume–job matching, with an NLP-based ATS scoring engine driven by vector embeddings and semantic overlap — outperforms keyword-only baselines across 100+ tests.
PythonFlaskClaude APILangChainChromaDB
/ 04Nov 2025
Errand OS
Multi-agent logistics · Gemini
Multi-agent logistics app: constraint-based route optimization across 10+ stops via Gemini and Google Maps, 100% pickup-before-dropoff adherence. Fully hands-free voice-to-route through the Web Speech API — cuts manual planning time in half.
Gemini APIGoogle MapsWeb SpeechCursor
/ 05MCP · open source
StandupBot MCP
Model Context Protocol server · GitHub
"What did I even do yesterday?" — solved. A free MCP server that connects Claude to your GitHub activity: ask for your standup and it pulls the last 24h of commits, PRs, reviews, and issues, formatted and ready to paste into Slack. Ships get_standup, get_standup_multi, and get_repo_pulse tools. Direct HTTPS calls to the GitHub API — no proxy, no telemetry. MIT licensed.
MCPNode.jsGitHub APInpx