Build1 distinct publisher3 min readPublished
AWS, NVIDIA and Heidi Health report holding sub-second transcription while cutting 16 GPU instances to four. Per-GPU throughput rose only about 1.5x, so the rest of that saving came out of provisioning headroom.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
Start with the SM budget, because that is what the configuration is actually packing. Transcription instances give each of four concurrent processes a 25 percent SM allocation [17]; diarization instances give each of eight processes 12 percent [18]. That is 100 percent of the card claimed on one and 96 percent on the other [2]. A single request needs 15 to 20 percent of the L40S's 142 streaming multiprocessors [6], roughly 21 to 28 of them [5], so each slice is sized between 1.25x and 1.67x the measured footprint of the work it holds [6].
Memory was never the binding constraint. Four transcription processes at about 2.5 GB each hold 10 GB of a 48 GB card, and eight diarization processes at 1.8 GB hold 14.4 GB [17][18][3]. A 48 GB card storing 10 GB of weights is an expensive filing cabinet.
The throughput figures deserve the same arithmetic. Per GPU, the baseline is about 62 requests per second inside a mean under 650 ms and p99 under 1,000 ms [7]; the MPS and Triton configuration reports 92.1 RPS per GPU at sub-second latency [10]. That is a 1.49x gain [1]. The fleet reduction is 4x, from 16 instances to four [9]. Those do not reconcile through concurrency: 16 GPUs at 62 RPS is 992 RPS of benchmarked capacity, four at 92.1 is 368.4, a ratio of 2.69 [4]. AWS names the difference without quantifying it, describing the 16-GPU deployment as covering peak traffic with sufficient headroom for latency SLAs [8]. Most of the 75 percent, then, comes from re-provisioning against real peak load, with the concurrency gain supplying the margin that makes it survivable.
For the ratio to transfer, three things have to hold in your deployment. Your per-request SM footprint has to be as small as Parakeet TDT 0.6B V2's [6][20]. Your latency budget has to survive contention, since MPS has all clients share one set of GPU scheduling resources rather than rotating exclusive access [14][3]. And your current fleet has to be carrying headroom comparable to Heidi's [8].
The mechanism itself is clean work. MPS is a binary-compatible alternative implementation of the CUDA API, so existing applications run unmodified [11], with all CUDA work funnelled through a single GPU context managed by a daemon [12] and partition size set by CUDA_MPS_ACTIVE_THREAD_PERCENTAGE [15]. What you give up against MIG is physical partitioning with dedicated memory controllers [13]; what you keep is memory protection between clients through separate address spaces [16].
Which is why the title of the post is generous to the daemon. The same solution overview lists request scheduling with Triton and a TensorRT Execution Provider routing ONNX graph nodes for the compute-heavy encoder [19]. The 16-to-four number measures the stack.
Ranked by verification strength, evidence, and original report placement.
CUDA MPS combined with NVIDIA Triton Inference Server on Amazon EC2 GPU instances reduces GPU infrastructure requirements by 75 percent, from 16 instances to 4.
A single ASR inference request typically uses only 15-20 percent of a GPU's compute capacity.
CUDA's default time-slicing behaviour forces sequential access by giving each process exclusive GPU access; processes take turns, context switching adds overhead between them, and no concurrent execution occurs, leaving 80 percent of the hardware idle.
Heidi Health is an AI Care Partner that processes over 2.4 million clinical consultations per week across 190 countries.
To sustain sub-second transcription latency at peak traffic, the inefficiency forces Heidi to run 16 GPU instances.
Distinct publishers with included, body-backed reporting in this cluster.
1 article · August 27, 2026
Follow any of these and your For You feed starts watching them — no settings page required.
build
Solar Pro 4 turns model routing into a procurement decision, not a research one1 distinct publisher
invest
Callosum's $100m seed is a 10x on February, and a UK state fund's first cheque3 distinct publishers
product
The GPU fleet's utilisation now hinges on which tenants you dare pack together1 distinct publisher
build
China's accelerator swap makes Cambricon supply, not export policy, your ship-date risk1 distinct publisher
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Specific self-reported numbers, no methodology or replication
The technical claims are unusually specific and internally checkable: SM counts, per-request occupancy, per-process SM percentages and VRAM, latency thresholds, and both throughput figures. That specificity is real evidentiary value. But everything comes from one vendor-collaboration post with no published benchmark harness, dataset, concurrency ramp or measurement window, no independent replication, and the headline 4x instance cut is not reconciled with the ~1.49x per-GPU gain the same post reports.
Baseline fleet in production at scale; optimized config only demonstrated
There is genuine production adoption on the workload side: Heidi runs a 16-instance GPU fleet serving over 2.4 million clinical consultations per week across 190 countries, and the underlying components (CUDA MPS, Triton, ONNX Runtime with TensorRT EP, Parakeet TDT 0.6B V2 on L40S) are all shipping technology. What is not evidenced is adoption of the change being promoted: the post describes 16 instances as current production and presents the four-instance MPS configuration as a demonstrated result, never stating it is live.
Headline cost claim outruns the measured throughput gain
The title and framing sell a 75 percent cost reduction attributed to MPS plus Triton, but the post's own measurements support about a 1.49x per-GPU throughput improvement. Benchmarked fleet capacity falls roughly 2.69x against a 4x instance cut, so a substantial share of the advertised saving comes from retiring provisioning headroom rather than from the sharing technology, and no dollar-cost basis is given for the word 'costs'. The underlying engineering is sound and specifically documented, which keeps the gap moderate rather than severe.
Every author benefits from the reduction narrative
The post is explicitly a collaboration between AWS, NVIDIA and Heidi. AWS sells the EC2 GPU capacity and publishes on its own marketing blog; NVIDIA supplies the GPU, CUDA MPS, Triton, TensorRT and the Parakeet model being showcased; Heidi gains a reference-customer engineering story. There is no adversarial or independent voice in the cluster, and the framing that a vendor software stack removes 75 percent of infrastructure need is directly commercially useful to all three parties.
Mechanism credible, magnitude uncertain
Confidence is moderate. The mechanism (low per-request SM occupancy plus serialized time-slicing, addressed by MPS concurrent execution) is well established and the configuration detail is specific enough to be tested by a reader. Confidence is capped by single-publisher sourcing, fully aligned author incentives, absent benchmark methodology, and the unreconciled arithmetic between the instance reduction and the throughput gain.