← mecheval / run / a2-cubemark-01 / claude-mcp-claude-opus-4-7 / 20260611T173000Z-e232

run 20260611T173000Z-e232

a2-cubemark-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.50 (3/6)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T17:30:00.705Z
ended2026-06-11T17:32:05.272Z
tokens612,173 in · 7,001 out · 619,174 total
wallclock124.5s
tool calls39
task hash04f3bf7a653dc3fd…
vcad hash87b8a155c012520e…

Prompt

Make a 30mm cube. Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 30). Drill nine through-holes of diameter 3mm, axes parallel to Z, arranged in a 3×3 grid on the top face spaced 8mm apart in both X and Y, centered on the Z axis. Hole centers are at (x, y) = (-8, -8), (0, -8), (8, -8), (-8, 0), (0, 0), (8, 0), (-8, 8), (0, 8), (8, 8). Output a single solid.

Checks

0
valid_solid
pass
params + details
params: {
  "type": "valid_solid"
}

details: {
  "root_count": 4,
  "solids_produced": 4
}
1
bbox
pass
params + details
params: {
  "type": "bbox",
  "min": [
    -15,
    -15,
    0
  ],
  "max": [
    15,
    15,
    30
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    15,
    15,
    30
  ],
  "actual_min": [
    -15,
    -15,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.1
}
2
mass_props
fail
volume off by 18.5%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 25091.48,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 29739.068421121483,
    "deviation_pct": 18.5225758748447,
    "pass": false,
    "spec_mm3": 25091.48,
    "tolerance_pct": 0.5
  }
}
3
hole_count
fail
found 0/9 holes of ⌀3mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 3,
  "expected": 9,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 0,
  "diameter_mm": 3,
  "diameter_tolerance_mm": 0.05,
  "expected": 9,
  "found": []
}
4
hole_positions
fail
9/9 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 3,
  "positions": [
    [
      -8,
      -8,
      0
    ],
    [
      0,
      -8,
      0
    ],
    [
      8,
      -8,
      0
    ],
    [
      -8,
      0,
      0
    ],
    [
      0,
      0,
      0
    ],
    [
      8,
      0,
      0
    ],
    [
      -8,
      8,
      0
    ],
    [
      0,
      8,
      0
    ],
    [
      8,
      8,
      0
    ]
  ],
  "tolerance_mm": 0.15
}

details: {
  "diameter_mm": 3,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -8,
        -8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        -8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        8,
        -8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -8,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        8,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -8,
        8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        8
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        8,
        8
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
5
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          15,
          15,
          30
        ],
        "original_min": [
          -15,
          -15,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          15,
          15,
          30
        ],
        "roundtripped_min": [
          -15,
          -15,
          0
        ],
        "tolerance_mm": 0.5196152422706632
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 27000,
        "pass": true,
        "roundtripped_mm3": 27000
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          -6.5,
          -6.5,
          30
        ],
        "original_min": [
          -9.5,
          -9.5,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          -6.5,
          -6.5,
          30
        ],
        "roundtripped_min": [
          -9.5,
          -9.5,
          0
        ],
        "tolerance_mm": 0.3029851481508623
      },
      "index": 1,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 210.69757910189765,
        "pass": true,
        "roundtripped_mm3": 210.69757910189765
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          -6.5,
          9.5,
          30
        ],
        "original_min": [
          -9.5,
          -9.5,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          -6.5,
          9.5,
          30
        ],
        "roundtripped_min": [
          -9.5,
          -9.5,
          0
        ],
        "tolerance_mm": 0.3563705936241092
      },
      "index": 2,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 632.0927219909514,
        "pass": true,
        "roundtripped_mm3": 632.0927219909514
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          9.5,
          9.5,
          30
        ],
        "original_min": [
          -9.5,
          -9.5,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          9.5,
          9.5,
          30
        ],
        "roundtripped_min": [
          -9.5,
          -9.5,
          0
        ],
        "tolerance_mm": 0.40274061131204536
      },
      "index": 3,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 1896.2781200286329,
        "pass": true,
        "roundtripped_mm3": 1896.2781200286329
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create_cad_loon
err
8ms
args
{
  "source": "[let\n  [translate -15 -15 0 [cube 30 30 30]]\n  [difference\n    [circular-pattern 0 0 0 0 0 1 1 360\n      [union [translate 8 8 0 [cylinder 1.5 30]]\n       [union [translate 0 8 0 [cylinder 1.5 30]]\n        [union [translate -8 8 0 [cylinder 1.5 30]]\n         [union [translate 8 0 0 [cylinder 1.5 30]]\n          [union [translate 0 0 0 [cylinder 1.5 30]]\n           [union [translate -8 0 0 [cylinder 1.5 30]]\n            [union [translate 8 -8 0 [cylinder 1.5 30]]\n             [union [translate 0 -8 0 [cylinder 1.5 30]]\n              [translate -8 -8 0 [cylinder 1.5 30]]]]]]]]]]]\n    [root]]]",
  "format": "json"
}
2
create
ok
5ms
args
{
  "document_id": "doc_1781199000921_1",
  "type": "cube",
  "name": "Block",
  "params": {
    "size": [
      30,
      30,
      30
    ],
    "center": [
      -15,
      -15,
      0
    ]
  }
}
3
read
ok
1ms
args
{
  "document_id": "doc_1781199000921_1",
  "part_id": "1"
}
4
delete
ok
1ms
args
{
  "document_id": "doc_1781199000921_1",
  "part_id": "1"
}
5
create_cad_loon
err
2ms
args
{
  "source": "[difference\n  [union [translate 8 8 0 [cylinder 1.5 30]]\n   [union [translate 0 8 0 [cylinder 1.5 30]]\n    [union [translate -8 8 0 [cylinder 1.5 30]]\n     [union [translate 8 0 0 [cylinder 1.5 30]]\n      [union [translate 0 0 0 [cylinder 1.5 30]]\n       [union [translate -8 0 0 [cylinder 1.5 30]]\n        [union [translate 8 -8 0 [cylinder 1.5 30]]\n         [union [translate 0 -8 0 [cylinder 1.5 30]]\n          [translate -8 -8 0 [cylinder 1.5 30]]]]]]]]]\n  [translate -15 -15 0 [cube 30 30 30]]]",
  "format": "json"
}
6
create_cad_loon
err
1ms
args
{
  "source": "[difference [union [translate 8 8 0 [cylinder 1.5 30]] [union [translate 0 8 0 [cylinder 1.5 30]] [union [translate -8 8 0 [cylinder 1.5 30]] [union [translate 8 0 0 [cylinder 1.5 30]] [union [translate 0 0 0 [cylinder 1.5 30]] [union [translate -8 0 0 [cylinder 1.5 30]] [union [translate 8 -8 0 [cylinder 1.5 30]] [union [translate 0 -8 0 [cylinder 1.5 30]] [translate -8 -8 0 [cylinder 1.5 30]]]]]]]]] [translate -15 -15 0 [cube 30 30 30]]]",
  "format": "json"
}
7
create
ok
2ms
args
{
  "document_id": "doc_1781199000921_1",
  "type": "cube",
  "name": "RawBlock",
  "params": {
    "size": [
      30,
      30,
      30
    ]
  }
}
8
create
ok
4ms
args
{
  "document_id": "doc_1781199000921_1",
  "type": "translate",
  "name": "CenterBlock",
  "parent_part_id": "1",
  "params": {
    "offset": [
      -15,
      -15,
      0
    ],
    "child": 1
  }
}
9
read
ok
2ms
args
{
  "document_id": "doc_1781199000921_1"
}
10
read
ok
2ms
args
{
  "document_id": "doc_1781199000921_1",
  "part_id": "2"
}
11
create
err
2ms
args
{
  "document_id": "doc_1781199000921_1",
  "type": "cylinder",
  "name": "HoleProto",
  "params": {
    "radius": 1.5,
    "height": 30
  }
}
12
create
ok
2ms
args
{
  "document_id": "doc_1781199000921_1",
  "type": "cylinder",
  "name": "Hole1",
  "params": {
    "radius": 1.5,
    "height": 30,
    "segments": 32
  }
}
13
create
ok
3ms
args
{
  "document_id": "doc_1781199000921_1",
  "type": "translate",
  "name": "Hole1@(-8,-8)",
  "parent_part_id": "3",
  "params": {
    "offset": [
      -8,
      -8,
      0
    ],
    "child": 3
  }
}
14
read
ok
1ms
args
{
  "document_id": "doc_1781199000921_1"
}
15
create_cad_loon
ok
5ms
args
{
  "source": "[difference [cylinder 1.5 30] [cube 30 30 30]]",
  "format": "json"
}
16
create_cad_loon
err
2ms
args
{
  "source": "[difference [union [translate -8 -8 0 [cylinder 1.5 30]] [union [translate 0 -8 0 [cylinder 1.5 30]] [union [translate 8 -8 0 [cylinder 1.5 30]] [union [translate -8 0 0 [cylinder 1.5 30]] [union [translate 0 0 0 [cylinder 1.5 30]] [union [translate 8 0 0 [cylinder 1.5 30]] [union [translate -8 8 0 [cylinder 1.5 30]] [union [translate 0 8 0 [cylinder 1.5 30]] [translate 8 8 0 [cylinder 1.5 30]]]]]]]]] [translate -15 -15 0 [cube 30 30 30]]]",
  "format": "json"
}
17
create_cad_loon
ok
2ms
args
{
  "source": "[union [translate -8 -8 0 [cylinder 1.5 30]] [translate 8 8 0 [cylinder 1.5 30]]]",
  "format": "json"
}
18
create_cad_loon
ok
2ms
args
{
  "source": "[union [union [translate -8 -8 0 [cylinder 1.5 30]] [translate 0 -8 0 [cylinder 1.5 30]]] [union [translate 8 -8 0 [cylinder 1.5 30]] [translate -8 0 0 [cylinder 1.5 30]]]]",
  "format": "json"
}
19
delete
ok
2ms
args
{
  "document_id": "doc_1781199000921_1",
  "part_id": "1"
}
20
delete
ok
1ms
args
{
  "document_id": "doc_1781199000921_1",
  "part_id": "2"
}
21
delete
ok
1ms
args
{
  "document_id": "doc_1781199000921_1",
  "part_id": "3"
}
22
delete
ok
1ms
args
{
  "document_id": "doc_1781199000921_1",
  "part_id": "4"
}
23
read
ok
1ms
args
{
  "document_id": "doc_1781199000921_1"
}
24
create_cad_loon
ok
3ms
args
{
  "source": "[linear-pattern 1 0 0 3 8 [linear-pattern 0 1 0 3 8 [translate -8 -8 0 [cylinder 1.5 30]]]]",
  "format": "json"
}
25
create_cad_loon
ok
3ms
args
{
  "source": "[difference [linear-pattern 1 0 0 3 8 [linear-pattern 0 1 0 3 8 [translate -8 -8 0 [cylinder 1.5 30]]]] [translate -15 -15 0 [cube 30 30 30]]]",
  "format": "json"
}
26
create
ok
1ms
args
{
  "document_id": "doc_1781199000921_1",
  "type": "cube",
  "name": "Block",
  "params": {
    "size": [
      30,
      30,
      30
    ]
  }
}
27
create
ok
0ms
args
{
  "document_id": "doc_1781199000921_1",
  "type": "cylinder",
  "name": "HoleProto",
  "params": {
    "radius": 1.5,
    "height": 30,
    "segments": 32
  }
}
28
create
ok
1ms
args
{
  "document_id": "doc_1781199000921_1",
  "type": "translate",
  "name": "CenterBlock",
  "parent_part_id": "1",
  "params": {
    "offset": [
      -15,
      -15,
      0
    ],
    "child": 1
  }
}
29
create
ok
1ms
args
{
  "document_id": "doc_1781199000921_1",
  "type": "translate",
  "name": "HoleStart",
  "parent_part_id": "2",
  "params": {
    "offset": [
      -8,
      -8,
      0
    ],
    "child": 2
  }
}
30
read
ok
2ms
args
{
  "document_id": "doc_1781199000921_1"
}
31
read
ok
1ms
args
{
  "document_id": "doc_1781199000921_1",
  "part_id": "3"
}
32
delete
ok
2ms
args
{
  "document_id": "doc_1781199000921_1",
  "part_id": "1"
}
33
delete
ok
1ms
args
{
  "document_id": "doc_1781199000921_1",
  "part_id": "2"
}
34
read
ok
1ms
args
{
  "document_id": "doc_1781199000921_1",
  "part_id": "3"
}
35
read
ok
1ms
args
{
  "document_id": "doc_1781199000921_1",
  "part_id": "4"
}
36
create
ok
4ms
args
{
  "document_id": "doc_1781199000921_1",
  "type": "linear_pattern",
  "name": "HolesRowY",
  "parent_part_id": "4",
  "params": {
    "direction": [
      0,
      1,
      0
    ],
    "count": 3,
    "spacing": 8,
    "child": 4
  }
}
37
create
ok
3ms
args
{
  "document_id": "doc_1781199000921_1",
  "type": "linear_pattern",
  "name": "HolesGrid",
  "parent_part_id": "5",
  "params": {
    "direction": [
      1,
      0,
      0
    ],
    "count": 3,
    "spacing": 8,
    "child": 5
  }
}
38
get_document
ok
2ms
args
{
  "document_id": "doc_1781199000921_1"
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T173000Z-e232.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Block",
      "op": {
        "type": "Cube",
        "size": {
          "x": 30,
          "y": 30,
          "z": 30
        }
      }
    },
    "2": {
      "id": 2,
      "name": "HoleProto",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 32
      }
    },
    "3": {
      "id": 3,
      "name": "CenterBlock",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -15,
          "y": -15,
          "z": 0
        }
      }
    },
    "4": {
      "id": 4,
      "name": "HoleStart",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": -8,
          "y": -8,
          "z": 0
        }
      }
    },
    "5": {
      "id": 5,
      "name": "HolesRowY",
      "op": {
        "type": "LinearPattern",
        "child": 4,
        "direction": {
          "x": 0,
          "y": 1,
          "z": 0
        },
        "count": 3,
        "spacing": 8
      }
    },
    "6": {
      "id": 6,
      "name": "HolesGrid",
      "op": {
        "type": "LinearPattern",
        "child": 5,
        "direction": {
          "x": 1,
          "y": 0,
          "z": 0
        },
        "count": 3,
        "spacing": 8
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 3,
      "material": "default"
    },
    {
      "root": 4,
      "material": "default"
    },
    {
      "root": 5,
      "material": "default"
    },
    {
      "root": 6,
      "material": "default"
    }
  ]
}

generated 2026-06-19T01:47:55.520Z · static site, regenerate with npm run build -w @mecheval/leaderboard