Live data from Hacker News

GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday

twitter.com

71–80 of 219 posts

Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday

#71

I’m bouncing back between Codex and Claude like a ping-pong ball. I much prefer the experience using Codex, less verbose and to-the-point I’ve found. But Fable, being as strong as it is, is a big draw for Claude right now. I’ll likely switch back to Codex if 5.6 Sol is comparable.

How? I'm pretty much locked into Claude Code and even if gpt models are good now, the experience with codex CLI has been so bad I won't go back to it. e.g., it still doesn't have /revise or /undo!

I've never used /revise or /undo, everything I do is just through natural language and seems to work great.

Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday

#72
post #30

Earlier quoted context omitted.

> Not quite as "smart" as Fable, but it is incredibly capable. THIS IS BECAUSE GPT-5.6 SOL IS... just a more posttrained version of GPT-5.5, not a brand new bigger model than GPT-5.5. It's not like how Mythos is bigger than Opus. OpenAI switching to Sol/Terra/Luna renaming is just a way to rip off people and charge more usage for the same sized model. GPT-5.6 --------> GPT-5.6 Sol GPT-5.6-mini ---> GPT-5.6 Terra GPT-…

OpenAI already has a Mythos level model, it's called GPTCyber and before that, it was called gpt-5.5-pro.

No, GPTCyber is specifically trained for cybersecurity, and GPT-5.5-pro is just an ensemble of many subagents, not an actual model.

Mythos is simply a much bigger model in terms of parameters and I don't think OpenAI will have anything of its size anytime soon (My theory is that OpenAI had given up on scaling up parameters after GPT4.5 flopped).

Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday

#73
post #72

Earlier quoted context omitted.

OpenAI already has a Mythos level model, it's called GPTCyber and before that, it was called gpt-5.5-pro.

No, GPTCyber is specifically trained for cybersecurity, and GPT-5.5-pro is just an ensemble of many subagents, not an actual model. Mythos is simply a much bigger model in terms of parameters and I don't think OpenAI will have anything of its size anytime soon (My theory is that OpenAI had given up on scaling up parameters after GPT4.5 flopped).

how do you know gpt-5.5-pro is an ensemble? if it is, then how did OpenAI do it? why no other company has been able to pull it off?

Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday

#74

Thoughts[^0] from Theo, who had early access: > It's a damn good model. Not quite as "smart" as Fable, but it is incredibly capable. Fixed all the problems I had with GPT-5.5. > It is incredibly determined. Will run for a day without even using a /goal. It understands subagents incredibly well and is great at orchestrating. It's super pleasant in use cases like OpenClaw and Hermes Agent. It knows iOS dev incredibly w…

I feel like listening to Theo about anything technical is like consulting a Labrador retriever for advice on quantum physics. Every time I've ever seen one of his videos it's pretty clear he has very little understanding of development or engineering. I first became aware of him from his early "unit tests are a waste of time" stuff, and it seems his skillset is building a personal brand. Fair play, he's clearly talen…

He has big 'theatre kid' energy (at least certainly had, watched him years ago) - he desperately wants to make clear that there's a group of cool kids and he's in it.

His youtube channel used to be about talking about the new FOTM Javascript framework/technology - not presented as 'here's a cool thing, let's check it out' but 'everyone worth a damn already uses this, get with the times grandpa'

Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday

#75

Coding with AI it feels like if you're not using the best model then you're possibly missing out - creating less capable, maintainable, just plain 'good' code. Why waste time using anything less than the best and cleaning up the mess later on. This is why I feel like local models and Chinese models aren't taking off (and Gemini/Grok) - they work, but they're plain just not as good as OpenAI/Anthropic. If you have the…

That depends entirely on how you're using AI. If you're getting it to do all the hard thinking, then sure using the best model is probably always going to be better. But it's also going to be expensive. Using cheaper models and using your skills and expertise from the pre-AI era can get you working just as fast. You've gotta be more specific about the work you need doing. It's less "vibes" based, but they're still ef…

Honestly I'm on $200 a month for Claude Max and $100 a month for Codex, and it's nothing compared to the productivity gains if you're programming professionally. 10 bucks a day, I spend more for lunch. Time is money and I'm not going to waste time with a lesser model if I don't have to.

Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday

#76

I’m bouncing back between Codex and Claude like a ping-pong ball. I much prefer the experience using Codex, less verbose and to-the-point I’ve found. But Fable, being as strong as it is, is a big draw for Claude right now. I’ll likely switch back to Codex if 5.6 Sol is comparable.

Same here. Late to agentic party. 1st month was Codex, 2nd Claude, already thinking 3rd will be Codex again! Since Fable will be gone soon.

Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday

#77

Earlier quoted context omitted.

Does Fable write better code or just can solve more problems?

Better code hands down. Actually GPT 5.5 is a good example of a model that's generally better at solving problems than Opus 4.8, but the code it generates is worse - over engineered, shortcuts, etc.. Fable does both, better code and solves problems, but it's also very expensive. Currently I use Opus mostly, Codex for code reviews because it is pedantic, and Fable for tough problems and high level design.

The way I'd describe it, Fable is the first model that's good enough.

If all I had was Fable for the next couple of years then I'd be totally fine with that. I have never felt that about any version of Opus.

Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday

#78
post #72

Earlier quoted context omitted.

No, GPTCyber is specifically trained for cybersecurity, and GPT-5.5-pro is just an ensemble of many subagents, not an actual model. Mythos is simply a much bigger model in terms of parameters and I don't think OpenAI will have anything of its size anytime soon (My theory is that OpenAI had given up on scaling up parameters after GPT4.5 flopped).

how do you know gpt-5.5-pro is an ensemble? if it is, then how did OpenAI do it? why no other company has been able to pull it off?

It's pretty much confirmed by OpenAI here [1].

> We generally treat GPT-5.5’s safety results as strong proxies for GPT-5.5 Pro, which is the same underlying model using a setting that makes use of parallel test time compute.

And Gemini also provides something similar. Gemini Deep Think models are pretty much the same thing [2]. As to why no other company uses this, I don't really know. Maybe compute constraints?

[1] https://deploymentsafety.openai.com/gpt-5-5

[2] https://deepmind.google/models/gemini/deep-think/

Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday

#79
post #30

Earlier quoted context omitted.

> Not quite as "smart" as Fable, but it is incredibly capable. THIS IS BECAUSE GPT-5.6 SOL IS... just a more posttrained version of GPT-5.5, not a brand new bigger model than GPT-5.5. It's not like how Mythos is bigger than Opus. OpenAI switching to Sol/Terra/Luna renaming is just a way to rip off people and charge more usage for the same sized model. GPT-5.6 --------> GPT-5.6 Sol GPT-5.6-mini ---> GPT-5.6 Terra GPT-…

My feeling is that GPT-5.5 doesn't lack the raw intelligence so much as it lacks "methodology". I don't know how exactly to put it... how to approach a problem, how to take care of the details and side effects, how to handle unexpected difficulties and bugs, how to not spin out of control, how to write solid code, how to clean up afterwards, how to document, how to give useful feedback... the things that you learn on…

Is Fable really that much different? I almost instinctively create elaborate processes, workflows, set up a bunch of linters and dump research docs any time I bootstrap a new project regardless of what model I'm using. They all spiral out of control if they're not following a predefined process.

Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday

#80
post #45

Earlier quoted context omitted.

I feel like listening to Theo about anything technical is like consulting a Labrador retriever for advice on quantum physics. Every time I've ever seen one of his videos it's pretty clear he has very little understanding of development or engineering. I first became aware of him from his early "unit tests are a waste of time" stuff, and it seems his skillset is building a personal brand. Fair play, he's clearly talen…

> it's pretty clear he has very little understanding of development or engineering I cannot prove it but I have a feeling that you may be conflating "he clearly has different opinions on things I consider non-negotiable" to "he doesn't know what he's talking about". I also watched a lot of his videos. I wildly disagree with him a lot of times, but he has his reasoning, and I can see (and verify!) that those ideas are…

I sort of disagree, the issue is that he like so many professionals (prime agent, being the other) becoming youtubers uses their experiences to make their opinion the only opinion when said opinion is nuanced or plain wrong objectively.
Post reply on HN