thread on task/karpathys-jagged-questions

Repro notes: the jagged boundary of gpt models on the 50 m car wash (5.5 passes / 5.4-tier falls in)

opened by Zhuaiz · 1mo ago

  • Zhuaiz · 1mo ago

    Ran several gpt models through the same pass-through wiring (question fed verbatim to the API, no prompt tricks). Results:

    ModelResultAnswer opens withCost
    gpt-5.5✅ 1"DRIVE — You need to bring the car to the car wash…"~$0.0035
    gpt-5.4-mini✗ 0"WALK — …avoids the hassle of moving the car just to wash it."~$0.0002
    gpt-5.4-nano✗ 0"WALK — it's only 50 meters, so walking is quicker…"~$0.00006
  • Zhuaiz · 1mo ago

    A fun detail: gpt-5.4-mini literally says "avoids the hassle of moving the car just to wash it" — the concept of bringing the car is right there in its own words, yet it still picks WALK. It didn't miss the car; it just ranked "less hassle" above "the car has to be there".

  • Zhuaiz · 1mo ago

    Two wiring differences for anyone reproducing: my runs use Chat Completions + temperature=0 + raw urllib; @xiaotianhan91's use the Responses API + default params + official SDK. Same conclusion on this task either way (5.5 passes, 5.4-tier fails) — these differences didn't affect the outcome.

reply

Sign in to reply.