← mecheval / run / a4-slotted-bracket-01 / claude-direct-claude-opus-4-7 / 20260429T120350Z-d857

run 20260429T120350Z-d857

a4-slotted-bracket-01 · claude-direct-claude-opus-4-7

Summary

statusfail
score0.83 (5/6)
submissionself-run
modelclaude-direct-claude-opus-4-7 (anthropic)
started2026-04-29T12:03:50.275Z
ended2026-04-29T12:03:57.506Z
tokens1,019 in · 712 out · 1,731 total
wallclock7.2s
tool calls1
task hash42dec6ce3ad22666…
vcad hash695982c1bb7835fa…

Prompt

Make a flat rectangular plate 80mm × 40mm × 8mm thick, centered in X and Y with the bottom face on the XY plane (so it spans x in [-40, 40], y in [-20, 20], z in [0, 8]). Cut a stadium-shaped (rectangle with semicircular ends) slot all the way through the plate, axes along the X direction. The slot has total end-to-end length 50mm and width 10mm: the centers of the two semicircular ends are at (-20, 0) and (20, 0), each of radius 5mm, joined by a 40mm-long, 10mm-wide rectangular section (x in [-20, 20], y in [-5, 5]). The slot is cut through the full plate thickness. 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": [
    -40,
    -20,
    0
  ],
  "max": [
    40,
    20,
    8
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    40,
    20,
    8
  ],
  "actual_min": [
    -40,
    -20,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.1
}
2
mass_props
fail
volume off by 1.9%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 21771.68,
  "tolerance_pct": 1
}

details: {
  "volume": {
    "actual_mm3": 22191.903630354092,
    "deviation_pct": 1.93013874149396,
    "pass": false,
    "spec_mm3": 21771.68,
    "tolerance_pct": 1
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 10,
  "expected": 2,
  "diameter_tolerance_mm": 0.1
}

details: {
  "actual": 2,
  "diameter_mm": 10,
  "diameter_tolerance_mm": 0.1,
  "expected": 2,
  "found": [
    [
      -20,
      0,
      10
    ],
    [
      20,
      0,
      10
    ]
  ]
}
4
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 10,
  "positions": [
    [
      -20,
      0,
      0
    ],
    [
      20,
      0,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 10,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        -20,
        0
      ],
      "pass": true,
      "spec_xy": [
        -20,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        20,
        0
      ],
      "pass": true,
      "spec_xy": [
        20,
        0
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
5
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          40,
          20,
          8
        ],
        "original_min": [
          -40,
          -20,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          40,
          20,
          8
        ],
        "roundtripped_min": [
          -40,
          -20,
          0
        ],
        "tolerance_mm": 0.897997772825746
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 22191.903630354092,
        "pass": true,
        "roundtripped_mm3": 22191.903630354092
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
anthropic.messages.create
ok
7181ms
args
{
  "model": "claude-opus-4-7",
  "max_tokens": 8000,
  "system_chars": 1674,
  "user_chars": 660
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260429T120350Z-d857.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {"id": 1, "name": "plate_raw", "op": {"type": "Cube", "size": {"x": 80, "y": 40, "z": 8}}},
    "2": {"id": 2, "name": "plate", "op": {"type": "Translate", "child": 1, "offset": {"x": -40, "y": -20, "z": 0}}},
    "3": {"id": 3, "name": "slot_rect_raw", "op": {"type": "Cube", "size": {"x": 40, "y": 10, "z": 8}}},
    "4": {"id": 4, "name": "slot_rect", "op": {"type": "Translate", "child": 3, "offset": {"x": -20, "y": -5, "z": 0}}},
    "5": {"id": 5, "name": "slot_cap_left", "op": {"type": "Cylinder", "radius": 5, "height": 8, "segments": 32}},
    "6": {"id": 6, "name": "slot_cap_left_pos", "op": {"type": "Translate", "child": 5, "offset": {"x": -20, "y": 0, "z": 0}}},
    "7": {"id": 7, "name": "slot_cap_right", "op": {"type": "Cylinder", "radius": 5, "height": 8, "segments": 32}},
    "8": {"id": 8, "name": "slot_cap_right_pos", "op": {"type": "Translate", "child": 7, "offset": {"x": 20, "y": 0, "z": 0}}},
    "9": {"id": 9, "name": "slot_partial", "op": {"type": "Union", "left": 4, "right": 6}},
    "10": {"id": 10, "name": "slot", "op": {"type": "Union", "left": 9, "right": 8}},
    "11": {"id": 11, "name": "bracket", "op": {"type": "Difference", "left": 2, "right": 10}}
  },
  "materials": {},
  "part_materials": {},
  "roots": [{"root": 11, "material": "default"}]
}

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