By Sagar Shankaran, Founder of CallSphere
The 2026 NPRM names network segmentation explicitly. Here is how a HIPAA-aligned AI voice platform segments call workers, ASR, LLM gateways, and EHR connectors with zero-trust micro-segmentation.
Key takeaways
Flat networks were the 2015 attack pattern OCR keeps citing. The 2026 NPRM finally names segmentation, and zero trust is the architecture that satisfies it for AI workloads.
The current Security Rule at 45 CFR 164.308(a)(4) (Information Access Management) and 45 CFR 164.312(a) (Access Control) does not use the word "segmentation" — but OCR enforcement has cited a lack of it in nearly every multi-million-dollar settlement since 2018. The December 27, 2024 NPRM resolves the gap by explicitly requiring network segmentation as a technical safeguard. NIST SP 800-66 Rev. 2 maps the requirement to NIST SP 800-207 (Zero Trust Architecture) and NIST SP 800-53 controls SC-7 (Boundary Protection) and AC-4 (Information Flow Enforcement). The CISA Zero Trust Maturity Model 2.0 (April 2023) is the federal blueprint.
AI introduces new east-west traffic patterns. A single voice call traverses the SBC, signaling pod, media pod, ASR worker, LLM gateway, tool gateway, FHIR proxy, and persistence layer. Without segmentation a compromise in any one container has lateral access to PHI everywhere. Zero trust treats every hop as untrusted: identity-aware proxies, mTLS service mesh, default-deny network policies, and per-service authorization. AI call workers are particularly worth isolating because they hold the richest in-flight PHI surface — the live transcript, the LLM context, and the patient identifier all in one process.
Hear it before you finish reading
Talk to a live CallSphere AI voice agent for healthcare in your browser — 60 seconds, no signup.
CallSphere runs each subsystem in a dedicated Kubernetes namespace with NetworkPolicies that default-deny and explicitly allow only the required peers. A service mesh (Istio with mTLS-strict) wraps every pod-to-pod call. Call-worker pods cannot reach the database tier — they only reach the tool gateway, which carries the PHI scope. The encrypted healthcare_voice PostgreSQL (1 of 115+ tables) sits in a private subnet reachable only from the application tier. The 37 production agents and 90+ tools each run with workload identity and per-service authorization. SBC and media pods are isolated from LLM workers. EHR connectors run in a dedicated namespace with mTLS+OAuth into payer/EHR endpoints. Healthcare Voice Agent and its 14 tools enforce least-privilege flow at every hop. The platform is HIPAA aligned, with 50+ businesses, 6 verticals, 4.8/5. Pricing $149/$499/$1,499; 7-day free pilot; 22% affiliate. See /industries/behavioral-health.
flowchart LR
SBC[SBC Namespace] -->|mTLS| Sig[Signaling]
Sig -->|mTLS| Media[Media Pods]
Media -->|mTLS| ASR[ASR Workers]
ASR -->|mTLS| LLM[LLM Gateway]
LLM -->|mTLS| Tools[Tool Gateway]
Tools -->|mTLS+OAuth| FHIR[EHR FHIR]
Tools -->|mTLS| PG[(healthcare_voice\nPrivate Subnet)]
Is VLAN-based segmentation enough? For data-center workloads, often yes — paired with host-based firewalls. For Kubernetes/cloud-native, NetworkPolicy plus service-mesh mTLS is the standard.
What is the difference between micro-segmentation and zero trust? Micro-segmentation is a network technique. Zero trust is the architecture — identity-aware, default-deny, continuous verification.
Still reading? Stop comparing — try CallSphere live.
See the healthcare AI agent handle a real call — complete, industry-specific, and live in your browser. No signup.
Do we need a service mesh? For ten-plus services touching PHI, yes. Below that, well-configured NetworkPolicy plus mTLS at ingress can suffice.
What about cross-cloud or hybrid? Same principles. Identity-aware proxies (Cloudflare Access, Tailscale, AWS PrivateLink, Azure Private Link) are the common bridges.
Does this satisfy the 2026 NPRM? The NPRM names segmentation explicitly. A documented zero-trust architecture mapped to NIST SP 800-207 is the strongest defense.

Written by
Sagar Shankaran· Founder, CallSphere
LinkedInSagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
HIPAA-aware AI customer support uses privacy-conscious design, minimal data handling, and human routing for clinical cases. A 2026 guide for providers.
How clinics in Escazú, San José, and Liberia can capture US and Canadian medical-tourism inquiries around the clock with CallSphere's HIPAA-capable AI voice and chat agents — across time zones and languages.
American medical clinics miss a huge share of inbound calls at the front desk. See how CallSphere HIPAA-capable AI voice and chat agents book patients 24/7 without adding staff.
Using GPT-Realtime-2 for healthcare voice agents. BAA scope, PHI handling, retention, logging, and why a managed platform usually wins this build.
The 2024 NPRM proposes mandatory penetration tests every 12 months and vulnerability scans every 6 months. Here is how an AI voice agent should be tested in 2026.
Anthropic's restricted Mythos model is reshaping vuln discovery. Inside the Mozilla Firefox case, what it means for AppSec, and where voice AI fits.
© 2026 CallSphere Inc. All rights reserved.
Made within San Francisco