A label, not an artefact.
"AI" names a marketing surface. The actual artefacts are models — bounded by architecture, dataset, training objective, weight file, license. Calling them all "AI" makes them look like one thing. They are not one thing.
When someone says “AI is dangerous” or “AI will replace radiologists” or “AI uses too much water,” the sentence smuggles a unified subject that does not exist. A 39M-parameter sentence-embedding model is AI. A 2GB Whisper transcription model is AI. A 671B MoE reasoning model is AI. They share almost no engineering, no training cost, no failure mode, and almost no user.
The singular word does work for the people selling the strongest closed tier — it lets the public conversation inherit the prestige of every prior generation while the actual business model is monetizing one specific row. It does not do work for anyone trying to think about the field clearly.
Models are not truths. They are weights produced by training a specific architecture on a specific dataset toward a specific objective. Every part of that sentence is a choice, every choice is contestable, and every choice changes when the next dataset lands. The map below is a snapshot — explicitly so.
Six modalities. Six different fields.
The cards below are not exhaustive — they are the public face. Each modality has its own training compute curve, its own benchmark culture, its own community, its own license norms.
Text-in / text-out — chat, reasoning, instruction following
- Kimi K2.6Moonshot AI
- DeepSeek V4 ProDeepSeek
- GLM-5.1Z.ai (Zhipu)
LLMs fine-tuned on code — completion, repo-edit, agentic dev
- Qwen3-CoderAlibaba
- DeepSeek-Coder V2DeepSeek
- StarCoder 2BigCodefully open
Image-and-text encoders, document VLMs, video understanding
- SigLIP 2Google DeepMind
- OpenCLIP ViT-GLAION
- Qwen3-VLAlibaba
The dense / sparse vectors that power semantic search and RAG
- BGE-M3BAAI
- nomic-embed-v2Nomic AIfully open
- jina-embeddings-v3Jina AI
Automatic speech recognition, translation, language ID
- Whisper large-v3OpenAI
- Parakeet TDT 0.6BNVIDIA
Diffusion + flow-matching models that turn prompts into pixels
- FLUX.2 KleinBlack Forest Labs
- FLUX.1 devBlack Forest Labs
- Stable Diffusion 3.5 LargeStability AI
The honest first move when reading any AI claim is to ask which row it is about. “Models hallucinate” applies to row 1. “Models are deterministic” applies to rows 3 and 4. “Models are stochastic parrots” is a critique of one specific architecture, generalized rhetorically to all of them. Each row has its own answer.
The gap is six points. It used to be twenty.
Twelve months ago the best closed model was lonely at the top. Today the top open-weights model — downloadable, MIT-licensed, runnable on a single GPU node — is within striking distance, and ahead of any closed model from 2024.
Two structural reasons the gap is narrowing. First, training cost dropped: DeepSeek V3 and successors made it visible that frontier-class capability costs an order of magnitude less than the public US-lab figures assumed. Second, the Chinese open-weights labs — DeepSeek, Moonshot, Z.ai, Alibaba, MiniMax — have made a strategic choice to release weights, not just papers. That puts the same models in the hands of a researcher in Lagos and a hyperscaler in Seattle.
One reading of this chart: the conversation that frames AI as a contest between three or four firms in California is already two years out of date.
License decoder · five questions a working engineer asks.
The word 'open' is doing different work in 'open weights', 'open code', 'open data', and 'OSI-approved open source'. This decoder is the read-before-you-ship checklist.
| License · who uses it | Commercial | Redistribute | Modify | Train derivatives | No user cap | Catch |
|---|---|---|---|---|---|---|
| Apache 2.0 Apache Foundation · Qwen, Gemma 4, Mistral, GLM, FLUX.2 Klein OSI-APPROVED | ✓ | ✓ | ✓ | ✓ | ✓ | Explicit patent grant — the friendliest mainstream license. Retain notice + state changes when redistributing. |
| MIT MIT · DeepSeek, BGE, Whisper, OpenCLIP OSI-APPROVED | ✓ | ✓ | ✓ | ✓ | ✓ | Shortest permissive license. No patent grant in writing — usually fine, occasionally an enterprise-legal blocker. |
| MIT (modified) Moonshot · Kimi K2 family | ✓ | ✓ | ✓ | ✓ | ✓ | MIT base + an attribution-when-deployed clause. Practically permissive; read it before you ship. |
| Llama Community License Meta · Llama 4 | ◐ | ◐ | ✓ | ◐ | ✕ | 700M monthly-active-user cap on commercial deployment. Derivatives must carry the same license + "Llama" naming. |
| Stability AI Community License Stability AI · SD 3.5 | ◐ | ✓ | ✓ | ✓ | ◐ | Free for non-commercial + research + commercial under $1M revenue. Above that, paid enterprise license. |
| OpenRAIL-M BigScience / BigCode · StarCoder 2 | ✓ | ✓ | ✓ | ✓ | ✓ | Responsible-AI use restrictions baked into the license — prohibited downstream applications (e.g. surveillance, biometric ID). |
| CC BY 4.0 Creative Commons · Parakeet, some datasets | ✓ | ✓ | ✓ | ✓ | ✓ | Attribution required. Designed for content rather than software — fine for weights, awkward for model code. |
| CC BY-NC 4.0 Creative Commons · Jina v3, many research weights | ✕ | ✓ | ✓ | ✕ | ✓ | Non-commercial. Research, internal tooling, prototypes — fine. Anything user-paid or ad-supported — needs a separate license. |
| FLUX.1 Non-Commercial Black Forest Labs · FLUX.1 dev | ✕ | ◐ | ✓ | ✕ | ✓ | Research + personal use only. Output rights are separate from weight rights — read the text. |
| Closed weights OpenAI · Anthropic · Google · xAI (frontier tiers) | ◐ | ✕ | ✕ | ✕ | ◐ | API access only. Terms of service govern outputs; weights never leave the vendor. |
Cell legend: ✓ yes · ◐ partial — read the catch column · ✕ no. Teaching summary — when something hinges on the answer, click through to the license text.
The trend across 2026 has been toward Apache 2.0 as the default for new releases — Mistral, Qwen, GLM, MiniMax, FLUX Klein. Google moved Gemma 4 to Apache 2.0 in March, the first time a US frontier lab’s open tier went fully OSI-approved. The exceptions — Llama’s community license, FLUX.1 dev’s non-commercial clause, Stability AI’s under-$1M-revenue gating — are now the read-the-fine-print cases rather than the norm.
A note on responsibility licenses (OpenRAIL family). StarCoder 2’s license forbids certain downstream uses — biometric ID, surveillance, generation of disinformation. These restrictions are largely unenforceable in practice; their function is closer to a public-norm signal than a contractual one. Reasonable people disagree on whether that’s the right move; it is at least an explicit one.
The benchmark spread — ‘best model’ is ‘best at what.’
Six benchmarks. Seven leading models. No single ranking holds across columns. The point of this figure is not to crown a winner — it is to show that any sentence beginning 'the best AI model is...' is hiding the next word.
Some structural notes on the benchmarks themselves. MMLU is saturated — every frontier model scores 88–92, the differences are within run-to-run noise. GPQA Diamond is the current general-knowledge ceiling test. SWE-Bench Verified is the most defensible code benchmark (real GitHub issues, repo-level edits, no leakage from the pretraining set). Chatbot Arena Elo measures preference, not correctness — a polite hedger can beat an accurate blunt model. GDPval-AA is the newest entrant: real knowledge-work tasks across 44 occupations.
A benchmark that no model has saturated is informative. A benchmark every model has saturated is informative only about the benchmark.
The communities behind the singular word.
Twenty organizations across four continents. Most release under Apache 2.0 or MIT. None of this is invisible — it is just compressed under the marketing label.
Frontier capability at training cost an order of magnitude below US labs. MIT-licensed by default.
Most prolific open-model lineage on the planet. Apache 2.0 across 4B → 480B.
Long-context pioneers. K2 is the current best open-weights Intelligence Index score.
Tsinghua spinoff. Strongest open-weights model on SWE-Bench Pro as of mid-2026.
Ultra-long-context specialist (1M+). Apache 2.0 for the open tier.
The retrieval-embeddings reference lab. BGE is the default RAG embedding worldwide.
Largest US lab releasing competitive weights — under a custom community license with a 700M MAU cap.
Gemma 4 moved to Apache 2.0 in March 2026 — first time a US frontier lab's open tier went fully OSI-approved.
Mostly closed company, but the open releases — Whisper, CLIP, gpt-oss-120b — have shaped the field.
The "truly open" reference — weights + code + training data + checkpoints. Reproducibility-first.
Fully open embeddings — weights + data + training code. The "do not trust closed embedding APIs" stance.
Sells the GPUs, releases reference models. Parakeet runs faster than Whisper on the same hardware.
Not a model lab — the catalog + tooling layer the whole open ecosystem runs on.
Europe's open-by-default flagship. Apache 2.0 is the house standard; closed tiers are the exception.
Former Stability AI researchers. FLUX broke prompt-following parity with Midjourney.
The lineage that started open image generation. Community license, free under $1M revenue.
Multilingual long-context embeddings. CC-BY-NC for research, paid commercial.
Non-profit. The public training-data commons that 2022–2024 open multimodal models were built on.
Volunteer-run, open-science. The eval harness that most leaderboards run on is theirs.
Hugging Face × ServiceNow collaboration. Opt-out respected at the training-data level.
The grid above is incomplete by construction. Hundreds of fine-tunes, dataset curators, eval-harness maintainers, and vendor-neutral host organizations sit downstream of every model listed here. The labour is dispersed; the singular noun “AI” is the only thing that compresses it back into a single subject.
An honest try, in the time of AI.
LeResearch is the non-profit sibling of LeDesign. The same philosophy runs through both: silos are a cognitive convenience, nature never agreed to them, and the responsible move when every inherited truth shakes at once is to return to the why.
Tools evolve faster than systems do. The systems keep optimizing as though the tools hadn’t changed, until they’re stuck in scale problems we couldn’t foresee. When every inherited truth is shaking at once, we believe the responsible response is neither to manufacture new certainty, nor to refine the systems blindly. It is to return to the why — to the original problem they were meant to answer, before the solution itself became the silo.
Silos are a cognitive convenience. Nature never agreed to them. In nature, behavior is simultaneous. A cell fires because of hormones that reflect genes that reflect an environment that reflects a culture that reflects millions of years of pressure — all at once, with no gaps between the disciplines we invented to study each layer.
Calling the entire field “AI” is one such silo. It is a cognitive convenience that hides which architecture is being discussed, which dataset is being scrutinised, which community is being either credited or erased. The map on this page does not claim to dissolve the convenience. It tries to make it visible — so the conversation that follows can be about an actual row.
Models are not truths. They are weights, trained on data, designed to change as data changes — unsteady by construction. The work this page tries to honour is the work of the people training, evaluating, releasing, and maintaining them in the open. Most of that work is not done by the firms whose names appear in the headlines.
Four-act investigation. Definitions, environment, tracking, and the integrating thesis.
Capacity, calcified frames, normalization, monoculture, epistemics — the spine this map sits on.