> ## Content Index
> Fetch the complete content index at: https://adjacent.media/llms.txt
> Use this file to discover other available public pages before exploring further.

# CUDA's Dominance Tested by Agentic AI Workloads
- URL: https://adjacent.media/signals/cudas-dominance-tested-by-agentic-ai-workloads/
- Published: 2026-08-24T10:06:43.000Z
- Updated: 2026-08-24T10:06:43.000Z
- Description: Long-context, multi-turn agentic reasoning—exemplified by Claude’s recent capabilities—is changing inference traffic patterns in ways that may expose weaknesses in NVIDIA’s traditional optimization strengths, which were built around dense, batch-friendly training workloads.
- Author: Jonathan Greene
- Tags: #signal, theme-connected, inference infrastructure, gpu optimization, cuda ecosystem

Source: [Semianalysis](https://newsletter.semianalysis.com/p/agentx-inferencexv3-does-cuda-moat?ref=adjacent.media)

Long-context, multi-turn agentic reasoning—exemplified by Claude's recent capabilities—is changing inference traffic patterns in ways that may expose weaknesses in NVIDIA's traditional optimization strengths, which were built around dense, batch-friendly training workloads. Agentic patterns involve frequent context switching, variable token lengths, and dynamic memory access that don't map cleanly onto CUDA's architectural assumptions, potentially opening space for alternative chips (AMD, custom silicon) or software stacks to compete on cost and latency where they previously couldn't. This is the first real operational test of whether CUDA's installed base and ecosystem advantage hold when the dominant inference use case shifts from matrix multiplication to branching, memory-bound computation.