NVIDIA DGX Spark Community Launches Spark Arena for Reproducible LLM Benchmarks

The NVIDIA DGX Spark community has established Spark Arena, a reproducible benchmarking platform for open-weights large language models on DGX Spark hardware, addressing previous issues with inconsistent reporting.
Background and Problem
NVIDIA began shipping DGX Spark in mid-October 2025 as a desktop box with unified memory capable of running large models locally, including ~200B parameter models for inference. The community identified a recurring problem where "everyone posts partial flags, then nobody can reproduce it two weeks later."
Standardized Methodology
On October 14, 2025, u/ggerganov posted a DGX Spark performance thread in llama.cpp with a clear methodology: measuring prefill (pp) and generation/decode (tg) across multiple context depths and batch sizes, using llama.cpp CUDA builds with llama-bench and llama-batched-bench.
Community Solution
The community agreed on standardized tools for runtime image building, orchestration, and recipe format, launching Spark Arena on February 11, 2026.
Current Performance Leaders
Top decode tokens/sec results from Spark Arena:
- gpt-oss-120b (vLLM, MXFP4, 2 nodes): 75.96 tok/s
- Qwen3-Coder-Next (SGLang, FP8, 2 nodes): 60.51 tok/s
- gpt-oss-120b (vLLM, MXFP4, single node): 58.82 tok/s
- NVIDIA-Nemotron-3-Nano-30B-A3B (vLLM, NVFP4, single node): 56.11 tok/s
Practical Implications
This standardized approach provides developers with reliable performance data for selecting and configuring open-weights LLMs on DGX Spark hardware, enabling better-informed decisions about model deployment and optimization.
📖 Read the full source: r/clawdbot
👀 See Also

Kimi K2.7-Code: Open-Source Coding Model with Better Token Efficiency
Moonshot AI released Kimi K2.7-Code, an open-source image-text-to-text model with enhanced token efficiency for coding tasks. Available on Hugging Face with 334 likes and Novita inference support.

Opus 4.6 Medium vs Low: Performance Differences and Pricing
Opus 4.6 medium costs approximately 50% more than the low version but addresses significant laziness issues found in the low-powered model. The medium version sits between low and high in performance benchmarks.

Claude Code v2.1.186: MCP CLI Auth, Bash Auto-Reply, and 20+ Fixes
Claude Code v2.1.186 adds claude mcp login/logout for headless MCP auth, automatic responses to bash commands, and fixes over 20 bugs including sleep recovery, subagent permissions, and session cost display.

Claude Code v2.1.154: Opus 4.8, Dynamic Workflows, and Major Fixes
New release adds Opus 4.8 with high-effort defaults, dynamic workflows orchestrating tens to hundreds of agents, fast mode at 2x standard rate, and over a dozen bug fixes.