logoalt Hacker News

minimaxirtoday at 7:53 PM2 repliesview on HN

ARC has their own writeup on the result, which offers some nuance. https://arcprize.org/blog/astra

tl;dr it's 62% when apples-to-apples to other models, which is still notable.


Replies

debazeltoday at 8:31 PM

ARC's harness is just straight up broken. No serious harness removes reasoning context between each step. Not only does this significantly lower performance over all reasoning LLMs, but it also increase cost as you destroy the cache on every turn. Tossing the oldest entry when context fills up instead of using compaction is equally bad with the same issues.

ciefatoday at 8:09 PM

Woah, that is a crazy interesting read!