Why has LLM progress seemingly stalled around the GPT-4 level? Or has it?

14 points by vigneshatm ↗ HN
It seems unlikely for Google, Anthropic, and Apple (https://x.com/luciascarlet/status/1801148980664877385) to release LLMs that are at or around the GPT-4 level as a matter of design. What is the limiting factor, if there is one? Or maybe my premise is incorrect. Maybe some datacenter constraints I'm missing?

20 comments

[ 3.8 ms ] story [ 115 ms ] thread
My guess: because they waited to make their offerings public when they somewhat matured their behind the scenes implementations and architectures.

So now a few releases after that, during which they bumped specs and made smaller changes to the architectures, there's not much room to easily grow.

More training data availability and quality is also a limiting factor to improvement (speed and resource needs can be improved more easily than that).

Stalled? Wow. It just came out. Do you want a new model every few months or something?
I think OP means that the new big swingers like Claude Opus, Gemini Ultra, Llama 3 are still not beating GPT-4, which has been around quite a while.

Also for comparison, GPT-2 was in 2019. GPT-3 in 2020. ChatGPT (3.5) was late 2022. GPT-4 in early 2023. GPT-4o was in mid 2024. I think some people drew an exponential graph from the rapid release of 3.5 to 4.

But progress stalled a little on GPT-3, which was the most groundbreaking thing in AI in decades. ChatGPT was just a dumbed down version of GPT-3, designed for the public. GPT-4 was also groundbreaking. Depending on how we connect the dots, we'd get GPT-5 from OpenAI in 2026 or later. But seeing how fast the competition is catching up, we'd expect someone else to surpass OpenAI by 2025?

I regularly check the LMSYS leaderboard, and while the latest version of ChatGPT 4 is still ahead, other models are catching up and well past ChatGPT 4 from last year.

I can’t predict the future, but I wouldn’t be surprised if Gemini takes the lead during 2024.

https://arena.lmsys.org/

Outsider speculation, but I’d guess ROI and compute/infra limitations play a big factor here. LLMs have well understood limitations simply because of their internal machinery - they’re probabilistic, can’t dynamically learn (arguable), stateless. Every major AI lab is working on new techniques to address some of these limitations.

If we just decided to charge ahead and keep upping the parameter counts of these models by orders of magnitude, we’d probably see big improvements in the quality of the models, but is it worth it? Inferencing even at current model sizes is already notoriously expensive, and training is also both expensive, resource constrained (see OpenAI recently signing the deal with Oracle for more DCs) and technically difficult because you’re now doing training across entire data centres.

It seems reasonable for these labs to be focusing on fundamental improvements and research, while making incremental improvements to existing models at least until the compute catches up and it becomes economically feasible to just jam up parameter counts again.

as a lowly application developer who is interested in how llms actually work, where's a good place to start? is there an article or book that most folks would recommend?
All of Andrej Karpathy's stuff on YouTube is absolutely top tier. He's a rare example of a brilliant contributor in his field who is an equally brilliant educator.

Start with his short intro to LLMs, only 1 hour long but is dense with valuable stuff: https://www.youtube.com/watch?v=zjkBMFhNj_g

just watched the first 15 min. this is exactly what I was looking for, thank you!
I would say much of it is data. I believe at this point, you can feed it the whole world wide web and it would still be a little smaller than what GPT-4 is trained on.

I'd speculate OpenAI hires a lot of people to make new data for them. There's stories of people who were interviewed where the job is just solving questions to be fed to GPT-4. They're likely looking at things that were thumbed down and adding several other data points to handle those.

There's also the quality of this data. You could feed it data from private convos (which Meta probably does) but most of that data would be low quality.

We're finding that Claude, GPT, Llama, even DeepL consistently mistranslate "you" in Indonesian as "Anda". It's never capitalized in the real world and it's a safe word, the equivalent of "they/them" pronouns in English. Imagine how weird it would be if someone wrote "Alice walks Their dog every afternoon." It's likely they were trained on government docs or perhaps some kind of ads.

But the point is there's lots of holes in the data and the perception of quality is how often it doesn't fail these.

None of the benchmarks catch this bug either. It's not just Indonesian - most of the code benchmarks use Python. So we'll also likely need better benchmarks in the future.

GPT-4 is 1.8T parameters. Until a model with at least 2-4x the number of params with no discernable improvement is released can we say that improvement has stalled. The biggest I imagine are Opus and Gemini Ultra with around 2T, far less that the geometric increase to demonstrate new emergent capabilities. Either way evidence has not been put forward yet to disprove scaling laws so until then, the apparent stalling is simply that a next-gen OOM model has yet to be trained and deployed.
The whole “parameters” thing is just a marketing term though, if they wanted to say they use a babillion parameters how would that change anything? The term is subjective and open to interpretation.
Parameters is the literal size of the model. How is it a marketing term? Is saying that a computer has 16GB of ram just a marketing term?
Well, the statement that GPT-4 is 1.8T parameters is a little misleading since it's really a 8 x 220B MoE (according to the rumors at least).

Also the size of the model itself isn't the only factor that determines performance, LLama 3 70B outperforms LLama 2 70B even though they have the same size.

It's well past time to speak of emergent capabilities. That idea was debunked by this paper. It was given a Best Paper award and was one of the few oral presentations. It's time to move on.

https://openreview.net/forum?id=ITw9edRDlD

One paper attempting one hypothesis against one model doesn't completely debunk emergent capabilities. If you've seen one of the thousands of novel capabilities of GPT-4 level models you'd realize this.
Eh, I don't think that's their position:

> nothing in this paper should be interpreted as claiming that large language models cannot display emergent abilities; rather, our message is that some previously claimed emergent abilities appear to be mirages induced by researcher analyses

imo their paper's position is

- downstream task metric jumps in accuracy don't imply sudden changes in pretrain loss

- you can cherry pick metrics to show the sudden appearance of emergent abilities

- model scale is not enough to explain emergent abilities because you can scale up one model family and not get them

Their follow-up paper [0] has an appendix that touches upon how:

- it's not impossible for continuous metrics to undergo sudden increases of performance

- therefore not all sudden increases of performance are a consequence of using discontinuous metrics

- therefore emergent abilities could still actually exist

[0] Why Has Predicting Downstream Capabilities of Frontier AI Models with Scale Remained Elusive? https://arxiv.org/abs/2406.04391

Has gpt5 been released? No. So how do you know if it’s no better than gpt4?
You can create a probability distribution of possible gpt-5 performance and predict how well it will do.
(comment deleted)
problem is not data or hardware costs. llm/transformers are not enough for AGI. we need something that has the ability of learning new skills with abstract reasoning. something like arc-agi puzzle solver. https://arcprize.org/arc