← mecheval / run / a2-stepped-block-01 / openai-direct-gpt-4o-mini / 20260428T213633Z-c6c9

run 20260428T213633Z-c6c9

a2-stepped-block-01 · openai-direct-gpt-4o-mini

Summary

statusfail
score0.00 (0/4)
submissionself-run
modelopenai-direct-gpt-4o-mini (openai)
started2026-04-28T21:36:33.477Z
ended2026-04-28T21:36:39.034Z
tokens659 in · 282 out · 941 total
wallclock5.6s
tool calls1
task hashf89fc615a163d859…
vcad hash24b88c4f424238a4…

Prompt

Start with a rectangular block 50mm long (X) × 30mm wide (Y) × 20mm tall (Z), centered in X and Y with the bottom face on the XY plane (so it spans x in [-25, 25], y in [-15, 15], z in [0, 20]). Cut away the upper +X corner: remove material in the region x in [0, 25], y in [-15, 15], z in [10, 20]. The result has an L-shape when viewed from +Y. 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 type: string \"1\", expected u64 at line 5 column 15",
  "reason": "fatal evaluation error"
}
1
bbox
fail
? off by 0.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -25,
    -15,
    0
  ],
  "max": [
    25,
    15,
    20
  ],
  "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": 22500,
  "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
openai.chat.completions.create
ok
5552ms
args
{
  "model": "gpt-4o-mini",
  "max_tokens": 8000,
  "system_chars": 1674,
  "user_chars": 431
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": "1",
      "name": "Base Block",
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 30,
          "z": 20
        }
      }
    },
    "2": {
      "id": "2",
      "name": "Cutout",
      "op": {
        "type": "Cube",
        "size": {
          "x": 25,
          "y": 30,
          "z": 10
        }
      }
    },
    "3": {
      "id": "3",
      "name": "Stepped Block",
      "op": {
        "type": "Difference",
        "left": "1",
        "right": {
          "type": "Translate",
          "child": "2",
          "offset": {
            "x": 12.5,
            "y": 0,
            "z": 10
          }
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": "3",
      "material": "default"
    }
  ]
}

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