/
OfferPilotV2
Tauri v2 · React · TypeScript · Rust · OpenAI Responses API
Desktop application owning the application-packet pipeline end-to-end: posting fetch with explicit consent, packet request creation, tailored .docx + cover .pdf generation, review-checklist gating, pipeline lanes with persistent state. Two generation paths (file-based Codex bridge + direct API with OS-keychain key storage). Vitest + Playwright + native Rust test stack.
/
diamond-edge
Python · LightGBM · Anthropic · isotonic regression
Gradient-boosted models on Statcast + odds; rationale generation constrained to top-k SHAP attributions (no free-form storytelling). Isotonic calibration reduced max deviation 14.3% → 5.6%, ECE 0.065 → 0.0004. Variance-collapse guardrail caught a silent "model shipped as market passthrough" bug (CLV −1.045%). Built in 3 weeks with dual-agent dev workflow.
/
support-triage
Python · FastAPI · React · FAISS · Anthropic
Classifies tickets, retrieves KB context via embeddings, drafts citation-grounded replies, surfaces top-3 macros — the AI version of the work I was doing at Clubessential. Latest eval: 97.1% strict faithfulness, 95.8% recall@3, 95% category accuracy, 100% within-1-tier priority. Single-operator architecture; CI + reproducible eval runbook.
/
csm-account-pulse
Python · Streamlit · Anthropic
Aggregates CRM/usage/ticket data, computes health scores, generates 3-bullet "focus this week" briefings per account with every claim citing a real fixture field. Shipped through 5 documented prompt iterations (v1 → v5) with eval receipts; precomputing day-counts in the LLM payload eliminated v3 hallucinations. Bring-your-own-CRM via four-CSV CsvDataSource. CI.