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 · REAL-TIME VOICE + TEXT LLM · unscrew for spec ⟳

    Clinical Simulation Platform

    An LLM-powered clinical simulation platform for physician training — prompt-engineered patient personas driven by authored case content, over real-time text and voice, plus an automated feedback report that scores the trainee. Load-tested for 3,000 concurrent sessions at sub-second latency.

    STACK: Python · Go · AWS · EKS · OpenAI · Anthropic · Realtime voice · WebSockets · PostgreSQL · LIT
    Architecture
    Python · Go · AWS · EKS · OpenAI · Anthropic · Realtime voice · WebSockets · PostgreSQL · LIT
    Scale3,000 concurrent · sub-second
    ModalityReal-time text + voice (GPT Realtime)
    ModelsOpenAI + Anthropic, config-driven
    AssessmentAutomated per-session feedback report
  • SYS-03 · MULTI-AGENT SDLC AUTOMATION · unscrew for spec ⟳

    DevFlow Kit

    Multi-agent SDLC automation that turns Jira tickets into production PRs with zero added infrastructure. Refinement, implementation, and Jira-sync agents decompose complex tickets into parallel subtasks and cut the ticket-to-PR cycle from days to hours.

    STACK: Python · LangGraph · GitHub Actions · Claude Code · Jira
    Architecture
    Python · LangGraph · GitHub Actions · Claude Code · Jira
    InfraZero added — runs on GitHub Actions
    AgentsRefinement · implementation · Jira-sync
    CycleTicket-to-PR from days to hours
    ModelsProvider-agnostic (Anthropic / OpenAI / Google)
  • SYS-04 · 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-05 · OPEN SOURCE · unscrew for spec ⟳

    CostTracker

    Open-source, self-hosted LLM cost tracking SDK. A drop-in instrumentation layer wraps OpenAI, Anthropic, Groq, and Bedrock clients to record usage straight to ClickHouse or PostgreSQL — real-time token metering, per-request cost attribution, and a bundled analytics dashboard.

    STACK: Python · ClickHouse · PostgreSQL
    Architecture
    Python · ClickHouse · PostgreSQL
    ProvidersOpenAI · Anthropic · Groq · Bedrock
    StoreClickHouse (prod) / PostgreSQL (dev)
    Pricing1,800+ models, synced from LiteLLM
    DesignDirect-to-DB — no ingestion server
  • SYS-06 · 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