The ARC Prize organization designs benchmarks which are specifically crafted to demonstrate tasks that humans complete easily, but are difficult for AIs like LLMs, “Reasoning” models, and Agentic frameworks.

ARC-AGI-3 is the first fully interactive benchmark in the ARC-AGI series. ARC-AGI-3 represents hundreds of original turn-based environments, each handcrafted by a team of human game designers. There are no instructions, no rules, and no stated goals. To succeed, an AI agent must explore each environment on its own, figure out how it works, discover what winning looks like, and carry what it learns forward across increasingly difficult levels.

Previous ARC-AGI benchmarks predicted and tracked major AI breakthroughs, from reasoning models to coding agents. ARC-AGI-3 points to what’s next: the gap between AI that can follow instructions and AI that can genuinely explore, learn, and adapt in unfamiliar situations.

You can try the tasks yourself here: https://arcprize.org/arc-agi/3

Here is the current leaderboard for ARC-AGI 3, using state of the art models

  • OpenAI GPT-5.4 High - 0.3% success rate at $5.2K
  • Google Gemini 3.1 Pro - 0.2% success rate at $2.2K
  • Anthropic Opus 4.6 Max - 0.2% success rate at $8.9K
  • xAI Grok 4.20 Reasoning - 0.0% success rate $3.8K.

ARC-AGI 3 Leaderboard
(Logarithmic cost on the horizontal axis. Note that the vertical scale goes from 0% to 3% in this graph. If human scores were included, they would be at 100%, at the cost of approximately $250.)

https://arcprize.org/leaderboard

Technical report: https://arcprize.org/media/ARC_AGI_3_Technical_Report.pdf

In order for an environment to be included in ARC-AGI-3, it needs to pass the minimum “easy for humans” threshold. Each environment was attempted by 10 people. Only environments that could be fully solved by at least two human participants (independently) were considered for inclusion in the public, semi-private and fully-private sets. Many environments were solved by six or more people. As a reminder, an environment is considered solved only if the test taker was able to complete all levels, upon seeing the environment for the very first time. As such, all ARC-AGI-3 environments are verified to be 100% solvable by humans with no prior task-specific training

  • fox2263@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 hour ago

    I can’t see AI actually being intelligent until they no longer need to send a built up prompt of guides and skills and the chat history on every submission.

    It’s no different from Alexa 15 years ago with skills. Just a better protocol and interface and ability to parse the current user prompt.

    In my opinion of course.

  • Bubbaonthebeach@lemmy.ca
    link
    fedilink
    English
    arrow-up
    7
    ·
    5 hours ago

    I tend to be anti-AI because it doesn’t seem to me to be anything other than a super fast regurgitator of data. If a database can be searched for an answer, AI can do that faster than a human. However it doesn’t to seem to be able to take some portion of that database, understand it, and then use that information to solve a novel problem.

    • cmhe@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 hour ago

      Well… It cannot even search databases without errors.

      LLMs just produce plausible replies in natural languages very quickly and this is useful in certain situations. Sometimes it helps humans getting started with a task, but as it is now, it cannot replace them. As much as the capital class want it, and sink our money into it.

  • arcine@jlai.lu
    link
    fedilink
    English
    arrow-up
    10
    ·
    10 hours ago

    Try spelling things phonetically (example: faux net tick alley), that’s one of my benchmarks that AI fails almost every time.

    If the input is at all long, or purposefully includes a lot of words about a specific unrelated theme to the coded message, it’s impossible.

    • percent@infosec.pub
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 hours ago

      Oh that’s an interesting challenge.

      I hear some LLMs now have some solutions for the classic “how many Rs in ‘strawberry’” problem (related to the tokenization processes), but I have no idea how they might solve the phonetic thing. I’m sure some smart people will eventually find a way though

  • sunbeam60@feddit.uk
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    12 hours ago

    Ii can thoroughly recommend “A Brief History of Intelligence” (by Max Bennett), which explains how intelligence has taken steps through evolution, what those steps were etc.

    Spatial intelligence requires spatial understanding and it’s not something that can be solved through a large language model, IMHO.

    I’m excited to see how these are solved. And I’m terrified to see how these will be solved.

    • Janx@piefed.social
      link
      fedilink
      English
      arrow-up
      4
      ·
      5 hours ago

      Grok isn’t designed to solve problems. It’s designed to create sexually explicit images of children for Republicans…

    • M137@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 hours ago

      Well, yeah, it’s very good at making weird porn clips though. If anyone wants some very odd entertainment, go to /gif/ on 4chan and look at the reoccurring “/gg/ grok gens” threads. There’s everything from actually impressive and hot videos to the weirdest and most fucked up shit ever, it’s weirdly fun. Never seen anything really bad there, like CP etc. so I can comfortably recommend it for the lols.

  • Great Blue Heron@lemmy.ca
    link
    fedilink
    English
    arrow-up
    40
    arrow-down
    1
    ·
    21 hours ago

    It’s fun to point at the crappy performance of current technology. But all I can think about is the amount of power and hardware the AI bros are going to burn through trying to improve their results.

    • partofthevoice@lemmy.zip
      link
      fedilink
      English
      arrow-up
      16
      ·
      edit-2
      17 hours ago

      Funnier yet will be if they continue to just train the model on that particular kind of test, invalidating its results in the process.

    • brianpeiris@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      17
      ·
      edit-2
      1 hour ago

      You can really only judge fairness of the score if you understand the scoring criteria. It is a relative score where the baseline is 100% for humans – i.e. A task was only included in the challenge if at least two people in the panel of humans were able to solve it completely, and their action count is a measure of efficiency. This is the baseline used as a point of comparison.

      From the Technical Report:

      The procedure can be summarized as follows:
      • “Score the AI test taker by its per-level action efficiency” - For each level that the test taker completes, count the number of actions that it took.
      • “As compared to human baseline” - For each level that is counted, compare the AI agent’s action count to a human baseline, which we define as the second-best human action count. Ex: If the second-best human completed a level in only 10 actions, but the AI agent took 100 to complete it, then the AI agent scores (10/100)^2 for that level, which gets reported as 1%. Note that level scoring is calculated using the square of efficiency.
      • “Normalized per environment” - Each level is scored in isolation. Each individual level will get a score between 0% (very inefficient) 100% (matches or surpasses human level efficiency). The environment score will be a weighted-average of level score across all levels of that environment.
      • “Across all environments” - The total score will be the sum of individual environment scores divided by the total number of environments. This will be a score between 0% and 100%.

      So the humans “scored 100%” because that is the baseline by definition, and the AIs are evaluated at how close they got to human correctness and efficiency. So a score of 0.26% is 1/0.0026 ~= 385 times less efficient (and correct) compared to humans.

  • SuspciousCarrot78@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    2
    ·
    15 hours ago

    “…specifically crafted to demonstrate tasks that humans complete easily”

    Motherfucker, I can’t work out Minesweeper. I got zero fucking chance with your mystery box bloop game.

  • UnrepentantAlgebra@lemmy.world
    link
    fedilink
    English
    arrow-up
    17
    ·
    20 hours ago

    If human scores were included, they would be at 100%, at the cost of approximately $250

    Wait, why did it cost real humans $250 to pass the test?

    • KairuByte@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      19
      ·
      19 hours ago

      I assume it’s an hourly wage or something. Just because humans can work for free if they choose, doesn’t mean they have no cost associated with them. Just like a company could choose to give away unlimited tokens, those tokens still have a standard cost.

    • aesopjah@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      1
      ·
      17 hours ago

      it’s also an odd metric since only 20-60% of the humans completed it. Very 60% of the time they complete it everytime energy.

      Ideally they’d run the bots multiple times through (with no context or training of previous run), but I guess that is cost prohibitive?

      • monotremata@lemmy.ca
        link
        fedilink
        English
        arrow-up
        8
        arrow-down
        1
        ·
        16 hours ago

        Yeah, this is what I was going to call out. Calling it “100% solvable by humans” and saying “if human scores were included, they would be at 100%” when 20-60% of humans solved each task seems kinda misleading. The AI scores are so low that I don’t think this kind of hyperbole is necessary; I assume there are some humans that scored 100%, but I would find it a lot more useful if they said something like “the worst-performing human in our sample was able to solve 45% of the tasks” or whatever. Given that the AIs are still scoring below 1%, that’s still pretty dark.

      • Aceticon@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        17 hours ago

        If there had been a “Buy 10, Get 1 free” they could’ve used 11 humans instead of 10 for the same $250.

    • brianpeiris@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      14 hours ago

      This is my rough upper-bound estimate based on the Technical Report. Human participants were paid to complete and evaluate the tasks at an average fixed fee of $128 plus $5 for solved tasks. So if a panel of humans were tasked with solving the 25 tasks in the public test set, it would be an average of $250 per person. Although, looking at it again, the costs listed for the LLMs is per task, so it would actually be more like $10 per human per task. In any case it’s one or two orders of magnitude less than the LLMs.

      Participants received a fixed participation fee of $115–$140 for completing the session, along with a $5 performance-based incentive for each environment successfully solved

      https://arcprize.org/media/ARC_AGI_3_Technical_Report.pdf