Data as of Aug 25, 2026 · Based on 40 AI responses from ChatGPT Search and Google AI Mode · See how Parse measures this
Your brand can be here too.
Yes. If by “bursty agent workloads” you mean workloads with highly variable request concurrency, long/irregular agent trajectories, lots of short decode phases, tool calls, context switching, and a need for low tail latency rather than just maximum batch throughput, there is a pretty clear emerging category.
I’d divide the companies into three layers:
These are probably the closest matches to what you’re describing.
This is arguably the more interesting category if you're actually building an infrastructure product rather than simply buying an accelerator.
The Intel/SambaNova example is particularly revealing: the future may not be “find the fastest AI chip,” but dynamically route different portions of an agent workload to different processors.
This is where I think there may be a less crowded opportunity.
The important projects/companies include:
If you're asking because you want to build/buy something, I'd put the landscape like this:
| Approach | Bursty agents | Long-context | Low tail latency | Flexibility |
|---|---|---|---|---|
| NVIDIA GPU only | 🟡 | 🟢 | 🟡 | 🟢 |
| Groq | 🟢🟢 | 🟢 | 🟢🟢 | 🟡 |
| d-Matrix | 🟢🟢 | 🟢 | 🟢🟢 | 🟢 |
| SambaNova | 🟢🟢 | 🟢🟢 | 🟢 | 🟢 |
| Etched | 🟢 | 🟢 | 🟢🟢 | 🔴 |
| Cerebras | 🟢 | 🟢🟢 | 🟢🟢 | 🟢 |
| Heterogeneous runtime | 🟢🟢🟢 | 🟢🟢 | 🟢🟢🟢 | 🟢🟢🟢 |
The interesting unsolved problem isn't really another inference ASIC.
It's a runtime/scheduler that understands an agent as a dynamic computation graph:
user request → reasoning burst → tool call → idle → new context → short decode burst → parallel subagents → long decode → tool call → etc. Traditional LLM serving optimizes around continuous, batched token generation. Agents destroy that assumption. NVIDIA itself now describes agentic inference as nondeterministic trajectories with potentially hundreds of inference requests per session.
So the killer product could sit above heterogeneous silicon and dynamically decide:
That's a considerably different problem from conventional inference serving.
If I were mapping this as a startup landscape, I'd put d-Matrix, Groq/NVIDIA, SambaNova and Etched in the “hardware competitors,” and NVIDIA Dynamo + SGLang/vLLM + emerging disaggregated-inference clouds in the “runtime competitors.” The whitespace is the agent-native scheduler/compiler that treats burstiness itself as the first-class optimization target.
user request → reasoning burst → tool call → idle → new context → short decode burst → parallel subagents → long decode → tool call → etc. Traditional LLM serving optimizes around continuous, batched token generation. Agents destroy that assumption. NVIDIA itself now describes agentic inference as nondeterministic trajectories with potentially hundreds of inference requests per session.
Companies like NVIDIA and specialized systems architects are building software runtimes and compilers tailored for unpredictable, bursty multi-agent workflows.
Agentic workloads—characterized by sudden fan-out patterns, dynamic reasoning loops, and variable token generation—stress traditional static batch runtimes. Solutions targeting this shift focus on deterministic scheduling, disaggregated execution, and fast context-switching.
| Company / Platform | Core Focus for Bursty Agents | Approach & Technology |
|---|---|---|
| NVIDIA | Heterogeneous orchestration and dynamic runtimes | Utilizes NVIDIA Dynamo for disaggregated decode loops and Neural Magic / CentML tech stack integrations to handle variable agent workloads and KV-cache handoffs. |
| Groq | Deterministic low-latency LPU compilation | Uses a compiler-scheduled data movement architecture across on-chip SRAM pools to bound tail latency during multi-agent fan-out. |
| Modal / Ephemeral Runtimes | Secure, short-lived code execution | Provides rapid start-run-stop execution layers like Modal or Vercel Sandbox tailored to bursty agentic tool-use and code-gen loops. |
If you're targeting a specific architecture, let me know:
I can share more details on specific compiler toolchains.
Yes. If by “bursty agent workloads” you mean workloads with lots of short, latency-sensitive inference bursts, highly variable concurrency, long/irregular agent trajectories, and a mix of prefill/decode/tool-use rather than steady GPU utilization, there is a pretty clear emerging field.
I’d break the companies into four layers:
NVIDIA is actually the company I'd watch most closely.
It's attacking the problem at every level: Vera CPUs for agent workloads, Rubin GPUs, networking, KV-cache/memory infrastructure, and now Groq technology for low-latency inference. NVIDIA explicitly describes agentic inference as having non-deterministic trajectories where actions, observations and decisions create very different runtime behavior from conventional inference.
And there's an important new development: OpenAI launched its first custom inference ASIC, Jalapeño, today, designed specifically around high-throughput and low-latency inference.
That makes OpenAI/Broadcom another serious entrant, although it's primarily an internal/custom-infrastructure play rather than a merchant chip startup.
This is where I'd look if your thesis is “the chip isn't necessarily the bottleneck; the scheduler/compiler that understands agent execution is.”
The interesting problem is that an agent isn't:
request → inference → response It's more like:
inference → tool call → wait → inference → retrieval → inference → code execution → inference → parallel subagents → … That produces terrible utilization if you treat each agent as a conventional inference request.
The promising architecture is therefore something like:
agent runtime → workload scheduler → prefill/decode scheduler → heterogeneous accelerators
with the runtime dynamically deciding:
Companies/projects in this neighborhood include Modal, Together AI, Baseten, Fireworks AI, Cerebras Systems, and the broader vLLM/SGLang ecosystem.
But I would distinguish these from the chip companies: most aren't yet building a fundamentally new “agent CPU/runtime.”
This is perhaps the most important trend for what you're describing.
Instead of buying one accelerator that does everything, you build:
high-throughput prefill → network/memory fabric → ultra-low-latency decode
Cerebras + AMD are now explicitly doing this: AMD Helios handles high-throughput computation while Cerebras hardware handles extremely fast token generation.
SambaNova is doing something similar with NVIDIA GPUs for prefill and its RDU for decode.
That is a much better fit for agents because prefill, decode, tool calls, waiting, and subsequent inference bursts have radically different resource requirements.
If I were mapping the competitive landscape specifically around “compute optimized for bursty agent workloads”, I'd put these at the top:
| Company | What they're optimizing | Relevance |
|---|---|---|
| NVIDIA | Full agentic compute stack + scheduling + heterogeneous inference | ⭐⭐⭐⭐⭐ |
| Groq | Ultra-low-latency decode | ⭐⭐⭐⭐⭐ |
| Cerebras | Extremely fast inference + disaggregation | ⭐⭐⭐⭐⭐ |
| SambaNova | Dataflow/RDU + disaggregated inference | ⭐⭐⭐⭐⭐ |
| Etched | Inference-specific ASIC/rack | ⭐⭐⭐⭐ |
| OpenAI/Broadcom | Custom inference ASIC | ⭐⭐⭐⭐ |
| Qualcomm | Agent-oriented rack-scale infrastructure | ⭐⭐⭐⭐ |
| d-Matrix | Memory-centric inference | ⭐⭐⭐⭐ |
| Modal | Programmable/serverless execution layer | ⭐⭐⭐⭐ |
| Baseten / Fireworks / Together | Inference serving/runtime | ⭐⭐⭐⭐ |
There's still a potentially interesting gap between “fast inference chip” and “agent computer.”
A true agent-optimized system probably shouldn't be a faster GPU. It should understand that an agent workload is bursty, asynchronous, heterogeneous and stateful.
The winning architecture could look more like:
Agent OS/runtime → global scheduler → CPU + GPU + inference ASIC + memory/cache pool → dynamic prefill/decode → KV/state fabric
rather than a traditional:
LLM server → GPU → batch requests
NVIDIA is moving toward this from above, while Cerebras/SambaNova/Groq/Etched are attacking pieces of it from below. The runtime/scheduler that intelligently exploits all of those chips may actually be the most underbuilt layer right now.
If you're evaluating this as a startup/investment opportunity, I can also map the landscape by who has actually solved burstiness vs. who is mostly marketing “agentic AI”, including startups building the compiler/runtime layer rather than chips.
The mismatch between traditional AI hardware (optimized for linear "prompt-in, response-out" throughput) and agentic workloads (defined by non-linear loops, tool-calling, branching, and memory-heavy context switches) has created a brutal utilization gap . Standard GPUs often stall out at 30% to 40% efficiency here because agents bounce erratically between memory-bound token generation, I/O-bound API calls, and CPU-bound orchestration.
While a pure "agent-loop-native" silicon chip is still largely an emerging frontier, several major players and ecosystem stacks are aggressively building the specialized runtimes, compilers, and architectural approaches required to tame bursty agent traffic:
Are you looking for a software-defined runtime/compiler layer to drop onto existing hardware (like H100s/B200s), or are you tracking early-stage silicon startups building dedicated multi-tenant accelerators for agent graphs?
Yes. The interesting market is shifting from “faster LLM inference” to infrastructure designed around the execution pattern of agents: short compute bursts, long/variable tool calls, branching, KV/state persistence, and very spiky concurrency. AWS explicitly describes agent workloads as having “bursty inference” and unpredictable multi-step execution.
I’d divide the field into four buckets:
| Company | What they’re building | Fit for bursty agents | My take |
|---|---|---|---|
| NVIDIA / Groq | Vera CPU + Groq 3 LPX + compiler-controlled inference | Very high | Most formidable incumbent |
| Cerebras Systems | Wafer-scale inference | High | Great for ultra-low-latency generation |
| SambaNova Systems | RDU + disaggregated prefill/decode | Very high | Particularly interesting for agent serving |
| Etched | Transformer-specific inference ASIC | Medium-high | Extreme token economics, less general |
| d-Matrix | Compute-in-memory inference | High | Interesting for memory-bound inference |
| Tenstorrent | RISC-V + AI accelerators + software stack | Medium-high | Flexible architecture/compiler play |
| Arm | AGI CPU for agent infrastructure | High | Attacking the orchestration/CPU bottleneck |
| Silmir | Runtime-reconfigurable compute/memory/interconnect | Extremely high conceptually | One of the closest matches to your thesis |
| Unikernel.ai | Agent compiler + minimal runtime + fast boot | Extremely high | Software rather than silicon; unusually on-point |
| General Compute | ASIC-first inference cloud | High | Interesting deployment/serving layer |
1. NVIDIA + Groq — strongest current full-stack answer
NVIDIA is explicitly redesigning the infrastructure around agentic inference. Its Vera CPU is purpose-built for agentic AI, while Groq 3 LPX is a low-latency inference accelerator using deterministic, compiler-orchestrated execution and explicit data movement. NVIDIA says the architecture is specifically aimed at the nondeterministic trajectories generated by agents.
This is probably the closest major incumbent to the thesis of “compiler + chip designed around irregular agent execution rather than batch inference.”
2. SambaNova — probably the most interesting architecture for disaggregation
SambaNova is separating prefill and decode, using GPUs for the former and its RDU for the latter. It demonstrated a 2× inference-speed improvement versus B200-only configurations and explicitly positions the architecture for agent workloads.
That matters because agents don't have a uniform compute profile. You could imagine extending this further into:
tool call → CPU/network → tiny inference burst → memory retrieval → another inference burst
rather than keeping an expensive accelerator occupied throughout.
3. Silmir — closest startup to the actual “bursty-agent chip” thesis
This one is unusually close to what you're describing. Silmir says current accelerators can run agent workloads at under 30% utilization and is building self-adapting silicon that dynamically reorganizes compute, memory and interconnect at runtime. Its stated thesis is that the bottleneck is the loop, not raw matrix compute.
It's early — FPGA prototype / pre-tape-out — so I'd classify it as high thesis fit, low maturity.
4. Unikernel.ai — if you mean runtime/compiler rather than silicon
This may actually be the more interesting answer if you're looking for a software company. It is building an agent compiler, minimal runtime and fast boot loader, explicitly targeting bursty agents, event-driven workloads and serverless inference.
The key insight is that if an agent is active for 200 ms and then waiting on a tool for 10 seconds, keeping a heavyweight VM/container/runtime around is economically stupid. The runtime should essentially disappear during the idle periods.
5. Arm — attacking the overlooked CPU/orchestration layer
Arm's new AGI CPU is explicitly designed for agentic AI infrastructure. Arm argues that agents move continuously between CPUs, memory, storage and accelerators, making the CPU an orchestration engine, rather than merely the thing feeding the GPU.
That's an important architectural direction: agentic AI may be more of a heterogeneous-computing problem than an accelerator problem.
Cerebras is more about eliminating latency and maximizing token generation than specifically solving burstiness. Its new CS-4 is explicitly positioned for chatbot/inference workloads and is shipping in 2026.
Etched is extremely interesting if the workload can be constrained to Transformer inference. Its Sohu architecture is specialized for inference and the company now has >$1B of customer contracts; Jane Street is its first customer. www.reuters.com But specialization makes it less naturally suited to the heterogeneous CPU/network/tool portions of an agent loop.
d-Matrix is worth tracking because its compute-in-memory architecture attacks the memory movement problem directly. The broader 2026 inference-chip landscape now includes d-Matrix, Etched, Groq, Cerebras, SambaNova, Tenstorrent, MatX, Taalas, Furiosa, etc.
I wouldn't actually frame the opportunity as “an agent inference chip.”
The recent agent-serving research suggests the harder problem is the scheduler/runtime. Real agent sessions can be stateful for minutes or hours, have heterogeneous CPU/GPU/memory requirements, and shift bottlenecks throughout execution. One recent benchmark found non-LLM components dominate latency in half of its tested agent applications, while sandbox memory can reach 28 GB/session.
So the really interesting architecture is:
agent runtime → scheduler → CPU / accelerator / memory / network → compiler
rather than:
LLM → faster ASIC
That opens a potentially much bigger opportunity around “Kubernetes/vLLM for bursty agents, but co-designed with silicon.”
And there is already evidence that the compiler is becoming a first-class differentiator: Meta's MTIA-2i work uses a Triton backend + TorchInductor integration to make custom accelerator programming substantially easier.
If I were mapping this market for an investment/startup thesis, my shortlist would be:
There is also a new benchmark specifically for this market, AA-AgentPerf, which measures agents served per megawatt using real coding-agent trajectories rather than conventional tokens/sec. That is probably a much better lens for comparing these companies than standard LLM benchmarks.
If you're evaluating this as a startup opportunity, the white space I see is not another Groq/Etched-style ASIC. It's a runtime/compiler + scheduling layer that understands the entire agent execution graph and dynamically moves work between CPU, accelerator, memory and network—with silicon co-design as the eventual moat.
Traditional GPUs often drop to 30%–40% utilization on autonomous agent loops . Because agents bounce unpredictably between memory-bound token generation, IO-bound tool calls (APIs, web searches), and CPU-bound orchestration, standard static batching and prompt-in/response-out runtimes create massive idle gaps.
A new tier of silicon, compiler, and runtime companies are tackling the "agent loop" hardware problem—focusing on persistent KV-cache memory fabrics, fast multi-model context switching, and agentic software layers that auto-tune for dynamic workloads.
NixlConnector ), runtimes are beginning to disaggregate the prefill and decode phases, allowing persistent context to follow an agent across distributed nodes without re-computing or dropping state during pauses.Are you looking to integrate these runtimes into on-premise hardware clusters , or are you evaluating cloud-accessible inference providers for an agentic application?
vLLM
vllm.ai
For bursty agent workloads (many short-lived reasoning loops, tool calls, retries, variable latency, idle periods, heterogeneous models), the winning stack probably looks different from today’s “serve a chatbot with continuous batching” stack. The companies attacking this space fall into a few layers:
These are closest to the problem you describe: scheduling workflows, not just tokens.
The key innovation here is likely task-level scheduling:
These attack the “compile the model once, run it everywhere” problem.
For agents specifically, the compiler challenge changes:
These companies are betting that agentic AI needs chips designed around latency and irregularity, not just FLOPS.
The interesting design question: agents have lots of small bursts, so chips may need:
The big clouds are also moving down the stack:
A less obvious but important layer: agents are closer to serverless functions than traditional inference servers.
If the thesis is:
“The next AI computer needs a compiler/runtime designed around bursty autonomous workers, not chat requests.”
I would watch:
The missing “killer abstraction” today is probably something like an operating system scheduler for AI workers: a runtime that understands intent, deadlines, tool calls, model choice, and hardware availability rather than simply batching tokens.
NVIDIA (with its Vera single-threaded CPU architecture and Groq 3 LPX co-designed low-latency accelerators), SGLang (via RadixAttention for state-sharing across agent steps), and specialized infrastructure stacks like AWS (with AgentCore ) are currently leading the charge in optimizing silicon, runtimes, and compilers for the bursty, loop-heavy demands of agentic workloads.
Traditional GPUs and serving stacks drop to 30% to 40% utilization during agent execution because agents constantly bounce between memory-bound inference, I/O tool use, and CPU-heavy sequential reasoning loops. The industry is shifting toward specific hardware-software co-designs to fix these bottlenecks:
Key Players and Approaches
If you can share whether you are deploying on-premises or targeting a specific cloud provider (like AWS, GCP, or Azure) , I can help narrow down which of these runtimes or hardware stacks best fits your latency and throughput constraints.
Yes. If by “bursty agent workloads” you mean workloads with lots of short, heterogeneous inference calls, tool calls, idle gaps, fan-out/fan-in, and tight tail-latency SLOs, there’s a pretty interesting stack forming around this.
The key architectural insight is that agents are not ordinary batch inference: demand arrives in spikes, utilization is uneven, and the workload repeatedly crosses CPU ↔ accelerator boundaries. Recent production/academic work is explicitly finding this mismatch in conventional homogeneous GPU servers.
| Company | What they're building | Fit for bursty agents |
|---|---|---|
| NVIDIA | Dynamo runtime + heterogeneous accelerators | Very high |
| Modular | MAX compiler/runtime, cross-hardware agent serving | Very high |
| SambaNova Systems | RDU + runtime/orchestration, explicitly agentic | Very high |
| Groq | Deterministic low-latency inference silicon/runtime | High |
| Cerebras Systems | Wafer-scale inference + cloud | High |
| Etched | Transformer-specific ASIC + rack-scale serving | High |
| d-Matrix | Compute-in-memory inference accelerator | High |
| **AMD / Taalas | Inference ASIC + Instinct ecosystem | Emerging |
NVIDIA Dynamo is arguably the closest thing today to an agent-workload runtime rather than simply an inference engine.
It provides scheduling, request routing, KV-cache management, dynamic GPU allocation and, importantly, disaggregated serving—separating prefill and decode into independently scalable pools. NVIDIA explicitly lists deploying AI agents as a Dynamo use case.
That matters for burstiness because you don't want to reserve an entire GPU configuration for every agent. Dynamo can move resources around as workload pressure changes.
NVIDIA is also pushing this below the software layer: Vera Rubin combines GPUs with Groq LPUs, and the architecture is explicitly aimed at agentic inference.
My take: if you're asking “who is building the reference architecture for this?”, NVIDIA is the strongest incumbent.
Modular is particularly relevant if your question is really about the compiler/runtime layer.
Its MAX stack is positioned as compiled inference for agentic workflows, including tool calling, across NVIDIA, AMD and Apple hardware. Modular specifically talks about workflows where dozens of LLM calls are chained together and says it optimizes the entire pipeline, not just individual model inference.
That's conceptually important: the opportunity isn't merely a faster GEMM. It's a compiler/runtime that understands:
agent graph → model calls → tool calls → memory state → scheduling → accelerator selection → batching
rather than treating every inference request independently.
My take: if you're looking for the company closest to an “agent compiler”, I'd put Modular at the top of the list.
SambaNova has gone unusually far in positioning its hardware around agentic inference. Its SN50 RDU is explicitly described as purpose-built for agentic inference, with the company emphasizing data movement and memory rather than simply FLOPS.
More interestingly, SambaNova is demonstrating heterogeneous/disaggregated inference: GPU for prefill and RDU for decode. Its production demo reported 2× inference speed versus B200-only configurations.
That's almost exactly the architecture I'd expect for agents: different silicon for different phases of a highly irregular workload.
Groq is more narrowly focused: make inference extremely fast and predictable.
That becomes valuable for agents because an agent may make 10–50 sequential model calls. A modest reduction in per-call latency compounds across the workflow.
And this is no longer an isolated startup architecture: NVIDIA has incorporated Groq 3 LPX inference accelerator racks into the Vera Rubin platform.
So I'd view Groq less as the complete “agent runtime” and more as an important specialized execution engine inside a heterogeneous agent-inference system.
Cerebras Systems is another major answer if the bottleneck is sequential token generation.
Its wafer-scale architecture is particularly attractive for low-latency inference, and its cloud inference business is expanding rapidly; its Q2 2026 results showed the inference/cloud business growing sharply.
Cerebras is also moving toward disaggregated inference, pairing its decode-oriented hardware with AMD's systems.
So:
NVIDIA/Modular = orchestration/compiler
Groq/Cerebras = extremely fast execution
That's an increasingly important distinction.
Etched is taking the ASIC route. Its approach is essentially: if Transformer inference is important enough, specialize the silicon aggressively.
The company is now building rack-scale inference systems and explicitly co-designing chips + packages + PCBs + cooling + interconnect + software. Its first hardware is intended to optimize both prefill and decode.
The tradeoff is obvious: specialization gives you excellent economics when the workload is predictable, but agents are intrinsically more heterogeneous than conventional LLM serving.
That makes Etched more interesting for large-scale, known agent workloads than for arbitrary agent execution.
d-Matrix is attacking the memory bottleneck with compute-in-memory architectures.
That's relevant because agent workloads often aren't compute-saturated; they spend a lot of time moving model/KV state around. The broader inference-chip landscape increasingly includes d-Matrix alongside Groq, Cerebras, Etched, SambaNova, etc.
AMD acquired Taalas this month specifically to strengthen its inference silicon. Taalas' technology targets compute/memory bottlenecks in inference and is being integrated into AMD's accelerator roadmap.
AMD is therefore becoming a more credible second ecosystem for this architecture, particularly when combined with Modular and SambaNova-style heterogeneous serving.
The interesting thing to me is that nobody completely owns the “bursty agent machine” yet.
Today's stack roughly looks like:
Agent framework
↓
agent scheduler/orchestrator
↓
inference runtime — Dynamo / MAX / vLLM / SGLang
↓
compiler — CUDA / Triton / MAX / vendor compiler
↓
heterogeneous accelerators — GPU / LPU / RDU / ASIC
↓
memory + network
The missing layer is something like an agent-native runtime/OS that understands the whole workflow.
It would dynamically decide:
“Agent A is waiting on a browser tool, so don't reserve accelerator capacity. Agent B just returned a 40K-token context, so send it to prefill hardware. Agent C is in sequential reasoning, so move it to a low-latency decode accelerator. Agent D is idle but has a hot KV cache—keep that state resident. Five agents just fanned out simultaneously—temporarily batch them.”
That is materially different from conventional continuous batching.
Recent research is pointing in exactly this direction: agent workloads have low baseline utilization punctuated by sudden spikes, heterogeneous model/tool composition, and CPU/GPU fragmentation.
I'd divide the competitive landscape into four bets:
Compiler: Modular
Runtime/orchestrator: NVIDIA Dynamo
Specialized low-latency silicon: Groq / Cerebras
Agent-specific heterogeneous system: SambaNova
And I'd keep a close eye on Etched and d-Matrix as the more aggressive ASIC bets.
The white space, in my view, is an agent-native runtime that makes heterogeneous silicon look like one elastic computer—with burst-aware scheduling, persistent KV/state, tool-call-aware preemption, and automatic placement of each stage of an agent graph onto the cheapest accelerator that can hit the tail-latency target.
That feels like a more interesting company category than “yet another LLM inference chip.”
Traditional AI accelerators (like standard enterprise GPUs) often experience low utilization (3 0% to 4 0%) on agentic workloads. Because agents constantly loop, call tools, branch, backtrack, and maintain long-running KV context across variable steps, the bottleneck isn't just raw compute—it’s the chaotic mix of memory-bound model calls, I/O-bound tool execution, and CPU-bound orchestration.
A new wave of infrastructure players are targeting this exact friction point through specialized compilers, heterogeneous runtimes, and architectural orchestration:
If you're designing a stack for a specific bottleneck, tell me:
I can give you a more tailored breakdown of how these runtimes handle your exact pipeline.