← mecheval / run / a2-channel-bracket-01 / claude-direct-claude-haiku-4-5-20251001 / 20260428T211832Z-86c4

run 20260428T211832Z-86c4

a2-channel-bracket-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-28T21:18:32.869Z
ended2026-04-28T21:18:35.803Z
tokens696 in · 575 out · 1,271 total
wallclock2.9s
tool calls1
task hash8a57ee77a91f87fa…
vcad hash07cbde6211706285…

Prompt

Make a U-shaped channel bracket built from three rectangular plates fused into a single solid. Bottom plate: x in [0, 30], y in [0, 40], z in [0, 4]. Left wall standing on top of the bottom: x in [0, 4], y in [0, 40], z in [4, 30]. Right wall standing on top of the bottom: x in [26, 30], y in [0, 40], z in [4, 30]. 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": [
    0,
    0,
    0
  ],
  "max": [
    30,
    40,
    30
  ],
  "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": 13120,
  "tolerance_pct": 0.1
}

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

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

Tool calls

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

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "bottom_plate": {
      "id": 0,
      "name": "bottom_plate",
      "op": {
        "type": "Cube",
        "size": {"x": 30, "y": 40, "z": 4}
      }
    },
    "left_wall": {
      "id": 1,
      "name": "left_wall",
      "op": {
        "type": "Cube",
        "size": {"x": 4, "y": 40, "z": 26}
      }
    },
    "left_wall_positioned": {
      "id": 2,
      "name": "left_wall_positioned",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {"x": 0, "y": 0, "z": 4}
      }
    },
    "right_wall": {
      "id": 3,
      "name": "right_wall",
      "op": {
        "type": "Cube",
        "size": {"x": 4, "y": 40, "z": 26}
      }
    },
    "right_wall_positioned": {
      "id": 4,
      "name": "right_wall_positioned",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {"x": 26, "y": 0, "z": 4}
      }
    },
    "bottom_and_left": {
      "id": 5,
      "name": "bottom_and_left",
      "op": {
        "type": "Union",
        "left": 0,
        "right": 2
      }
    },
    "channel_bracket": {
      "id": 6,
      "name": "channel_bracket",
      "op": {
        "type": "Union",
        "left": 5,
        "right": 4
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 6,
      "material": "default"
    }
  ]
}

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