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 · REAL-TIME VOICE + TEXT LLM

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.

Scale
3,000 concurrent · sub-second
Modality
Real-time text + voice (GPT Realtime)
Models
OpenAI + Anthropic, config-driven
AUTHORING · human-in-the-loop Illness scripts source material Authoring service generate case content Human review validate CMS case store S3 + CloudFront case delivery (CDN) RUNTIME · EKS · single-tenant Physician LIT UI · text + voice Simulation service Python / Go · injects case LLM · multi-provider OpenAI + Anthropic config-driven · text + voice Feedback report at session end WebSockets prompt case JSON LangSmith · system prompt PostgreSQL · sessions CROSS-CUTTING Cognito · auth in-memory cache per-session + per-user rate limit LangChain · provider abstraction Datadog · New Relic gold-dataset quality checks k6 (load) · Playwright (E2E) AWS · single-tenant · authored cases (no real patient data) · 3,000 concurrent · sub-second
Architecture — full drawing in the deep dive
  • SYS-02 · 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