A startup project called AI IQ has published estimated intelligence quotients for more than 50 frontier language models, mapping them on a standard bell curve — and the visualizations have split researchers and practitioners sharply since launching last week. The site, built by engineer and angel investor Ryan Shea, aggregates 12 benchmarks across four capability dimensions into a single composite score, then plots each model against a human IQ scale.
How AI IQ Calculates Its Scores
Shea’s methodology pulls from 12 established benchmarks and collapses them into four dimensions before producing a single number. The site then renders those numbers as an interactive bell curve at aiiq.org, making it possible to compare more than 50 models at a glance rather than scrolling through a conventional leaderboard table.
The appeal is legibility. “This is super useful,” wrote Thibaut Mélen, a technology commentator, on X. “Much easier to understand model progress when it’s mapped like this instead of another giant leaderboard table.” Business strategist Brian Vellmure offered a similar read, according to VentureBeat: “This is helpful. Anecdotally tracks with personal experience.”
Shea is best known as co-founder of the blockchain platform Stacks. AI IQ is a side project, not a funded research effort — a distinction critics say matters when evaluating the rigor behind its scoring methodology.
The Backlash: Why Researchers Say a Single Number Misleads
The composite-score approach has drawn pointed criticism from researchers who argue that language models are too “jagged” — strong on some tasks, weak on others — for any single figure to be meaningful.
“It’s nonsense. AI is far too jagged. The map is not the territory,” posted AI Deeply, an AI commentary account on X, capturing a concern shared widely in the research community. The worry is that a composite score can paper over enormous capability gaps: a model might solve graduate-level physics problems while failing at tasks a child handles without effort.
Pressureangle, another X commenter, called out a “complete lack of transparency” in the scoring methodology, arguing that without visibility into how benchmarks are weighted, the resulting number is unverifiable. Zaya, a technology commentator, framed the problem in terms of current capability research: “IQ as a proxy is fading — we’re seeing reasoning density spikes that don’t map to g-factor.”
That critique points to a genuine tension in AGI research right now. Composite benchmarks can mask the specific reasoning failures that matter most for determining whether a model is approaching general capability — or just optimizing for the tests being measured.
Recursive Language Models and the Long-Context Benchmark Race
The timing of the AI IQ debate coincides with a separate technical development that has been reshaping how researchers think about model capability: the rise of Recursive Language Models (RLMs).
According to a detailed technical breakdown by Avishek Biswas in Towards Data Science, RLMs are currently winning long-context benchmarks by solving a problem that has plagued standard agentic architectures for years — context bloat. Where approaches like ReAct or CodeAct replicate full context at each reasoning step, RLMs pass context by reference, keeping working memory lean as task complexity scales.
Biswas illustrated the difference with a concrete experiment: asking a model to generate 50 fruit names, count the letter R in each, and return a dictionary. Standard agentic harnesses struggle as the task scales to nested categories (fruits, countries, animals — 50 entries each). RLMs handle the nested version without the context explosion that breaks conventional pipelines.
The practical implication for AGI benchmarking is significant. If RLMs are winning long-context evaluations not because they reason better but because they manage memory more efficiently, composite scores like those on AI IQ may be measuring architectural efficiency as much as genuine reasoning depth — a distinction the current benchmark ecosystem does not cleanly separate.
Agentic AI in Production: The Identity Gap Holding Back Deployment
Beyond benchmarks, a separate constraint is slowing the translation of capable models into real-world AGI-adjacent systems: identity governance.
VentureBeat reported that Cisco President Jeetu Patel, speaking at RSAC 2026, said 85% of enterprises are running agent pilots while only 5% have reached production — an 80-point gap he attributed directly to trust and identity problems, not model capability. When a medical transcription agent updates electronic health records in real time, or a computer vision agent runs quality control on a manufacturing line at speeds no human inspector can match, both generate non-human identities that most enterprise IAM systems cannot inventory, scope, or revoke at machine speed.
IANS Research found that most businesses still lack role-based access control mature enough for today’s human identities — and agents will make that problem significantly harder. The 2026 IBM X-Force Threat Intelligence Index reported a 44% increase in attacks exploiting public-facing applications, driven by missing authentication controls and AI-enabled vulnerability discovery.
The gap between benchmark performance and production deployment is, in this framing, not primarily a capability problem. It is a governance and infrastructure problem that no IQ score addresses.
Meta-Agents: Managing AI With AI
One concrete signal of where agentic deployment is heading came this week from the company formerly known as Intercom, which renamed itself Fin two days before announcing Fin Operator — an AI agent whose sole function is managing another AI agent.
According to VentureBeat, Fin Operator targets support operations teams who configure, monitor, and debug the customer-facing Fin agent. “Fin is an agent for your customers. Operator is an agent for your support ops team,” Brian Donohue, VP of Product, told VentureBeat. The meta-agent architecture reflects a practical reality: as AI agents proliferate, the human overhead of managing them becomes its own bottleneck — one that another agent can, in theory, absorb.
Fin recently crossed $100 million in annual recurring revenue and is growing at 3.5x. The broader Fin platform generates $400 million in ARR, meaning the AI agent now accounts for roughly a quarter of total revenue. Fin Operator enters early access for Pro-tier users immediately, with general availability planned for summer 2026.
What This Means
The AI IQ project is a useful provocation more than a reliable measurement instrument. Its core value is forcing a conversation about what “general” capability actually means — and the backlash it has received from researchers reveals how unsettled that question remains. A composite score built on 12 benchmarks cannot capture the jagged capability profiles that define current frontier models, and it almost certainly cannot track the architectural differences — like RLM-style context management — that are driving benchmark gains right now.
The more durable signal from this week’s news is the distance between benchmark performance and production deployment. Cerebras debuting at a $100 billion market cap on the back of inference infrastructure demand, Cisco’s data showing only 5% of enterprise agent pilots reaching production, and Fin building a meta-agent to manage its own AI — these are all symptoms of the same underlying condition: the industry has more capable models than it has the governance infrastructure to safely deploy.
For AGI research specifically, the benchmark debate matters because the milestones being tracked need to reflect genuine reasoning progress, not benchmark-optimized architectures or composite scores that average over capability gaps. The field is producing increasingly capable systems. Whether the measurement tools are keeping pace is a separate and genuinely open question.
FAQ
What is AI IQ and how does it score language models?
AI IQ is a project built by engineer Ryan Shea that assigns estimated intelligence quotients to more than 50 frontier language models by aggregating 12 benchmarks across four capability dimensions into a single composite score. The scores are displayed as an interactive bell curve at aiiq.org, allowing direct model comparisons without a traditional leaderboard table.
Why do researchers criticize single-number AI benchmarks?
Researchers argue that language models have “jagged” capability profiles — performing at expert level on some tasks while failing at simple ones — making any composite score misleading. A single number can obscure whether a model’s strong benchmark performance reflects genuine reasoning or architectural optimizations like efficient context management.
What are Recursive Language Models and why are they winning benchmarks?
Recursive Language Models (RLMs) are an agentic architecture that passes context by reference rather than replicating it at each reasoning step, keeping working memory lean as task complexity grows. According to Avishek Biswas writing in Towards Data Science, this design is currently outperforming standard approaches like ReAct and CodeAct on long-context benchmarks because it avoids the context bloat that breaks conventional pipelines at scale.
Related news
Sources
- Recursive Language Models: An All-in-One Deep Dive – Towards Data Science
- AI agents are running hospital records and factory inspections. Enterprise IAM was never built for them. – VentureBeat
- Cerebras stock nearly doubles on day one as AI chipmaker hits $100 billion — what it means for AI infrastructure – VentureBeat
- Intercom, now called Fin, launches an AI agent whose only job is managing another AI agent – VentureBeat
- AI IQ is here: a new site scores frontier AI models on the human IQ scale. The results are already dividing tech. – VentureBeat






