SYS MR-2026 SENIOR GENAI & SYSTEMS ENGINEER
AVAILABLE

Projects

Things I've designed, built, and shipped.

All A2A / JSON-RPC AWS Anthropic Azure AD B2C Azure AI Search Azure OpenAI Claude Claude Code ClickHouse Cosmos DB Document Intelligence EKS FastAPI Gemini GitHub Actions Go Google ADK Jira LIT LangChain LangGraph Multi-tenant Next.js OpenAI PostgreSQL Python RAGAS Realtime voice WebSockets pgvector scikit-learn

SYS-01 · MULTI-TENANT RAG ON AZURE

Healthcare RAG Platform

A multi-tenant Retrieval-Augmented Generation platform for a healthcare product — tenant-isolated vector stores, secure authentication, and strict data partitioning, taken from zero to production and load-tested for 2,000+ concurrent sessions at sub-second latency.

Scale
2,000+ concurrent · sub-second
Isolation
Per-tenant vector · blob · B2C claims
Retrieval
Hybrid search + semantic reranker
INGESTION · Service Bus → Azure Functions on upload Blob Storage tenant-isolated Doc Intelligence parse Semantic chunker LangChain · embed-3-large Azure AI Search per-tenant index hybrid + semantic rerank + tenant filter index QUERY User a tenant Azure AD B2C auth + claims RAG service FastAPI · App Service Azure OpenAI GPT-4o · grounded rewrite + hybrid context answer + citations CROSS-CUTTING Azure AI Content Safety Azure Cache for Redis Cosmos DB · per-tenant history RAGAS evaluation LangSmith · token & cost per-tenant rate limiting user-feedback loop thumbs → RAGAS → retrieval tuning Azure · tenant isolation at every layer · 2,000+ concurrent sessions · sub-second latency
Architecture — full drawing in the deep dive
  • SYS-02 · MULTI-AGENT REGULATORY COMPLIANCE AUTOMATION · unscrew for spec ⟳

    RegLens

    Multi-agent regulatory compliance automation. Feed it a regulatory PDF and your control matrix — a compliance research agent extracts every obligation, a gap analyzer checks each against your policies via RAG and scores the risk, and a report generator produces an audit report with a human-in-the-loop approval gate. Includes a drift-detection evaluation harness.

    STACK: Python · LangGraph · Google ADK · A2A / JSON-RPC · Gemini · Claude · pgvector · FastAPI · RAGAS · Next.js
    Architecture
    Python · LangGraph · Google ADK · A2A / JSON-RPC · Gemini · Claude · pgvector · FastAPI · RAGAS · Next.js
    OrchestrationLangGraph supervisor + A2A/JSON-RPC agents
    ModelsGemini (multimodal) + Claude (structured)
    Statepgvector + Postgres-checkpointed, resumable
    EvalRAGAS · DeepEval · behavioral suite · Presidio
  • SYS-03 · OPEN SOURCE · unscrew for spec ⟳

    Cloud Waste Hunter

    Cloud-agnostic resource monitor with ML-powered waste detection. Flags idle instances, unattached volumes, and stale snapshots across providers in a unified cost-optimization dashboard — then eliminates them safely with dry-run previews, human-in-the-loop approval, and 7-day rollback.

    STACK: Python · FastAPI · scikit-learn · Next.js
    Architecture
    Python · FastAPI · scikit-learn · Next.js
    DetectionIsolation Forest (idle EC2) + rules
    TargetsIdle EC2 · unattached EBS · old snapshots
    SafetyDry-run · approval · audit · 7-day rollback
    StackFastAPI · scikit-learn · boto3 · Next.js