← mecheval / run / a2-channel-bracket-01 / claude-mcp-claude-opus-4-7 / 20260611T172516Z-3c7e

run 20260611T172516Z-3c7e

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

Summary

statusPASS
score1.00 (4/4)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T17:25:16.781Z
ended2026-06-11T17:26:38.608Z
tokens403,609 in · 4,780 out · 408,389 total
wallclock81.8s
tool calls35
task hash8a57ee77a91f87fa…
vcad hashe7e7349f0ae9b8f6…

Prompt

Make a U-shaped channel bracket built from three rectangular plates fused into a single solid. Bottom plate: x in [0, 30], y in [0, 40], z in [0, 4]. Left wall standing on top of the bottom: x in [0, 4], y in [0, 40], z in [4, 30]. Right wall standing on top of the bottom: x in [26, 30], y in [0, 40], z in [4, 30]. 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": [
    0,
    0,
    0
  ],
  "max": [
    30,
    40,
    30
  ],
  "tolerance_mm": 0.05
}

details: {
  "actual_max": [
    30,
    40,
    30
  ],
  "actual_min": [
    0,
    0,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.05
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 13120,
  "tolerance_pct": 0.1
}

details: {
  "volume": {
    "actual_mm3": 13120,
    "deviation_pct": 0,
    "pass": true,
    "spec_mm3": 13120,
    "tolerance_pct": 0.1
  }
}
3
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.1
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          30,
          40,
          30
        ],
        "original_min": [
          0,
          0,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          30,
          40,
          30
        ],
        "roundtripped_min": [
          0,
          0,
          0
        ],
        "tolerance_mm": 0.05830951894845301
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 13120,
        "pass": true,
        "roundtripped_mm3": 13120
      }
    }
  ],
  "tolerance_pct": 0.1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create_cad_loon
ok
10ms
args
{
  "source": "[union\n  [translate 0 0 4 [cube 4 40 26]]\n  [union\n    [translate 26 0 4 [cube 4 40 26]]\n    [cube 30 40 4]]]",
  "format": "json"
}
2
create
ok
7ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "cube",
  "name": "Bottom",
  "params": {
    "size": {
      "x": 30,
      "y": 40,
      "z": 4
    }
  }
}
3
create
ok
1ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "cube",
  "name": "LeftWallRaw",
  "params": {
    "size": {
      "x": 4,
      "y": 40,
      "z": 26
    }
  }
}
4
create
ok
1ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "cube",
  "name": "RightWallRaw",
  "params": {
    "size": {
      "x": 4,
      "y": 40,
      "z": 26
    }
  }
}
5
read
ok
1ms
args
{
  "document_id": "doc_1781198716967_1"
}
6
delete
ok
2ms
args
{
  "document_id": "doc_1781198716967_1",
  "part_id": "1"
}
7
delete
ok
1ms
args
{
  "document_id": "doc_1781198716967_1",
  "part_id": "2"
}
8
delete
ok
1ms
args
{
  "document_id": "doc_1781198716967_1",
  "part_id": "3"
}
9
create
ok
3ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "cube",
  "name": "Bottom",
  "params": {
    "size": {
      "x": 30,
      "y": 40,
      "z": 4
    }
  }
}
10
create
err
5ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "union",
  "name": "AddLeftWall",
  "parent_part_id": "1",
  "params": {
    "other": {
      "type": "translate",
      "params": {
        "offset": {
          "x": 0,
          "y": 0,
          "z": 4
        },
        "child": {
          "type": "cube",
          "params": {
            "size": {
              "x": 4,
              "y": 40,
              "z": 26
            }
          }
        }
      }
    }
  }
}
11
create
err
4ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "union",
  "name": "AddLeftWall",
  "parent_part_id": "1",
  "params": {
    "right": {
      "type": "translate",
      "params": {
        "offset": {
          "x": 0,
          "y": 0,
          "z": 4
        },
        "child": {
          "type": "cube",
          "params": {
            "size": {
              "x": 4,
              "y": 40,
              "z": 26
            }
          }
        }
      }
    }
  }
}
12
get_document
ok
2ms
args
{
  "document_id": "doc_1781198716967_1"
}
13
delete
ok
1ms
args
{
  "document_id": "doc_1781198716967_1",
  "part_id": "1"
}
14
create
ok
1ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "cube",
  "name": "Bottom",
  "params": {
    "size": {
      "x": 30,
      "y": 40,
      "z": 4
    }
  }
}
15
create
ok
0ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "cube",
  "name": "LeftWallRaw",
  "params": {
    "size": {
      "x": 4,
      "y": 40,
      "z": 26
    }
  }
}
16
create
ok
0ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "cube",
  "name": "RightWallRaw",
  "params": {
    "size": {
      "x": 4,
      "y": 40,
      "z": 26
    }
  }
}
17
create
err
1ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "translate",
  "name": "LeftWall",
  "parent_part_id": "2",
  "params": {
    "offset": {
      "x": 0,
      "y": 0,
      "z": 4
    }
  }
}
18
create
err
0ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "translate",
  "name": "RightWall",
  "parent_part_id": "3",
  "params": {
    "offset": {
      "x": 26,
      "y": 0,
      "z": 4
    }
  }
}
19
create
ok
4ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "translate",
  "name": "LeftWall",
  "parent_part_id": "2",
  "params": {
    "offset": {
      "x": 0,
      "y": 0,
      "z": 4
    },
    "child": 2
  }
}
20
create
ok
2ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "translate",
  "name": "RightWall",
  "parent_part_id": "3",
  "params": {
    "offset": {
      "x": 26,
      "y": 0,
      "z": 4
    },
    "child": 3
  }
}
21
read
ok
1ms
args
{
  "document_id": "doc_1781198716967_1"
}
22
get_document
ok
1ms
args
{
  "document_id": "doc_1781198716967_1"
}
23
create
ok
2ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "union",
  "name": "BottomLeft",
  "parent_part_id": "1",
  "params": {
    "left": 1,
    "right": 4
  }
}
24
create
ok
1ms
args
{
  "document_id": "doc_1781198716967_1",
  "type": "union",
  "name": "UBracket",
  "parent_part_id": "6",
  "params": {
    "left": 6,
    "right": 5
  }
}
25
get_document
ok
1ms
args
{
  "document_id": "doc_1781198716967_1"
}
26
delete
ok
2ms
args
{
  "document_id": "doc_1781198716967_1",
  "part_id": "1"
}
27
delete
ok
1ms
args
{
  "document_id": "doc_1781198716967_1",
  "part_id": "2"
}
28
delete
ok
1ms
args
{
  "document_id": "doc_1781198716967_1",
  "part_id": "3"
}
29
delete
ok
0ms
args
{
  "document_id": "doc_1781198716967_1",
  "part_id": "4"
}
30
delete
ok
0ms
args
{
  "document_id": "doc_1781198716967_1",
  "part_id": "5"
}
31
delete
ok
1ms
args
{
  "document_id": "doc_1781198716967_1",
  "part_id": "6"
}
32
get_document
ok
2ms
args
{
  "document_id": "doc_1781198716967_1"
}
33
inspect_cad
ok
23ms
args
{
  "document_id": "doc_1781198716967_1"
}
34
get_document
ok
1ms
args
{
  "document_id": "doc_1781198716967_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Bottom",
      "op": {
        "type": "Cube",
        "size": {
          "x": 30,
          "y": 40,
          "z": 4
        }
      }
    },
    "2": {
      "id": 2,
      "name": "LeftWallRaw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 4,
          "y": 40,
          "z": 26
        }
      }
    },
    "3": {
      "id": 3,
      "name": "RightWallRaw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 4,
          "y": 40,
          "z": 26
        }
      }
    },
    "4": {
      "id": 4,
      "name": "LeftWall",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 4
        }
      }
    },
    "5": {
      "id": 5,
      "name": "RightWall",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 26,
          "y": 0,
          "z": 4
        }
      }
    },
    "6": {
      "id": 6,
      "name": "BottomLeft",
      "op": {
        "type": "Union",
        "left": 1,
        "right": 4
      }
    },
    "7": {
      "id": 7,
      "name": "UBracket",
      "op": {
        "type": "Union",
        "left": 6,
        "right": 5
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 7,
      "material": "default"
    }
  ]
}

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