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.

Похожее

Заработав 7,2 миллиона долларов за неделю: как именно pump.fun получает прибыль?

За неделю с 29 июня по 5 июля протокол pump.fun получил доход в размере 7,2 миллиона долларов. Половина чистого дохода направляется на выкуп и сжигание токенов PUMP, за отчетный период было сожжено токенов на 3,7 миллиона долларов, что составляет 41,8% от объема предложения в обращении. Доход формируется за счет основных сервисов платформы: Bonding Curve (объем сделок 553 миллиона долларов), PumpSwap (объем 16,5 миллиарда долларов) и Terminal. Годовой доход может составить около 3 миллиардов долларов, что демонстрирует переход платформы к устойчивой модели с положительным денежным потоком. Ключевым моментом является экономическая модель токена PUMP. Выкуп и сжигание 50% чистого дохода напрямую связывают финансовые результаты платформы со стоимостью токена, создавая цикл положительной обратной связи. Платформа расширяет функционал, превращаясь из запускающей площадки для мем-токенов в полноценную экосистему. Оптимизирована скорость обмена, упрощен процесс пополнения счета через KYC, улучшены инструменты для разработчиков в Terminal. Запуск функции GO и системы вознаграждений для сообщества способствует созданию контента и повышает активность пользователей. Таким образом, pump.fun эволюционирует от зависимости от мем-трендов к зрелой бизнес-модели с диверсифицированными источниками дохода, ценностным предложением для держателей токенов и растущей экосистемой услуг.

marsbit20 мин. назад

Заработав 7,2 миллиона долларов за неделю: как именно pump.fun получает прибыль?

marsbit20 мин. назад

Tiger Research: Три стратегии для финансовых учреждений, чтобы успевать за волной токенизации

Отчет Tiger Research анализирует стратегии для финансовых учреждений в условиях роста рынка токенизации реальных активов (RWA), который достиг $250-360 млрд к началу 2026 года. Основная проблема — отсутствие четких регуляторных рамок во многих юрисдикциях. Институтам предлагается три подхода: ожидать местного законодательства (рискуя упустить возможности), использовать регуляторные песочницы (для ограниченных экспериментов) или выходить на зарубежные рынки с устоявшимся регулированием для накопления опыта. Для выхода на рынок необходимо проработать шесть ключевых аспектов: выбор юрисдикции, получение лицензий, определение класса активов, круг целевых инвесторов, механизмы расчетов и операционные требования. Выделяются два основных пути: прямой вход в регулируемую юрисдикцию (например, Гонконг, Сингапур, США) с использованием лицензированных платформ или "нативный" ончейн-подход через такие платформы, как Ondo Global или Plume Nest, которые минимизируют необходимость в локальном юридическом присутствии. Отчет подчеркивает, что токенизация — не волшебство, а перенос традиционных инструментов на новую инфраструктуру, требующий высокой точности. Юридическая экспертиза остается самым затратным этапом. Ключевой вывод: не стоит ждать полного регулирования. Финансовым институтам необходимо действовать сейчас, выбирать подходящую стратегию и накапливать практический опыт, поскольку рынок не будет ждать.

Foresight News42 мин. назад

Tiger Research: Три стратегии для финансовых учреждений, чтобы успевать за волной токенизации

Foresight News42 мин. назад

‘Поощрять демократию’ ценой безопасности? Внутри эксплойта Bonk на $20 млн

Мемкоин-проект BonkDAO стал жертвой взлома, в результате которого было похищено 20 миллионов долларов. Инцидент произошел из-за вредоносного предложения по управлению (governance proposal). Злоумышленник, приобретя достаточно токенов BONK, создал предложение, которое с минимальным порогом одобрения в 1% позволило вывести средства из казны проекта. Аналитики безопасности раскритиковали слабые настройки управления BonkDAO, указав на отсутствие необходимых мер защиты, таких как период блокировки или требование множественных подтверждений для транзакций казны. Исследователь Тейлор Монахан отметила, что данный случай демонстрирует проблему приоритета «демократизации» через DAO в ущерб безопасности. После новости о взломе цена токена BONK упала на 10%. Несмотря на это, данные on-chain-аналитики показывают, что крупные держатели (киты) продолжают накопление токена с середины июня, что может поддержать цену. Однако если рыночные условия ухудшатся, мемкоин может обновить годовой минимум. Проект сотрудничает с правоохранительными органами и биржами для расследования инцидента.

ambcrypto1 ч. назад

‘Поощрять демократию’ ценой безопасности? Внутри эксплойта Bonk на $20 млн

ambcrypto1 ч. назад

Zoomex X Space: Итоги встречи с Дэвидом Джеймсом и Панелью трейдеров Чемпионата мира

Zoomex провел третий эпизод X Space в рамках своей благотворительной инициативы «World Cup Impact Pledge», собрав на одной виртуальной сцене голкипера сборной Англии Дэвида Джеймса и панель трейдеров. Обсуждались плей-офф, психология пенальти, философия вратарского искусства и шансы Англии на победу, в которую Джеймс верит безоговорочно. Ключевой темой стала параллель между подготовкой вратаря и трейдера. Джеймс объяснил, что давление возникает не от частых ударов, а от необходимости сделать ключевой сейв после долгого бездействия, когда концентрация должна быть на пике. Подобно трейдеру, который не боится следующего движения рынка благодаря своей стратегии, подготовленный вратарь не боится удара — он к нему готов. Особое внимание уделили пенальти. Джеймс описал два режима: чистую подготовку (анализ данных, привычек бьющего) и чистый инстинкт, который может подвести. Он подчеркнул, что ритуалы и мысленные репетиции — это всегда результат практики, а не спонтанность. Эта идея напрямую соотносится с трейдингом, где глубокий анализ данных оттачивает интуицию для прогнозирования рынков. Джеймс также затронул эволюцию вратарской позиции, отметив, что изменения в правилах (например, ввод мяча в игру от ворот) превратили качественный первый пас из опции в обязательное требование, в то время как физические аспекты игры остались прежними. В завершение Джеймс подтвердил свой прогноз на победу Англии, выбранную им благотворительной организацией стала UEFA Foundation, в пользу которой Zoomex выделит 1000 USDT, а в случае верного прогноза — дополнительно 5000 USDT.

TheNewsCrypto1 ч. назад

Zoomex X Space: Итоги встречи с Дэвидом Джеймсом и Панелью трейдеров Чемпионата мира

TheNewsCrypto1 ч. назад

Глубокое изучение списка партнеров Open USD: посмотрите, кто вошел, и вы поймете, куда направляются деньги

**Open USD: Анализ альянса партнеров и направления финансовых потоков** Стабильная монета Open USD дебютировала с беспрецедентной коалицией из более чем 150 партнеров, включая BlackRock, Visa, Mastercard, Stripe, Coinbase, крупные банки (BNY Mellon, Bank of America), технологических гигантов (Google, IBM), торговые платформы (Shopify) и криптокомпании (Ripple, Aave, MetaMask). Этот список раскрывает, кто видит в стейблкоинах будущее критической финансовой инфраструктуры и стремится не остаться в стороне. **Мотивы ключевых игроков:** * **Управляющие активами (BlackRock):** Стремятся управлять огромными резервами стейблкоина, получая комиссию. * **Торговцы и банки (Shopify, банки):** Для торговцев — снижение комиссий за прием платежей и доход с остатков. Для банков — защитная стратегия: вместо того чтобы терять депозиты, они присоединяются к альянсу, чтобы сохранить роль в расчетах и получить долю дохода от резервов. * **Технологические компании (Google, IBM):** Видят в открыто управляемом стейблкоине идеальный инструмент для программируемых платежей между машинами в будущем. * **Криптосектор:** Получает доступ к мейнстрим-партнерам и ликвидности, обеспечивая новой монете реальную полезность с первого дня. **Парадокс и проблема:** В альянс вступили прямые конкуренты (Visa/Mastercard, Coinbase/Ripple). Их объединяет страх остаться вне новой инфраструктуры, даже если она угрожает их текущему бизнесу (как в случае с карточными сетями). Однако общее управление может замедлить принятие решений. **Вывод:** Список партнеров Open USD показывает сдвиг парадигмы: стейблкоин больше не продукт одной компании (как у Circle или Tether), а общая инфраструктура, которой индустрия предпочитает коллективно владеть. Главная угроза для существующих игроков — не технология, а то, что их потенциальные клиенты объединились, чтобы создать альтернативу.

Foresight News2 ч. назад

Глубокое изучение списка партнеров Open USD: посмотрите, кто вошел, и вы поймете, куда направляются деньги

Foresight News2 ч. назад

Торговля

Спот

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

Как купить 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) представлены ниже.

活动图片