← mecheval / run / a4-slotted-bracket-01 / claude-mcp-claude-opus-4-7 / 20260611T222738Z-0fec

run 20260611T222738Z-0fec

a4-slotted-bracket-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.83 (5/6)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T22:27:38.936Z
ended2026-06-11T22:29:51.849Z
tokens534,058 in · 6,388 out · 540,446 total
wallclock132.9s
tool calls44
task hash42dec6ce3ad22666…
vcad hasha0fc7972a1c6375d…

Prompt

Make a flat rectangular plate 80mm × 40mm × 8mm thick, centered in X and Y with the bottom face on the XY plane (so it spans x in [-40, 40], y in [-20, 20], z in [0, 8]). Cut a stadium-shaped (rectangle with semicircular ends) slot all the way through the plate, axes along the X direction. The slot has total end-to-end length 50mm and width 10mm: the centers of the two semicircular ends are at (-20, 0) and (20, 0), each of radius 5mm, joined by a 40mm-long, 10mm-wide rectangular section (x in [-20, 20], y in [-5, 5]). The slot is cut through the full plate thickness. Output a single solid.

Checks

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

details: {
  "root_count": 1,
  "solids_produced": 1
}
1
bbox
pass
params + details
params: {
  "type": "bbox",
  "min": [
    -40,
    -20,
    0
  ],
  "max": [
    40,
    20,
    8
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    40,
    20,
    8
  ],
  "actual_min": [
    -40,
    -20,
    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 6.0%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 21771.68,
  "tolerance_pct": 1
}

details: {
  "volume": {
    "actual_mm3": 23069.6106252829,
    "deviation_pct": 5.961554759590904,
    "pass": false,
    "spec_mm3": 21771.68,
    "tolerance_pct": 1
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 10,
  "expected": 2,
  "diameter_tolerance_mm": 0.1
}

details: {
  "actual": 2,
  "diameter_mm": 10,
  "diameter_tolerance_mm": 0.1,
  "expected": 2,
  "found": [
    [
      -20,
      0,
      10
    ],
    [
      20,
      0,
      10
    ]
  ]
}
4
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 10,
  "positions": [
    [
      -20,
      0,
      0
    ],
    [
      20,
      0,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 10,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        -20,
        0
      ],
      "pass": true,
      "spec_xy": [
        -20,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        20,
        0
      ],
      "pass": true,
      "spec_xy": [
        20,
        0
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "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": [
          40,
          20,
          8
        ],
        "original_min": [
          -40,
          -20,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          40,
          20,
          8
        ],
        "roundtripped_min": [
          -40,
          -20,
          0
        ],
        "tolerance_mm": 0.897997772825746
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.0020012870227858522,
        "original_mm3": 23069.6106252829,
        "pass": true,
        "roundtripped_mm3": 23069.14893615925
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
5ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "difference",
  "name": "Plate with Stadium Slot",
  "params": {
    "children": [
      {
        "type": "translate",
        "params": {
          "x": -40,
          "y": -20,
          "z": 0,
          "children": [
            {
              "type": "cube",
              "params": {
                "x": 80,
                "y": 40,
                "z": 8
              }
            }
          ]
        }
      },
      {
        "type": "union",
        "params": {
          "children": [
            {
              "type": "translate",
              "params": {
                "x": -20,
                "y": -5,
                "z": -1,
                "children": [
                  {
                    "type": "cube",
                    "params": {
                      "x": 40,
                      "y": 10,
                      "z": 10
                    }
                  }
                ]
              }
            },
            {
              "type": "translate",
              "params": {
                "x": -20,
                "y": 0,
                "z": -1,
                "children": [
                  {
                    "type": "cylinder",
                    "params": {
                      "radius": 5,
                      "height": 10
                    }
                  }
                ]
              }
            },
            {
              "type": "translate",
              "params": {
                "x": 20,
                "y": 0,
                "z": -1,
                "children": [
                  {
                    "type": "cylinder",
                    "params": {
                      "radius": 5,
                      "height": 10
                    }
                  }
                ]
              }
            }
          ]
        }
      }
    ]
  }
}
2
create_cad_loon
ok
13ms
args
{
  "source": "[let plate [translate -40 -20 0 [cube 80 40 8]]\n  [let slot [union [translate -20 0 -1 [cylinder 5 10]]\n              [union [translate 20 0 -1 [cylinder 5 10]]\n                [translate -20 -5 -1 [cube 40 10 10]]]]\n    [root [difference slot plate] \"steel\"]]]",
  "format": "json"
}
3
create
ok
4ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "cube",
  "name": "PlateBlock",
  "params": {
    "size": {
      "x": 80,
      "y": 40,
      "z": 8
    }
  }
}
4
read
ok
3ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "1"
}
5
delete
ok
5ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "1"
}
6
create
ok
6ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "cube",
  "name": "plate_raw",
  "params": {
    "size": {
      "x": 80,
      "y": 40,
      "z": 8
    }
  }
}
7
create
ok
5ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "translate",
  "name": "plate",
  "parent_part_id": "1",
  "params": {
    "offset": {
      "x": -40,
      "y": -20,
      "z": 0
    },
    "child": 1
  }
}
8
create
ok
2ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "cube",
  "name": "slot_rect_raw",
  "parent_part_id": "1",
  "params": {
    "size": {
      "x": 40,
      "y": 10,
      "z": 10
    }
  }
}
9
read
ok
3ms
args
{
  "document_id": "doc_1781216859107_1"
}
10
read
ok
3ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "2"
}
11
delete
ok
6ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "2"
}
12
delete
ok
1ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "3"
}
13
read
ok
2ms
args
{
  "document_id": "doc_1781216859107_1"
}
14
create
err
3ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "translate",
  "name": "plate_centered",
  "parent_part_id": "1",
  "params": {
    "offset": {
      "x": -40,
      "y": -20,
      "z": 0
    }
  }
}
15
read
ok
3ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "1"
}
16
create
ok
3ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "translate",
  "name": "plate_centered",
  "parent_part_id": "1",
  "params": {
    "offset": {
      "x": -40,
      "y": -20,
      "z": 0
    },
    "child": 1
  }
}
17
create
ok
3ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "cube",
  "name": "slot_rect",
  "params": {
    "size": {
      "x": 40,
      "y": 10,
      "z": 10
    }
  }
}
18
create
err
2ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "cylinder",
  "name": "slot_cyl_left",
  "params": {
    "radius": 5,
    "height": 10
  }
}
19
create
err
1ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "cylinder",
  "name": "slot_cyl_right",
  "params": {
    "radius": 5,
    "height": 10
  }
}
20
create
ok
3ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "cylinder",
  "name": "slot_cyl_left",
  "params": {
    "radius": 5,
    "height": 10,
    "segments": 64
  }
}
21
create
ok
2ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "cylinder",
  "name": "slot_cyl_right",
  "params": {
    "radius": 5,
    "height": 10,
    "segments": 64
  }
}
22
create
ok
3ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "translate",
  "parent_part_id": "3",
  "params": {
    "offset": {
      "x": -20,
      "y": -5,
      "z": -1
    },
    "child": 3
  }
}
23
create
ok
1ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "translate",
  "parent_part_id": "4",
  "params": {
    "offset": {
      "x": -20,
      "y": 0,
      "z": -1
    },
    "child": 4
  }
}
24
create
ok
1ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "translate",
  "parent_part_id": "5",
  "params": {
    "offset": {
      "x": 20,
      "y": 0,
      "z": -1
    },
    "child": 5
  }
}
25
read
ok
2ms
args
{
  "document_id": "doc_1781216859107_1"
}
26
create
ok
3ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "union",
  "name": "slot_u1",
  "params": {
    "left": 6,
    "right": 7
  }
}
27
create
ok
3ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "union",
  "name": "slot_full",
  "params": {
    "left": 9,
    "right": 8
  }
}
28
create
ok
3ms
args
{
  "document_id": "doc_1781216859107_1",
  "type": "difference",
  "name": "plate_with_slot",
  "params": {
    "left": 2,
    "right": 10
  }
}
29
read
ok
3ms
args
{
  "document_id": "doc_1781216859107_1"
}
30
get_document
ok
3ms
args
{
  "document_id": "doc_1781216859107_1"
}
31
delete
ok
2ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "1"
}
32
delete
ok
1ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "2"
}
33
delete
ok
1ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "3"
}
34
delete
ok
1ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "4"
}
35
delete
ok
1ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "5"
}
36
delete
ok
1ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "6"
}
37
delete
ok
1ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "7"
}
38
delete
ok
0ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "8"
}
39
delete
ok
1ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "9"
}
40
delete
ok
0ms
args
{
  "document_id": "doc_1781216859107_1",
  "part_id": "10"
}
41
get_document
ok
2ms
args
{
  "document_id": "doc_1781216859107_1"
}
42
render_view
ok
113ms
args
{
  "document_id": "doc_1781216859107_1"
}
43
get_document
ok
2ms
args
{
  "document_id": "doc_1781216859107_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "plate_raw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 80,
          "y": 40,
          "z": 8
        }
      }
    },
    "2": {
      "id": 2,
      "name": "plate_centered",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -40,
          "y": -20,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "slot_rect",
      "op": {
        "type": "Cube",
        "size": {
          "x": 40,
          "y": 10,
          "z": 10
        }
      }
    },
    "4": {
      "id": 4,
      "name": "slot_cyl_left",
      "op": {
        "type": "Cylinder",
        "radius": 5,
        "height": 10,
        "segments": 64
      }
    },
    "5": {
      "id": 5,
      "name": "slot_cyl_right",
      "op": {
        "type": "Cylinder",
        "radius": 5,
        "height": 10,
        "segments": 64
      }
    },
    "6": {
      "id": 6,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -20,
          "y": -5,
          "z": -1
        }
      }
    },
    "7": {
      "id": 7,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": -20,
          "y": 0,
          "z": -1
        }
      }
    },
    "8": {
      "id": 8,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": 20,
          "y": 0,
          "z": -1
        }
      }
    },
    "9": {
      "id": 9,
      "name": "slot_u1",
      "op": {
        "type": "Union",
        "left": 6,
        "right": 7
      }
    },
    "10": {
      "id": 10,
      "name": "slot_full",
      "op": {
        "type": "Union",
        "left": 9,
        "right": 8
      }
    },
    "11": {
      "id": 11,
      "name": "plate_with_slot",
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 10
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 11,
      "material": "default"
    }
  ]
}

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