Production client work
Three AI products shipped live for paying customers.
Real client engagements, real production traffic, real on-call. Each one was scoped, built, deployed, and handed off to a team that uses it every day.
01 · Client engagement
LiveAI coach that builds meal plans from blood work and lifestyle data.
Personalized nutrition coach, taken to production
Shipped a live AI coaching agent for a premium wellness brand — generates personalized food plans, runs a 6-pillar lifestyle analysis (Mindset, Nutrition, Sleep, Movement, Environment, Social), and grounds every recommendation in a knowledge graph + medical knowledge base.
- Medical-report OCR pipeline over uploaded lab reports feeding a Qdrant-backed knowledge graph with citation-backed answers.
- Calorie and macro targeting per client profile, with a Streamlit operator console for nutritionists to review and approve plans.
- Live on AWS EC2 behind Nginx, CRM-integrated, monitored with Sentry and Prometheus, with a 480s streaming proxy for long generations.
FastAPIStreamlitAgnoQdrantKnowledge GraphMySQLRedisDockerAWS EC2Nginx
02 · Client engagement
LiveAI sales agent that writes, personalizes, and sends real customer email.
Outbound sales agent for premium programs, taken to production
Designed and shipped an outbound sales agent for a premium wellness brand — drafts, personalizes, and sends program-specific onboarding emails to inbound leads through the CRM, with a worker queue and full observability.
- S3 knowledge base over programs, testimonials, and outcomes, retrieved via Qdrant for grounded, on-brand copy.
- Program auto-detection from lead context, budget guardrails, follow-up logic, and brand signature enforcement to prevent personal-account leakage.
- Production email pipeline on AWS EC2 with a worker queue, retry handling, and structured logging all the way out.
FastAPIAgnoQdrantS3Zoho CRMRabbitMQDockerAWS EC2
03 · Client engagement
LiveControl plane where specialized agents run per client, with approval gates.
Multi-tenant agent control plane, taken to production
Built and shipped a per-client, per-tenant agent control plane for a health & wellness operator — specialized agents (sales, operations, content, support) run against each client's data with persistent memory, approval gates, and per-company activity logs.
- Express + Drizzle + PGlite backend with company-scoped data boundaries, atomic issue-checkout, budget hard-stops, and full activity logging.
- LangGraph orchestrator routing between department-specific agent prompts, paired with a React + Vite board UI for operators to watch runs and approve gated actions.
- Live on a dedicated EC2 (PM2-managed orchestrator + UI), in real use by client teams for per-tenant agent execution.
TypeScriptExpressReactViteDrizzlePGliteLangGraphPM2AWS EC2