One Megawatt Sustains 60,000 Agents, NVIDIA GB300 Crushes Previous Generation by 20x

marsbitОпубликовано 2026-07-06Обновлено 2026-07-06

Введение

NVIDIA's latest GB300 NVL72 system achieves a 20x improvement in AI agent throughput per megawatt compared to its predecessor, the H200, according to a new industry benchmark called AA-AgentPerf. Where the H200 could handle roughly 2,600 concurrent agents per megawatt, the GB300 NVL72 can support approximately 61,400. The significance lies less in raw chip performance and more in the new benchmark itself. AA-AgentPerf, created by the independent firm Artificial Analysis, is the first benchmark designed specifically for "AI agent" workloads. Traditional benchmarks measure single, fixed-length requests, but AI agents operate in long, complex chains involving dozens of model calls, tool use, and ever-growing context. These create unique system pressures that older tests cannot capture. AA-AgentPerf replays real programming agent trajectories with lengthy sessions and varying input lengths. Its key metric is "agents per megawatt," measured under strict Service Level Objectives (SLOs) that guarantee a minimum token output speed per agent. It also allows real-world optimizations like KV cache reuse and speculative decoding, which older benchmarks often disable. The results highlight two key trends: rack-scale systems like the 72-GPU GB300 NVL72 are inherently more efficient than single nodes, and the architectural leap from Hopper to Blackwell (H200 to GB300) represents a systemic, not just incremental, performance gain. The GB300's advantage stems from its high-bandwidth NVLink...

With the same one megawatt of power, NVIDIA's latest GB300 NVL72 can handle 61,400 agents simultaneously, while the previous generation H200 could only handle around 2,600.

That's a full 20 times difference.

NVIDIA's announced AA-AgentPerf scores: Under two service standards of 20 and 60 tokens per second, the concurrent agent count per megawatt for the GB300 NVL72 is about 20 times that of the H200.

When NVIDIA released these figures on June 12th, the initial external reaction was another performance flex.

But what truly changed wasn't how powerful this generation of chips is, but the ruler used to measure compute power.

It is the new benchmark released by independent evaluation agency Artificial Analysis: AA-AgentPerf.

In its official blog, Artificial Analysis called it the industry's first inference benchmark specifically designed for "AI agents."

Its main metric is also different from before: not tokens per second, but "Agents per Megawatt."

More colloquially, it's how many agents the system can simultaneously "sustain" for every 1 megawatt of electricity supplied.

We've measured FLOPS for years, and tokens per second has been used just fine, so why introduce this new AA-AgentPerf benchmark?

The Old Ruler

Can't Measure Agents Anymore

To answer this, we first need to understand what the workload really is when an agent runs.

Artificial Analysis's judgment is clear: by 2026, the most mainstream AI workload is no longer the thing those old benchmarks were designed to target: old benchmarks measure fixed-length synthetic requests and conveniently turn off optimizations that are actually enabled in production environments.

NVIDIA also gave an apt analogy:

An ordinary conversation is a 100-meter dash; the model receives a question, spits out an answer, done. But an agent working is more like a relay race.

It breaks a goal into dozens or hundreds of steps: reading files, writing code, running commands, checking results, then deciding the next step, one baton pass after another, until the task is truly done.

Along this journey, dozens or even hundreds of large model calls are strung together, each passing an ever-growing context to the next, mixed with tool calls like compilation, database queries, and searches.

The complexity isn't simply additive; it's multiplicative.

NVIDIA uses a "relay race" metaphor for agentic workloads. A goal is broken into dozens or hundreds of steps, with large model calls and tool calls passed like batons, forming a long, ever-lengthening chain.

The problem lies precisely here.

Existing inference benchmarks on the market measure single calls: how long one request takes to return, how many concurrent requests a machine can handle.

They weren't designed for agents. Chained calls, tool waiting, context inflation—the way these things stress a system is completely different from single requests.

Long sessions alone hide blind spots in old benchmarks: the same long prefix appears round after round; whoever can cache it, avoiding recomputation each time, saves a huge amount of compute.

Add to that tool outputs suddenly inflating the context, while outputs themselves are often only a few hundred tokens—whether the scheduler and memory hierarchy can handle this irregular rhythm directly determines whether a system runs smoothly or crashes.

This is precisely where fixed-length synthetic tests cannot reach.

For those spending real money on cards and building data centers, what they truly care about is how many working agents the system can sustain simultaneously, and how much useful output each kilowatt-hour and each GPU translates to.

Old benchmarks cannot answer these questions.

The First Ruler Built for Agents

AA-AgentPerf's approach differs from old benchmarks; it doesn't feed fixed-length synthetic prompts but replays real programming agent traces.

Illustration of an agent trace replayed by AA-AgentPerf. Starting from one request, LLM calls and tool calls alternate, advancing until the task is truly complete.

These traces are accumulated by having agents solve problems in real code repositories, covering over 12 programming languages. A single session can run up to 200 rounds, easily pushing context beyond 100,000 tokens.

Input lengths range from 5,000 to 130,000 tokens, averaging about 27,000. What truly inflates the length isn't the prompt itself, but the accumulated tool outputs and conversation history over multiple rounds.

More crucially, how it calculates the score.

It doesn't chase extreme concurrency. Once concurrency is stacked too high, each agent becomes slow as a crawl; high concurrency numbers are just for show, not practical.

AA-AgentPerf does the opposite: first, lock in a service standard—each agent's output speed and time-to-first-token (TTFT) must meet the target. Then see how many agents the system can sustain at most while maintaining that line.

This set of constraints has a name: Service Level Objective (SLO).

This standard is also divided into tiers, from a "good enough" tier of 20 tokens per second to a "very fast" tier of 180 tokens per second, each measuring the maximum concurrency separately, corresponding to several service levels that actually exist in the market.

How the Service Level Objective (SLO) caps maximum concurrency. The green zone is the passing area. Once concurrency increases and speed falls below the threshold, the corresponding concurrency limit becomes that system's score.

It also does something other benchmarks often avoid: it allows all optimizations vendors truly enable in production.

KV cache reuse, speculative decoding, splitting prefill and decode across deployments—tricks often turned off by benchmarks—are all permitted this time.

The reason is simple: measurements taken with these optimizations turned off are meaningless.

Simultaneously, it monitors output quality, preventing any optimization from trading answer quality for concurrency. This way, every gain from hardware or software improvements can be accurately measured.

Finally, it boils down to a core metric: Agents per Megawatt. In a world where power is increasingly tight and energy consumption is cost, this metric is what buyers truly care about: from tokens per second to agents per megawatt.

20x Lead Per Megawatt

40x Lead Per GPU

In a test representing one of the strongest current frontier Mixture-of-Experts (MoE) models, the GB300 NVL72 can sustain 61,400 concurrent agents per megawatt, averaging 57.5 agents per GPU.

The control group, H200, manages about 2,600 per megawatt, with only 1.4 agents per GPU. That's about a 20x difference per megawatt and about a 40x difference per GPU.

The significance of these two numbers also differs.

Per megawatt measures how much agent capacity you get for the same unit of electricity, an efficiency calculation. Per GPU measures the service density of a single card, a hardware calculation.

Based on these numbers, you can directly calculate what scale of agent application your power budget can actually run.

The leaderboard isn't limited to NVIDIA's GB300; it includes AMD's MI355X. Single cards, whole systems, and entire racks are all put to the test.

The first batch of results revealed two clear patterns.

Pattern 1: Rack-scale systems are inherently cheaper. They can more fully split inference and spread it across more cards, surpassing single nodes in both raw compute and efficiency per megawatt.

Pattern 2: The leap from Hopper to Blackwell pushed the concurrent capacity of systems to a whole new level, not just minor tweaks.

From Single Card to Rack

A System-Level Victory

From H200 to GB300, this might look like a single-card performance leap, but in fact, it's a system-level victory.

More crucially, the GB300 NVL72 connects 72 GPUs via NVLink into a rack-scale whole.

For such massive MoE models, this is the key: the model can be fully spread out, with experts distributed across a whole fleet of GPUs for parallel execution, rather than all crammed into a single card, wasting resources.

CUDA cores made further optimizations underneath, overlapping communication and computation across experts, letting the overhead of coordinating various experts be quietly absorbed by compute power instead of piling up as latency.

TensorRT-LLM is responsible for maintaining efficiency as concurrent sessions keep increasing, such as splitting input processing and output generation into two separate tasks, each optimized individually.

Simply put, this test score is the result of hardware, interconnect, and software stack working together.

The GB300 NVL72 rack. 72 GPUs connected via NVLink into a single high-bandwidth whole—this is the hardware foundation enabling 60,000 agents to run cooperatively.

Welding 72 cards into a high-bandwidth whole, where each GPU can rapidly share parameters, KV cache, and intermediate results—this is the confidence enabling 60,000 agents to run cooperatively.

Some Boundaries That Cannot Be Overlooked

A few points need attention here; benchmark tests cannot be equated with production reality.

First, the number 60,000 does not mean one machine simultaneously runs 60,000 independent large models.

It's a simulation of concurrent sessions under the benchmark's definition. Each agent follows a pre-recorded trace; even tool calls aren't actually executed but simulated with a fixed CPU duration.

This design ensures the final result only reflects differences in compute power itself, but it cannot be directly equated with the actual service capacity deliverable in a real production environment.

Second, benchmark scores are not production service agreements.

Artificial Analysis itself states this is a snapshot of a rapidly evolving frontier; each system still has untapped potential, and scores will climb as software optimizations advance.

Third, AA-AgentPerf is currently a standard proposed by a single organization.

Whether it will eventually grow into an industry-wide accepted ruler like MLPerf is still too early to conclude.

References:

https://artificialanalysis.ai/articles/aa-agentperf

https://developer.nvidia.com/blog/nvidia-achieves-leading-agentic-coding-performance-on-first-agentic-ai-benchmark/

This article is from the WeChat public account "New Zhiyuan", author: ASI Revelation, editor: Yuanyu

Трендовые криптовалюты

Связанные с этим вопросы

QWhat is the key metric used in the new AA-AgentPerf benchmark, and why is it considered significant?

AThe key metric is 'Agents per Megawatt,' which measures how many AI agents a system can concurrently 'support' while consuming 1 megawatt of power. It is significant because it shifts the focus from raw performance (like tokens per second) to energy efficiency and practical service capacity, directly addressing the operational costs and scalability concerns in data centers running complex AI agent workloads.

QHow does the workload of an AI agent differ from a standard conversational AI request, according to the article?

AA standard conversational request is like a sprint—a single question and answer. In contrast, an AI agent's workload is like a relay race. It breaks a goal into dozens or hundreds of steps involving multiple LLM calls and tool calls (like reading files, writing code, executing commands). These steps chain together with growing context length and varying computational demands, creating a far more complex and sustained load on the system.

QWhat are two main factors that contribute to the reported 20x improvement in 'Agents per Megawatt' for NVIDIA's GB300 NVL72 over the H200?

AThe improvement stems from both a generational hardware leap and a system-level architecture. Firstly, the Blackwell-generation GB300 GPUs offer significant performance gains. Secondly, and crucially, the GB300 NVL72 system connects 72 GPUs into a single, high-bandwidth unit via NVLink. This allows large models (like MoE models) to be distributed efficiently across many GPUs, enabling superior parallelism, better cache sharing, and higher overall efficiency compared to a collection of individual nodes.

QWhat is the Service Level Objective (SLO) in the AA-AgentPerf benchmark, and how does it determine the final score?

AThe Service Level Objective (SLO) in AA-AgentPerf defines a performance threshold that must be maintained for each agent, such as a minimum tokens-per-second generation speed and a maximum Time-To-First-Token (TTFT). The benchmark does not maximize raw concurrency. Instead, it finds the maximum number of concurrent agents the system can handle while still meeting the predefined SLO. The point where adding more agents causes performance to drop below the SLO becomes the system's score for that service tier.

QWhat are two important caveats or limitations mentioned about the AA-AgentPerf benchmark results?

AFirst, the benchmark simulates agent workloads by replaying pre-recorded trajectories, including simulated (not real) tool execution times. This isolates hardware/software performance but does not perfectly mirror a live production environment's complexities. Second, AA-AgentPerf is a new benchmark from a single organization. It is a snapshot of rapidly evolving technology, and its status as a future industry-standard, like MLPerf, is not yet assured. The scores represent potential and are not service-level guarantees.

Похожее

Vibe Coding случайно спалил токены на 55 тысяч юаней, но смех над ошибкой принес ему 700 миллионов юаней прибыли

Сотрудник финансовой компании Slash, увлекшись модным методом «Vibe Coding» (программирование по наитию), создал простую пиксельную FPS-игру «Brainrot Shooter». Первоначально он в шутку заявил, что разработка «сожгла» AI-токенов на 81 267 долларов (около 550 000 юаней), вызвав волну обсуждений и насмешек в сети. Компания, решив извлечь выгоду из ситуации, представила игру как маркетинговый проект. Неожиданно игра стала вирусной: за 48 часов в неё сыграли почти 7000 человек, накопив почти 9000 часов игрового времени, и привлекла внимание рекламодателей. Вскоре сотрудник заявил, что благодаря хайпу вокруг игры платформа Slash привлекла дополнительные 100 миллионов долларов управляемых активов (AUM), что превратило потенциальный провал в огромный успех с предполагаемой окупаемостью более 1200 раз. Однако позже выяснилось, что история о гигантских расходах в 81 267 долларов была мистификацией — реальная стоимость разработки игры с использованием AI не превысила 200 долларов. Вся история оказалась хорошо спланированной маркетинговой кампанией («Vibe Marketing»), которая успешно привлекла глобальное внимание к компании и её продукту, демонстрируя силу вирального контента и нетрадиционного пиара.

marsbit20 мин. назад

Vibe Coding случайно спалил токены на 55 тысяч юаней, но смех над ошибкой принес ему 700 миллионов юаней прибыли

marsbit20 мин. назад

Aave V4 превысил $250 млн – но ОДНА проблема с ликвидностью остается

Aave V4 достиг значимой вехи, превысив $250 млн в депозитах, что свидетельствует о сильном начальном спросе на обновленную кредитную инфраструктуру протокола. Этот рост обеспечен улучшенной капитальной эффективностью и расширенными возможностями для кредиторов. Однако часть этих средств представляет собой миграцию из V3, а не новый капитал. Для устойчивого роста Aave необходимо привлекать чистый приток ликвидности извне. Несмотря на рекордные показатели депозитов в V4, общая ликвидность (TVL) в экосистеме Aave всё ещё далека от исторических максимумов, достигнув около 7,4 млн ETH после падения. Хотя отток средств в некоторых сегментах опережает приток, наблюдается обнадёживающий тренд — резкий рост депозитов cbETH (до ~$70 млн), что указывает на растущий спрос на стейкинг-залоги и укрепляет кредитный потенциал платформы. Будущая позиция Aave как доминирующего поставщика ликвидности в DeFi будет зависеть от способности протокола постоянно генерировать чистый приток нового капитала, исключая внутренние перемещения средств.

ambcrypto44 мин. назад

Aave V4 превысил $250 млн – но ОДНА проблема с ликвидностью остается

ambcrypto44 мин. назад

Вероятность опустилась ниже 50%: Закон Clarity в этом году не будет принят?

Вероятность принятия закона Clarity о регулировании цифровых активов в США упала ниже 50%. Законопроект, целью которого является создание федеральных правил для крипторынка и разграничение полномочий между SEC и CFTC, не был подписан к намеченной дате 4 июля. Основные препятствия включают разногласия по поводу доходов от стейблкоинов, освобождения от ответственности разработчиков DeFi и этических норм, усугубленные вопросами раскрытия криптоактивов семьи Трампа. Несмотря на поддержку в комитетах, последние переговоры по ключевым положениям зашли в тупик. Сейчас для закона остаётся узкое окно возможностей — примерно три недели эффективной работы Конгресса после 13 июля, до августовских каникул. Тем временем, по данным Polymarket, рынок оценивает вероятность подписания закона в этом году лишь в 49%. Аналитики отмечают, что принятие закона может ускорить внедрение блокчейна традиционными финансовыми институтами, а задержка продлит период нормативной неопределённости.

Foresight News1 ч. назад

Вероятность опустилась ниже 50%: Закон Clarity в этом году не будет принят?

Foresight News1 ч. назад

Stablecoin Open USD ставит Circle и Tether на уведомление

На рынке стейблкоинов появился новый серьезный претендент — Open USD от Open Standard. В отличие от многих новых проектов, он запускается не в одиночку, а при поддержке более 140 компаний из сфер платежей, финтеха, криптовалют и финансовой инфраструктуры. Это превращает конкуренцию в борьбу за дистрибуцию. Open USD позиционируется как стейблкоин для интернет-экономики, ориентированный на низкую стоимость, высокую пропускную способность и широкую доступность. Его экономическая модель призвана делиться ценностью с партнерами-участниками, что бросает вызов устоявшемуся порядку, где доминируют Tether (USDT) и Circle (USDC). Ключевое отличие Open USD — попытка решить проблему внедрения через плотную сеть партнеров с первого дня. Однако устоявшиеся игроки обладают значительным преимуществом в виде ликвидности, интеграций, доверия и сетевых эффектов. Главный вывод: стейблкоины становятся инфраструктурой, и следующая битва может развернуться не за объемы на биржах, а за то, какой стандарт бизнесы встроят в свои платежные системы. Хотя Open USD еще предстоит доказать свою жизнеспособность, его запуск с широкой поддержкой делает гонку стейблкоинов более интересной.

bitcoinist1 ч. назад

Stablecoin Open USD ставит Circle и Tether на уведомление

bitcoinist1 ч. назад

Отчет о финансировании за неделю | 9 публичных сделок, Venice AI привлек 65 миллионов долларов в раунде A при лидерстве Dragonfly

**Еженедельный отчет о финансировании (29.06 - 05.07): 9 сделок на сумму более $506 млн** Активность на рынке первичных инвестиций в криптовалюты снизилась. Основное внимание инвесторов привлекают ончейн-транзакции и Web3+AI. **Ключевые сделки недели:** * **Venice AI** (Web3+AI) привлекла $65 млн в раунде A при оценке в $1 млрд (лид-инвестор Dragonfly). Платформа обеспечивает приватный доступ к ИИ-моделям. * **Ionic Digital** (майнинг биткойнов) завершила приватное размещение на ~$400 млн перед листингом на NASDAQ. * **Extended** (DeFi, ончейн-биржевые деривативы) привлекла $12.5 млн в стратегическом раунде (лид eToro). * **Lion Group** инвестирует до $12 млн в индонезийского разработчика стейблкоина **PT Nusantara Bumi Sangkara**. **Распределение по секторам:** * **DeFi:** 3 сделки. Помимо Extended, финансирование получили платформа приватного кредитования Techdollar ($3 млн) и DEX Arcus (инвестиция Robinhood Crypto). * **Web3+AI:** 3 сделки. Кроме Venice AI, средства привлекли сеть прогнозного ИИ THEA ($8 млн) и рынок данных для ИИ Kled AI ($3 млн). * **Другие сектора:** По одной сделке в прогнозных рынках (Adjacent, $2.5 млн), централизованных финансах (инвестиция в стейблкоин) и майнинге. Также объявлено о приобретении проекта Sunscreen компанией Fhenix для развития технологий FHE.

marsbit1 ч. назад

Отчет о финансировании за неделю | 9 публичных сделок, Venice AI привлек 65 миллионов долларов в раунде A при лидерстве Dragonfly

marsbit1 ч. назад

Торговля

Спот

Популярные статьи

Как купить ONE

Добро пожаловать на HTX.com! Мы сделали приобретение Harmony (ONE) простым и удобным. Следуйте нашему пошаговому руководству и отправляйтесь в свое крипто-путешествие.Шаг 1: Создайте аккаунт на HTXИспользуйте свой адрес электронной почты или номер телефона, чтобы зарегистрироваться и бесплатно создать аккаунт на HTX. Пройдите удобную регистрацию и откройте для себя весь функционал.Создать аккаунтШаг 2: Перейдите в Купить криптовалюту и выберите свой способ оплатыКредитная/Дебетовая Карта: Используйте свою карту Visa или Mastercard для мгновенной покупки Harmony (ONE).Баланс: Используйте средства с баланса вашего аккаунта HTX для простой торговли.Третьи Лица: Мы добавили популярные способы оплаты, такие как Google Pay и Apple Pay, для повышения удобства.P2P: Торгуйте напрямую с другими пользователями на HTX.Внебиржевая Торговля (OTC): Мы предлагаем индивидуальные услуги и конкурентоспособные обменные курсы для трейдеров.Шаг 3: Хранение Harmony (ONE)После приобретения вами Harmony (ONE) храните их в своем аккаунте на HTX. В качестве альтернативы вы можете отправить их куда-либо с помощью перевода в блокчейне или использовать для торговли с другими криптовалютами.Шаг 4: Торговля Harmony (ONE)С легкостью торгуйте Harmony (ONE) на спотовом рынке HTX. Просто зайдите в свой аккаунт, выберите торговую пару, совершайте сделки и следите за ними в режиме реального времени. Мы предлагаем удобный интерфейс как для начинающих, так и для опытных трейдеров.

811 просмотров всегоОпубликовано 2024.04.12Обновлено 2026.06.02

Как купить ONE

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на ONE (ONE) представлены ниже.

活动图片