It would be interesting to see how open-source models perform on CAD tasks.
mjzh 2 days ago [-]
interesting, per https://cadbench.ai/leaderboard, gpt5.5 is the best, not the opus 4.7, why opus 4.7 is with mini-swe-agent, not claude code.
handcrafted 2 days ago [-]
GPT-5.5 and Opus 4.7 are comparable when using the same harness mini-swe-agent. GPT-5.5 demonstrates a significant performance delta only when integrated with the Codex module. We hypothesize that the superior performance of Opus 4.7 on mini-swe-agent relative to the more complex Claude Code harness stems from the tight feedback loop (edit-run-check), well suited for the CAD generation task.
We have a section "How we compare to CadBench and BenchCAD" in our bench report comparing our Parametric CAD Bench with CADBench and BenchCAD: https://cadbench.ai/news/parametric-cad-bench
It would be interesting to see how open-source models perform on CAD tasks.