Back to Home

Kaggle Benchmarks: how to test AI cognitive abilities

Kaggle has launched a new Benchmarks platform for testing AI cognitive abilities. Developers can create their own tests, measure attention, planning, and social intelligence of models. Infrastructure is free, SDK is open. Examples and practical tips inside.

Kaggle Benchmarks: new AI evaluation system for cognitive functions
Advertisement 728x90

# Kaggle Benchmarks: A New Era of AI Model Testing

Kaggle has reimagined its role in the machine learning industry—instead of data science competitions, the platform now focuses on standardized testing of AI cognitive abilities. In April 2026, the Benchmarks section and SDK launched, letting developers create their own tests, bundle them into comprehensive benchmarks, and run them on unified infrastructure. This isn't just a UI refresh—it's a paradigm shift in AI evaluation.

What Changed in Kaggle?

Kaggle used to brand itself as "Your Home for Data Science." Now it's "The World's AI Proving Ground." Under Google DeepMind's umbrella, the platform has shifted from applied tasks to systematically measuring progress toward AGI. Competitions are down, but structured benchmarks have taken their place, letting you test models on cognitive functions like learning, metacognition, attention, executive functions, and social intelligence.

The infrastructure enables:

Google AdInline article slot
  • Creating custom tests with tailored metrics;
  • Grouping tests into full-fledged benchmarks;
  • Running evaluations on private or public datasets;
  • Getting detailed logs, comparisons, and leaderboards;
  • Accessing a free weekly GPU/TPU resource quota.

At launch, around 40 popular models were available—from Llama to Gemini Ultra. Hit your limit? Just request more resources. The big caveat: no medals for benchmark participation yet, which dampens motivation for top Kaggle Masters.

DeepMind's First Competition: Cognitive Tracks

The first major event in this new format was the "Measuring Progress Toward AGI - Cognitive Abilities" competition. Organizers laid out five tracks, each tied to a core human cognitive function:

  • Learning—the model's ability to acquire and apply new knowledge, rather than just regurgitating trained patterns.
  • Metacognition—the model's awareness of its own knowledge and limits ("I know that I don't know").
  • Attention—zeroing in on relevant data while tuning out noise.
  • Executive Functions—planning, curbing impulsive responses, and adapting to shifting conditions.
  • Social Cognition—grasping social contexts, beyond spitting out polite but empty replies.

Over 1,000 people joined. Notably, many standout ideas came from outside DS/AI—psychologists, educators, game designers. But implementations often bogged down in overkill complexity: solid concepts buried in neuroslop that was tough to replicate. Top Kagglers were mostly MIA, likely due to no rating points on offer.

Google AdInline article slot

Practical Case: Multimodal Attention via Board Game

One contestant tackled the Attention track with "TraceQuest: City Detective Benchmark," inspired by the board game "MicroMacro: Crime City." The concept is straightforward: test if AI can track details across multiple dimensions—visual (city map), logical (event chains), and temporal (character action sequences).

In the game:

  • One massive black-and-white map (~10,000 details);
  • Over 400 unique characters;
  • Detective stories split into 5–10 linked questions (e.g., robbery → chase → vehicle switch).

The benchmark creator reached out to the game's designer, who signed on to collaborate just three days before deadline. Outcome: models must parse visual scenes, chain causes and effects, and hold focus on tiny details—like an eight-year-old kid. Ironically, the writeup (explanatory note) outshone the benchmark itself in complexity: on Kaggle today, storytelling and clarity trump raw technical wizardry.

Google AdInline article slot

How to Create Your Own Benchmark: Steps and Pitfalls

Developers eyeing the Kaggle Benchmarks SDK should keep these principles in mind:

  • Start with a clear hypothesis. Not "let's test the model," but "can model X pull off Y under conditions Z"?
  • Keep mechanics simple. Skip needless abstractions—judges and peers need to replicate your test effortlessly.
  • Prioritize interpretability. Metrics should make sense to everyone. One crystal-clear metric beats three murky ones.
  • Leverage multimodality. Text + images + time series is prime for probing attention robustness.
  • Craft a human-readable writeup. Spell out why the test matters, what insights it yields, and how it mirrors real cognitive challenges.

Other successful benchmarks from the same author:

  • PsychoMirror—testing "functional emotions" in LLMs via the Shogoth protocol;
  • FlightRank Benchmark—ranking flight tickets with hidden factors (comfort, delay risk);
  • Cayley Solvers—puzzle-solving via permutations, demanding algorithmic thinking.

Key Points

  • Kaggle Benchmarks aren't replacing old competitions—they're pivoting to science-driven AI evaluation.
  • The platform lowers the barrier: any developer can build a test and run it on beefy infrastructure for free.
  • Core focus: cognitive functions edging AI toward AGI, like attention, planning, and social smarts.
  • Success hinges on hypothesis clarity and result interpretation, not code intricacy.
  • No medals curbs top-tier engagement but opens doors for interdisciplinary minds.

Future of Benchmarks: Where the Industry Is Headed

Anthropic and DeepMind already use similar setups for internal model evals. Take "functional emotions" in LLMs or "persona choice models"—metrics have evolved beyond accuracy and loss. Behavioral traits now rule: how models decide, own mistakes, handle surprises.

Kaggle offers an open arena for such experiments, enabling unique comparisons—not just performance, but "cognitive maturity." Look for emerging standards soon, like an "AI Cognitive Score" or "AGI Readiness Index," aggregated from benchmark results.

For developers: dive into the Benchmarks SDK, tackle interdisciplinary challenges, master narrating your test's story. Technical flash gives way to meaningful depth. That's how the next wave of AI evaluation standards will emerge.

— Editorial Team

Advertisement 728x90

Read Next