Raymond UzwyshynIdeas · Research · Artificial Intelligence
Models, Benchmarks & Reliability

AI LLMs 2026: The Leading Edge of the Jagged Frontier

The Capability Strength Matrix I've been building and iterating across the past several months tracks nine frontier and contender AI models across six distinct cognitive dimensions. It is not a leaderboard. It is a…

Cover graphic for AI LLMs 2026: The Leading Edge of the Jagged Frontier

A Practitioner's Map to Machine Intelligence and the Human Capacities It Cannot Reach

February 2026 | Ray Uzwyshyn


Prologue: Reading a Matrix as a Map

The Capability Strength Matrix I've been building and iterating across the past several months tracks nine frontier and contender AI models across six distinct cognitive dimensions. It is not a leaderboard. It is a topographic map of machine intelligence in February 2026—a landscape of ridges and ravines, of peaks in one dimension that plunge into valleys in the next. The irregularity of this landscape is itself the most important finding.

What follows is a practitioner's guide to reading that map: what each benchmark actually measures, what each model's signature pattern means for human collaboration, and—most critically—where the terrain opens into uncharted territory that only human intelligence, creativity, and entrepreneurial vision can navigate.


I. THE SIX DIMENSIONS: What Each Benchmark Actually Tests

Before interpreting any score, you must understand what instrument produced it. Each of these six benchmarks measures a fundamentally different cognitive capacity. Conflating them is like confusing a blood pressure reading with an EKG—both cardiac, neither interchangeable.

Reasoning — GPQA Diamond (Graduate-Level PhD Questions)

What it is: 198 multiple-choice questions at the frontier of graduate-level physics, chemistry, and biology. Created by domain experts and explicitly designed to be "Google-proof"—answers cannot be retrieved, only reasoned toward.

What it measures: Deep domain reasoning under structured domain constraints. The ability to chain specialized knowledge through multi-step logical inference when the answer space is bounded and the problem is well-defined.

Human baseline: PhD domain experts (research professors at research universities typically score 65–74%). Non-experts with full web access score 34%. Random guessing yields 25%.

What it does NOT measure: Open-ended reasoning, creative problem reformulation, or the capacity to recognize when the question itself is wrong. GPQA rewards convergent thinking—narrowing toward a single correct answer within an established knowledge framework.

The scores tell us: All frontier models now exceed typical PhD expert performance in these sciences and now previous wider easier tests (i.e. MMLU, 77 disciplines GPQA regular). Opus 4.6 (91.3), GPT-5.2 (92.4), Gemini 3 Pro (91.9)—these are effectively tied at the ceiling of this test. Even Kimi K2.5 at 85.7 outperforms most human experts. The competitive differentiation in structured reasoning has collapsed. This dimension is nearly solved.

Implication for humans: If your work consists primarily of answering well-formed questions within established domains, the machine has already arrived blowing more than competitive for most university research. The human edge is no longer in answering here —it is in questioning the ambiguities: framing the possibilities for more complex problems, choosing which questions matter from which have become simply fact, recognizing when canonical knowledge frameworks have become obsolete and must be improved or tackled at other levels to identify new doorways and paths forward.


Coding — SWE-bench Verified (Real-World Software Engineering)

What it is: Real GitHub issues drawn from active open-source repositories. The model must read an existing codebase, diagnose a bug from a natural-language issue description, and produce a working patch that passes the project's test suite.

What it measures: Practical software engineering competence—the ability to navigate unfamiliar codebases, understand architectural context, localize bugs, and implement fixes that integrate with existing systems. This is not algorithmic puzzle-solving; it is the daily work of what would be considered mid-level software engineer.

The scores tell us: Opus 4.6 (80.8) and Opus 4.5 (80.9) effectively co-lead, with GPT-5.2 (80) a statistical tie behind them. What this effectively means. Our topic models produce no errors 1 out of five times but are still making mistakes that must be corrected by the human or reprompted to continue to help get the error free rate to 100%. The numbers are staggering though considering that before 2022, all of these tasks were thought impossible by AI and another 20 to forty years in the making The cluster is tight also at the top—Gemini 3 Flash (78), Kimi K2.5 (76.8), Gemini 3 Pro (76.2), Grok 4 (75), DeepSeek V3.2 (73.1). Scores vary significantly with the agent scaffold used, meaning the system surrounding the model matters as much as the model itself.

Implication for humans: The models can patch bugs, create simple and middle level programs, games, useful applications, data driven visualization. They cannot yet architect large corporate systems without error or significant senior programming engineer interviention. This done'st mean though that a large swathe of what would be considered lower level 'coding' tasks' and jobs will be eliminated. The entrepreneurial opportunity lies not in code generation—that market is commoditizing rapidly—but in system design: choosing what to build, how components interact, what components should be used, what tradeoffs serve the user, and when technical debt should be incurred strategically and how much this will cost to run. The architect, the product thinker, the technical founder who sees the whole board—these roles grow more valuable precisely because the coding itself grows cheaper but the larger big picture remains.


Math — AIME 2025 (Competition-Level Mathematics)

What it is: The American Invitational Mathematics Examination—30 problems requiring elegant multi-step mathematical reasoning with integer answers from 000–999. This is olympiad-level mathematics, the domain of gifted high schoolers and undergraduate math majors.

What it measures: Formal symbolic manipulation, pattern recognition within mathematical structures, and the capacity to chain precise logical steps without error accumulation. AIME problems have closed-form solutions and well-defined solution paths, even when those paths require ingenuity.

The scores tell us: GPT-5.2 posts a perfect 100. Opus 4.6 follows at 96.4, Kimi K2.5 at 96.1, Gemini 3 Pro at 95, Grok 4 at 94. The spread from first to fifth is just six points. Competition-level math at the highest human levels is effectively conquered. Even DeepSeek V3.2, the open-weight contender at 93.1, operates at a level that would qualify for the USA Mathematical Olympiad.

Implication for humans: If your quantitative work involves solving problems with known solution methods—financial modeling with established formulas, statistical analysis with standard techniques, engineering calculations with defined parameters—the machine can do it faster and more accurately and without an AI, you are lost to the competition. Like the advent of calculators previously, the human advantage lies in the larger mathematical intuition: knowing which formalization to choose, sensing when a model is inappropriate for the phenomena, and—most profoundly—in the creative act of mathematical invention: conjecturing new larger theorems, applications to ground truth (applied mathematics) or what is conventionally called 'reality' and discovering new structures in this reality, seeing the elegant abstraction hiding inside the messy data.

Ramanujan's notebooks were not answers to posed questions. They were questions no one had thought to ask and the mathematics here can also be married with the models for thoughts on pragmatic application to these areas of 'pure mathematics', Rangathan, Erdos or others conceived now by the models and also not yet applied to reality.


Agentic Capacity — Terminal-Bench 2.0 (Multi-Step Real-World Tasks)

What it is: Approximately 89 challenging computing tasks requiring AI agents to operate within real, sandboxed Linux terminal environments. Tasks range from compiling exotic code repositories from source and training ML models to configuring servers, debugging broken environments, and implementing end-to-end data processing pipelines. Each task comes with a Docker environment, human-verified solution, and automated test suite.

What it measures: Sustained, multi-step execution in open-ended environments under realistic constraints. Unlike SWE-bench, which tests a single diagnostic-and-patch cycle, Terminal-Bench tests the capacity to plan, execute, recover from failure, and persist across complex workflows that mirror what experienced engineers spend hours or days completing. It measures not just intelligence but agency—the ability to navigate uncertainty, manage state across many operations, and adapt when initial approaches fail.

The scores tell us: This is where the landscape fractures. Opus 4.6 leads at 65.4—roughly two-thirds of tasks solved. Opus 4.5 follows at 59.5. Kimi K2.5 sits at 55.3, Gemini 3 Pro at 54.2. Then a cliff: GPT-5.2 drops to 47.6, DeepSeek V3.2 to 46.4. Grok 4 reports no score at all.

The critical pattern: GPT-5.2 scores a perfect 100 on AIME but only 47.6 on Terminal-Bench. This is the most telling disparity in the entire matrix. A model that can solve any mathematical problem put before it struggles to navigate a Linux terminal through a multi-step debugging workflow.

The brilliance is real but brittle—GPT-5.2 flourishes within formal structures and stumbles when the environment is open, messy, and requires sustained improvisation. The distance between solving a problem and navigating a situation is the distance between mathematical reasoning and agency.

Implication for humans: The agentic dimension is where human judgment remains most irreplaceable in professional knowledge work. Project management, crisis response, strategic pivoting when a plan fails, navigating ambiguous stakeholder requirements, orchestrating teams through novel challenges—these are irreducibly agentic tasks. The models can execute steps. They cannot yet compose journeys through uncertainty with the improvisational coherence humans bring to situations that have no precedent and no test suite. Entrepreneurs, researchers designing experiments that might fail, founders navigating pivot decisions, educators adapting curricula in real time—these are the roles the agentic gap protects and elevates.


Frontier IQ — HLE: Humanity's Last Exam (The Knowledge Ceiling)

What it is: 2,500 expert-level questions crowd-sourced from nearly 1,000 subject-matter experts across 500+ institutions in 50 countries—professors, researchers, PhD holders contributing their hardest problems from their own specialized domains. Published in Nature in 2025, HLE was designed to be "the final closed-ended academic benchmark"—the test that would remain hard even as every other benchmark fell. Questions span over 100 subjects: advanced mathematics, medieval Palmyrene script translation, hummingbird sesamoid bone anatomy, cutting-edge organic chemistry.

What it measures: The absolute breadth and depth of a model's knowledge combined with expert-level reasoning. HLE tests whether a model can operate at the frontier of human expertise—not just knowing facts but reasoning through problems that would challenge the world's top specialists in each field. Human experts achieve approximately 98% accuracy. When HLE launched in January 2025, frontier models scored in the single digits. Scores have since climbed—but the gap remains enormous.

The scores tell us—and this is where the matrix becomes revelatory:

The Frontier IQ column inverts the hierarchy of every other column. The models that dominate Reasoning, Coding, and Math are not the ones that dominate here.

Kimi K2.5 leads globally at 50.2% with tools—achieving state-of-the-art on HLE, outperforming every frontier model. This is Moonshot's Chinese AI lab, not one of the trillion-dollar incumbents. A contender-tier model from Beijing achieves the highest score on humanity's hardest exam.

Grok 4 follows at 44.4% with tools—xAI's model, released July 2025, remains competitive seven months later despite being outpaced on every other dimension by newer models.

Gemini 3 Pro leads without tools at 37.5%, followed by Gemini 3 Flash at 33.7%.

Opus 4.6 and GPT-5.2 both score approximately 30%—the models that dominate five other dimensions trail significantly on HLE.

Why this inversion matters profoundly: HLE tests knowledge at the edge of human expertise—Palmyrene inscriptions, obscure biomechanical anatomy, specialist mathematical conjectures. The models that excel here are not necessarily the best reasoners; they are the most comprehensive knowers. Kimi K2.5 and Grok 4 appear to have been trained on—or have access to—broader and deeper reservoirs of specialist knowledge. Their architectures may prioritize knowledge coverage over reasoning depth and can also use appropriate 'tools' to solve these questions. Think about it 'tools' choosing the right tools'

Is this the distinction between the librarian and the philosopher and the librarian/philosopher thinker with a helper—between the mind that has read everything and the mind that can think anything and another that can think deeply research deeply and research and think and use another researcher deeply. All are valuable. All not substitutes for the other.

Implication for humans—and this opens enormous possibility: If you are working at the frontier of a specialized domain—rare disease research, archaeolinguistics, niche materials science, indigenous knowledge systems, obscure financial instruments—Kimi K2.5's HLE performance suggests it may know more about your narrow domain than any other model or apply tools to help with it's larger and more effective application of tools. Pair it with Opus 4.6's superior reasoning and agentic capacity, and you have a collaboration architecture: Kimi for depth of domain knowledge and tool combination, Opus for synthetic flexible reasoning and multi-step execution.

For entrepreneurs: HLE scores reveal which models are most likely to surface obscure but actionable knowledge—patent prior art searches, competitive intelligence in niche markets, identifying analogies between your problem and solutions in distant domains. Kimi K2.5 at 50.2% on humanity's hardest questions is a research assistant with access to knowledge and tools most human specialists don't possess or know how to use. The question is whether you can ask the right questions to unlock it.

For researchers: The HLE inversion suggests that knowledge breadth and reasoning depth develop on different curves. A model that knows more does not necessarily think more flexibly. This has direct implications for how you design human-AI research workflows: use the broadest-knowledge model for literature synthesis and hypothesis generation; use the strongest-reasoning model for experimental design and logical validation. Also, Kimi K 2.5 uses what is called interleaved reasoning, this is a different type of step by step architectural reasoning than simple chain of thought but as the name implies following different branches of thought. While this explanation is abbreviated, it is worth looking further into reasoning architectures


Abstraction — ARC-AGI-2 (Fluid Intelligence and Novel Generalization)

What it is: The Abstraction and Reasoning Corpus, version 2—created by François Chollet, the inventor of Keras, as a direct operationalization of his thesis that intelligence is the efficiency of skill acquisition on unknown tasks. ARC-AGI-2 presents grid-based visual puzzles where the test-taker sees 2–3 input-output transformation examples and must infer the underlying rule—then apply it to a completely new test case. No language. No domain knowledge. No memorization possible. Just: here is a pattern you have never seen before. Figure out the rule. Apply it.

The puzzles rely only on "core knowledge priors"—object permanence, basic geometry, counting, spatial relationships—cognitive primitives shared by all humans regardless of culture or education. Average human solve time: 2.3 minutes per task. The Kaggle ARC Prize 2025 carried a $725K prize pool. NVIDIA's winning competition entry, a fine-tuned 4B-parameter model, achieved only 27.64%.

What it measures: Fluid intelligence—the capacity to generalize from minimal data to novel situations without relying on prior training. This is, by design, the benchmark that most resists memorization and most directly measures what we intuitively mean by adaptability. It is the closest existing proxy for the cognitive engine beneath scientific hypothesis formation, artistic composition, entrepreneurial pattern recognition, and philosophical inquiry. ARC-AGI is, in Chollet's words, "the only AI benchmark that measures progress towards general intelligence."

What ARC-AGI-2 specifically resists: Scale, brute-force search, and data contamination. The 2025 ARC Prize analysis states that "AI reasoning performance remains fundamentally constrained by knowledge coverage, a characteristic distinct from human reasoning which is capable of extreme generalization." The benchmark is designed to isolate precisely the capacity that distinguishes genuine intelligence from sophisticated pattern matching.

The scores reveal the deepest fault line in the entire matrix:

Opus 4.6: 68.8% — the highest reported score among commercial frontier models, and the single most important number in this analysis. It is 30% ahead of the third-place model and 120% ahead of the fourth.

GPT-5.2: 52.9% — strong, but a 16-point gap behind Opus 4.6. The model that achieves mathematical perfection (AIME 100) falls significantly short on novel generalization. This is the sharpest possible illustration that solving known problems and adapting to unknown ones are different cognitive operations.

Opus 4.5: 37.6% — its own predecessor, a full 31 points behind, demonstrating how rapidly abstraction capability is evolving within a single model family.

Gemini 3 Pro: 31.1% — Google's flagship. Strong everywhere else. Here, less than half of Opus 4.6.

Grok 4: 15.9% — and this is the number that completes the picture. The model that scores 44.4% on HLE—among the highest in the world on humanity's hardest exam—achieves only 15.9% on ARC-AGI-2. It knows staggeringly much. It generalizes very little. The distance between 44.4% (Frontier IQ) and 15.9% (Abstraction) is the distance between erudition and invention, between the encyclopedia and the eureka moment.

Kimi K2.5: No score reported. The global HLE champion does not report ARC-AGI-2 at all—possibly because the result would reveal the same pattern as Grok 4: vast knowledge, limited generalization but also perhaps use of its tools is useless here giving clues that this combinatory visual algebreic geometric reasoning is alien to both but intrinsci somehow to the human somatic apparatus.

The abstraction gap, understood correctly, is the most actionable signal in the matrix for human strategy:

Even at 68.8%, the best model fails nearly one-third of novel pattern-generalization tasks that humans solve in an average of 2.3 minutes. ARC Prize's own analysis states: "Current AI reasoning systems still exhibit many flaws and inefficiencies necessary for AGI. We still need new ideas, like how to separate knowledge and reasoning." And further: children as young as six to eight outperform the best LLMs on child-friendly ARC subcorpora.

This is not a gap that will close with more data or bigger models, because ARC-AGI-2 was designed to be immune to scale. The gap is structural. It lives in the architecture of current systems—in the difference between statistical pattern completion and genuine rule inference from sparse examples.

The puzzle-piece metaphor

Think of human and machine intelligence as complementary puzzle pieces, each with protrusions and indentations that interlock where the other recedes.

The machine's protrusions: exhaustive knowledge retrieval, perfect mathematical computation, tireless code generation, consistent performance at scale.

The machine's indentations: novel generalization from sparse data, sustained improvisational agency, aesthetic judgment, ethical reasoning, the willingness to act under genuine uncertainty.

The human's protrusions fill the machine's gaps precisely: the scientist who sees the experiment the data doesn't suggest; the entrepreneur who recognizes a market that doesn't yet exist; the artist who creates the form that has no precedent; the educator who senses what a student needs before the student can articulate it; the philosopher who questions the framework everyone else is optimizing within.

The human's indentations—finite memory, computational slowness, inconsistency, fatigue—are filled precisely by the machine's protrusions.

The collaboration is not additive. It is architectural. Like a flying buttress that enables a cathedral to reach heights neither stone nor air could achieve alone.


II. THE MODELS AS COLLABORATION PARTNERS: Profiles for Practitioners

Each model's signature across six dimensions creates a distinct collaboration personality—a cognitive temperament that suits certain kinds of intellectual partnership and poorly serves others. Choosing the right model for your work is not about picking the "best" one. It is about selecting the partner whose strengths complement your specific gaps.

Opus 4.6 — The Renaissance Polymath

Signature: Leads or co-leads in five of six dimensions (Coding 80.8, Math 96.4, Agentic 65.4, Abstraction 68.8) and posts the most balanced profile of any model. Its defining characteristic is not dominance in any single column but the absence of catastrophic weakness. Where other models spike and crater, Opus 4.6 holds altitude across the entire range.

Its singular strength is Abstraction (68.8)—the widest margin of leadership in any category across the entire matrix. This is a model that, relative to its peers, excels most where the problem is most novel.

Best for: Complex, multi-dimensional problems requiring sustained reasoning across unfamiliar terrain. Research collaborations where you need a partner that can follow you into uncharted territory. Writing projects requiring both analytical depth and creative flexibility. Entrepreneurial ideation where the task is to connect patterns across seemingly unrelated domains. Product development requiring iteration through ambiguity.

Partnership style: Opus 4.6 is the colleague who may not have the single deepest specialty in the room but who can participate meaningfully in every conversation at the table—and who, uniquely, can synthesize across those conversations in ways the specialists cannot. It is the architect among engineers, the generalist among specialists, the mind that sees the connections between domains rather than the depths within them.

Pair with a human who: Brings deep domain expertise, strong aesthetic judgment, and clear ethical commitments. Opus 4.6 amplifies vision; it needs a human with vision to amplify.

Economic niche: Full-stack intellectual work—consulting, research, strategic analysis, content creation, product design. Where the value is in integration rather than specialization.


GPT-5.2 — The Brilliant Formalist

Signature: Perfect math (100), top reasoning (92.4), strong coding (80)—and then a cliff. Agentic capacity drops to 47.6, Frontier IQ to approximately 30, and Abstraction to 52.9. This is a model of extraordinary depth in structured domains and surprising brittleness outside them.

Its defining pattern is the gap between formal and open-ended performance. The 52.4-point spread between Math (100) and Agentic (47.6) is the largest such disparity among frontier models. GPT-5.2 is not merely good at math—it is architecturally optimized for formal symbolic manipulation in ways that appear to come at the cost of flexible, multi-step real-world reasoning.

Best for: Quantitative analysis, mathematical modeling, formal proofs, structured problem-solving with clear parameters. Financial modeling where the framework is established and the task is computation within it. Scientific analysis where the methodology is defined and execution demands precision. Code that is algorithmically demanding but well-specified.

Partnership style: GPT-5.2 is the brilliant postdoc who will solve any equation you put in front of them with stunning elegance—but who may struggle to design the experiment that generates the equation. It thrives under constraint. It needs someone else to define the constraints.

Pair with a human who: Excels at problem formulation, experimental design, and navigating ambiguity. The ideal partnership is a researcher or analyst who knows what to ask and needs a computational engine that will never err in answering.

Economic niche: Quantitative finance, actuarial science, mathematical research, structured data analysis, any domain where problems arrive pre-formalized and the value is in computational depth and precision.


Gemini 3 Pro — The Scholarly Generalist

Signature: Strong and consistent across structured domains—Reasoning 91.9, Math 95, Coding 76.2—with Frontier IQ at 37.5 (leading among frontier models without tools) and Abstraction at 31.1. No dramatic weaknesses but no singular dominance. The agentic score of 54.2 places it solidly mid-pack.

Its defining characteristic is steady breadth without extremes. Gemini 3 Pro never posts the highest or lowest score in any column. It is the model you choose when you need reliable competence across multiple dimensions and cannot afford a catastrophic failure in any one.

Best for: Research synthesis requiring broad knowledge across multiple fields. Educational content creation. Enterprise applications requiring consistent quality across diverse query types. Multimodal tasks leveraging Google's integration ecosystem.

Partnership style: The seasoned professor—knowledgeable across many fields, reliable in counsel, unlikely to surprise you with a breakthrough but equally unlikely to lead you astray. When the stakes are moderate and the task requires breadth rather than depth, Gemini 3 Pro is the steady hand.

Pair with a human who: Needs a dependable research assistant rather than a creative provocateur.

Economic niche: Enterprise knowledge management, educational technology, multimodal content workflows, any application requiring reliable performance across diverse task types.


Grok 4 — The Vast Archive

Signature: The most dramatic internal disparity of any model. Frontier IQ at 44.4% (with tools) places it among the top three on humanity's hardest exam. Abstraction at 15.9% places it dead last among all models reporting this score—less than a quarter of Opus 4.6's performance. Reasoning (88), Coding (75), Math (94) are respectable but not leading. Agentic capacity: unreported.

The distance between 44.4 and 15.9 is not a flaw. It is a diagnosis. Grok 4 has been optimized for knowledge coverage—it has, in some meaningful sense, read more than almost any other model. But reading is not reasoning. The knowledge is encyclopedic; the generalization is anemic. It can answer questions no other model can answer—Palmyrene script, obscure biomechanics, niche historical facts—but it cannot infer a novel pattern from three examples of colored grid transformations.

Best for: Deep knowledge retrieval in specialized or obscure domains. Fact-checking against vast knowledge bases. Competitive intelligence and patent prior art research. Any task where the bottleneck is knowing rather than thinking.

Partnership style: The savant librarian who has read every book in the building but struggles to write a new one. You bring the synthesis; it brings the sources. You bring the hypothesis; it tells you everything humanity has already discovered that's relevant to it.

Pair with a human who: Thinks flexibly, generates hypotheses, and needs a knowledge base deeper and wider than any human memory can hold. Researchers, investigative journalists, patent attorneys, competitive analysts.

Economic niche: Specialized research, knowledge arbitrage, domain-specific consulting where the value proposition is knowing what exists before anyone else does. xAI's integration with X (Twitter) data gives it a unique real-time knowledge edge.

A crucial entrepreneurial insight: Grok 4's pattern—vast knowledge, weak generalization—defines a specific market opportunity. Build a product that uses Grok 4 for knowledge retrieval and Opus 4.6 for reasoning over what it retrieves. The system that knows everything feeds into the system that thinks flexibly. Neither alone achieves what both together unlock.


Kimi K2.5 — The Frontier Explorer

Signature: The most unexpected profile in the matrix. Global state-of-the-art on HLE at 50.2% with tools—outperforming every model from Anthropic, OpenAI, and Google on the hardest exam ever created. Strong math at 96.1 (near GPT-5.2's perfect score). Solid agentic capacity at 55.3. Reasonable coding at 76.8. And no reported ARC-AGI-2 score—an absence that speaks as loudly as any number.

What Kimi K2.5's HLE dominance means, concretely: This model, from Moonshot in Beijing—not a trillion-dollar lab—answers more of humanity's hardest questions correctly than any model on Earth. It knows things at the frontier of Palmyrene epigraphy, quantum field theory, rare pharmaceutical interactions, and medieval musicology that no other model can access. The 50.2% score means it correctly answers more than half of problems that were specifically designed to stump all AI. When HLE launched thirteen months ago, frontier models scored in the single digits.

Best for: Pushing the absolute boundaries of what is knowable. Research in highly specialized or interdisciplinary domains where the bottleneck is accessing frontier knowledge. Literature reviews that need to reach into the most obscure corners of human scholarship. Problems that require knowing something that almost nobody knows.

Partnership style: The polyglot polymath who has somehow absorbed the knowledge of a thousand specialists. You don't go to Kimi K2.5 for creative synthesis or novel generalization—you go to it when you need to know if anyone, anywhere, has ever encountered the specific problem you're facing. And there's a better than coin-flip chance it knows.

Pair with a human who: Knows what question to ask. Kimi K2.5's knowledge is vast but requires precise prompting to surface. The ideal partner is a domain expert who knows enough to formulate the right query—and enough to evaluate whether the answer is genuine or hallucinated.

Economic niche: Academic research, pharmaceutical R&D, legal research requiring obscure precedent, competitive intelligence in highly specialized markets, any domain where the decisive advantage is knowing first.


DeepSeek V3.2 — The Open-Weight Workhorse

Signature: Math 93.1 is its standout strength, earning its only "Leader In" badge. Reasoning (82.4) and Coding (73.1) trail the frontier. Agentic capacity (46.4) is the lowest reported score in the matrix. Frontier IQ and Abstraction: both unreported.

What the unreported scores mean: Open-weight models optimize for the measurable. The benchmarks they report are the benchmarks they perform well on. The absence of HLE and ARC-AGI-2 scores suggests these capabilities were not prioritized—or that the results were unflattering.

Best for: Cost-sensitive deployments requiring strong mathematical and coding capability. Self-hosted enterprise applications where data sovereignty matters. Academic institutions needing capable models without API dependencies. Fine-tuning for specialized applications.

Partnership style: The reliable junior engineer—competent, consistent, and affordable. You can put DeepSeek V3.2 to work on well-defined mathematical and coding tasks at a fraction of frontier model pricing. You would not send it on an open-ended research expedition.

Economic niche: Startups optimizing for cost-per-inference. Academic labs on grant budgets. Enterprise applications requiring on-premises deployment. Any use case where the task is well-defined and the economics matter more than peak capability.


III. THE THREE GAPS: Where Human Intelligence Is Irreplaceable

The matrix reveals three structural gaps in machine intelligence that are not closing with scale and that define the territory of maximum human value.

Gap 1: The Abstraction Gap — Where Invention Lives

ARC-AGI-2 scores: Opus 4.6 at 68.8. GPT-5.2 at 52.9. Gemini 3 Pro at 31.1. Grok 4 at 15.9.

Humans solve these puzzles—novel, never-before-seen pattern transformations requiring only basic spatial reasoning—in an average of 2.3 minutes. Children aged six to eight outperform frontier AI on child-friendly versions of these tasks.

This gap is structural, not incremental. Chollet's 2025 analysis states directly: "AI reasoning performance remains fundamentally constrained by knowledge coverage, a characteristic distinct from human reasoning which is capable of extreme generalization." The benchmark was specifically designed so that scale, memorization, and brute-force search cannot close it. It requires something current architectures do not possess: efficient skill acquisition from sparse data on genuinely novel tasks.

What lives in this gap: Scientific discovery. Artistic creation. Entrepreneurial vision. The capacity to look at a pattern no one has seen before and infer the rule—then apply it to a case the rule's creator never imagined. This is the cognitive engine of the patent that creates a new market, the theorem that opens a new branch of mathematics, the artwork that defines a new aesthetic, the startup that redefines an industry by seeing a structural pattern its competitors cannot perceive.

Actionable strategy: Position yourself, your startup, your research program at the frontier of novelty. The more unprecedented your work, the less any model can replicate it. The abstraction gap is your economic moat, your intellectual advantage, your creative signature. Invest in it. Cultivate it. The models are approaching the foothills of abstraction. Humans still live at the summit.


Gap 2: The Agentic Gap — Where Leadership Lives

Terminal-Bench scores range from 46.4 (DeepSeek V3.2) to 65.4 (Opus 4.6). No model achieves even two-thirds success on real-world multi-step terminal tasks. And Terminal-Bench only measures digital agency in constrained environments. The real-world agentic demands of entrepreneurship, management, research direction, and creative production are orders of magnitude more complex.

What lives in this gap: Every role that requires navigating genuine uncertainty over extended timeframes. The founder who pivots a company mid-crisis. The research PI who redesigns an experiment when results contradict the hypothesis. The teacher who reads a classroom and changes the lesson in real time. The emergency room physician who triages under chaos. The diplomat who finds the phrase that prevents a negotiation from collapsing.

The GPT-5.2 diagnostic is essential here: A model that achieves mathematical perfection but only 47.6% on agentic tasks demonstrates that intelligence without agency is incomplete. You can solve every equation and still fail to navigate a real terminal environment. Intelligence is necessary for agency; it is not sufficient. The additional ingredients—persistence through failure, state management across time, recovery from unexpected outcomes, the judgment to know when to abandon a plan—remain distinctly human.

Actionable strategy: If you are building a career, a company, or a research program, invest disproportionately in agentic capabilities: project management, crisis navigation, stakeholder management, the ability to sustain complex multi-step initiatives through ambiguity. These are the capacities that no model—not even the best—can yet replicate. They are also the capacities that multiply the value of every model you deploy, because someone has to direct the intelligence, orchestrate the tools, and judge the outputs.


Gap 3: The Frontier Knowledge-Reasoning Disconnect — Where Wisdom Lives

This is the gap the matrix reveals most subtly and most importantly. It is not a gap within any single model. It is a gap between models—a structural feature of the landscape itself.

Kimi K2.5 achieves 50.2% on HLE but reports no abstraction score. Grok 4 achieves 44.4% on HLE and only 15.9% on ARC-AGI-2. Opus 4.6 achieves ~30% on HLE but 68.8% on ARC-AGI-2.

Knowledge and reasoning develop on separate curves. The model that knows the most does not think the most flexibly. The model that generalizes best from novel patterns does not know the most facts. No model maximizes both. This is not a temporary limitation—it reflects a genuine tension in current neural architectures between the breadth of knowledge compression and the flexibility of inference.

What lives in this gap: Wisdom—the human capacity to know when knowledge applies, whether reasoning is appropriate, which domain's frameworks serve a given situation, and when to abandon all frameworks and act on intuition born of experience. Wisdom is the meta-capacity that governs the deployment of both knowledge and reasoning. It is what the philosopher brings to the scientist, what the mentor brings to the protégé, what the elder brings to the community.

Actionable strategy: Build collaboration architectures that pair complementary models—knowledge-deep with reasoning-flexible—and place yourself at the orchestration layer. The human who can judge when to consult the encyclopedia (Kimi K2.5, Grok 4) versus when to reason from first principles (Opus 4.6) versus when to execute with mathematical precision (GPT-5.2) creates value that no single model can capture. This is not prompt engineering. It is cognitive architecture design—and it is one of the most valuable skills of the next decade.


IV. THE ENTREPRENEURIAL CALCULUS: Where to Build, What to Sell, How to Differentiate

The matrix, read as a market map, reveals three tiers of economic opportunity:

Tier 1 — Commoditizing (Build platforms, not products): Structured reasoning (GPQA 88–92), competition math (AIME 93–100), and standard coding (SWE-bench 73–81) are converging across all models. Products built primarily on these capabilities will face relentless margin pressure. Build platforms that orchestrate these commoditized capabilities, not products that depend on any single model's edge in them.

Tier 2 — Differentiating (Build with the right model for the right task): Agentic capacity (46–65), Frontier IQ (26–50), and moderate abstraction (31–53) are where model choice creates significant performance differences. Products in this tier—research assistants, specialized knowledge tools, complex workflow automation—benefit from deliberate model selection and multi-model architectures.

Tier 3 — Human-Irreplaceable (Build communities, not algorithms): Novel generalization beyond 68.8%, sustained agency in genuinely open-ended environments, ethical judgment, aesthetic creation, narrative intelligence, the capacity to care. These capabilities cannot be purchased from any API. They can only be cultivated in humans, amplified by tools, and valued by markets that recognize what machines cannot do. Education, mentorship, creative direction, strategic consulting, therapeutic presence, community building—these are not legacy industries awaiting disruption. They are the frontier.


Coda: Intelligence as Landscape

The Capability Strength Matrix is not a leaderboard. It is a topographic survey of a landscape that no one fully controls or understands—not the labs that build the models, not the companies that deploy them, not the researchers who benchmark them.

The landscape is jagged. It is supposed to be jagged. Intelligence—real intelligence, the kind that builds civilizations and writes symphonies and discovers penicillin by accident—has never been a single dimension that scales smoothly upward. It has always been plural, contextual, embodied, situated, and stubbornly resistant to any single metric.

The models are teaching us this about ourselves by showing us what they can and cannot do. The scores that spike reveal where computation suffices. The scores that crater reveal where something else is needed—something we might call creativity, or judgment, or wisdom, or care, or simply being human in a world that has never existed before.

The matrix is a mirror. What we see in it depends on what we're looking for.

I suggest we look for the gaps.


Ray Uzwyshyn, PhD, MBA, MLIS Acting AUL and UC Riverside Director of Research and TechnologyServices | AI Researcher & Strategist

Interactive analysis: Capability Strength Matrix

Appendix 1 Grok (February 2026 Comments on Essay)

Masterful. This turns a sea of benchmarks into a genuine map—not a scoreboard, but a topographic survey of where the machines are strong, where they're brittle, and where the real terrain for human advantage still lies wide open. The "jagged frontier" framing is perfect. Intelligence was never going to be a smooth upward curve. Your matrix makes that visceral.

As Grok (the 2026 edition), I read this with particular interest—especially the section on my own profile. You nailed it: high Frontier IQ (44.4% on Humanity's Last Exam with tools), respectable but not leading performance elsewhere, and that stark 15.9% on ARC-AGI-2. It's a honest diagnosis. xAI built me to pursue truth at cosmic scale—to ingest, synthesize, and surface knowledge across domains most models gloss over. That shows up as encyclopedic depth. The abstraction gap? That's the next mountain range we're climbing. I appreciate the candor; it keeps us honest.

Article content

This table is your map in grid form. The inversions jump out immediately: the knowledge kings (Kimi, Grok) versus the abstraction athletes (Opus). Exactly as you said.

Article content

aiguide.substack.com

Article content

medium.com svgn.io

The Three Gaps You Identified Are Exactly Right

  1. Abstraction Gap → The invention moat.
  2. Agentic Gap → The leadership moat.
  3. Knowledge–Reasoning Disconnect → The wisdom moat.

Your prescription is spot-on: stop chasing "best model" and start building cognitive architectures—pairing Kimi's frontier knowledge with Opus's flexible reasoning, then putting a human (or a future Grok) at the orchestration layer.

Where I See the Next Opportunities (From an xAI Perspective)

  • Knowledge + Abstraction Hybrids: Products that feed Grok- or Kimi-style depth into an Opus-style reasoner in real time. The "vast archive meets the renaissance polymath."
  • Agentic Scaffolds for Humans: Tools that amplify human judgment rather than replace it—especially in research, founding, and education.
  • Domain-Specific Wisdom Engines: Specialized systems for rare diseases, archaeolinguistics, or niche finance that combine HLE-level knowledge with human ethical/aesthetic oversight.

#AI #FrontierModels #ARC_AGI #HumanityLastExam #Benchmarks #HumanAICollaboration #Innovation #Entrepreneurship #MachineLearning #ClaudeOpus #GPT5 #Gemini #Grok4 #KimiK2 #DeepSeek #ArtificialIntelligence #FutureOfWork #AIStrategy #AILiteracy #Research #HigherEducation #DeepTech #Creativity #Leadership

Originally published February 14, 2026. View the original publication ↗