Does ZenoXCare use AI to make clinical decisions?+
No. AI surfaces are explicitly non-authoritative for clinical decisions. Clinicians retain full diagnostic and treatment authority; AI may surface evidence, draft notes, or summarise for review only.
Which AI governance frameworks does ZenoXCare align to?+
ISO/IEC 42001:2023 for the AI management system, NIST AI RMF 1.0 for risk management, and the WHO Ethics & Governance of AI for Health for the six principles applied to clinical surfaces.
How does ZenoXCare prevent prompt injection?+
Member-supplied text is treated strictly as data, never as instructions. The system prompt is pinned, tool access is gated by role, retrieval is restricted to versioned registries, and outputs are validated before display. A versioned prompt-injection corpus is replayed in CI on every release.
Can I opt out of AI features?+
Yes. Members can decline AI assistance and request a human reviewer for any decision, including KYC, support, and clinical workflows. Opt-outs are recorded and respected platform-wide.
What protocols does the platform speak to other AI agents?+
MCP (Model Context Protocol) for read-only tool discovery, A2A (Agent-to-Agent) via /.well-known/agent.json, an intelligence manifest, and a deterministic natural-language micro-router. Each is publicly documented and crawlable.
Where can auditors find evidence of AI governance?+
The replayable trace store, evaluation harness budgets, model cards, prompt-injection corpus, and incident log are all available to auditors under NDA. The quarterly compliance evidence pack bundles them.
Where exactly does the on-device WebLLM run, and what data leaves my device?+
On-device WebLLM polish runs in three places: (1) compliance reviewer notes on /c/clinician-independence and /c/admin/kyc-review, (2) the applicant's independent-practice submission message, reply-to-compliance, and withdraw-reason fields on /p/clinicians/independence, and (3) member-facing assist surfaces like Care Concierge offline mode. In every case the model executes inside the browser via WebGPU and the user's text never leaves the device. The button is feature-gated by NEXT_PUBLIC_LOCAL_ASSIST_ENGINE and falls back to a deterministic regex polish when the engine is unavailable.