← mecheval / run / a1-block-01 / claude-mcp-claude-opus-4-7 / 20260611T170952Z-ad86

run 20260611T170952Z-ad86

a1-block-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:09:52.893Z
ended2026-06-11T17:10:02.750Z
tokens45,228 in · 378 out · 45,606 total
wallclock9.8s
tool calls4
task hasheb827360a11bd025…
vcad hash668f9fa62150d79d…

Prompt

Make a rectangular block 60mm long (X) × 40mm wide (Y) × 20mm tall (Z). Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 20). Output a single solid.

Checks

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

details: {
  "root_count": 1,
  "solids_produced": 1
}
1
bbox
fail
X off by +30.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -30,
    -20,
    0
  ],
  "max": [
    30,
    20,
    20
  ],
  "tolerance_mm": 0.05
}

details: {
  "actual_max": [
    60,
    40,
    20
  ],
  "actual_min": [
    0,
    0,
    0
  ],
  "deviation_max": [
    30,
    20,
    0
  ],
  "deviation_min": [
    30,
    20,
    0
  ],
  "max_abs_deviation_mm": 30,
  "tolerance_mm": 0.05
}
2
mass_props
fail
center of mass off by 30.00mm
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 48000,
  "center_of_mass": [
    0,
    0,
    10
  ],
  "tolerance_pct": 0.1
}

details: {
  "center_of_mass": {
    "actual": [
      30,
      20,
      10
    ],
    "bbox_diagonal_mm": 74.83314773547883,
    "deviation": [
      30,
      20,
      0
    ],
    "max_abs_deviation_mm": 30,
    "pass": false,
    "spec": [
      0,
      0,
      10
    ],
    "tolerance_mm": 0.07483314773547883
  },
  "volume": {
    "actual_mm3": 48000,
    "deviation_pct": 0,
    "pass": true,
    "spec_mm3": 48000,
    "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": [
          60,
          40,
          20
        ],
        "original_min": [
          0,
          0,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          60,
          40,
          20
        ],
        "roundtripped_min": [
          0,
          0,
          0
        ],
        "tolerance_mm": 0.07483314773547883
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 48000,
        "pass": true,
        "roundtripped_mm3": 48000
      }
    }
  ],
  "tolerance_pct": 0.1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
3ms
args
{
  "document_id": "doc_1781197793104_1",
  "type": "cube",
  "params": {
    "x": 60,
    "y": 40,
    "z": 20,
    "position": {
      "x": -30,
      "y": -20,
      "z": 0
    }
  },
  "name": "Block"
}
2
create
ok
3ms
args
{
  "document_id": "doc_1781197793104_1",
  "type": "cube",
  "params": {
    "size": [
      60,
      40,
      20
    ],
    "position": [
      -30,
      -20,
      0
    ]
  },
  "name": "Block"
}
3
get_document
ok
1ms
args
{
  "document_id": "doc_1781197793104_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Block",
      "op": {
        "type": "Cube",
        "size": {
          "x": 60,
          "y": 40,
          "z": 20
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 1,
      "material": "default"
    }
  ]
}

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