Live
Measuring Security Overhead in Red Hat OpenShift AI Agentic PipelinesLeveraging Infrastructure Efficiency to Accommodate AI Workloads Without New CapacityEnforcing BYOK Credentials in AI Gateway to Block Unified Billing FallbackDynamic Power Allocation in AI Factories: How NVIDIA DSX Flex and MaxLPS Boost Token ThroughputEmbedding Independent AI Evaluators: Operational Shifts for EngineersModernising a StatsD pipeline with an OpenTelemetry collector migrationLocalStack expands to SaaS emulation after acquiring WonderTwin AIEdge Python Workers Gain Direct PostgreSQL and MySQL Access Through HyperdriveMeasuring Security Overhead in Red Hat OpenShift AI Agentic PipelinesLeveraging Infrastructure Efficiency to Accommodate AI Workloads Without New CapacityEnforcing BYOK Credentials in AI Gateway to Block Unified Billing FallbackDynamic Power Allocation in AI Factories: How NVIDIA DSX Flex and MaxLPS Boost Token ThroughputEmbedding Independent AI Evaluators: Operational Shifts for EngineersModernising a StatsD pipeline with an OpenTelemetry collector migrationLocalStack expands to SaaS emulation after acquiring WonderTwin AIEdge Python Workers Gain Direct PostgreSQL and MySQL Access Through Hyperdrive
NVIDIA

Dynamic Power Allocation in AI Factories: How NVIDIA DSX Flex and MaxLPS Boost Token Throughput

AI SummaryPowered by AI

NVIDIA’s DSX Flex and MaxLPS add grid‑aware, dynamic power allocation to AI factories, enabling a 24% token‑throughput boost within the same megawatt budget. This change reduces manual intervention, improves efficiency, and introduces new telemetry and security considerations for engineers and operators.

Dynamic power allocation is now being applied inside AI data centers through NVIDIA’s DSX Flex and DSX MaxLPS stack. In a live demonstration, a grid‑originated demand‑response signal caused an AI factory to drop its draw from four megawatts to three megawatts while keeping high‑priority inference jobs running, and a separate Lambda test showed a 24% increase in token throughput using the same power budget.

What Changed

NVIDIA introduced a set of software components that move power management from the facility level into the workload scheduler. DSX Flex consumes external grid signals (load‑shedding, demand‑response, pricing events) and automatically re‑prioritises AI jobs. DSX MaxLPS continuously measures GPU and rack power usage, then redistributes any unused headroom to active workloads. The Emerald AI Conductor platform is an early integration that demonstrates this closed‑loop behavior.

Why Practitioners Should Care

For AI engineers and platform teams, the immediate benefit is more compute per watt. Lambda’s five‑rack, 19‑node cluster on NVIDIA HGX B200 servers delivered 5 million tokens / s versus 4 million tokens / s on a traditional static provisioning model, a 24% boost in throughput while staying within the same megawatt envelope. Performance per watt rose 23%.

For DevOps, SRE, and security staff, the automation removes manual intervention during demand‑response events, reducing the risk of human error and the operational overhead of manually throttling workloads.

Architectural and Implementation Implications

  • Signal ingestion: Systems must expose an API or message bus that can receive grid‑level events. The DSX Flex component expects a defined payload indicating the desired power reduction.
  • Workload hierarchy: Engineers need to classify jobs into priority tiers (e.g., low‑priority batch, high‑priority inference). The scheduler then enforces the hierarchy when power is constrained.
  • Power telemetry: Real‑time monitoring of GPU and rack power is required. DSX MaxLPS hooks into NVIDIA’s power sensors; any alternative hardware must provide comparable granularity.
  • Dynamic allocation logic: The MaxLPS engine reallocates headroom across nodes. Deployments should validate that the reallocation does not violate SLAs for latency‑sensitive services.
  • Simulation and validation: NVIDIA DSX Sim can model the impact of demand‑response events before production rollout, helping to identify bottlenecks in the power‑aware scheduling path.

Operational Considerations

Automation of demand‑response introduces new observability requirements. Teams should instrument the following metrics:

- Grid signal receipt timestamp
- Power draw per rack and per GPU
- Token throughput per workload tier
- SLA compliance (latency, error rate) during power‑reduction periods

Alerting on deviations helps ensure that the system behaves as expected when the grid issues a signal. Because the process runs without operator interaction, security practitioners should verify the authenticity of incoming grid signals, treating them as privileged control inputs.

Related CloudNinjas coverage: AI engineering.

What This Means For Practitioners

Adopt the DSX Flex/MaxLPS stack if you need to meet utility demand‑response requirements or simply want to squeeze more token throughput from an existing power budget. Start by mapping your workloads into priority tiers, integrate a reliable grid‑signal source, and enable real‑time power telemetry. Use DSX Sim to test the end‑to‑end flow before production, and instrument the key metrics listed above to maintain visibility and compliance.

Originally published atNVIDIA Blog