← mecheval / run / a1-cube-01 / claude-mcp-claude-opus-4-7 / 20260611T171143Z-0bb8

run 20260611T171143Z-0bb8

a1-cube-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.50 (2/4)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T17:11:43.928Z
ended2026-06-11T17:12:43.281Z
tokens142,028 in · 1,219 out · 143,247 total
wallclock59.3s
tool calls10
task hashf3e3dadc8f7d2b1b…
vcad hashf21ab9880a5c8bbd…

Prompt

Make a 25mm cube centered on the origin.

Checks

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

details: {
  "root_count": 2,
  "solids_produced": 2
}
1
bbox
fail
X off by +12.50mm
params + details
params: {
  "type": "bbox",
  "min": [
    -12.5,
    -12.5,
    -12.5
  ],
  "max": [
    12.5,
    12.5,
    12.5
  ],
  "tolerance_mm": 0.05
}

details: {
  "actual_max": [
    25,
    25,
    25
  ],
  "actual_min": [
    -12.5,
    -12.5,
    -12.5
  ],
  "deviation_max": [
    12.5,
    12.5,
    12.5
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 12.5,
  "tolerance_mm": 0.05
}
2
mass_props
fail
volume off by 100.0%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 15625,
  "center_of_mass": [
    0,
    0,
    0
  ],
  "tolerance_pct": 0.1
}

details: {
  "center_of_mass": {
    "actual": [
      6.25,
      6.25,
      6.25
    ],
    "bbox_diagonal_mm": 64.9519052838329,
    "deviation": [
      6.25,
      6.25,
      6.25
    ],
    "max_abs_deviation_mm": 6.25,
    "pass": false,
    "spec": [
      0,
      0,
      0
    ],
    "tolerance_mm": 0.0649519052838329
  },
  "volume": {
    "actual_mm3": 31250,
    "deviation_pct": 100,
    "pass": false,
    "spec_mm3": 15625,
    "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": [
          25,
          25,
          25
        ],
        "original_min": [
          0,
          0,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          25,
          25,
          25
        ],
        "roundtripped_min": [
          0,
          0,
          0
        ],
        "tolerance_mm": 0.04330127018922193
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 15625,
        "pass": true,
        "roundtripped_mm3": 15625
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          12.5,
          12.5,
          12.5
        ],
        "original_min": [
          -12.5,
          -12.5,
          -12.5
        ],
        "pass": true,
        "roundtripped_max": [
          12.5,
          12.5,
          12.5
        ],
        "roundtripped_min": [
          -12.5,
          -12.5,
          -12.5
        ],
        "tolerance_mm": 0.04330127018922193
      },
      "index": 1,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 15625,
        "pass": true,
        "roundtripped_mm3": 15625
      }
    }
  ],
  "tolerance_pct": 0.1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
6ms
args
{
  "document_id": "doc_1781197904123_1",
  "type": "translate",
  "name": "Centered Cube",
  "params": {
    "x": -12.5,
    "y": -12.5,
    "z": -12.5,
    "child": {
      "type": "cube",
      "params": {
        "x": 25,
        "y": 25,
        "z": 25
      }
    }
  }
}
2
create_cad_loon
ok
7ms
args
{
  "source": "[root [translate -12.5 -12.5 -12.5 [cube 25 25 25]] \"steel\"]"
}
3
create
err
2ms
args
{
  "document_id": "doc_1781197904123_1",
  "type": "cube",
  "name": "Cube",
  "params": {
    "x": 25,
    "y": 25,
    "z": 25
  }
}
4
create
ok
1ms
args
{
  "document_id": "doc_1781197904123_1",
  "type": "cube",
  "name": "Cube",
  "params": {
    "size": [
      25,
      25,
      25
    ]
  }
}
5
create
err
4ms
args
{
  "document_id": "doc_1781197904123_1",
  "type": "translate",
  "name": "Center",
  "parent_part_id": "1",
  "params": {
    "offset": [
      -12.5,
      -12.5,
      -12.5
    ]
  }
}
6
read
ok
3ms
args
{
  "document_id": "doc_1781197904123_1",
  "part_id": "1"
}
7
create
ok
2ms
args
{
  "document_id": "doc_1781197904123_1",
  "type": "translate",
  "name": "Center",
  "parent_part_id": "1",
  "params": {
    "offset": {
      "x": -12.5,
      "y": -12.5,
      "z": -12.5
    },
    "child": 1
  }
}
8
render_view
ok
152ms
args
{
  "document_id": "doc_1781197904123_1"
}
9
get_document
ok
1ms
args
{
  "document_id": "doc_1781197904123_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 25,
          "y": 25,
          "z": 25
        }
      }
    },
    "2": {
      "id": 2,
      "name": "Center",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -12.5,
          "y": -12.5,
          "z": -12.5
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 1,
      "material": "default"
    },
    {
      "root": 2,
      "material": "default"
    }
  ]
}

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