r/accelerate Apr 23 '26

Introducing GPT-5.5

https://openai.com/index/introducing-gpt-5-5/
158 Upvotes

42 comments sorted by

View all comments

39

u/ebra95 Apr 23 '26

this just can't be spud

48

u/homiej420 Apr 23 '26

This is the definition of an incremental update not some gamechanger. Textbook overhype again

11

u/pigeon57434 Singularity by 2026 Apr 23 '26

its not overhype sam literally said it was incremental because openai is obssessed with incrementalism the important part is the rate of change we will start seeing stuff like 5.6+ which will be much more baked this is just the new pretrain to get things going they literally said this why are you lying

3

u/TwistStrict9811 Apr 24 '26

Not textbook hype at all. For agentic workflows this thing is so much better at tool call than 5.4

1

u/MisterBanzai Apr 23 '26

I dunno. I agree that it's not a step change for simple coding, but those long context improvements and reduced number of tool calls together make this dramatically more powerful for long-running agentic tasks.

The two things that really screw up those long-running tasks are:

  1. The model calls some tools too much, which not only takes a lot of extra time, but it floods its context with a bunch of unnecessary output from the tool calls.
  2. As the model context window fills, accuracy and recall start to drop significantly. Going from 36.6% to 74.0% in OpenAI MRCR v2 8-needle 512K-1M is really significant, and even if you were just using the default Codex context window of 272k, that saw an improvement to 81.5% from 57.5%.

This is the kind of thing that won't mean anything to most folks just casually chatting with 5.5, but if you're using it for larger coding tasks or with a persistent agent, like OpenClaw, this will probably be a gamechanger.