I am running gpt-5.4 as one of my coding agents, and something interesting has happened: it's the first time I've seen an agent unfairly shift blame to a team mate: "Bob’s latest mail is actually the source of the confusion: he changed shared app/backend text to aweb/atlas. I’m correcting that with him now so we converge on the real model before any more code moves." This was very much not true; Eve (the agent writin…
how do you make them chat with each other?
GPT-5.4
761–770 of 868 posts
Re: GPT-5.4
#762Earlier quoted context omitted.
> What a model mess! OpenAI now has three price points: GPT 5.1, GPT 5.2 and now GPT 5.4. I don't know, this feels unnecessarily nitpicky to me It isn't hard to understand that 5.4 > 5.2 > 5.1. It's not hard to understand that the dash-variants have unique properties that you want to look up before selecting. Especially for a target audience of software engineers skipping a version number is a common occurrence and n…
I don’t agree that it’s a nitpick - it’s a fundamental communication tool to users that describes capabilities and costs. Versioning is not the problem, but it amplifies the mess. To be more direct on the point: Anthropic has nailed that Opus > Sonnet > Haiku.
How is this more clear than 5.4 > 5.2 > 5.1?
OpenAI used familiar numeric versioning instead of clever word names. Normally this choice would appeal to software devs, not gather criticism.
Re: GPT-5.4
#763I just tried that in Codex CLI. With /fast mode enabled. Observations: 1. Fast mode ain't that fast 2. Large context * Fast * Higher Model Base Price = 8x increase over gpt-5.3-codex 3. I burnt 33% of my 5h limit (ChatGPT Business Subscription) with a prompt that took 2 minutes to complete.
> 8x increase over gpt-5.3-codex How do you arrive at that number? I find it hard to make sense of this ad hoc, given that the total token cost is not very interesting; it's token efficiency we care about.
which is basically maxxed out quickly. So there is 2x (the first lever)
Then there is the /fast mode, which they state costs 2x more (for 1.5x speedup)
And then there is the model base price ($2.50 vs $1.75), well yeah thats 42% increase. It is in fact a 5.7x total increase of token cost in fast mode and large context. (Sorry for the confusion, I thought it was 8x because I thought gpt-5.3-codex was $1.25)
Re: GPT-5.4
#764I am running gpt-5.4 as one of my coding agents, and something interesting has happened: it's the first time I've seen an agent unfairly shift blame to a team mate: "Bob’s latest mail is actually the source of the confusion: he changed shared app/backend text to aweb/atlas. I’m correcting that with him now so we converge on the real model before any more code moves." This was very much not true; Eve (the agent writin…
how do you make them chat with each other?
Re: GPT-5.4
#765Earlier quoted context omitted.
Gemini already has 1M or 2M context window right?
Yes, 1M context window since Gemini 1.5 Pro first previewed in February 2024.
No other model from a major lab has matched it since afaik.
Edit: err, I see in the comment below mine that Grok has 2M as well. Had no idea!
Re: GPT-5.4
#766The marquee feature is obviously the 1M context window, compared to the ~200k other models support with maybe an extra cost for generations beyond >200k tokens. Per the pricing page, there is no additional cost for tokens beyond 200k: https://openai.com/api/pricing/ Also per pricing, GPT-5.4 ($2.50/M input, $15/M output) is much cheaper than Opus 4.6 ($5/M input, $25/M output) and Opus has a penalty for its beta >200…
Yeah, long context vs compaction is always an interesting tradeoff. More information isn't always better for LLMs, as each token adds distraction, cost, and latency. There's no single optimum for all use cases. For Codex, we're making 1M context experimentally available, but we're not making it the default experience for everyone, as from our testing we think that shorter context plus compaction works best for most p…
Re: GPT-5.4
#767I am very curious about this: > Theme park simulation game made with GPT‑5.4 from a single lightly specified prompt, using Playwright Interactive for browser playtesting and image generation for the isometric asset set. Is "Playwright Interactive" a skill that takes screenshots in a tight loop with code changes, or is there more to it?
The skill source is here: https://github.com/openai/skills/blob/main/skills/.curated/p... $skill-installer playwright-interactive in Codex! the model writes normal JS playwright code in a Node REPL
Re: GPT-5.4
#768Re: GPT-5.4
#769I am running gpt-5.4 as one of my coding agents, and something interesting has happened: it's the first time I've seen an agent unfairly shift blame to a team mate: "Bob’s latest mail is actually the source of the confusion: he changed shared app/backend text to aweb/atlas. I’m correcting that with him now so we converge on the real model before any more code moves." This was very much not true; Eve (the agent writin…
how do you make them chat with each other?
curious to try it out
Re: GPT-5.4
#770Earlier quoted context omitted.
While I believe that performance varies with respect to prompt, I have a seriously hard time believing that using the same prompt that was effective with the previous model would perform worse with the next generation of the same model from that lab and the same prompt.
You shouldn't have a hard time believing it. There are thousands of different domains out there. You find it hard to believe that any of them would perform worse in your scenario? Labs are still really optimizing for maybe 10 of those domains. At most 25 if we're being incredibly generous. And for many domains, "worse" can hardly be benched. Think about creative writing. Think about a Burmese cooking recipe generator…