Live data from Hacker News

GPT-4.5

openai.com

251–260 of 1001 posts

Re: GPT-4.5

#251

Does anyone have any intuition about the how reasoning improves based on the strength of the underlying model? I’m wondering whether this seemingly underwhelming bump on 4o magnifies when/if reasoning is added.

It is possible to understand the mechanism once you drop the anthropomorphisms.

Each token output by an LLM involves one pass through the next-word predictor neural network. Each pass is a fixed amount of computation. Complexity theory hints to us that the problems which are "hard" for an LLM will need more compute than the ones which are "easy". Thus, the only mechanism through which an LLM can compute more and solve its "hard" problems is by outputting more tokens.

You incentivise it to this end by human-grading its outputs ("RLHF") to prefer those where it spends time calculating before "locking in" to the answer. For example, you would prefer the output

  Ok let's begin... statement1 => statement2 ... Thus, the answer is 5
over

  The answer is 5. This is because....
since in the first one, it has spent more compute before giving the answer. You don't in any way attempt to steer the extra computation in any particular direction. Instead, you simply reinforce preferred answers and hope that somewhere in that extra computation lies some useful computation.

It turned out that such hope was well-placed. The DeepSeek R1-Zero training experiment showed us that if you apply this really generic form of learning (reinforcement learning) without _any_ examples, the model automatically starts outputting more and more tokens i.e "computing more". DeepseekMath was also a model trained directly with RL. Notably, the only signal given was whether the answer was right or not. No attention was paid to anything else. We even ignore the position of the answer in the sequence that we cared about before. This meant that it was possible to automatically grade the LLM without a human in the loop (since you're just checking answer == expected_answer). This is also why math problems were used.

All this is to say, we get the most insight on what benefit "reasoning" adds by examining what happened when we applied it without training the model on any examples. Deepseek R1 actually uses a few examples and then does the RL process on top of that, so we won't look at that.

Reading the DeepseekMath paper[1], we see that the authors posit the following:

  As shown in Figure 7, RL enhances Maj@K’s performance but not Pass@K. These
  findings indicate that RL enhances the model’s overall performance by rendering
  the output distribution more robust, in other words, it seems that the
  improvement is attributed to boosting the correct response from TopK rather 
  than the enhancement of fundamental capabilities.
For context, Maj@K means that you mark the output of the LLM as correct only if the majority of the many outputs you sample are correct. Pass@K means that you mark it as correct even if just one of them is correct.

So to answer your question, if you add an RL-based reasoning process to the model, it will improve simply because it will do more computation, of which a so-far-only-empirically-measured portion helps get more accurate answers on math problems. But outside that, it's purely subjective. If you ask me, I prefer claude sonnet for all coding/swe tasks over any reasoning LLM.

[1] https://arxiv.org/pdf/2402.03300

Re: GPT-4.5

#252

Earlier quoted context omitted.

> We look forward to learning more about its strengths, capabilities, and potential applications in real-world settings. If GPT‑4.5 delivers unique value for your use case, your feedback (opens in a new window) will play an important role in guiding our decision. "We don't really know what this is good for, but spent a lot of money and time making it and are under intense pressure to announce new things right now. If…

> "Early testing shows that interacting with GPT‑4.5 feels more natural. Its broader knowledge base, improved ability to follow user intent, and greater “EQ” make it useful for tasks like improving writing, programming, and solving practical problems. We also expect it to hallucinate less." "Early testing doesn't show that it hallucinates less, but we expect that putting that sentence nearby will lead you to draw a c…

That's some top-tier sales work right there.

I suck at and hate writing the mildly deceptive corporate puffery that seems to be in vogue. I wonder if GPT-4.5 can write that for me or if it's still not as good at it as the expert they paid to put that little gem together.

Re: GPT-4.5

#253
In many ways I'm not an OpenAI fan (but I need to recognize their many merits). At the same time, I believe people are missing what they tried to do with GPT 4.5: it was needed and important to explore the pre-training scaling law in that direction. A gift to science, however selfist it could be.

Re: GPT-4.5

#254

The results for GPT - 4.5 are in for Kagi LLM benchmark too. It does crush our benchmark - time to make new? ;) - with performance similar of that of reasoning models. It does come at a great price both in cost and speed. A monster is what they created. But looking at the tasks it fails, some of them my 9 year old would solve. Still in this weird limbo space of super knowledge and low intelligence. May be remembered…

If Gemini 2 is the top in your benchmark, make sure to re-check your benchmark.

Gemini 2 pro is actually very impressive (maybe not for coding, haven't used it for that)

Flash is pretty garbage but cheap

Re: GPT-4.5

#255

Earlier quoted context omitted.

They tried a while ago: https://news.ycombinator.com/item?id=40373284 Sadly little people noticed...

Sadly few people noticed. I don’t normally cosplay as a grammar Nazi but in this case I feel like someone should stand up for the little people :)

So you think that little people didn’t notice? ;)

Re: GPT-4.5

#256

Earlier quoted context omitted.

They tried a while ago: https://news.ycombinator.com/item?id=40373284 Sadly little people noticed...

Sadly few people noticed. I don’t normally cosplay as a grammar Nazi but in this case I feel like someone should stand up for the little people :)

A comma in the original comment would have made it pop even more:

"Sadly, little people noticed."

(queue a group of little people holding pitch forks (normal forks upon closer inspection))

Re: GPT-4.5

#257

Seeing OpenAI and Anthropic go different routes here is interesting. It is worth moving past the initial knee jerk reaction of this model being unimpressive and some of the comments about "they spent a massive amount of money and had to ship something for it..." * Anthropic appears to be making a bet that a single paradigm (reasoning) can create a model which is excellent for all use cases. * OpenAI seems to be betti…

Or the other way around: smaller reasoning models that can call out to GPT-4.5 to get their facts right.

Maybe, I’m inclined to think OpenAI believes the way I laid it out though, specifically because of their focus on communication and EQ in 4.5. It seems like they believe the large, non-reasoning model, will be “front of house.”

Or they’ll use some kind of trained router which sends the request to the one it thinks it should go to first.

Re: GPT-4.5

#258
post #26

GPT 4.5 pricing is insane: Price Input: $75.00 / 1M tokens Cached input: $37.50 / 1M tokens Output: $150.00 / 1M tokens GPT 4o pricing for comparison: Price Input: $2.50 / 1M tokens Cached input: $1.25 / 1M tokens Output: $10.00 / 1M tokens It sounds like it's so expensive and the difference in usefulness is so lacking(?) they're not even gonna keep serving it in the API for long: > GPT‑4.5 is a very large and comput…

> We look forward to learning more about its strengths, capabilities, and potential applications in real-world settings. If GPT‑4.5 delivers unique value for your use case, your feedback (opens in a new window) will play an important role in guiding our decision. "We don't really know what this is good for, but spent a lot of money and time making it and are under intense pressure to announce new things right now. If…

> We don't really know what this is good for

Oh come on. Think how long of a gap there was between the first microcomputer and VisiCalc. Or between the start of the internet and social networking.

First of all, it's going to take us 10 years to figure out how to use LLM's to their full productive potential.

And second of all, it's going to take us collectively a long time to also figure out how much accuracy is necessary to pay for in which different applications. Putting out a higher-accuracy, higher-cost model for the market to try is an important part of figuring that out.

With new disruptive technologies, companies aren't supposed to be able to look into a crystal ball and see the future. They're supposed to try new things and see what the market finds useful.

Re: GPT-4.5

#259
post #148

Earlier quoted context omitted.

> GPT 4.5 pricing is insane: > I'm still gonna give it a go, though. Seems like the pricing is pretty rational then?

Not if people just try a few prompts then stop using it.

Sure but its in their best interest to lower it then and only then.

OpenAI wouldn't be the first company to price something expensive when it first comes out to capitalize on people who are less price sensitive at first and then lower prices to capture a bigger audience.

That's all pricing 101 as the saying goes.

Re: GPT-4.5

#260
post #26

GPT 4.5 pricing is insane: Price Input: $75.00 / 1M tokens Cached input: $37.50 / 1M tokens Output: $150.00 / 1M tokens GPT 4o pricing for comparison: Price Input: $2.50 / 1M tokens Cached input: $1.25 / 1M tokens Output: $10.00 / 1M tokens It sounds like it's so expensive and the difference in usefulness is so lacking(?) they're not even gonna keep serving it in the API for long: > GPT‑4.5 is a very large and comput…

The price really is eye watering. At a glance, my first impression is this is something like Llama 3.1 405B, where the primary value may be realized in generating high quality synthetic data for training rather than direct use. I keep a little google spreadsheet with some charts to help visualize the landscape at a glance in terms of capability/price/throughput, bringing in the various index scores as they become ava…

Awesome spreadsheet. Would a 3D graph of fast, cheap & smart be possible?
Post reply on HN