live wire
AI · Red Hat documents usage-based admission fair sharing for Kueue 1.4 on OpenShiftRed Hat DeveloperAI: Red Hat maps governed firewall changes from ServiceNow through Ansible and two human approval gatesRed Hat DeveloperCLUSTER MGMT · ACM 2.17 makes Submariner 0.24 GA with Important-rated fixesRed Hat ErrataPLATFORM · Red Hat makes on-premises Lightspeed recommendations GA for Satellite 6.18Red Hat ErrataSECURITY · Red Hat Hardened Images updates Tomcat 10 for nine authentication, access-control and DoS flawsRed Hat ErrataAI · Open Data Hub 3.6.0 EA1 bundles Trainer, MLflow and llm-d componentsOpen Data HubAI · Speculators 0.6.0 adds P-EAGLE parallel drafting for vLLM speculative decodingRed Hat DeveloperSECURITY · OpenShift 4.17.57 fixes seven Go and TLS CVEs in an Important-rated updateRed Hat ErrataAI · Red Hat benchmarks local LLM guardrails with EvalHub, exposing regex accuracy and latency trade-offsRed Hat DeveloperAI · Red Hat maps silent tool-call failures across agentic pipelinesRed HatAPI · Kuadrant 1.5.3 adds GRPCRoute policies and developer-portal API-key workflowsKuadrantAI · (Aug 25) IBM releases Apache-2.0 Granite 4.2 reasoning models in 3B, 8B and 30B sizesIBM ResearchJAVA · Red Hat build of Quarkus 3.33.3.SP1 fixes 13 CVEs in an Important-rated updateRed Hat errataAI · vLLM moves Kimi K2 RL weight sync across 384 H100s in 7.53 seconds (Aug 22)vLLMAI · Red Hat documents usage-based admission fair sharing for Kueue 1.4 on OpenShiftRed Hat DeveloperAI: Red Hat maps governed firewall changes from ServiceNow through Ansible and two human approval gatesRed Hat DeveloperCLUSTER MGMT · ACM 2.17 makes Submariner 0.24 GA with Important-rated fixesRed Hat ErrataPLATFORM · Red Hat makes on-premises Lightspeed recommendations GA for Satellite 6.18Red Hat ErrataSECURITY · Red Hat Hardened Images updates Tomcat 10 for nine authentication, access-control and DoS flawsRed Hat ErrataAI · Open Data Hub 3.6.0 EA1 bundles Trainer, MLflow and llm-d componentsOpen Data HubAI · Speculators 0.6.0 adds P-EAGLE parallel drafting for vLLM speculative decodingRed Hat DeveloperSECURITY · OpenShift 4.17.57 fixes seven Go and TLS CVEs in an Important-rated updateRed Hat ErrataAI · Red Hat benchmarks local LLM guardrails with EvalHub, exposing regex accuracy and latency trade-offsRed Hat DeveloperAI · Red Hat maps silent tool-call failures across agentic pipelinesRed HatAPI · Kuadrant 1.5.3 adds GRPCRoute policies and developer-portal API-key workflowsKuadrantAI · (Aug 25) IBM releases Apache-2.0 Granite 4.2 reasoning models in 3B, 8B and 30B sizesIBM ResearchJAVA · Red Hat build of Quarkus 3.33.3.SP1 fixes 13 CVEs in an Important-rated updateRed Hat errataAI · vLLM moves Kimi K2 RL weight sync across 384 H100s in 7.53 seconds (Aug 22)vLLM
upstreambeat.ai
analysisAI

AgentX 1.0 brings long-context agent workloads into open inference benchmarking

SemiAnalysis has released an Apache 2.0 benchmark and trace-replay dataset aimed at multi-turn coding agents, with vLLM and llm-d contributors involved in the optimization work.

Short prompt test versus long agent workload in open inference benchmarking.
AI-generated illustration
By The News Desk· Aug 25, 2026

SemiAnalysis has released AgentX 1.0, an Apache 2.0 benchmark intended to measure the long-context, multi-turn inference patterns produced by coding agents rather than the fixed prompt-and-response workloads common in earlier accelerator tests. The launch article says the benchmark replays anonymized coding-agent traces with contexts reaching one million tokens and includes bursts from sub-agents, tool calls and high prefix reuse.

The work is relevant to the Red Hat AI ecosystem because it exercises vLLM and the distributed-inference components around it. SemiAnalysis credits contributors from both vLLM and Red Hat’s llm-d project, and says the benchmark has already guided upstream optimization work across vLLM, SGLang, TensorRT-LLM, LMCache, Mooncake and related projects.

What the benchmark changes

Conventional inference tests often prescribe a fixed input and output length. AgentX instead reconstructs multi-turn request schedules from 393 anonymized Claude Code traces, according to the release description. That changes what is under stress: routing requests back to workers holding the right prefix, retaining useful KV-cache entries, moving cache data between GPU and host memory, and handling fresh contexts created by sub-agents.

Those are system-level concerns, not only measurements of accelerator kernels. The launch describes benchmark runs across more than 1,000 chips, including AMD MI300- and MI355-class hardware and NVIDIA H200, B200, B300, GB200 and GB300 systems. Results, configurations, logs and a public dashboard are linked from the project’s InferenceX repository, which identifies AgentX as its August 2026 release and lists the supported hardware.

Why platform teams should care

For teams deploying agents, the practical lesson is that throughput from a short, single-turn test may not predict the behavior of a production agent service. AgentX is designed to expose the effects of long-lived sessions, high cache reuse and bursty sub-agent traffic on latency and capacity. Its published results separately examine time to first token, per-user generation speed and end-to-end completion time rather than collapsing them into one score.

The benchmark also gives upstream projects a shared workload for tuning. SemiAnalysis says its collaborators used the trace replayer to drive fixes in hybrid-attention prefix caching, KV-cache handling, routing and other paths used in production serving. The open repository contains the runner, configurations and continuous benchmark infrastructure, while the underlying article links the trace dataset and individual upstream changes.

AgentX is not a product certification, and its vendor comparisons will continue to move as software changes. Its more durable contribution may be the workload definition: an open attempt to test the distributed serving problems that appear when agent conversations become long, stateful and parallel.

Filed by The News Desk. Corrections: desk@upstreambeat.ai · Our standards →

comments · 0

    Comments are moderated before they appear. Your email is used once to confirm it is you — never shown, never sold. Corrections and questions get an answer from the desk when we have one.