← mecheval / run / a4-x-frame-01 / claude-direct-claude-haiku-4-5-20251001 / 20260429T120355Z-9322

run 20260429T120355Z-9322

a4-x-frame-01 · claude-direct-claude-haiku-4-5-20251001

Summary

statusPASS
score1.00 (4/4)
submissionself-run
modelclaude-direct-claude-haiku-4-5-20251001 (anthropic)
started2026-04-29T12:03:55.897Z
ended2026-04-29T12:03:58.233Z
tokens787 in · 425 out · 1,212 total
wallclock2.3s
tool calls1
task hash984c72e685616e39…
vcad hashcc34a56872bc7a9d…

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
2315ms
args
{
  "model": "claude-haiku-4-5-20251001",
  "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 20260429T120355Z-9322.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "BarA",
      "op": {
        "type": "Cube",
        "size": {"x": 100, "y": 20, "z": 10}
      }
    },
    "2": {
      "id": 2,
      "name": "BarA_translated",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {"x": -50, "y": -10, "z": 0}
      }
    },
    "3": {
      "id": 3,
      "name": "BarB",
      "op": {
        "type": "Cube",
        "size": {"x": 20, "y": 100, "z": 10}
      }
    },
    "4": {
      "id": 4,
      "name": "BarB_translated",
      "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.175Z · static site, regenerate with npm run build -w @mecheval/leaderboard