← mecheval / run / a2-mounting-rail-01 / claude-mcp-claude-opus-4-7 / 20260611T174549Z-9e47

run 20260611T174549Z-9e47

a2-mounting-rail-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.33 (2/6)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T17:45:49.180Z
ended2026-06-11T17:47:42.139Z
tokens603,460 in · 6,559 out · 610,019 total
wallclock112.9s
tool calls46
task hashe375cec77275714a…
vcad hashb7ce65d62c019840…

Prompt

Make a long rectangular mounting rail 100mm long (X) × 20mm wide (Y) × 8mm thick (Z). Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 8). Drill three through-holes of diameter 6mm, axes parallel to Z, evenly spaced along the centerline (y = 0) at x = -40, x = 0, and x = 40. Output a single solid.

Checks

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

details: {
  "root_count": 9,
  "solids_produced": 9
}
1
bbox
fail
X off by +50.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -50,
    -10,
    0
  ],
  "max": [
    50,
    10,
    8
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    100,
    20,
    10
  ],
  "actual_min": [
    -50,
    -10,
    -1
  ],
  "deviation_max": [
    50,
    10,
    2
  ],
  "deviation_min": [
    0,
    0,
    -1
  ],
  "max_abs_deviation_mm": 50,
  "tolerance_mm": 0.1
}
2
mass_props
fail
volume off by 322.5%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 15321.42,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 64733.95240001516,
    "deviation_pct": 322.5062193975177,
    "pass": false,
    "spec_mm3": 15321.42,
    "tolerance_pct": 0.5
  }
}
3
hole_count
fail
found 2/3 holes of ⌀6mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 6,
  "expected": 3,
  "diameter_tolerance_mm": 0.05
}

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

details: {
  "diameter_mm": 6,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        -40,
        0
      ],
      "pass": true,
      "spec_xy": [
        -40,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        0
      ],
      "pass": true,
      "spec_xy": [
        0,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        40,
        0
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
5
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.5
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          100,
          20,
          8
        ],
        "original_min": [
          0,
          0,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          100,
          20,
          8
        ],
        "roundtripped_min": [
          0,
          0,
          0
        ],
        "tolerance_mm": 0.5114684741017769
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 16000,
        "pass": true,
        "roundtripped_mm3": 16000
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          50,
          10,
          8
        ],
        "original_min": [
          -50,
          -10,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          50,
          10,
          8
        ],
        "roundtripped_min": [
          -50,
          -10,
          0
        ],
        "tolerance_mm": 0.5114684741017769
      },
      "index": 1,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 16000,
        "pass": true,
        "roundtripped_mm3": 16000
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          3,
          3,
          10
        ],
        "original_min": [
          -3,
          -3,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          3,
          3,
          10
        ],
        "roundtripped_min": [
          -3,
          -3,
          0
        ],
        "tolerance_mm": 0.06557438524302
      },
      "index": 2,
      "pass": true,
      "volume": {
        "deviation_pct": 0.4815287441197193,
        "original_mm3": 282.2893690836236,
        "pass": true,
        "roundtripped_mm3": 280.9300646298918
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          -37,
          3,
          9
        ],
        "original_min": [
          -43,
          -3,
          -1
        ],
        "pass": true,
        "roundtripped_max": [
          -37,
          3,
          9
        ],
        "roundtripped_min": [
          -43,
          -3,
          -1
        ],
        "tolerance_mm": 0.06557438524302
      },
      "index": 3,
      "pass": true,
      "volume": {
        "deviation_pct": 0.48154400202363506,
        "original_mm3": 282.2893017539718,
        "pass": true,
        "roundtripped_mm3": 280.92995455302116
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          50,
          10,
          8
        ],
        "original_min": [
          -50,
          -10,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          50,
          10,
          8
        ],
        "roundtripped_min": [
          -50,
          -10,
          0
        ],
        "tolerance_mm": 0.5114684741017769
      },
      "index": 4,
      "pass": true,
      "volume": {
        "deviation_pct": 0.0045960278106996575,
        "original_mm3": 15774.168558596793,
        "pass": true,
        "roundtripped_mm3": 15774.893543770653
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          3,
          3,
          10
        ],
        "original_min": [
          -3,
          -3,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          3,
          3,
          10
        ],
        "roundtripped_min": [
          -3,
          -3,
          0
        ],
        "tolerance_mm": 0.06557438524302
      },
      "index": 5,
      "pass": true,
      "volume": {
        "deviation_pct": 0.4815287441197193,
        "original_mm3": 282.2893690836236,
        "pass": true,
        "roundtripped_mm3": 280.9300646298918
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          3,
          3,
          9
        ],
        "original_min": [
          -3,
          -3,
          -1
        ],
        "pass": true,
        "roundtripped_max": [
          3,
          3,
          9
        ],
        "roundtripped_min": [
          -3,
          -3,
          -1
        ],
        "tolerance_mm": 0.06557438524302
      },
      "index": 6,
      "pass": true,
      "volume": {
        "deviation_pct": 0.481528744119599,
        "original_mm3": 282.2893690836233,
        "pass": true,
        "roundtripped_mm3": 280.9300646298918
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          50,
          10,
          8
        ],
        "original_min": [
          -50,
          -10,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          50,
          10,
          8
        ],
        "roundtripped_min": [
          -50,
          -10,
          0
        ],
        "tolerance_mm": 0.5114684741017769
      },
      "index": 7,
      "pass": true,
      "volume": {
        "deviation_pct": 0.009325418810202943,
        "original_mm3": 15548.337063329906,
        "pass": true,
        "roundtripped_mm3": 15549.787010879083
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          3,
          3,
          10
        ],
        "original_min": [
          -3,
          -3,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          3,
          3,
          10
        ],
        "roundtripped_min": [
          -3,
          -3,
          0
        ],
        "tolerance_mm": 0.06557438524302
      },
      "index": 8,
      "pass": true,
      "volume": {
        "deviation_pct": 0.4815287441197193,
        "original_mm3": 282.2893690836236,
        "pass": true,
        "roundtripped_mm3": 280.9300646298918
      }
    }
  ],
  "tolerance_pct": 0.5
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
6ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "difference",
  "name": "Mounting Rail",
  "params": {
    "children": [
      {
        "type": "translate",
        "params": {
          "x": -50,
          "y": -10,
          "z": 0,
          "children": [
            {
              "type": "cube",
              "params": {
                "x": 100,
                "y": 20,
                "z": 8
              }
            }
          ]
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -40,
          "y": 0,
          "z": -1,
          "children": [
            {
              "type": "cylinder",
              "params": {
                "r": 3,
                "h": 10
              }
            }
          ]
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 0,
          "y": 0,
          "z": -1,
          "children": [
            {
              "type": "cylinder",
              "params": {
                "r": 3,
                "h": 10
              }
            }
          ]
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 40,
          "y": 0,
          "z": -1,
          "children": [
            {
              "type": "cylinder",
              "params": {
                "r": 3,
                "h": 10
              }
            }
          ]
        }
      }
    ]
  }
}
2
read
ok
4ms
args
{
  "document_id": "doc_1781199949361_1"
}
3
create
err
4ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "cube",
  "name": "RailBlank",
  "params": {
    "x": 100,
    "y": 20,
    "z": 8
  }
}
4
create
ok
5ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "cube",
  "name": "RailBlank",
  "params": {
    "size": [
      100,
      20,
      8
    ]
  }
}
5
read
ok
2ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "1"
}
6
create
ok
4ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "translate",
  "name": "Center",
  "parent_part_id": "1",
  "params": {
    "offset": [
      -50,
      -10,
      0
    ],
    "child": 1
  }
}
7
create
err
3ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "cylinder",
  "name": "Hole1",
  "params": {
    "radius": 3,
    "height": 10
  }
}
8
create
err
1ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "cylinder",
  "name": "Hole2",
  "params": {
    "radius": 3,
    "height": 10
  }
}
9
create
err
1ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "cylinder",
  "name": "Hole3",
  "params": {
    "radius": 3,
    "height": 10
  }
}
10
create
ok
3ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "cylinder",
  "name": "Hole1",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 64
  }
}
11
create
ok
2ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "cylinder",
  "name": "Hole2",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 64
  }
}
12
create
ok
1ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "cylinder",
  "name": "Hole3",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 64
  }
}
13
create
ok
2ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "translate",
  "name": "PositionHole1",
  "parent_part_id": "3",
  "params": {
    "offset": [
      -40,
      0,
      -1
    ],
    "child": 3
  }
}
14
create
ok
3ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "translate",
  "name": "PositionHole2",
  "parent_part_id": "4",
  "params": {
    "offset": [
      0,
      0,
      -1
    ],
    "child": 4
  }
}
15
create
ok
1ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "translate",
  "name": "PositionHole3",
  "parent_part_id": "5",
  "params": {
    "offset": [
      40,
      0,
      -1
    ],
    "child": 5
  }
}
16
create
ok
2ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "difference",
  "name": "Drill1",
  "parent_part_id": "2",
  "params": {
    "left": 2,
    "right": 6
  }
}
17
read
ok
2ms
args
{
  "document_id": "doc_1781199949361_1"
}
18
delete
ok
3ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "1"
}
19
delete
ok
2ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "2"
}
20
delete
ok
1ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "3"
}
21
delete
ok
1ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "4"
}
22
delete
ok
1ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "5"
}
23
delete
ok
1ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "6"
}
24
delete
ok
1ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "7"
}
25
delete
ok
1ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "8"
}
26
read
ok
2ms
args
{
  "document_id": "doc_1781199949361_1"
}
27
read
ok
4ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "9"
}
28
create
ok
3ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "cylinder",
  "name": "Hole2",
  "parent_part_id": "9",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 64
  }
}
29
read
ok
3ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "10"
}
30
read
ok
2ms
args
{
  "document_id": "doc_1781199949361_1"
}
31
delete
ok
1ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "9"
}
32
delete
ok
1ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "10"
}
33
create
ok
3ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "cube",
  "name": "Rail",
  "params": {
    "size": [
      100,
      20,
      8
    ]
  }
}
34
create
ok
2ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "translate",
  "name": "Center",
  "parent_part_id": "1",
  "params": {
    "offset": [
      -50,
      -10,
      0
    ],
    "child": 1
  }
}
35
read
ok
2ms
args
{
  "document_id": "doc_1781199949361_1"
}
36
read
ok
3ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "2"
}
37
create
ok
2ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "cylinder",
  "name": "HoleCyl1",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 64
  }
}
38
create
ok
3ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "translate",
  "name": "PosHole1",
  "parent_part_id": "3",
  "params": {
    "offset": [
      -40,
      0,
      -1
    ],
    "child": 3
  }
}
39
create
ok
2ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "difference",
  "name": "Rail-Drill1",
  "parent_part_id": "2",
  "params": {
    "left": 2,
    "right": 4
  }
}
40
read
ok
2ms
args
{
  "document_id": "doc_1781199949361_1",
  "part_id": "5"
}
41
create
ok
2ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "cylinder",
  "name": "HoleCyl2",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 64
  }
}
42
create
ok
3ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "translate",
  "name": "PosHole2",
  "parent_part_id": "6",
  "params": {
    "offset": [
      0,
      0,
      -1
    ],
    "child": 6
  }
}
43
create
ok
3ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "difference",
  "name": "Rail-Drill2",
  "parent_part_id": "5",
  "params": {
    "left": 5,
    "right": 7
  }
}
44
create
ok
2ms
args
{
  "document_id": "doc_1781199949361_1",
  "type": "cylinder",
  "name": "HoleCyl3",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 64
  }
}
45
get_document
ok
1ms
args
{
  "document_id": "doc_1781199949361_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Rail",
      "op": {
        "type": "Cube",
        "size": {
          "x": 100,
          "y": 20,
          "z": 8
        }
      }
    },
    "2": {
      "id": 2,
      "name": "Center",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -50,
          "y": -10,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "HoleCyl1",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "PosHole1",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -40,
          "y": 0,
          "z": -1
        }
      }
    },
    "5": {
      "id": 5,
      "name": "Rail-Drill1",
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 4
      }
    },
    "6": {
      "id": 6,
      "name": "HoleCyl2",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 64
      }
    },
    "7": {
      "id": 7,
      "name": "PosHole2",
      "op": {
        "type": "Translate",
        "child": 6,
        "offset": {
          "x": 0,
          "y": 0,
          "z": -1
        }
      }
    },
    "8": {
      "id": 8,
      "name": "Rail-Drill2",
      "op": {
        "type": "Difference",
        "left": 5,
        "right": 7
      }
    },
    "9": {
      "id": 9,
      "name": "HoleCyl3",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 64
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 1,
      "material": "default"
    },
    {
      "root": 2,
      "material": "default"
    },
    {
      "root": 3,
      "material": "default"
    },
    {
      "root": 4,
      "material": "default"
    },
    {
      "root": 5,
      "material": "default"
    },
    {
      "root": 6,
      "material": "default"
    },
    {
      "root": 7,
      "material": "default"
    },
    {
      "root": 8,
      "material": "default"
    },
    {
      "root": 9,
      "material": "default"
    }
  ]
}

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