---
title: "What Happens When AI Performance Asymptotes?"
description: "Explore how AI model performance is converging across vendors and what happens when open-source matches proprietary models in this data-driven analysis."
categories: ["AI"]
keywords: ["AI performance asymptote","OpenAI models","GPT-4","MMLU benchmark","open-source AI","proprietary models","AI model comparison","AI infrastructure commoditization","cloud computing","AI applications"]
ai_summary: "Explore the convergence of AI model performance and implications for open-source vs proprietary solutions."
date: 2024-03-03
lastmod: 2026-07-28
canonical_url: https://www.tomtunguz.com/what-happens-when-model-performance-asymptotes/
author: "Tomasz Tunguz"
---

In the past, the bigger the AI model, the better the performance.  Across OpenAI's models for example, parameters have grown by 1000x+ & performance has nearly tripled. 

| OpenAI Model | Release Date | Parameters, B | MMLU |
| --- | ---: | ---:| ---:|
| GPT2 | 2/14/19 | 1.5 | 0.324 |
| GPT3 | 6/11/20 | 175 | 0.539 |
| GPT3.5 | 3/15/22 | 175 | 0.7 |
| GPT4 | 3/14/23 | 1760 | 0.864 |

But model performance will soon asymptote - at least on this metric.

![image](https://res.cloudinary.com/dzawgnnlr/image/upload/khym872n9ndm5y4rz6ya.png)

This is a [chart of many recent AI models' performance](https://paperswithcode.com/sota/multi-task-language-understanding-on-mmlu) according to a broadly accepted benchmark called MMLU. <sup>1</sup> MMLU measures the performance of an AI model compared to a high school student.

I've categorized the models this way : 

- Large : > 100 billion parameters
- Medium : 15 to 100b parameters
- Small : < 15b parameters



Over time, the performance is converging rapidly both across model sizes & across the model vendors.

What happens when Facebook's open-source model & Google's closed-source model that powers Google.com & OpenAI's models that power ChatGPT all work equally well?

Computer scientists have been challenged distinguishing the relative performance of these models with many different tests. Users will be hard-pressed to do better.

At that point, the value in the model layer should collapse. If a freely available open-source model is just as good as a paid one, why not use the free one? And if a smaller, less expensive to operate open-source model is nearly as good, why not use that one?

The rapid growth of AI has fueled a surge of interest in the models themselves. But pretty quickly, the infrastructure layer should commoditize, just as it did in the cloud where three vendors command 65% market share : Amazon Web Services, Azure, & Google Cloud Platform.

The applications & the developer tooling around the massive AI commodity brokers is the next phase of development - where product differentiation & distribution differentiate rather than brilliant, raw technical advances.<sup>2</sup>

---

<sup>1</sup> [MMLU measures 57 different tasks](https://arxiv.org/pdf/2009.03300.pdf) including math, history, computer science & other topics. It's one measure of many & it's not perfect - like any benchmark. There are others including the Elo system. Here's an [overview of the differences.](https://www.linkedin.com/pulse/in-depth-look-elo-mmlu-scores-leading-language-models-rishi-yadav-c4sqf/). Each benchmark grades the model on a different spectrum : bias, 
mathematical reasoning are two other examples.  
