NVIDIA pitching a max single-threaded CPU for agents is basically an admission that the agent loop is bottlenecked by sequential reasoning, not GPU throughput.
Which is real, but most of the agent slowdowns we actually hit aren't compute at all, they're the loop stalling on a tool call while some external API or sandbox takes its time. A faster core doesn't touch that.