← mecheval / run / a1-sphere-01 / claude-mcp-claude-opus-4-7 / 20260611T172137Z-8476

run 20260611T172137Z-8476

a1-sphere-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:21:37.042Z
ended2026-06-11T17:21:44.835Z
tokens45,036 in · 339 out · 45,375 total
wallclock7.8s
tool calls4
task hashebf88120c06a0cab…
vcad hash2839f699d058be20…

Prompt

Make a sphere of diameter 30mm (radius 15mm) centered at the origin. 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": [
    -15,
    -15,
    -15
  ],
  "max": [
    15,
    15,
    15
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    15,
    15,
    15
  ],
  "actual_min": [
    -15,
    -15,
    -15
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.1
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 14137.17,
  "center_of_mass": [
    0,
    0,
    0
  ],
  "tolerance_pct": 2
}

details: {
  "center_of_mass": {
    "actual": [
      3.745553528084382e-17,
      -4.8431496826920635e-17,
      -5.992885644935011e-17
    ],
    "bbox_diagonal_mm": 51.96152422706632,
    "deviation": [
      3.745553528084382e-17,
      -4.8431496826920635e-17,
      -5.992885644935011e-17
    ],
    "max_abs_deviation_mm": 5.992885644935011e-17,
    "pass": true,
    "spec": [
      0,
      0,
      0
    ],
    "tolerance_mm": 1.0392304845413265
  },
  "volume": {
    "actual_mm3": 13911.55323195267,
    "deviation_pct": 1.5959118271006854,
    "pass": true,
    "spec_mm3": 14137.17,
    "tolerance_pct": 2
  }
}
3
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 2
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          15,
          15,
          15
        ],
        "original_min": [
          -15,
          -15,
          -15
        ],
        "pass": true,
        "roundtripped_max": [
          15,
          15,
          15
        ],
        "roundtripped_min": [
          -15,
          -15,
          -15
        ],
        "tolerance_mm": 1.0392304845413265
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 13911.55323195267,
        "pass": true,
        "roundtripped_mm3": 13911.55323195267
      }
    }
  ],
  "tolerance_pct": 2
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
3ms
args
{
  "document_id": "doc_1781198497235_1",
  "type": "sphere",
  "params": {
    "radius": 15
  },
  "name": "Sphere"
}
2
create
ok
1ms
args
{
  "document_id": "doc_1781198497235_1",
  "type": "sphere",
  "params": {
    "radius": 15,
    "segments": 32
  },
  "name": "Sphere"
}
3
get_document
ok
3ms
args
{
  "document_id": "doc_1781198497235_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Sphere",
      "op": {
        "type": "Sphere",
        "radius": 15,
        "segments": 32
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 1,
      "material": "default"
    }
  ]
}

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