Jensen Huang Defends DLSS 5 as Content-Control Generative AI at GTC 2026

Jensen Huang Defends DLSS 5 as Content-Control Generative AI at GTC 2026
source: gettyimages
March 18, 2026

NVIDIA chief executive Jensen Huang has pushed back on gamers who criticized the recently unveiled DLSS 5, the tech touted to boost game visuals on RTX 5000 GPUs. The goal, Nvidia says, is to apply AI that enriches lighting and material fidelity to existing game assets, not to replace human artistry. Yet the feedback from the gaming community has been mixed, with several observers noting that the previews shown at GTC 2026 can look substantially different from the originals.

During a Q&A at GTC 2026, Huang did not hold back. He told Tom’s Hardware that the backlash is misplaced: “Well, first of all, they’re completely wrong. The reason for that is because, as I have explained very carefully, DLSS 5 fuses controllability of the geometry and textures and everything about the game with generative AI.” In other words, the system is designed to be deliberate and adjustable, not an off-the-shelf replacement for artistic direction.

Huang elaborated that developers will have direct oversight over how the AI is applied, allowing them to tailor DLSS 5 to fit a game’s unique style. “All of that is in the control – direct control – of the game developer. This is very different than generative AI; it’s content-control generative AI. That’s why we call it neural rendering.” In Nvidia’s framing, the tool is meant to be a hands-on asset for creators, not a general-purpose AI that writes visuals from scratch.

That framing has sparked mixed reactions. While Nvidia showcased comparisons with DLSS 5 on versus off in multiple titles, some observers highlighted noticeable shifts in ambience, tone, and art direction—factors that can make scenes feel overly bold, overly bright, or overly saturated compared with the originals. The Resident Evil: Requiem visuals, in particular, have been cited as an example where the look diverges enough to cause concern about a generic, “one-size-fits-all” aesthetic.

Critics argue that doubling down on DLSS 5 and framing the debate in terms of “content-control generative AI” risks inflaming an already tense conversation with gamers who want to see more faithful results. It’s still very early—Nvidia’s own previews show early iterations of the technology, and the final outcome could be quite different as developers experiment with tuning and workflow integration.

Nevertheless, Huang’s stance emphasizes developer agency: the technology is meant to be a tool that elevates a project while staying anchored to the game’s artistic intent. Whether that balance will satisfy critics remains to be seen as more developers test and refine neural rendering in real-world releases.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 145 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) { id title text date }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) { id title }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) { id title domain }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) { id title }
}
{
  "id": 6646659,
  "domain": 7,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}