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…
> 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-…
GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday
51–60 of 219 posts
Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday
#52Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday
#53I’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.
Why not both? T3 Code exists.
Edit: I guess the real answer is that I don't want multiple subscriptions. I use one for a month, and then decide if I switch to the other.
Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday
#54Earlier quoted context omitted.
Do you have a source for this? I'm pretty sure responses api is only there to obfuscate reasoning, but that they're still keeping reasoning traces in the backend.
I work at OpenAI and can confirm that's correct: reasoning tokens are discarded after each new user turn (though not after each message or tool call). Our docs show a diagram here: https://developers.openai.com/api/docs/guides/reasoning > Input and output tokens from each step are carried over, while reasoning tokens are discarded. Keeping reasoning tokens around is better for caching and for remembering past insight…
Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday
#55Thoughts[^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…
> 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-…
Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday
#56Earlier quoted context omitted.
Same. For some reason late opus model are very superficial doing ux work and so am using gpt for that, but backend is much better engineered by claude, gpt prefer to duplicate everything it needs on the spot causing class sprawl
How are y'all carrying context history from one agent to the other? I also flip between the models due to quota, TUI enhancements, model updates and service availability. To handle this, I built a thing that normalizes your transcripts between Claude Code and Codex into a shared DB, then a CLI and skill. It has made it so it doesn't matter what I built where (or when) I just refer to the work and drop in a /total-rec…
Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday
#57I’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.
e.g., it still doesn't have /revise or /undo!
Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday
#58Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday
#59Coding 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…
Re: GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday
#60Coding 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…
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 effective.
Also, Chinese models absolutely are taking off. I used Claude and GPT at work, and then I tried using some Chinese models for personal projects. I am 100% convinced they're like 90% as good for 10% of the cost. But you've basically gotta be a good developer first and know what you want and know when it's giving you shit.