← mecheval / run / a4-x-frame-01 / claude-direct-claude-sonnet-4-6 / 20260429T120511Z-8649

run 20260429T120511Z-8649

a4-x-frame-01 · claude-direct-claude-sonnet-4-6

Summary

statusPASS
score1.00 (4/4)
submissionself-run
modelclaude-direct-claude-sonnet-4-6 (anthropic)
started2026-04-29T12:05:11.618Z
ended2026-04-29T12:05:15.036Z
tokens788 in · 322 out · 1,110 total
wallclock3.4s
tool calls1
task hash984c72e685616e39…
vcad hash1a2169bd9cb4ce88…

Prompt

Make a cross-shaped frame in the XY plane by fusing two rectangular bars at right angles. Bar A is 100mm long along X, 20mm wide along Y, and 10mm tall along Z, centered in X and Y with its bottom face on the XY plane (so it spans x in [-50, 50], y in [-10, 10], z in [0, 10]). Bar B is 20mm wide along X, 100mm long along Y, and 10mm tall along Z, centered in X and Y with its bottom face on the XY plane (so it spans x in [-10, 10], y in [-50, 50], z in [0, 10]). Union the two bars into a single plus-sign-shaped solid; the central 20mm × 20mm × 10mm overlap is counted only once. 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": [
    -50,
    -50,
    0
  ],
  "max": [
    50,
    50,
    10
  ],
  "tolerance_mm": 0.05
}

details: {
  "actual_max": [
    50,
    50,
    10
  ],
  "actual_min": [
    -50,
    -50,
    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": 36000,
  "center_of_mass": [
    0,
    0,
    5
  ],
  "tolerance_pct": 0.5
}

details: {
  "center_of_mass": {
    "actual": [
      0,
      0,
      5
    ],
    "bbox_diagonal_mm": 141.77446878757826,
    "deviation": [
      0,
      0,
      0
    ],
    "max_abs_deviation_mm": 0,
    "pass": true,
    "spec": [
      0,
      0,
      5
    ],
    "tolerance_mm": 0.7088723439378913
  },
  "volume": {
    "actual_mm3": 36000,
    "deviation_pct": 0,
    "pass": true,
    "spec_mm3": 36000,
    "tolerance_pct": 0.5
  }
}
3
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.5
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          50,
          50,
          10
        ],
        "original_min": [
          -50,
          -50,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          50,
          50,
          10
        ],
        "roundtripped_min": [
          -50,
          -50,
          0
        ],
        "tolerance_mm": 0.7088723439378913
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 36000,
        "pass": true,
        "roundtripped_mm3": 36000
      }
    }
  ],
  "tolerance_pct": 0.5
}

Tool calls

0
anthropic.messages.create
ok
3398ms
args
{
  "model": "claude-sonnet-4-6",
  "max_tokens": 8000,
  "system_chars": 1674,
  "user_chars": 662
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {"id": 1, "name": "BarA_raw", "op": {"type": "Cube", "size": {"x": 100, "y": 20, "z": 10}}},
    "2": {"id": 2, "name": "BarA", "op": {"type": "Translate", "child": 1, "offset": {"x": -50, "y": -10, "z": 0}}},
    "3": {"id": 3, "name": "BarB_raw", "op": {"type": "Cube", "size": {"x": 20, "y": 100, "z": 10}}},
    "4": {"id": 4, "name": "BarB", "op": {"type": "Translate", "child": 3, "offset": {"x": -10, "y": -50, "z": 0}}},
    "5": {"id": 5, "name": "CrossFrame", "op": {"type": "Union", "left": 2, "right": 4}}
  },
  "materials": {},
  "part_materials": {},
  "roots": [{"root": 5, "material": "default"}]
}

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