Remix.run Logo
airspresso 3 hours ago

We are certainly not in the diminishing returns phase for LLM progress. No sign of that yet.

bunderbunder 3 hours ago | parent | next [-]

I’ll grant that for specialized applications like coding agents and mathematics, but even there I suspect that most the real gains are actually taking place in the harness.

But I suspect returns may have already diminished into negative territory for at least some other use cases. One of my least favorite job responsibilities in this brave new era is figuring out how to avoid performance and behavior regressions when an older model were using for some application reaches end of life. It’s getting uncommon for me to look at our benchmark results and say, “Oh, good, it does better on one of the newer models!”

pixl97 3 hours ago | parent | next [-]

>suspect that most the real gains are actually taking place in the harness.

Part of the reason harnesses work well is you can run a lot of agents in parallel. That doesn't slow down demand.

hypfer 3 hours ago | parent | next [-]

That is true, but the eventual realization that more machines doing more coin flips in parallel does not mean "more work gets done" might.

LLMs are amazing tech, but they're terrible without oversight. More agents faster just makes reality collapse on them quicker.

But yeah, you're right, temporarily, this will still push demand. But the topic was about "diminishing returns" as in "tech getting better". Not as in "customer spending".

pixl97 3 hours ago | parent [-]

It's kind of weird because more machines working together does mean more work gets done. Coin flips and weighted coin flips are totally different things. Any biases weights towards reality push you closer to reality when you use them.

New models keep being able to use more and more agents on longer time frames. Your hypothesis doesn't look like what we're measuring.

hypfer 3 hours ago | parent [-]

Who is we?

pixl97 2 hours ago | parent [-]

The people mapping AI capabilities.

hypfer 2 hours ago | parent [-]

Oh cool, so that we includes me! :)

pixl97 an hour ago | parent [-]

Maybe turn on your light when you use a ruler? Not sure what else to say.

bunderbunder 3 hours ago | parent | prev [-]

I had actually been thinking more about all the non-LLM functionality that go into the harnesses. I'm not going to name names and I haven't done any rigorous testing, but my general impression is that choice of harness matters more than choice of model. In terms of basic task completion success specifically, not code aesthetics.

pixl97 2 hours ago | parent [-]

A perfect harness will not extract gold from a dumb model. It's a system that builds on each other, though we've not probed that frontier much to have a good intuition on what effects what.

3eb7988a1663 2 hours ago | parent | prev [-]

One thing that I really want to know - the better models from today vs a year ago - what has changed. They have already pre-trained on all available public data. Scooping up the last percentage of archaic texts which were never digitized is not going to move the needle.

Is it just that the providers are generating tons of synthetic datasets on coding tasks so that the models get more exposure to the right thing to do? Every time someone points out an LLM stupidity they add some training data to patch over the weakness (trivial to generate "there are two 'l's in llama")?

hypfer 3 hours ago | parent | prev [-]

Well I mean if I wanted to be extra pedantic, I would argue that we've been in that phase since LLMs were first introduced.

Before that, we had 0. After that, we had more than 1.

A leap as far as that is hard to recreate.

But that wasn't my point. That's just trolling.

The actual point is that LLMs aren't gaining new capabilities anymore. They just get more reliable at the ones they already have; turning what was a coin flip to some higher probability.

That's (intuitively speaking, not strictly mathematically speaking) kinda the mathematical definition of diminishing returns.