End-to-end agent benchmarks
New benchmarks treat agents as workers that must plan, edit, run tools, and recover from mistakes. 1GC-7RC gives agents seven machine-learning tasks on one NVIDIA A100 GPU, with no internet access and 40–120 minute task budgets. AgentKernelArena tests 196 GPU kernel tasks across HIP, Triton, and PyTorch-to-HIP paths, then checks compilation, correctness, speed, and hidden input shapes. TOBench adds multimodal tool use: 100 executable tasks, 27 Model Context Protocol servers, and task-specific verifiers.
The results are mixed in a useful way. Claude Code with Sonnet 4.6 improves over all seven visible 1GC-7RC baselines. AgentKernelArena reports high compilation and correctness on many kernel categories, with mean speedups up to 6.89×, but PyTorch-to-HIP kernels often fail on unseen shapes. TOBench is much harsher: the best model reaches 41.0% task success against a 94.0% human benchmark.