← mecheval / run / a2-tee-bracket-01 / claude-mcp-claude-opus-4-7 / 20260611T180311Z-14ad
run 20260611T180311Z-14ad
Summary
| status | fail |
| score | 0.50 (3/6) |
| submission | self-run |
| model | claude-mcp-claude-opus-4-7 (anthropic) |
| started | 2026-06-11T18:03:11.845Z |
| ended | 2026-06-11T18:05:29.572Z |
| tokens | 583,594 in · 5,413 out · 589,007 total |
| wallclock | 137.7s |
| tool calls | 37 |
| task hash | b0cf14433cfe8350… |
| vcad hash | c2ee0c80ff5582ce… |
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_solidpass
params + details
params: {
"type": "valid_solid"
}
details: {
"root_count": 2,
"solids_produced": 2
}
1
bboxpass
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_propsfail
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_countfail
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_positionsfail
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_roundtrippass
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_documentok
2ms
args
{}1
create_cad_loonerr
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_documenterr
1ms
args
{
"initial": {}
}3
createok
6ms
args
{
"document_id": "doc_1781200992029_1",
"type": "cube",
"params": {
"size": [
60,
20,
5
]
},
"name": "HorizontalBar"
}4
readok
3ms
args
{
"document_id": "doc_1781200992029_1",
"part_id": "1"
}5
deleteok
3ms
args
{
"document_id": "doc_1781200992029_1",
"part_id": "1"
}6
create_cad_loonerr
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
createok
5ms
args
{
"document_id": "doc_1781200992029_1",
"type": "cube",
"params": {
"size": [
60,
20,
5
],
"position": [
-30,
0,
0
]
},
"name": "HorizontalBar"
}8
createok
3ms
args
{
"document_id": "doc_1781200992029_1",
"type": "cube",
"params": {
"size": [
20,
30,
5
],
"position": [
-10,
20,
0
]
},
"name": "Stem"
}9
readok
3ms
args
{
"document_id": "doc_1781200992029_1"
}10
readok
3ms
args
{
"document_id": "doc_1781200992029_1",
"part_id": "1"
}11
deleteok
3ms
args
{
"document_id": "doc_1781200992029_1",
"part_id": "1"
}12
deleteok
1ms
args
{
"document_id": "doc_1781200992029_1",
"part_id": "2"
}13
create_cad_loonok
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
createok
3ms
args
{
"document_id": "doc_1781200992029_1",
"type": "cube",
"params": {
"size": [
60,
20,
5
]
},
"name": "HorizontalBase"
}15
createok
4ms
args
{
"document_id": "doc_1781200992029_1",
"type": "translate",
"params": {
"child": 1,
"offset": [
-30,
0,
0
]
},
"parent_part_id": "1",
"name": "HorizontalTranslate"
}16
readok
2ms
args
{
"document_id": "doc_1781200992029_1"
}17
deleteok
3ms
args
{
"document_id": "doc_1781200992029_1",
"part_id": "1"
}18
deleteok
2ms
args
{
"document_id": "doc_1781200992029_1",
"part_id": "2"
}19
readok
2ms
args
{
"document_id": "doc_1781200992029_1"
}20
createok
1ms
args
{
"document_id": "doc_1781200992029_1",
"type": "cube",
"params": {
"size": [
60,
20,
5
]
},
"name": "HBar"
}21
createok
2ms
args
{
"document_id": "doc_1781200992029_1",
"type": "translate",
"params": {
"child": 1,
"offset": [
-30,
0,
0
]
},
"parent_part_id": "1"
}22
readok
3ms
args
{
"document_id": "doc_1781200992029_1"
}23
readok
3ms
args
{
"document_id": "doc_1781200992029_1",
"part_id": "2"
}24
readok
2ms
args
{
"document_id": "doc_1781200992029_1",
"part_id": "1"
}25
deleteok
3ms
args
{
"document_id": "doc_1781200992029_1",
"part_id": "1"
}26
deleteok
1ms
args
{
"document_id": "doc_1781200992029_1",
"part_id": "2"
}27
createok
3ms
args
{
"document_id": "doc_1781200992029_1",
"type": "cube",
"params": {
"size": [
60,
20,
5
]
},
"name": "HBarCube"
}28
createok
3ms
args
{
"document_id": "doc_1781200992029_1",
"type": "translate",
"params": {
"child": 1,
"offset": [
-30,
0,
0
]
},
"parent_part_id": "1",
"name": "HBar"
}29
readok
2ms
args
{
"document_id": "doc_1781200992029_1"
}30
deleteok
2ms
args
{
"document_id": "doc_1781200992029_1",
"part_id": "1"
}31
readok
2ms
args
{
"document_id": "doc_1781200992029_1",
"part_id": "2"
}32
createok
3ms
args
{
"document_id": "doc_1781200992029_1",
"type": "cube",
"params": {
"size": [
20,
30,
5
]
},
"name": "StemCube"
}33
createok
4ms
args
{
"document_id": "doc_1781200992029_1",
"type": "translate",
"params": {
"child": 3,
"offset": [
-10,
20,
0
]
},
"parent_part_id": "3",
"name": "Stem"
}34
deleteok
2ms
args
{
"document_id": "doc_1781200992029_1",
"part_id": "3"
}35
readok
1ms
args
{
"document_id": "doc_1781200992029_1"
}36
get_documentok
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"
}
]
}