Antigravity 2.0 has topped the OpenSCAD Architectural 3D LLM Benchmark, achieving 87% accuracy on code generation tasks compared to Claude 3.5's 82%, according to evaluation results published by ModelRift. The performance gap matters because OpenSCAD—a script-based 3D modeling language used by engineers, architects, and 3D printing enthusiasts—demands precise syntax and spatial reasoning that general-purpose models have historically struggled with. OpenSCAD files are text-based parametric designs, meaning users write code to define shapes rather than clicking in a GUI, making it ideal for programmatic generation. For professionals relying on API-based solutions like Claude, the ability to run a specialized open model locally on consumer hardware eliminates per-token costs and dependency on external services.

ModelRift's benchmark has emerged as a credible evaluation framework for specialized domains, testing models on their ability to generate valid, executable OpenSCAD scripts from natural language prompts and architectural specifications. Unlike broad benchmarks such as MMLU or HumanEval, domain-specific evaluators reveal where open models genuinely outcompete proprietary alternatives. Antigravity 2.0's win suggests the open-source ecosystem is converging on specialized fine-tuning rather than brute-force scale—a strategy that allows smaller, locally-runnable models to dominate niche workflows. This pattern echoes earlier successes in code generation, where targeted models like Code Llama beat general-purpose competitors on programming tasks despite smaller parameter counts.

The result reflects growing momentum in the open local-LLM space, where tools like Ollama and llama.cpp have lowered barriers to self-hosting specialized models. Developers and CAD workflows can now bypass proprietary API constraints entirely, running Antigravity 2.0 on modest GPUs or even CPUs with quantized variants. As ModelRift and similar benchmarks proliferate, they establish clearer decision-making signals for engineers choosing between cloud APIs and local deployment. The 5-point accuracy gap against Claude may seem narrow, but in domains where correctness compounds—architectural design, 3D manufacturing, parametric modeling—it validates the premise that open models, when targeted, can outperform general-purpose incumbents where it counts most.