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

run 20260429T120350Z-7599

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

Summary

statusfail
score0.00 (0/4)
submissionself-run
modelclaude-direct-claude-haiku-4-5-20251001 (anthropic)
started2026-04-29T12:03:50.887Z
ended2026-04-29T12:03:55.797Z
tokens787 in · 456 out · 1,243 total
wallclock4.9s
tool calls1
task hash984c72e685616e39…
vcad hash67c9538321f68a8a…

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
fail
solid invalid
params + details
params: {
  "type": "valid_solid"
}

details: {
  "error": "parse: Invalid JSON vcad file: invalid value: expected key to be a number in quotes at line 4 column 5",
  "reason": "fatal evaluation error"
}
1
bbox
fail
? off by 0.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -50,
    -50,
    0
  ],
  "max": [
    50,
    50,
    10
  ],
  "tolerance_mm": 0.05
}

details: {
  "reason": "no valid solid to measure"
}
2
mass_props
fail
mass props off
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 36000,
  "center_of_mass": [
    0,
    0,
    5
  ],
  "tolerance_pct": 0.5
}

details: {
  "reason": "no valid solid to measure"
}
3
step_roundtrip
fail
STEP roundtrip failed
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.5
}

details: {
  "reason": "no valid solid to round-trip"
}

Tool calls

0
anthropic.messages.create
ok
4901ms
args
{
  "model": "claude-haiku-4-5-20251001",
  "max_tokens": 8000,
  "system_chars": 1674,
  "user_chars": 662
}

What the model built

no render available — vcad-render did not produce geometry for this attempt

.vcad source

{
  "version": "0.1",
  "nodes": {
    "bar_a": {
      "id": "bar_a",
      "name": "Bar A (horizontal)",
      "op": {
        "type": "Cube",
        "size": {"x": 100, "y": 20, "z": 10}
      }
    },
    "bar_a_centered": {
      "id": "bar_a_centered",
      "name": "Bar A centered",
      "op": {
        "type": "Translate",
        "child": "bar_a",
        "offset": {"x": -50, "y": -10, "z": 0}
      }
    },
    "bar_b": {
      "id": "bar_b",
      "name": "Bar B (vertical)",
      "op": {
        "type": "Cube",
        "size": {"x": 20, "y": 100, "z": 10}
      }
    },
    "bar_b_centered": {
      "id": "bar_b_centered",
      "name": "Bar B centered",
      "op": {
        "type": "Translate",
        "child": "bar_b",
        "offset": {"x": -10, "y": -50, "z": 0}
      }
    },
    "cross_frame": {
      "id": "cross_frame",
      "name": "Cross-shaped frame",
      "op": {
        "type": "Union",
        "left": "bar_a_centered",
        "right": "bar_b_centered"
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [{"root": "cross_frame", "material": "default"}]
}

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