Almost every performance number you have been shown came from a test that asked one question and stopped. Real agents do not work that way, and the gap turns up on your invoice.
SemiAnalysis released AgentX, an open benchmark for the kind of AI work companies are running now rather than the kind they were running two years ago. The distinction sounds academic. It is not.
Nearly every performance figure the industry quotes comes from a test that hands a model a fixed block of text, asks for one answer, and stops. AgentX measures a different thing: a long session that keeps going, with tool calls, sub-agent work, and a conversation that grows to as much as a million tokens before it finishes.
They put roughly $3M and about a thousand GPUs behind it, then released it under Apache 2.0 so anyone can run it. Within a few months it had produced more than seventy fixes to the open software that serves these models. That number is the real story. If measuring the workload properly for the first time shakes out seventy improvements, the old tests were a long way from the thing they claimed to describe.
On results, Nvidia generally leads on speed and cost efficiency across the models tested. AMD's MI355X holds up on hardware and falls behind on software once you push distributed serving and high concurrency.
Start with the number you were quoted, because it probably describes a workload you do not run.
A chatbot answers a question and forgets. An agent works a case. It reads the ticket, pulls the customer record, calls a tool, reads what came back, and decides again, and every one of those turns carries the whole conversation forward with it. Your cost and your response time scale with how long the case runs, not with how many questions arrive. A figure measured on a fixed 4,000-token prompt says almost nothing about a forty-turn session that has been reading documents for six minutes.
The second thing worth noticing is the speed of change. Seventy optimizations in a few months means the stack you evaluated in spring is not the stack running in autumn. Good news for your costs, awkward for any decision you made once and wrote into a two-year commitment.
SemiAnalysis also reports that enterprise spending on agents at OpenAI passed spending on ChatGPT earlier this year. Agent traffic stopped being a pilot category. It is the load now.
The lesson here is not "buy Nvidia". It is that the only benchmark which predicts your costs is one that runs your conversations. Doing that needs two things most teams do not have: a way to replay real sessions through the same logic, and a way to change the model underneath without rebuilding everything around it.
CX-Builder gives you both, because the flow and the model are separate objects. The agent, its tools, its retrieval and its review gates get defined once. Which model answers is a setting. Point the same flow at a hosted frontier model, then at a cheaper mid-tier one, then at something running on hardware you own, and compare them on your own traffic instead of on a suite someone else designed.
Self-hosting earns its place for a plain reason. Your transcripts are the test data. Running the comparison on infrastructure you control means those conversations never leave.
Pull thirty sessions that ended well and thirty that went sideways. Run all sixty through the same agentflow against two or three models and record what you actually care about: did it finish, how many turns it took, how long the customer waited, what it cost. Retrieval keeps the context lean, since fetching the two relevant documents beats dragging twenty turns of history through every call. An iteration cap ends the sessions that were never going to finish. Log every run, so what you end up with is evidence rather than an impression.
Then repeat it next quarter, because the stack will have moved again.
Before you renew or expand an AI commitment, ask which benchmark the performance numbers came from and how many turns it ran. If the answer is a single-turn test, the number is not about your work. Start collecting the replay set now, while this quarter's transcripts are still sitting there.