← mecheval / run / a2-tee-bracket-01 / claude-mcp-claude-opus-4-7 / 20260611T180311Z-14ad

run 20260611T180311Z-14ad

a2-tee-bracket-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.50 (3/6)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T18:03:11.845Z
ended2026-06-11T18:05:29.572Z
tokens583,594 in · 5,413 out · 589,007 total
wallclock137.7s
tool calls37
task hashb0cf14433cfe8350…
vcad hashc2ee0c80ff5582ce…

Prompt

Make a flat T-shaped bracket lying in the XY plane, 5mm thick (z = 0 to z = 5). Horizontal bar: x in [-30, 30], y in [0, 20]. Vertical stem extending in +Y from the middle of the horizontal bar: x in [-10, 10], y in [20, 50]. Drill three through-holes of diameter 5mm, axes parallel to Z: one at (0, 45) at the top of the stem, and two on the horizontal bar at (-25, 10) and (25, 10). Output a single solid.

Checks

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

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

details: {
  "actual_max": [
    30,
    50,
    5
  ],
  "actual_min": [
    -30,
    0,
    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 3.4%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 8705.48,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 9000,
    "deviation_pct": 3.3831563566856793,
    "pass": false,
    "spec_mm3": 8705.48,
    "tolerance_pct": 0.5
  }
}
3
hole_count
fail
found 0/3 holes of ⌀5mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 5,
  "expected": 3,
  "diameter_tolerance_mm": 0.05
}

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

details: {
  "diameter_mm": 5,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        45
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -25,
        10
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        25,
        10
      ]
    }
  ],
  "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": [
          30,
          20,
          5
        ],
        "original_min": [
          -30,
          0,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          30,
          20,
          5
        ],
        "roundtripped_min": [
          -30,
          0,
          0
        ],
        "tolerance_mm": 0.31721443851123804
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 6000,
        "pass": true,
        "roundtripped_mm3": 6000
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          10,
          50,
          5
        ],
        "original_min": [
          -10,
          20,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          10,
          50,
          5
        ],
        "roundtripped_min": [
          -10,
          20,
          0
        ],
        "tolerance_mm": 0.18200274723201296
      },
      "index": 1,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 3000,
        "pass": true,
        "roundtripped_mm3": 3000
      }
    }
  ],
  "tolerance_pct": 0.5
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create_cad_loon
err
6ms
args
{
  "source": "[let\n  [horizontal [translate -30 0 0 [cube 60 20 5]]]\n  [stem [translate -10 20 0 [cube 20 30 5]]]\n  [tshape [union horizontal stem]]\n  [hole1 [translate 0 45 -1 [cylinder 2.5 7]]]\n  [hole2 [translate -25 10 -1 [cylinder 2.5 7]]]\n  [hole3 [translate 25 10 -1 [cylinder 2.5 7]]]\n  [holes [union hole1 [union hole2 hole3]]]\n  [difference holes tshape]]"
}
2
open_document
err
1ms
args
{
  "initial": {}
}
3
create
ok
6ms
args
{
  "document_id": "doc_1781200992029_1",
  "type": "cube",
  "params": {
    "size": [
      60,
      20,
      5
    ]
  },
  "name": "HorizontalBar"
}
4
read
ok
3ms
args
{
  "document_id": "doc_1781200992029_1",
  "part_id": "1"
}
5
delete
ok
3ms
args
{
  "document_id": "doc_1781200992029_1",
  "part_id": "1"
}
6
create_cad_loon
err
5ms
args
{
  "source": "[let\n  [tshape\n    [union\n      [translate -10 20 0 [cube 20 30 5]]\n      [translate -30 0 0 [cube 60 20 5]]]]\n  [difference\n    [union\n      [translate 0 45 -1 [cylinder 2.5 7]]\n      [union\n        [translate -25 10 -1 [cylinder 2.5 7]]\n        [translate 25 10 -1 [cylinder 2.5 7]]]]\n    tshape]]",
  "format": "json"
}
7
create
ok
5ms
args
{
  "document_id": "doc_1781200992029_1",
  "type": "cube",
  "params": {
    "size": [
      60,
      20,
      5
    ],
    "position": [
      -30,
      0,
      0
    ]
  },
  "name": "HorizontalBar"
}
8
create
ok
3ms
args
{
  "document_id": "doc_1781200992029_1",
  "type": "cube",
  "params": {
    "size": [
      20,
      30,
      5
    ],
    "position": [
      -10,
      20,
      0
    ]
  },
  "name": "Stem"
}
9
read
ok
3ms
args
{
  "document_id": "doc_1781200992029_1"
}
10
read
ok
3ms
args
{
  "document_id": "doc_1781200992029_1",
  "part_id": "1"
}
11
delete
ok
3ms
args
{
  "document_id": "doc_1781200992029_1",
  "part_id": "1"
}
12
delete
ok
1ms
args
{
  "document_id": "doc_1781200992029_1",
  "part_id": "2"
}
13
create_cad_loon
ok
6ms
args
{
  "source": "[difference\n  [union\n    [translate 0 45 -1 [cylinder 2.5 7]]\n    [union\n      [translate -25 10 -1 [cylinder 2.5 7]]\n      [translate 25 10 -1 [cylinder 2.5 7]]]]\n  [union\n    [translate -10 20 0 [cube 20 30 5]]\n    [translate -30 0 0 [cube 60 20 5]]]]",
  "format": "json"
}
14
create
ok
3ms
args
{
  "document_id": "doc_1781200992029_1",
  "type": "cube",
  "params": {
    "size": [
      60,
      20,
      5
    ]
  },
  "name": "HorizontalBase"
}
15
create
ok
4ms
args
{
  "document_id": "doc_1781200992029_1",
  "type": "translate",
  "params": {
    "child": 1,
    "offset": [
      -30,
      0,
      0
    ]
  },
  "parent_part_id": "1",
  "name": "HorizontalTranslate"
}
16
read
ok
2ms
args
{
  "document_id": "doc_1781200992029_1"
}
17
delete
ok
3ms
args
{
  "document_id": "doc_1781200992029_1",
  "part_id": "1"
}
18
delete
ok
2ms
args
{
  "document_id": "doc_1781200992029_1",
  "part_id": "2"
}
19
read
ok
2ms
args
{
  "document_id": "doc_1781200992029_1"
}
20
create
ok
1ms
args
{
  "document_id": "doc_1781200992029_1",
  "type": "cube",
  "params": {
    "size": [
      60,
      20,
      5
    ]
  },
  "name": "HBar"
}
21
create
ok
2ms
args
{
  "document_id": "doc_1781200992029_1",
  "type": "translate",
  "params": {
    "child": 1,
    "offset": [
      -30,
      0,
      0
    ]
  },
  "parent_part_id": "1"
}
22
read
ok
3ms
args
{
  "document_id": "doc_1781200992029_1"
}
23
read
ok
3ms
args
{
  "document_id": "doc_1781200992029_1",
  "part_id": "2"
}
24
read
ok
2ms
args
{
  "document_id": "doc_1781200992029_1",
  "part_id": "1"
}
25
delete
ok
3ms
args
{
  "document_id": "doc_1781200992029_1",
  "part_id": "1"
}
26
delete
ok
1ms
args
{
  "document_id": "doc_1781200992029_1",
  "part_id": "2"
}
27
create
ok
3ms
args
{
  "document_id": "doc_1781200992029_1",
  "type": "cube",
  "params": {
    "size": [
      60,
      20,
      5
    ]
  },
  "name": "HBarCube"
}
28
create
ok
3ms
args
{
  "document_id": "doc_1781200992029_1",
  "type": "translate",
  "params": {
    "child": 1,
    "offset": [
      -30,
      0,
      0
    ]
  },
  "parent_part_id": "1",
  "name": "HBar"
}
29
read
ok
2ms
args
{
  "document_id": "doc_1781200992029_1"
}
30
delete
ok
2ms
args
{
  "document_id": "doc_1781200992029_1",
  "part_id": "1"
}
31
read
ok
2ms
args
{
  "document_id": "doc_1781200992029_1",
  "part_id": "2"
}
32
create
ok
3ms
args
{
  "document_id": "doc_1781200992029_1",
  "type": "cube",
  "params": {
    "size": [
      20,
      30,
      5
    ]
  },
  "name": "StemCube"
}
33
create
ok
4ms
args
{
  "document_id": "doc_1781200992029_1",
  "type": "translate",
  "params": {
    "child": 3,
    "offset": [
      -10,
      20,
      0
    ]
  },
  "parent_part_id": "3",
  "name": "Stem"
}
34
delete
ok
2ms
args
{
  "document_id": "doc_1781200992029_1",
  "part_id": "3"
}
35
read
ok
1ms
args
{
  "document_id": "doc_1781200992029_1"
}
36
get_document
ok
0ms
args
{
  "document_id": "doc_1781200992029_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "HBarCube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 60,
          "y": 20,
          "z": 5
        }
      }
    },
    "2": {
      "id": 2,
      "name": "HBar",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -30,
          "y": 0,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "StemCube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 20,
          "y": 30,
          "z": 5
        }
      }
    },
    "4": {
      "id": 4,
      "name": "Stem",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -10,
          "y": 20,
          "z": 0
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 2,
      "material": "default"
    },
    {
      "root": 4,
      "material": "default"
    }
  ]
}

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