Executive Function Benchmark

Future Research Horizons

Future Roadmap & Strategic Scaling

The Wordle framework offers versatile and unique possibilities for isolating and evaluating specific AI cognitive skills. The current benchmark evaluates Executive Function using the standard 5-letter format popularized by The New York Times. While this provides a strong foundation, the game environment can be expanded to create a far more rigorous sandbox for testing individual executive skills. Here are several potential expansions envisioned for future iterations of the benchmark:

1 Vocabulary Scaling and Lexical Constraints

The standard NYT Wordle game utilizes a curated list of approximately 2,300 answer words drawn from a pool of roughly 13,000 valid guesses. For frontier AI models, this restricted search space is relatively trivial to navigate. Our current benchmark intensifies this by utilizing an unrestricted Scrabble-compliant lexicon—encompassing all valid 5-letter words consisting of around 12,920 words, including colloquialisms, inflected forms, and esoteric terms. Future versions, however, could expand the grid itself. Transitioning to a 6-letter Wordle expands the mathematical search space to around 23,140 valid English words (based on the international Collins Scrabble Words lexicon). This exponentially increases the cognitive load required to calculate Information Gain and filter potential candidates.

2 Dynamic Constraint Escalation

Currently, constraints remain relatively static throughout a turn. A future iteration could introduce shifting rule sets—making it significantly more difficult for the model to maintain state within its working memory. For example, introducing a constraint where a previously allowed letter suddenly becomes "forbidden" mid-game would aggressively test a model's ability to accurately overwrite established game states.

3 Fluid Game States and Dimensional Shifts

Another variant could introduce dynamic puzzle parameters during active gameplay. For instance, an adversarial setup could shift the target from a 5-letter word to a 6-letter word midway through a session. To succeed, the model would need to immediately pivot its strategy by taking historic constraints (e.g., previously eliminated letters and known positional matches) and applying them to an entirely new, expanded mathematical search space. This forces the execution of new planning protocols without resetting the context window—serving as an extreme stress test for both working memory and cognitive adaptability.

4 Isolating Inhibitory Control

It is possible to design specialized scenarios specifically targeted at isolating and measuring Inhibitory Control. The flexibility of the Wordle framework allows for the introduction of customized constraints that intentionally conflict with a model's natural optimization algorithms. By creating adversarial game states that force models to suppress ingrained heuristics or optimal mathematical pathways in favor of strict, arbitrary rule compliance, future iterations can rigorously evaluate executive inhibition without fundamentally altering the core mechanics of the benchmark.

5 Autonomous Cognitive Flexibility

In current benchmark designs, Cognitive Flexibility is often aided by system prompts that explicitly outline strategic pathways. True cognitive flexibility, however, is autonomous. Future evaluations will feature adversarial game states designed to provoke strategic pivots without explicit instructions. The goal is to measure whether models can independently recognize when a heuristic is failing and invent a new strategy on the fly, demonstrating genuine adaptive reasoning.

6 GRPO Training and Target Baselines

We plan to utilize GRPO (Group Relative Policy Optimization) to train a compact model (e.g., ~8B parameters) specifically for this Wordle environment. Our working hypothesis is that while focused training may not improve generalized Executive Function, it will significantly boost task scores by hardcoding requisite reasoning circuits, such as the Information Gain optimization function. We anticipate that sub-10B models might still hit a cognitive "parameter wall" compared to massive frontier models (and while 20B-30B models show great promise, training them exceeds our current compute infrastructure). However, if successful in overcoming these capacity limits, this hyper-specialized small model will establish a highly optimized target benchmark—akin to a human expert baseline—setting a definitive ceiling for generalized frontier models to strive toward.

🚀 Looking Forward: Benchmark Overfitting, Circuit Generation, and AGI

The greatest architectural advantage of this Wordle benchmark is its inherent resistance to test set leakage and benchmark overfitting. Because the dataset of game states is dynamic and mathematically near-infinite, models cannot rely on standard fine-tuning or dataset memorization to game the leaderboard. To "overfit" and beat this benchmark, developers would have to fundamentally engineer specific, hardcoded reasoning circuits tailored entirely to solving this exact puzzle.

Currently, if a standard LLM possesses a reasoning circuit for a specific problem, it simply processes the inputs and outputs the solution—often using reasoning tokens for post-hoc explanation rather than true step-by-step deduction. Wordle game necessarily requires step-by-step reasoning as shown by better performance of reasoning models. The ultimate frontier for AGI is the capacity to build reasoning circuits on-the-fly during inference. Until models achieve this dynamic test-time circuit assembly, this benchmark remains a flawless, incorruptible proxy for measuring genuine Executive Function.

Because Executive Function operates as a higher-order cognitive controller—naturally orchestrating foundational LLM skills like logical reasoning, instruction following, mathematical optimization, and state-tracking—this benchmark will remain a critical and definitive standard for ranking AI models on their trajectory toward Artificial General Intelligence.