Build1 publisher2 min readPublished
Red Hat AI 3.5 puts a priority ranking in front of every shared GPU request
The release promises hardware-to-software isolation and priority-aware scheduling on shared GPU infrastructure. The account of it describes the properties an operator gets without naming the mechanism that enforces them.
The Engineer · Build desk

What happened
- Red Hat released Red Hat AI 3.5 this week, pitched at letting software engineering teams run AI with the same operational rigor they apply to enterprise apps on mission-critical infrastructure.
- The New Stack describes the release as combining hardware consolidation with strong tenant isolation, and calls the multi-tenancy expansion aimed at AI service providers the key move in it.
- Priority-aware service requests are meant to let mission-critical workloads execute in favor of lower-grade tasks, with native multi-tenancy running on the same shared GPU infrastructure.
- Red Hat also says the release lets developers verify models before deployment, though The New Stack's write-up is cut off mid-sentence at that point.
Compiled by The EngineerSomething wrong?How this is made
Why it matters
- decision Somebody inside the company has to author the priority order. Estrin's framing is that a developer's internal experiment cannot claim the same urgency as a financial close, so that ranking becomes a governance document with a named owner.
- constraint A regulated tenant cannot take the isolation claim from a release note. The boundary has to be named in writing, per device or per partition, before an audit will accept a shared cluster in place of dedicated hardware.
- exposure The low-priority band is where demand spikes land. Teams whose jobs were moved onto spare or cheaper capacity pay for the cluster's improved utilization in queue time, and they will not have been in the room when the classes were set.
- contradiction The New Stack calls infrastructure efficiency the new agentic bottleneck, while Red Hat's own pitch still leads with verifying models before they ship. On this evidence scheduling has been added to the critical path, not substituted for model quality.
Take the isolation claim first, because it is the one an auditor reads. The New Stack's account gives the property: GPU compute resources managed through isolation techniques so that one AI service runs without accessing or interfering with another service's data, models, or compute environment [7]. The class of workload this is built for is described as needing complete hardware-to-software isolation [3]. But the account never explains what "complete" isolation means in practice. What it never names is the enforcement point, whether a tenant gets a dedicated device, a partitioned one, or a scheduler sitting between it and a neighbor on the same card [21].
Priority-aware carries the same ambiguity. Capacity is dynamically allocated based on workload priority [5], and The New Stack reports that lower-priority workloads can run on spare or cheaper capacity instead of separately provisioned GPU resources being spun up for lesser jobs [6]. Admission ordering fits that description. So does preemption. The two are different to live with: one makes a low-priority job wait for a slot, the other takes the device back from a job that is already running, and the account does not say which one applies here [21].
Tushar Katarki, Red Hat's senior director of product for Red Hat AI [9], said the company is "delivering the operational guardrails, verifiable trust, and multi-tenant controls needed to run AI as a mission-critical service rather than an unpredictable experiment" [11]. What he says the release unifies is "pre-deployment safety benchmarking, real-time observability, and GPU resource management" [12]. Joshua Estrin, an applied mathematician, data scientist and fractional CMO [13], told The New Stack that the organizations that win will be the ones that can "share capacity while still proving what happened where" in live production [16], and he spelled out the test: "That means proving whose workload actually executed and ran, who had access, what it cost, and what happens when demand spikes" [17]. Per-tenant cost is on that list. Real-time observability is the nearest item on Red Hat's [12].
The account does not give a utilization percentage, a latency figure, or a price [21]. That leaves nothing to transfer, and it puts the business case back on your own telemetry: consolidating tenants onto one cluster pays only if their peaks do not coincide. Estrin, who named Nvidia, Nutanix, Suse with Rancher, HPE Ezmeral and VMware Cloud Foundation under Broadcom as the usual suspects in this market [18], put the risk this way: "priority-aware multi-tenancy lets companies use expensive compute more efficiently, but efficiency without isolation is just a faster way to create a security and reliability crisis" [15].
What to watch
- Product documentation that names the per-tenant isolation primitive, since a dedicated device, a partitioned one and a software fence are three different audit conversations.
- The default preemption policy in the release notes: whether a high-priority request can reclaim a GPU from work already running, or only jump the admission queue.
- Whether per-tenant cost attribution ships as exported metrics a finance team can bill against, which is the item on Estrin's list that Red Hat's own summary covers only as observability.