← mecheval / run / a2-cube-with-pocket-01 / claude-mcp-claude-opus-4-7 / 20260611T172809Z-8070

run 20260611T172809Z-8070

a2-cube-with-pocket-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:28:09.127Z
ended2026-06-11T17:31:17.504Z
tokens285,105 in · 2,936 out · 288,041 total
wallclock188.4s
tool calls24
task hash58a30883751efce8…
vcad hashad38c5d4acb11f85…

Prompt

Start with a 40mm cube, centered in X and Y with the bottom face on the XY plane (so it spans x in [-20, 20], y in [-20, 20], z in [0, 40]). Cut a rectangular pocket into the top face: remove material in x in [-10, 10], y in [-10, 10], z in [30, 40]. The pocket is open at the top, closed on the four sides and the bottom (10mm of cube remains underneath the pocket). 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": [
    -20,
    -20,
    0
  ],
  "max": [
    20,
    20,
    40
  ],
  "tolerance_mm": 0.05
}

details: {
  "actual_max": [
    20,
    20,
    40
  ],
  "actual_min": [
    -20,
    -20,
    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": 60000,
  "tolerance_pct": 0.1
}

details: {
  "volume": {
    "actual_mm3": 60000,
    "deviation_pct": 0,
    "pass": true,
    "spec_mm3": 60000,
    "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": [
          20,
          20,
          40
        ],
        "original_min": [
          -20,
          -20,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          20,
          20,
          40
        ],
        "roundtripped_min": [
          -20,
          -20,
          0
        ],
        "tolerance_mm": 0.0692820323027551
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 60000,
        "pass": true,
        "roundtripped_mm3": 60000
      }
    }
  ],
  "tolerance_pct": 0.1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
4ms
args
{
  "document_id": "doc_1781198889314_1",
  "type": "difference",
  "name": "Pocketed Cube",
  "params": {
    "a": {
      "type": "translate",
      "params": {
        "x": -20,
        "y": -20,
        "z": 0,
        "a": {
          "type": "cube",
          "params": {
            "x": 40,
            "y": 40,
            "z": 40
          }
        }
      }
    },
    "b": {
      "type": "translate",
      "params": {
        "x": -10,
        "y": -10,
        "z": 30,
        "a": {
          "type": "cube",
          "params": {
            "x": 20,
            "y": 20,
            "z": 10
          }
        }
      }
    }
  }
}
2
create_cad_loon
ok
10ms
args
{
  "source": "[difference\n  [translate -10 -10 30 [cube 20 20 10]]\n  [translate -20 -20 0 [cube 40 40 40]]]",
  "format": "json"
}
3
create
ok
4ms
args
{
  "document_id": "doc_1781198889314_1",
  "type": "cube",
  "name": "Base Cube",
  "params": {
    "size": {
      "x": 40,
      "y": 40,
      "z": 40
    }
  }
}
4
read
ok
6ms
args
{
  "document_id": "doc_1781198889314_1",
  "part_id": "1"
}
5
delete
ok
3ms
args
{
  "document_id": "doc_1781198889314_1",
  "part_id": "1"
}
6
create
ok
2ms
args
{
  "document_id": "doc_1781198889314_1",
  "type": "cube",
  "name": "Base Cube",
  "params": {
    "size": {
      "x": 40,
      "y": 40,
      "z": 40
    }
  }
}
7
create
ok
3ms
args
{
  "document_id": "doc_1781198889314_1",
  "type": "cube",
  "name": "Pocket Tool",
  "params": {
    "size": {
      "x": 20,
      "y": 20,
      "z": 10
    }
  }
}
8
create
ok
2ms
args
{
  "document_id": "doc_1781198889314_1",
  "type": "translate",
  "name": "Center Cube",
  "parent_part_id": "1",
  "params": {
    "child": 1,
    "offset": {
      "x": -20,
      "y": -20,
      "z": 0
    }
  }
}
9
create
ok
1ms
args
{
  "document_id": "doc_1781198889314_1",
  "type": "translate",
  "name": "Position Pocket",
  "parent_part_id": "2",
  "params": {
    "child": 2,
    "offset": {
      "x": -10,
      "y": -10,
      "z": 30
    }
  }
}
10
read
ok
2ms
args
{
  "document_id": "doc_1781198889314_1"
}
11
read
ok
1ms
args
{
  "document_id": "doc_1781198889314_1",
  "part_id": "3"
}
12
read
ok
0ms
args
{
  "document_id": "doc_1781198889314_1",
  "part_id": "4"
}
13
create
ok
1ms
args
{
  "document_id": "doc_1781198889314_1",
  "type": "difference",
  "name": "Pocketed Cube",
  "params": {
    "left": 3,
    "right": 4
  }
}
14
read
ok
1ms
args
{
  "document_id": "doc_1781198889314_1"
}
15
get_document
ok
1ms
args
{
  "document_id": "doc_1781198889314_1"
}
16
delete
ok
3ms
args
{
  "document_id": "doc_1781198889314_1",
  "part_id": "1"
}
17
delete
ok
2ms
args
{
  "document_id": "doc_1781198889314_1",
  "part_id": "2"
}
18
delete
ok
1ms
args
{
  "document_id": "doc_1781198889314_1",
  "part_id": "3"
}
19
delete
ok
1ms
args
{
  "document_id": "doc_1781198889314_1",
  "part_id": "4"
}
20
get_document
ok
1ms
args
{
  "document_id": "doc_1781198889314_1"
}
21
render_view
ok
654ms
args
{
  "document_id": "doc_1781198889314_1"
}
22
inspect_cad
ok
3ms
args
{
  "document_id": "doc_1781198889314_1"
}
23
get_document
ok
2ms
args
{
  "document_id": "doc_1781198889314_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Base Cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 40,
          "y": 40,
          "z": 40
        }
      }
    },
    "2": {
      "id": 2,
      "name": "Pocket Tool",
      "op": {
        "type": "Cube",
        "size": {
          "x": 20,
          "y": 20,
          "z": 10
        }
      }
    },
    "3": {
      "id": 3,
      "name": "Center Cube",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -20,
          "y": -20,
          "z": 0
        }
      }
    },
    "4": {
      "id": 4,
      "name": "Position Pocket",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": -10,
          "y": -10,
          "z": 30
        }
      }
    },
    "5": {
      "id": 5,
      "name": "Pocketed Cube",
      "op": {
        "type": "Difference",
        "left": 3,
        "right": 4
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 5,
      "material": "default"
    }
  ]
}

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