AI program management · AI enablement
Bill Mabry

The AI program leader who builds.

Bill Mabry — Enterprise AI Program Manager & Customer Success leader (ex‑Salesforce, ex‑Celonis).
I turn enterprise AI into adopted workflows and measured ROI. Below, live voice AI I built myself — specialist agents that share context, build on each other’s work, and collaborate. Talk to them.

rfp-response-team / demo live · 5 agents

RFP Response Team

Load a real RFP and five AI specialists work it by voice — strategy, architecture, compliance, pricing, story — each handing context to the next, then synthesize a client-ready proposal with a requirements-traceability matrix.

reads the RFPlive voice, interruptibleproposal + Word/PDF
./launch  rfp-demo
// how it’s built
VOICEOpenAI gpt‑realtime over WebRTC · 5 distinct voices · barge‑in safe
ORCHESTRATIONcontext handoff between agents · auto‑advance on spoken handoffs
SYNTHESIS2 parallel GPT‑5 structured calls · strict JSON schema · ~40s
OUTPUT12‑section proposal · requirement‑by‑requirement crosswalk · .docx built in‑browser
RESILIENCEmulti‑model retry ladder · graceful degradation · zero‑voice fallback
STACKNext.js 14 · Vercel · Supabase · session analytics + Slack alerts
medical-info-team / demo live · 5 agents

Medical Info Response

Five voice specialists take a healthcare professional’s question and draft the compliant medical‑information response — the same context‑handoff orchestration as the RFP team, pointed at a regulated life‑sciences workflow.

compliant HCP letterlive voice, interruptibleWord download
./launch  medical-info
// how it’s built
VOICEOpenAI gpt‑realtime over WebRTC · 5 distinct voices · barge‑in safe
ORCHESTRATIONcontext handoff between specialists · auto‑advance on spoken handoffs
SCENARIOHCP medical‑information inquiry · regulated life‑sciences workflow
OUTPUTcompliant response letter · .docx built in‑browser
STACKNext.js 14 · Vercel · Supabase · session analytics + Slack alerts
sandwich-builder / demo live · 5 chefs

Sandwich Builder

Five AI chefs banter by voice to build your sandwich — every choice validated against a real menu database, synonyms and all. The same orchestration pattern as the teams above, played for fun.

menu-groundedlive voice, interruptiblerecipe download
./launch  sandwich
// how it’s built
VOICEOpenAI gpt‑realtime over WebRTC · 5 chef voices · barge‑in safe
ORCHESTRATIONcontext handoff between chefs · auto‑advance on spoken handoffs
GROUNDINGlive menu database validation · synonym matching · GPT choice extraction
OUTPUTrecipe card · .docx built in‑browser
STACKisolated Supabase project · per‑session choice tracking
pepped / iOS · shipped to the App Store live

Pepped — AI Hype Coach

A conversational AI coach that remembers each athlete’s sport, team, and next game — and talks them up before it. Built and shipped end‑to‑end: product, App Store review, subscriptions, push, analytics.

conversational memoryApp Store · Health & Fitnesslive subscriptions
// how it’s built
ENGINEClaude Haiku 4.5 (Anthropic) · personalized, adaptive pep talks
MEMORYpgvector semantic memory · OpenAI embeddings · recalls sport, team, next game
BACKENDSupabase · 8 Deno edge functions · Postgres · Apple Sign‑In
MONETIZATIONRevenueCat · App Store subscriptions · free tier + weekly / monthly / annual
LIFECYCLEshipped & iterating post‑launch · APNs push · PostHog analytics
STACKReact Native 0.81 · Expo SDK 54 · TypeScript · iOS