← mecheval / run / a2-cube-with-pocket-01 / claude-mcp-claude-opus-4-7 / 20260611T172755Z-9b69

run 20260611T172755Z-9b69

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:27:55.405Z
ended2026-06-11T17:28:47.131Z
tokens242,347 in · 2,520 out · 244,867 total
wallclock51.7s
tool calls18
task hash58a30883751efce8…
vcad hashc6bce667c6d5e766…

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
3ms
args
{
  "document_id": "doc_1781198875588_1",
  "type": "difference",
  "name": "Cube with Pocket",
  "params": {
    "children": [
      {
        "type": "translate",
        "params": {
          "x": -20,
          "y": -20,
          "z": 0,
          "child": {
            "type": "cube",
            "params": {
              "x": 40,
              "y": 40,
              "z": 40
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -10,
          "y": -10,
          "z": 30,
          "child": {
            "type": "cube",
            "params": {
              "x": 20,
              "y": 20,
              "z": 11
            }
          }
        }
      }
    ]
  }
}
2
create
err
1ms
args
{
  "document_id": "doc_1781198875588_1",
  "type": "difference",
  "name": "Cube with Pocket",
  "params": {
    "left": {
      "type": "translate",
      "params": {
        "x": -20,
        "y": -20,
        "z": 0,
        "child": {
          "type": "cube",
          "params": {
            "x": 40,
            "y": 40,
            "z": 40
          }
        }
      }
    },
    "right": {
      "type": "translate",
      "params": {
        "x": -10,
        "y": -10,
        "z": 30,
        "child": {
          "type": "cube",
          "params": {
            "x": 20,
            "y": 20,
            "z": 11
          }
        }
      }
    }
  }
}
3
create_cad_loon
ok
6ms
args
{
  "source": "[difference\n  [translate -10 -10 30 [cube 20 20 11]]\n  [translate -20 -20 0 [cube 40 40 40]]]",
  "format": "json"
}
4
create
ok
1ms
args
{
  "document_id": "doc_1781198875588_1",
  "type": "cube",
  "name": "Base Cube",
  "params": {
    "size": {
      "x": 40,
      "y": 40,
      "z": 40
    }
  }
}
5
create
ok
2ms
args
{
  "document_id": "doc_1781198875588_1",
  "type": "translate",
  "name": "Center Cube",
  "parent_part_id": "1",
  "params": {
    "child": 1,
    "offset": {
      "x": -20,
      "y": -20,
      "z": 0
    }
  }
}
6
create
ok
2ms
args
{
  "document_id": "doc_1781198875588_1",
  "type": "cube",
  "name": "Pocket Cube",
  "params": {
    "size": {
      "x": 20,
      "y": 20,
      "z": 11
    }
  }
}
7
create
ok
1ms
args
{
  "document_id": "doc_1781198875588_1",
  "type": "translate",
  "name": "Position Pocket",
  "parent_part_id": "3",
  "params": {
    "child": 3,
    "offset": {
      "x": -10,
      "y": -10,
      "z": 30
    }
  }
}
8
create
ok
2ms
args
{
  "document_id": "doc_1781198875588_1",
  "type": "difference",
  "name": "Cube with Pocket",
  "parent_part_id": "2",
  "params": {
    "left": 2,
    "right": 4
  }
}
9
read
ok
2ms
args
{
  "document_id": "doc_1781198875588_1"
}
10
get_document
ok
3ms
args
{
  "document_id": "doc_1781198875588_1"
}
11
delete
ok
1ms
args
{
  "document_id": "doc_1781198875588_1",
  "part_id": "1"
}
12
delete
ok
0ms
args
{
  "document_id": "doc_1781198875588_1",
  "part_id": "2"
}
13
delete
ok
0ms
args
{
  "document_id": "doc_1781198875588_1",
  "part_id": "3"
}
14
delete
ok
0ms
args
{
  "document_id": "doc_1781198875588_1",
  "part_id": "4"
}
15
get_document
ok
1ms
args
{
  "document_id": "doc_1781198875588_1"
}
16
render_view
ok
105ms
args
{
  "document_id": "doc_1781198875588_1"
}
17
get_document
ok
2ms
args
{
  "document_id": "doc_1781198875588_1"
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T172755Z-9b69.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": "Center Cube",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -20,
          "y": -20,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "Pocket Cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 20,
          "y": 20,
          "z": 11
        }
      }
    },
    "4": {
      "id": 4,
      "name": "Position Pocket",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -10,
          "y": -10,
          "z": 30
        }
      }
    },
    "5": {
      "id": 5,
      "name": "Cube with Pocket",
      "op": {
        "type": "Difference",
        "left": 2,
        "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