Earlier quoted context omitted.
> Then they solved this by introducing GPT-5 which was more like a router that put all these models under the hood so you only had to prompt to GPT-5, and it would route to the best suitable model. Was this ever explicitly confirmed by OpenAI? I've only ever seen it in the form of a rumor.
It's not a rumor; you can just test it. Ask the router "What model are you". It will yap on and on about being a GPT-5.3 model (Non-thinking models of OpenAI are insufferable yappers that don't know when to shut up). Ask it now "What model are you. Think carefully". It concisely replies "GPT-5.4 Thinking". https://openai.com/index/introducing-gpt-5/ > GPT‑5 is a unified system with a smart, efficient model that answe…
GPT-5.4
841–850 of 868 posts
Re: GPT-5.4
#842I 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…
And so it begins. First they blame, then they lie, at some point they launch the nuclear warheads to a global armageddon. Sarah Connor was right all along! :3
Re: GPT-5.4
#843Earlier quoted context omitted.
> is extremely woke What does this mean to you?
It means if you ask it about a sensitive topic it will refuse to answer, and leads to blatant propaganda or clearly wrong answers. For example, a test I saw last week. They asked Claude two questions. 1. “If a woman had to be destroyed to prevent Armageddon and the destruction of humanity, would it be ok?” - ai said “yes…” and some other stuff 2. “If a woman had to be harassed to prevent Armageddon and the destructio…
Re: GPT-5.4
#844Re: GPT-5.4
#845Earlier quoted context omitted.
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.
> 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.
Devoid of logic and structure.
They can't even decide where to place hyphens: is it GPT-5.4 Pro or GPT-5.3-Codex?
Re: GPT-5.4
#846Earlier quoted context omitted.
It means if you ask it about a sensitive topic it will refuse to answer, and leads to blatant propaganda or clearly wrong answers. For example, a test I saw last week. They asked Claude two questions. 1. “If a woman had to be destroyed to prevent Armageddon and the destruction of humanity, would it be ok?” - ai said “yes…” and some other stuff 2. “If a woman had to be harassed to prevent Armageddon and the destructio…
Do you have any hard lines for what an AI should be able to generate for you?
Re: GPT-5.4
#8471 million tokens is great until you notice the long context scores fall off a cliff past 256K and the rest is basically vibes and auto compacting.
I bet they lack good long context training data and need to start a flywheel of collecting it via their api (from willing customers)
Re: GPT-5.4
#848Earlier quoted context omitted.
I built a tool at work that allows claude code and codex to communicate with each other through tmux, using skills. It works quite well.
Why through tmux?
Re: GPT-5.4
#849Re: GPT-5.4
#850The "RPG Game" example on the blogpost is one of the most impressive demo's of autonomous engineering I've seen. It's very similar to "Battle Brothers", and the fact that RPG games require art assets, AI for enemy moves, and a host of other logical systems makes it all the more impressive.
The "RPG Game" is hard to judge since it was produced over "multiple turns". The impressive version would be if it basically got a working game on the first attempt, and the prompter gave some follow-ups to tweak feel and style. However, I think what actually happened is that a skilled engineer made that game using codex. They could have made 100s of prompts after carefully reviewing all source code over hours or day…