logoalt Hacker News

jklmnopqrstuvwtoday at 6:05 PM2 repliesview on HN

I don't think so. I specifically kept this PR to test model capabilities, and I've already tested a bunch of models. Current test results show that the more advanced the model is, the easier it passes. For example, GPT-5.5 Medium fails the test(has bug), but High passed.


Replies

computerextoday at 7:25 PM

They are causal autoregressive models, the output is sensitive even to the implementation nuances in inference. Even 1 token that's badly selected could throw off the entire answer.

show 1 reply
seunosewatoday at 6:24 PM

Do it a second time at least.