Phase I plan
What's mock. What's the deliverable.
Evaluator transparency block. The demo proves the architecture exists in code. The Phase I deliverable expands each surface to production-grade. Here's the line, drawn honestly.
| Surface | Demo today | Phase I deliverable (6 mo) | Status |
|---|---|---|---|
| LLM crisis classifier | Llama 3.3 70B · RACE-framework system prompt · JSON Mode strict schema · conservative-bias | Calibration on synthetic veteran-context corpus · public benchmark contribution · model-swap test (Azure OpenAI, on-prem Llama 3.3) | in dev |
| Peer-ring opt-in & UI | Sample 4-vet ring · localStorage state · activity feed · simulate-crisis path | Live ring config · 3-7 member onboarding · invite/opt-in flow · per-ring identity (Cloudflare Access OIDC → Entra External ID) | in dev |
| Coded peer messaging | Stubbed — no live messages routed | Cloudflare Durable Objects per ring · single-writer guarantee · cipher-keyed envelopes via Workers KV | planned |
| 5-min escalation timer | Client-side countdown for UX demo | Server-side Durable Object alarm · deterministic · cancellable only by authenticated peer ack | planned |
| VCL escalation surface | Live · 988+1 / 838255 / chat URL | Same UX · audit-trace metadata-only writes · log-only telemetry to D1 → Cosmos DB on lift | live |
| Breath protocols | Resonance 5.5 bpm · Box · 4-7-8 · CSS animation | Apple Watch HRV biofeedback channel via QuietPulse SDK · veteran HRVB feasibility study (publishable) | in dev |
| Audit trace | Best-effort D1 writes · session_id-only; never blocks UX | Cosmos DB events container + App Insights + Log Analytics workspace · IL4-IL5 retention | in dev |
| Identity / auth | Anonymous handle · localStorage session_id | Cloudflare Access OIDC for ring members · Entra External ID + CAC-PIV federation path opens upon Phase I award | planned |
| PHI/PII posture | SHA-256 hash + length + classification only | Same posture · independent privacy review · 42 CFR Part 2 alignment for veteran SUD overlap | live |
| Federal-cloud lift | Cloudflare Workers production tenancy | Azure commercial mirror (using $1K Azure for Startups credit) · GovCloud lift script staged for post-award | in dev |
Live today
VCL escalation surface · PHI/PII posture · all UI surfaces serving 200 from production CF Workers tenancy.
In development
LLM classifier · ring opt-in UI · breath protocols · audit trace · federal-cloud lift script.
Planned · Phase I post-award
Live ring messaging via Durable Objects · server-side escalation timer · CAC-PIV identity federation.
Why we're transparent about it
A Phase I demo that overclaims is a Phase I demo that fails technical review. We'd rather show what works in code, point at what's stubbed, and commit to the stubbed work as Phase I deliverables. Reviewers can verify each row by hitting the live URL.