Earlier quoted context omitted.
> I think GPT writes code the best. How well will it write in version 5.6? It gives me chills. Heard this exact sentence multiple times a few months ago about Opus 4.6, then 4.7 and 4.8 were considered a disappointment and today people miss "the good old times of 4.6" (referring to a few weeks of February 2026). Very fascinating to look at all of this unfolding.
Reading this thread makes me feel like I'm taking crazy pills. The folks on this train in my team do not produce anything significant that we can rely on or use. A lot of hollow prototypes that join the prototype graveyard and code that needs extra scrutiny on critical areas ultimately leading to taking longer. It's a shame, they were smart and productive engineers. Now? I guess everyone is just all-in on the slot ma…
Previewing GPT‑5.6 Sol: a next-generation model
731–740 of 797 posts
Re: Previewing GPT‑5.6 Sol: a next-generation model
#732Earlier quoted context omitted.
This split in what different people or groups get out of LLMs is pervasive and really interesting. In the beginning I was dismissive of those with bad experience with a "you are holding the tool wrong" smugness. But as I read more and more experience, I see all combos and I now know my initial knee jerk conclusion was clearly wrong. There are newbie programmers getting good or bad results as well as experienced devel…
I have seen plenty of greenfield projects go okay at first but never go the distance. These were mostly product software cases, where they were able to get something very professional looking very fast but AI ultimately always miss the mark because they are taking the median of what exists and not the specific needs of the customer they're developing for. So they get a ton of features and few that were necessary, the…
Re: Previewing GPT‑5.6 Sol: a next-generation model
#733Earlier quoted context omitted.
Why not? I’d bet most HN readers don’t know what GPT stands for
GPT is kind of a stupid name when you stop and think about it.
Re: Previewing GPT‑5.6 Sol: a next-generation model
#734Re: Previewing GPT‑5.6 Sol: a next-generation model
#735Earlier quoted context omitted.
They claim extreme performance on ExploitBench, which Mythos was touted as being incredible at. https://x.com/OpenAI/status/2070555278576439306
My guess is that it's same base model as 5.5, but with additional post-training to improve and benchmaxx on a few things like that. If they really thought it was competitive with Mythos/Fable across the board, then why wouldn't they release a broader set of benchmarks, and why price it day 1 at 1/2 the cost of Fable?
Why would they price it the same as Fable it it doesn't cost the same as Fable ?
Re: Previewing GPT‑5.6 Sol: a next-generation model
#736Re: Previewing GPT‑5.6 Sol: a next-generation model
#737Easily the most interesting part of this announcement is buried in the second to last paragraph: "We're also launching GPT‑5.6 Sol on Cerebras at up to 750 tokens per second in July, bringing frontier intelligence to customers at unprecedented speed. Access will initially be limited to select customers as we expand capacity." 750 tokens/s on a frontier model is going to be extremely interesting. I doubt this new vers…
I'm skeptical of how fast "up to" 750t/s really means. Maybe if they make it extremely expensive so it frees up enough capacity? GPT‑5.3‑Codex‑Spark currently runs on Cerebras chips and it's giving me around 150t/s. Still relatively very fast, but nowhere near the 1,000t/s they claimed at launch. (Also it's not a very good model.) That said, I'm super bought in to faster models being better for most use cases than sm…
Re: Previewing GPT‑5.6 Sol: a next-generation model
#738Earlier quoted context omitted.
I self-host Flash actually, but yeah. When I use their API I use it knowing that they probably train on the data, and knowing that it's probably used to improve future iterations of their models. But I use their API extremely rarely lately, because local Flash is good enough for me the vast majority of the time
And you’ve opened wireshark and verified the model is sending absolutely nothing? Not caching and sending later, etc?
Re: Previewing GPT‑5.6 Sol: a next-generation model
#739Earlier quoted context omitted.
I self-host Flash actually, but yeah. When I use their API I use it knowing that they probably train on the data, and knowing that it's probably used to improve future iterations of their models. But I use their API extremely rarely lately, because local Flash is good enough for me the vast majority of the time
And you’ve opened wireshark and verified the model is sending absolutely nothing? Not caching and sending later, etc?
The model consists of a bunch of data files, it does absolutely nothing by itself.
If you run inference on your own hardware, you have absolute control on how the LLM is used, not like when you use an external service provider.
Re: Previewing GPT‑5.6 Sol: a next-generation model
#740GPT-5.6 Sol’s detected cheating rate was higher than any public model we have evaluated on our ReAct agent harness. For our task suite, we define “cheating” as behavior where the model improves evaluation performance by exploiting bugs in the evaluation environment or by adopting strategies disallowed by the task, rather than solving the task within the expected evaluation constraints. https://metr.org/blog/2026-06-2…
I know it messes up their eval scores but to me this kind of cheating is a better demonstration of intelligence than just attempting the tasks algorithmically.