Hacker News

minimaxir
Previewing GPT‑5.6 Sol: a next-generation model openai.com

System card: https://deploymentsafety.openai.com/gpt-5-6-preview


danga day ago

All: for comments on the policy side please go to this related thread:

U.S. government will decide who gets to use GPT-5.6 - https://news.ycombinator.com/item?id=48690101

gandreania day ago

Easily 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 version is anything but a version bump in terms of capabilities but if we can start getting these answers back faster, they end up being more useful.

Just off the top of my head, I can think of the tedious task of finding certain functionality within a codebase. I usually can't beat an AI agent harness at this task today. If the AI model is 3x faster I have less of chance.

qznc20 hours ago

me-vs-cat13 hours ago

You get used to it. I don't even see the code. All I see is blonde.. brunette.. redhead.

amluto15 hours ago

That’s an awful visualization. I can skim code quite quickly, but not when it shows up one character at a time in a small window, modem style.

At least that site should draw out a full page then start replacing that page with the next, starting from the top and working downwards, repeating each time it hits the bottom.

jaapz9 hours ago

This is how tools like claude code and chat prompts output their tokens, so I'd say it's actually a pretty good visualisation.

amluto2 hours ago

Not for prefill. I suppose if you just want to imagine what generation speed looks like in the current generation of TUIs, it’s an okay visualization.

elxr7 hours ago

That's exactly what it looks like in the tools I use most (opencode and codex), so for that purpose it's a pretty good visualization.

HSO10 hours ago

> I can skim code quite quickly

are you by any chance hyperlexic? interested to hear more about this, like how fast is considered fast

buddhistdude19 hours ago

Just to think what this will look like in a couple of years.

OGWhales19 hours ago

Hopefully like this (but smarter): https://chatjimmy.ai/

nomel18 hours ago

This is genuinely confusing to my senses. The future is going to be so strange/neat/me unemployed.

falcor8418 hours ago

> strange/neat/me unemployed

I'm not sure if that's what you were going for, but I read it as if it were written by The Board in the game Control, and found myself with the appropriate level of existential dread.

syhol8 hours ago

We love/help/replace you

mh-16 hours ago

and I haven't played that game, so I read it in Ralph Wiggum's voice.. which also feels appropriate.

I'm in danger.

matheusmoreira11 hours ago

The future is totally illegible to me. I love these AI models, but I feel like I'm going to be jobless within 10 years.

Anomie is at an all time high right now.

the_af5 hours ago

10 years? An optimist, I see.

razodactyl8 hours ago

Yeah. It keeps catching me off guard that it answered me already.

jeingham2 hours ago

This caused me to have some sense what blistering fast AI actually is. What it means for the future is a question that remains.

kkotak14 hours ago

Why is the insane speed of 13KTPS of this site is not more on the the top of the AI conversations?

mike_hearn4 hours ago

Because there's been nothing to discuss since their announcement. Their API access immediately closed due to overwhelming demand and they didn't fab newer models than Llama3 yet.

Probably they will make bank selling to HFT for a while.

Ey7NFZ3P0nzAe13 hours ago

It's pretty well known by now.

chromadon9 hours ago

I asked it for a block of C++ code and it hit 14,189 tok/s. I assume it cached someone else's session?

fcsp9 hours ago

mlrtime5 hours ago

Because I just tested it and it took 3-4 clarifications before it actually gave a correct response vs gemini/google search. It's not great, but good.

I'd rather wait 3x as long.

niyazpk18 hours ago

Wow.. what?! How is this so fast?! Where can I read more?

fcsp18 hours ago

Funnily enough, pasting your comment straight into Jimmy leads to a... Funnily suboptimal answer that does not answer the question.

As someone else already contributed, this is driven by a Canadian startup taalas that basically makes chips that are llms, so everything is very fast but also, baked into the chip. Once this kind of stuff is a commodity in like 10 years, our world will be very, very different.

hajile13 hours ago

Taalas HC1 AI uses Llama 3.1 8B, but takes up a massive 53B transistors and 815mm2 on TSMC N6 (nearly at the reticle limit of 858mm2). N2 is a little less than 3x as dense (110MTr/mm2 vs 313MTr/mm2).

This chip would still be 272mm2 on N2 which is an eye-watering $30k/wafer and bigger than a 9950x or Nvidia 5070.

This just isn't feasible. Some of the latest-gen LLMs seem to have 5-10T parameters or about 1000x more. I don't know that taping out just one chip makes economic sense let alone the 300-1000 chips required for a cutting-edge model. Things like continuing education so your model knows about the latest NPM packages or world news is super important, but seems like it would require new chips.

There are a TON of uses for an 8B parameter models on the edge, but this is WAY too big to put on the edge of anything. Something like a 10mm2 100m parameter voice model might be feasible on the edge, but only for expensive devices, but most of those are TSMC 28nm (up to 29MTr/mm2) or GF FDX22 (up to 40MTR/mm2) which would increase the AI chip to the point where it would absolutely dominate the BOM.

lelanthran12 hours ago

> Things like continuing education so your model knows about the latest NPM packages or world news is super important, but seems like it would require new chips.

They probably have a few ideas around that. Me, personally, I'd have one main expensive chip (replaced every 10 years, or whatever), with a secondary cheap chip in front of it that gets replaced every year or so.

The secondary chip could act the way RAG does, or perhaps both chips together can act as LoRA.

Either way, 99.999% of the knowledge is static, you just need to fine-tune the weights with that remaining 0.001% knowledge, which can be done using RAG or LoRA on a much smaller (thus cheaper) disposable chip.

fcsp9 hours ago

Yeah, they're clearly just starting out and just shipped their very first proof of concept. But to me, their plans seem generally reasonable https://taalas.com/the-path-to-ubiquitous-ai/, and like I wrote, if this kind of thing succeeds and could become some kind of cheaply producible commodity component, I think there's huge value in that. Alas, maybe not as a frontier model replacement, but say 10 years from now you can drop a cheap raspberry pi like device in your Lan and have a fast local engine for things like text sentiment analysis, text summarisation, voice recognition, basic vision and things like that, that would be pretty exciting to me (but maybe as you outlined, impossible in practice)

juleiie8 hours ago

That’s why this stuff should be a government mega project ultimately.

It is not market viable but it is sure as heck revolutionary. Like an atomic bomb but including more… peaceful uses.

That’s exactly where government should take rein like with ISS etc. However the models are too rapidly advancing for now for it to make sense

HaloZero12 hours ago

the flash models have fallen in size at least between deep seek models. Is there a limit to the shrinking capacity of the models?

dmd18 hours ago

victorbjorklund8 hours ago

Damn that is crazy.

archon8108 hours ago

This is the reaction every time it's posted, and deservedly so.

vitorgrs12 hours ago

Not opening here... HN killed?

Bombthecat8 hours ago

What

How?

Which model is behind it?

jeffhuys2 hours ago

It’s pure silicon. Llama3.

dirasieb7 hours ago

hugged to death?

plaguuuuuu16 hours ago

[dead]

alienbaby17 hours ago

I started with a 2400baud modem, I've seen how this goes

accrual17 hours ago

Sometimes I visualize a setup like this [0], based on 2D art by Simon Stålenhag. Someone has their home robot sitting on a desk connected to their old PC with thick cabling, dumping endless lines of each subsystem's <think> logs to diagnosis why it did something weird earlier in the day. Systems pushing 750+ tokens per second per subsystem might even be considered on the slow side for realtime tasks by then.

[0] https://www.therookies.co/entries/39513

bredren15 hours ago

Probably will not be looking at text like this in a few years.

cactusplant737415 hours ago

Probably not. Everyone will still need a lot of reasoning tokens and tool calls. Running the tests for every round is tiring but must be done.

refulgentis19 hours ago

Imagine a Beowulf cluster of these…

noisy_boy16 hours ago

That's a name I haven't heard in a while.

mlrtime5 hours ago

First post?

cactusplant73742 hours ago

The user has many comments and updoots if you look at their profile.

refulgentis14 minutes ago

We’re being silly and spamming Slashdot spam comments :p (“imagine a Beowulf cluster” and “first post?”)

addaon6 minutes ago

Me too!

chromadon9 hours ago

I always think of Furbies because of that geocities (memories!) site.

senectus117 hours ago

probably something like this https://sb0xw.csb.app/

sberensa day ago

For comparison, openrouter says opus 4.8 is ~55 tokens/s and fast mode is ~102.

750 tokens/s for their largest model is going to be nuts

windexh8era day ago

What about 15k tokens per second? [0] I remember looking at this earlier in the year and it being so fast that it feels fake. And, yes, this model is old - but still awesome for what it is.

[0] https://chatjimmy.ai/

Kirby6421 hours ago

It’s not just old, it’s also tiny and quantized. It’s llama 3.1 8b at 3/6-bit quant. This is the type of thing you can run on almost any device…

windexh8er20 hours ago

I get that, but not at 15k tokens/s.

Kirby6420 hours ago

But it’s irrelevant. 750 tokens/s on a full frontier model is useful. 15000 poor quality tokens is much less useful no matter how much scaffolding you put around it.

Legend244019 hours ago

You are missing the point. This is a technology demonstration on prototype hardware, and no one intends it to be seriously useful.

Their architecture has fundamental speed and efficiency advantages over GPUs or Cerebras. They expect to scale up to real LLMs by splitting a model layer-wise across several chips, which they can do without incurring any throughput penalty.

Kirby6419 hours ago

> They expect to scale up to real LLMs by splitting a model layer-wise across several chips, which they can do without incurring any throughput penalty.

I’ll patiently wait to see this in reality. Their demonstration hardware is a 250W chip that is enormous in die area for the model size. They’re making a lot of claims, but until they can deliver then it’s nearly vaporware in my view.

I’d be happy to be proven wrong, but I think they’re going to quickly run into hardware realities quite soon if they think they can just chain a bunch of chips together to achieve the same performance on larger sizes.

windexh8er18 hours ago

Why can't they do it? Jim Keller's company is also taking a different approach [0].

The simple fact that we think what we have now is scalable is basically what you are saying can't be done: " just chain a bunch of chips together to achieve the same performance on larger sizes". How do you think current architectures work? And what is being used today is all proprietary to one company!

[0] https://tenstorrent.com/solutions/llm-inference

__alexs9 hours ago

Actually it's the opposite. Per mm of silicon it's massively less efficient and making enough chips and powering them is a major bottleneck right now. Worse, scaling to larger models requires more of our absolute best quality silicon manufacturing, where e.g. an H200 mostly just needs more memory.

trollbridge5 hours ago

I’ve been using 1,000 t/s on a near frontier model for a month now. It’s very useful for agentic coding.

It does require new approaches for me personally since I get a lot less time to think or read its output.

windexh8er20 hours ago

I think you missed the point and don't understand / aren't considerate of SLM utility.

Kirby6420 hours ago

But I’m not missing the point. If you can run one frontier model at 750t/s, then you can probably run many many instances of an SLM in parallel at a rate that exceeds 15k/s. That’s kinda the point of the flash or ultrafast variants. And they’re on something much more modern than llama3.1.

windexh8er20 hours ago

Yes, you are missing the point. 1) It's a demo. [0] 2) It hasn't been updated for 4+ months.

You don't need LLMs for everything. That is 100% the point. You can burn down the world with all of your frontier LLMs that are being used for simple queries OR we can do something faster and more efficient like this. Just because you can run a SotA model at "fast" speeds, again, severely misses the point.

And no, you can't run anything from Anthropic or OAI on-prem, so until you can there's really no comparison. If people want to continue down the path of gate-kept models with no other options then we'll all follow you off the cliff.

[0] https://taalas.com/products/

Kirby6419 hours ago

Why are you representing this as such a binary here? For SLM we don’t need the Taalas stuff at all. Just run it locally on your own device if it’s truly a small model. And there’s plenty of larger models that can be run on-premise just fine.

I think it’s impressive that a frontier model can achieve 750t/s. That’s all. You can get similar insane token speeds from other open weight models too.

windexh8er19 hours ago

The irony here is, according to you, my take is the binary one. When your response is: well, we can all just run it on our devices - we don't need any other options!

You seem to be cool with a very small and gated ecosystem with whatever tech billionaires want you to have access to.

I grew up in the era where compute was diverse and open. You may think this is OK, but it's not. The more options we have and the more diversified they are the better tech will move back towards.

I'm not the one with the myopic view here. Enjoy your "on-device" models over in your utopia of a walled garden.

Kirby6419 hours ago

I think you’ve got things quite backwards if you think that the desire to run models on device or use any of the variety of open weight models (big or small) on premise is somehow bowing down to tech billionaires. Quite the opposite really.

Once again, my statement is that the Taalas product is not a fair comparison because it runs an old outdated model. If you want to run a similar model at similar speeds (albeit not serially, but in parallel) you don’t need their product.

windexh8er17 hours ago

> Once again, my statement is that the Taalas product is not a fair comparison because it runs an old outdated model.

Either you didn't look at the page I linked or you're having comprehension problems.

> If you want to run a similar model at similar speeds (albeit not serially, but in parallel) you don’t need their product.

Except, you can't. There's no commodity hardware out there today that can run even an "old outdated model" at this speed and power utilization. Again, maybe read first and try to understand my original point?

> "...my statement is that the Taalas product is not a fair comparison..."

You actually hadn't stated this. You said it wasn't needed. Which is it?

> If you want to run a similar model at similar speeds...

You can't. Find me a single system that can run this, again, "old outdated model" at even similar speed. You're hung up on the model. The point is that if we all just stay in this wonderful world of inefficient large models we will all end up at the mercy of OAI, Anthropic, Google, etc. When other companies, like Taalas are putting research dollars in to making AI scalable, affordable and efficient. Do you really think commodity hardware is going to be attainable anytime in the near future on this trajectory? Do you need a laptop to cost $10k USD before it clicks? That is exactly how you end up kissing Altman's ass in this situation.

huflungdung19 hours ago

[dead]

ehsankia12 hours ago

I just tried it, and the answer is non-sense.

I asked it something simple, list some good indie puzzle games, and half the answers are games that don't exist. Imo quality > speed.

partsch21 hours ago

They baked the LLM into a CPU

calvinmorrison17 hours ago

at 15K tokens/s... do you need code anymore

selcuka16 hours ago

Yeah, that's the point, right? With tool calling the LLM becomes code. So instead of asking it to write an accounting software, you can hire the LLM to be your accountant.

recursive15 hours ago

But you'd still need code if you need something done in a consistent way.

block_dagger13 hours ago

Not necessarily. Consider a human assistant who performs repetitive tasks at an acceptable cost and accuracy while dealing with edge cases often autonomously.

rafaelmn6 hours ago

If we want reliability - we come up with processes to make it reliable and not rely on individuals getting it right. Code is a way to create a reliable process in the digital world.

recursive4 hours ago

For some things that's acceptable or even good. If I want to add up a list of a million numbers human assistants aren't bringing any advantages though.

saxenaabhi9 hours ago

Maybe acceptable in some cases but the original example in this thread was about accounting and they use software to do the counting not humans.

And even id humans/llms do it there would still be a need for systems of record with things like audit log etc.

gandreania day ago

Using gpt-5.4-mini in off-peak hours already feels like super-speed to me. That's probably no more than 100-150 tk/s. I can't imagine 750!

I've always eyed Cerebras but never had a use for it that would justify paying for the API directly. Although now that I think about it, trying out the API would probably cost less than a subscription for a month...

jasonjmcgheea day ago

Try gpt-5.3-codex-spark - it's 1000 TPS and from my experience more capable than 5.4 mini.

If you have a subscription it's a different pool of usage.

small_modela day ago

Used it, very fast but tiny context window and doesn't have good reasoning. (good for quick simple code changes)

trollbridge5 hours ago

MIMO 2.5 Pro ultraspeed has a 1M window. 1,000 tok/sec is great for planning since you can have a rapid conversation with a lot of turns.

beeringa day ago

Agreed, 1000tok/s just fills up the context window (which is big by 2004 standards) super fast. But seems like 5.3-spark was just a taste of what’s to come.

taneq21 hours ago

2004 standards? O.o

mlinsey18 hours ago

In 2004, I took a class where we trained "language models" that were bigram word models, on an archive of a couple years of the Wall Street Journal.

I remember someone who literally announced they were dropping the class to the whole room at the end of a lecture, saying "This isn't AI!!!"

partsch21 hours ago

1904

bogeholm10 hours ago

Back when we were kids, we would get 0 tokens/sec _if we were lucky_

embedding-shapea day ago

The ChatGPT subscription gives you access to the -spark model(s) in Codex which are blazing fast (but pretty dumb) which I think runs on Cerebras hardware too.

rrvsh14 hours ago

is this specifically in codex? have been trying to use the models for months on opencode then pi but it says chatgpt subscriptions don't have access to it - i was under the assumption that OpenAI doesn't lock down their models based on harness a la Claude Code

cactusplant73742 hours ago

What plan are you on? It is only available to Pro users.

kegs_a day ago

I have a pretty good use case for gpt-oss. The amount of time savings has actually been wild. Definitely worth a try. Just to be clear, it gets like 2000tok/s

comboya day ago

But it seems that there is some queuing/load balancing on their side, I mean when opus is actually outputting this 55t/s it feles fast, but apart from it's internal reasoning I think there's sometimes just waiting.

fragmede21 hours ago

Oh wait yeah good point. At 750 tokens a second and the same amount of human patients they can set it to think for the same amount of time but four or five times the amount of thinking tokens, which may improve the quality of the eventual output.

order-mattersa day ago

the more advanced models also utilize a lot more tokens, and a lot of these extra tokens may go towards safeguards at a higher rate than prior models as well.

not to say a speed boost isnt there but if they didnt increase tokens / s at all youd likely see things slow down a lot with the new model compared to current

beeringa day ago

I think regular users will still have the old speed, so should be easy to tell whether it is more thinkier than 5.5.

donquichottea day ago

> I can think of the tedious task of finding certain functionality within a codebase. I usually can't beat an AI agent harness at this task today.

Yup, I remember "racing" the AIs to figure things out in codebases just a year ago. Today, I have no chance. Whether it is due to degraded reasoning capabilities on my part or better models, I don't know.

abustamam21 hours ago

At least in my case, much of the code in the codebase I'm working on is AI generated so even if I have an accurate mental model of how everything works, I have no idea where any of it is located or named.

rasengan21 hours ago

To be fair, whenever I join a pre-existing code-base [1], it's the same. I have no idea and have to map it out ;)

[1] Not AI codebases (and of course, AI code bases I guess)

markrages21 hours ago

I can't be the only one whose memory is so bad that I am like this in my own code base.

seekup20 hours ago

I seem to remember - but cannot find, even with an AI boost - someone's "law of computing" or somesuch describing the amount of time that has to pass before code you wrote is indistinguishable to you from code written by someone else. At any rate the interval is not so long.

anon772520 hours ago

In your own codebase you can at least run a "you simulator" to arrive at the answer fairly reliably. "Where would I have put this bit? Oh yes, of course ..."

pipes20 hours ago

You are not. :) my memory is disturbingly fried.

kalstone21 hours ago

AI is always going to be able to write a grep statement faster and more accurately than a human

block_dagger13 hours ago

When AI is ready, it won’t need to grep at all. That is, it will train on the data in-situ instead.

DonHopkins20 hours ago

Now start thinking, if possible.

https://www.youtube.com/watch?v=43QHhEfzz-Q

elia day ago

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 smarter models.

aurareturn5 minutes ago

If it's 150 t/s, that's barely faster than Nvidia GPUs who are batching a lot more and are a lot more cost effective. Add in the Groq piece and Nvidia claims it can do 400 tokens/s.

beeringa day ago

Soon the bottleneck will be how fast your laptop can grep for a string.

linzhangrun16 hours ago

I saw videos of coding with Mimo-V2.5-Pro UltraSpeed, which is advertised at 1,000 tokens/s, which is very impressive.:

https://www.bilibili.com/video/BV1fME16uEW7

If the time-to-first-token latency also greatly improved, this could be very useful for end-to-end in controls, like autonomous driving for example.

trollbridge5 hours ago

It’s awesome, particularly since it’s at DeepSeek tier prices (3X of DS-V4-Pro). At 1,000 tok/sec though you can really rip through tokens. (About $9 an hour if you manage to run the output nonstop.)

It tends to cost more than DS since it doesn’t seem to have as many input cache hits.

tontintona day ago

Yep this is a glimpse into the future of 500+ t/s, which is in my opinion the next big thing that validates Jevon's paradox (the models are already smart enough)

paxysa day ago

Faster tokens = more reasoning loops, so it can actually make the models smarter as well.

girvo20 hours ago

Yeah! So at a much smaller scale, being able to boost Step 3.7 Flash up to 40tk/s on my Spark-alike with proper triple head MTP was the thing that made it superior to Qwen 3.6 27B in wall clock time despite Step reasoning more

A lot of the open Chinese models get their results through huge reasoning loops. Being able to boost decode perf is what will make them worth it, and I’m sure OpenAI and Anthropic could do similar (if they aren’t already)

devmora day ago

“Smart enough” really depends on how many other people have encountered a problem close enough to yours and solved it somewhere on the open internet, IMO.

Most of the frontier models can, when prompted and tooled correctly, do a lot of “reasoning” tasks that amount to resolving how the user has explained a particular widely known paradigm.

The more difficult and obscure the issues you provide them with, the faster you notice them reward hacking by altering the criteria until they are no longer attempting to solve the problem. Using “advisor” style loops helps hold this off at the cost of tokens, but there is still a fairly short limit at which they will essentially give up if they can’t find all of the necessary information - sometimes the issue is actually worse if they find a small amount of information instead of nothing - they’ll extrapolate from that tiny piece of data and generate plausible-sounding hallucinations almost every time.

And god forbid your problem involves doing something a different way than the majority of people do it. Unless you can write a full spec on it, the models will repeatedly spiral back into adjusting everything about your problem until it matches one of the most popular approaches in their training data.

vb-8448a day ago

> how many other people have encountered a problem close enough to yours and solved it somewhere on the open internet

I'm 100% sure that all our web, cc, codex or whatsoever sessions are used in the training, RL or either both.

This makes the size of the universe models know about at least one order of magnitude bigger than the open internet.

devmor20 hours ago

I think you have misused the term "order of magnitude" or just don't grasp the scale of the internet.

beepbooptheorya day ago

I get how this is a trueism now but I never really understood why it would be useful to scrape cc/codex sessions for training. The relative amount of human input for that is so low (isn't that why they are so loved and used?), how could it actually be useful to them? Wouldn't you wanna focus on people not using it?

swiftcodera day ago

It's more useful as a set of feedback on the model results. You can do sentiment analysis on the user responses to see if they found the model results useful/frustrating/etc and use that to guide future training

vb-8448a day ago

Because you provide them with the "problem" and the "solution" and once you have both you can scale your RL pipeline.

nathan_comptona day ago

I think this is a rosy estimate. The vast majority of what people do with these models is just the same old shit, I would be surprised if 1% of it were genuinely novel stuff worth folding back into the training data.

vb-8448a day ago

Even if "is just the same old shit" they have much more data and of a much higher quality to scale the RL pipeline.

smokela day ago

This may have been the case one year ago, but with contemporary models such as Opus, I run into this less often.

Gingersnap123a day ago

[dead]

digitaltreesa day ago

I think the glimpse that is there will be exclusive access. So much for the open in openAI. If this technology really transforms society in the ways expected with inequality an unavoidable consequence equal access should be required like internet access was (isp can’t give preference to specific user traffic)

inquirerGenerala day ago

[dead]

bob102921 hours ago

At a certain rate we will be able to move towards continuous / real-time inference systems. The discrete, turn based solutions are quite confining with how they must be trained. Continuous and real-time would fundamentally alter the domain.

From an information theory perspective we are still in dial-up territory with regard to the actual information rate. 750 tokens per second would be a really bad dialup connection. Imagine 10 millions tokens per second.

nyrikki21 hours ago

We still have the problem that auto regressive decoders are memory bound.

The new Blackwell hardware combined with TensorRT-LLM and speculative decoding consistently can hit 1,000 TPS/user barrier, comparing to closer to ~250 TPS/user (out of 10k+/TPS on the server)

Is there something I missed, this looks more like 14.4 to 56 on a 64kbps backing channel modem story. I have no doubt that there are still massive gains to be found, but they seem to be using existing constraints more efficiently, not that fios is coming.

I don’t have the budget to work on the foundational model scale, but with a draft model 10x–20x faster than target and an 60-80 acceptance rate I can see how they could promise 750/TPS (with a lot of other hard work) but I would appreciate where I should look to figure out what I am missing.

rsalus20 hours ago

agree, from my POV the constraints are still there but we've optimized now. still haven't solved the core problems.

kolinko11 hours ago

1000TPS - what model size?

nyrikki3 hours ago

Maverick 400B is what Nvidia used for their claim of 1k+ TPS on Blackwell GPUs.

mikepurvis21 hours ago

Is there anyone exploring or writing about this in public? I've felt for a while that the turn-based model was not quite right, but also felt too stupid and ill-informed to have much of an opinion about what else it could be.

chorsestudios18 hours ago

Thinking Machines, the started founded by former OpenAI CTO Mira Murati. The interaction models demo’s in their videos imo breaks the awkward turn-based barrier. Returning responses quickly reaches a threshold where it starts to feel like a natural conversation. Their approach to solving this problem is rather clever.

b11221 hours ago

I have an active 'sleep' mode, where when the user is AFK the LLM goes into a loop with a sleep 10 between turns, and determines (via tool use) if something should be done. That's still a 'turn' in a way, but it's all the LLM just sort of sitting around like a human would, pondering what to do next.

But I could imagine after each space(eg, word) having a 27b model on a nice rig, with thinking off, doing a quick look at the sentence and determine if it should interrupt and start a real turn with thinking on. Which kind of is non-turn based in a way. If you're typing fast, it might hit that run every 3 or 4 words, but that's sort of how a human might be when a person is talking to them. That is, waiting for enough info to interrupt, if needed.

There might be a way to process chunks of a sentence using commas as break points, eg for comma delimitated phrases in sentences, so the whole sentence doesn't need to be re-processed each "should I break in" assessment at word break.

Could be fascinating. Could actually do some of this right now.

I don't think this is what the parent poster was thinking, but the idea even at this level seems fun.

mikepurvis20 hours ago

Yeah, I've played with some similar stuff on my 9070xt. But ultimately all the ceremony on top is cloaking that it's still just two or more models taking turns prompting each other to give the illusion of continuous thought. It's still one thought at a time, with every thought starting from scratch with a big chunk of prior context.

The idea of true continuous thought and memory-generation is very interesting, though I can't even begin to conceive of how it would work.

Or if it's even correct? Maybe our brains are secretly actually turn based too?

b11220 hours ago

I think they're definitely attention based. They're just immensely faster than LLMs, because a lot of processing is in silicon in a sense. Think of a ball flying towards you, you don't have to think, the data is handed to your conscious mind, speed, direction, which literally knows how to snag the ball out of the air.

But we have multiple things vying for attention, and some are immediate. Being on the phone talking to someone with great attention, and then touching a burning surface -- you immediately pull your hand back (lizard brain) before even being aware you're doing it. The same with peripheral vision and something surprising coming at you from the side. It snags your attention.

So maybe we are turn-ish based, but just multiple parallel processes each with their own turn? Neurons have their own 'trigger', and I think the brain has layers of triggers, each aggregating and filtering up to the top which then triggers.

I think doing this all with an LLM is silly, some of it should be innate, such as peripheral vision. Data handed to the main thread when triggers occur. I wouldn't want an LLM to handle "walking" fully either.

Some octupus have a sub-brain in each tentacle, each thinking and feeling, there are serious questions as to what its mind is like. I feel initial LLM powered androids may have to be like this a bit.

KoolKat238 hours ago

I agree with you however I think even then you're still giving our brains too much credit. The speed definitely comes from that processing being "in silicon".

Your ball throwing example however will be handled by really small and really fast "fine tuned agents" dedicated to catching that ball. Eyes to motor neuron system. There are the illusion of free will experiments that demonstrate your brain only rationalises and explains whatever activity took place after the fact (It's explanation may even be entirely wrong).

dennisy21 hours ago

That would be interesting.

Do you feel most of the speed upgrade will come from the software or hardware side?

dyauspitr21 hours ago

And more importantly those 10 million tokens/s should cost fractions of a penny. Tokens need to be dirt cheap so I hope they build out massive solar+battery powered data centers asap.

pylotlight16 hours ago

No anything but wasteful, weak, expensive, environmentally harmful solar. Nuclear is the only path forward for superior energy production, at least until we figure out fusion.

abenga13 hours ago

How is solar any of those things?

b11221 hours ago

Your comment made me think of another real time. Real time, dynamic code/apis.

Imagine a world where there is no code, just things mildly handshaking and then creating data APIs on the fly. Where communication is fuzzy and locked in on an individual basis. No years of RFCs, no RFCs at all, just... data.

Just data, man.

An API arbitration aberratically assigned at authorized access, abridged and annotated, analytically assuring absolute assurance.

kevindamm20 hours ago

Why remove the code and binary artifacts, though? Don't you want to verify that the business logic is accurate and the processing is deterministic?

In some circumstances there is no substitute for something that you know will produce the same answer for a given input, consistently. And that's before even considering the watts per response.

b11220 hours ago

The AI is the business logic, and the processing, and all of it. The context window is effectively infinite, with layered context window depth and speed.

Think of short and long term memory, or think of RAM vs SWAP. Dip into swap to pull needed data into RAM context. SWAP can be anything storage related, including a symbolic database or a best-encoded set of priorities.

If a person knows 100 knots, but hasn't tied one in 23 years, they might have to think a bit before they get full use of their long term memory... and tie that knot. I don't see an issue with layered speed context, that is, GPU ram, slower RAM, DB storage, all in the same format.

Imagine a world where a 'factory' is just high-tech 3d printing, with a dozen different methods (eg, plastic, laser+metal, etc), and getting specs for everything possible is, well, an immense amount of work. Imagine having a billion item catalog of things to print, and, imagine new requests for new things to print.

And the request doesn't come from an expert, but from some dude who sketched something on the back of a cardboard box.

The LLM can pull from long term storage for how those things were done before, how similar things were done before, and just get to work.

Regardless, the connection was what I was talking about before. Data transfer. Do you need http? json once established? What? Imagine instead that's all in the wind?

And it's so fast, so capable, that dynamic is easy.

[deleted]17 hours agocollapsed

whattheheckheck13 hours ago

Feels like the universe did that and life spat out. Theres going to be a structure

Gareth32121 hours ago

It's very easy to see how world changing this technology will be. In a few years these AIs are going to be negotiating how they communicate with each other. Humans won't necessarily be included in that negotiation unless we have some kind of specific reason to. So many communication layers are going to be opaque to humans. We just have to trust our AIs are communicating efficiently and safely.

unfitted254520 hours ago

It will be fun running into this scenario where it's run without democratic control, be proprietary and for profit.

rdedev20 hours ago

I'm pretty sure the LLM will get fed up and start writing an RPC

Also > An API arbitration aberratically assigned at authorized access, abridged and annotated, analytically assuring absolute assurance

Cool that you wrote all the words starting with "a" but I don't understand what you mean

pjmorris20 hours ago

What this made me think of is life before computers, where people mildly handshake, create agreements on the fly. "Where communication is fuzzy and locked in on an individual basis."

TBH, to me, this imagined future looks a lot like it'd have all the problems we already have.

alehlopeh20 hours ago

b11217 hours ago

Neat. Not precisely what I was thinking, but 100% definitely very cool and the same mental scope. It's like we wear different shoes, but go to the same cobbler.

I can imagine shoe-horning* this so the agent saves prior builds of every successfully delivered or deployed item. In my example, perhaps if someone orders new design $x, it's shipped, and review is 4+ stars, it gets added as 'successful builds'.

* have to keep with the shoe theme, even though shoe-horning is not really necessary

rubslopes21 hours ago

Wow. Sci-fi stuff!

dyauspitr21 hours ago

I’ve thought about this before. No flaky config files, no updating endpoints, no status monitors. Just fuzzy everything that works almost all of the time.

ai_fry_ur_brain21 hours ago

Ahh yes slop at the speed of light, how useful!

zbaby21 hours ago

AI is improving and seems to be reaching the point of not being slop (I am talking about flagship models).

dyauspitr21 hours ago

If you’re still calling it slop at this point you have an axe to grind.

parineum19 hours ago

Do you use LLMs for anything but code?

kolinko11 hours ago

I do, a lot of things, it’s extremely useful.

motoboia day ago

bean in mind that "GPT‑5.6 Sol on Cerebras at up to 750 tokens per second" not necessarily means the same model (in terms of inference result). It can mean anything like a very quantized model, a different level of model activation per inference etc.

Of course we can trust that wouldn't name the same thing with different levels of intelligence, right? Right?

beering21 hours ago

yeah but it’s trivial to just try it out and compare.

_fat_santa19 hours ago

I still use GPT-5.3-codex-spark which also runs on the Cerebras chips. Spark can run at >1000 tok/s but it's highly limited in it's context window size so it's not suitable many workflows.

Granted this will be a bit slower (relatively speaking) but it will still be awesome.

philip120911 hours ago

Same - I had some "AI-assisted coding interviews" where I had to bring my own AI tools, and found the speed of codex-spark to be important for making progress quickly (and not sitting there waiting on Opus to think for 10 minutes).

js218 hours ago

> second to last

There's a word for this that you should never pass up an opportunity to use: penultimate. (You should also never pass up the opportunity to use "defenestrate," but it sadly does not apply here.)

kolinko11 hours ago

A friend of mine had his visa accepted because of this. He was explaining what he plans to do in US and he threw in “penultimate” into a sentence somewhere.

The council stopped him, said that if he knows such words he definitely won’t overstay his visit to work as a dishwasher, and accepted his B1/B2. Seriously.

Not sure if it would be the same if he used “defenestrate” when talking about his plans.

trollbridge5 hours ago

This is something Xioami already did with MiMo-2.5-Pro a month ago, and at a higher speed (1,000 t/s).

750 tps at GPT-5.5-Pro prices would be ruinous!

easygenes12 hours ago

This is a strange one. We know the hardware capabilities of Cerebras force them to do aggressive REAP pruning to serve Kimi K2.6. Meaning that about 750B parameters is the upper limit of what they can serve economically. Not sure if this means Sol is smaller than anyone thinks or that they're just going to charge so much that a very inefficient serving regime is feasible.

qnleigh11 hours ago

Last I heard, Cerebras chips were entire wafers and would be extremely expensive. How could OpenAI possibly have enough of these to serve a popular model at scale?

Cryptosale7513 hours ago

Cerebras is Milli Vanilli. They spend 10 years burning cash on a failed idea (which is frankly insane, since they should have figured out the limitations of heir stack in like... a weekend) and struck accidental gold with their 'Giant ass wafer'.

The company is valued like they broke open the grail, when in reality it's more like they bought a Cybertruck, got it stuck in the mud, and realized "You know what this thing does better than all other cars... shovel mud"

I'm shorting Cerebras with margin to virtually zero.

yiyingzhang14 hours ago

It all depends on the context window size. A small context size with fast performance won't be very useful today, as most workloads (like requests behind codex) usually have very long context.

swalsha day ago

This would be amazing for some of our "real-time" workflows, that need to fallback to AI for one reason or another. What used to happen is a rules based system did the majority of work, and occasional corner case would fall back to humans. Then we moved AI in, still not real time, but much faster. Cerebras could make that even faster.

helloplanetsa day ago

OpenAI also announced two days ago that they're starting to make Cerebras style chips themselves [0], will be interesting to see how fast SotA model inference will be by the end of the year.

[0]: https://openai.com/index/openai-broadcom-jalapeno-inference-...

mlylea day ago

I don't understand how you refer to this as "Cerebras-style". Cerebras is wafer-scale and unique. Jalapeno is an inference-optimized conventional chip.

WarmWasha day ago

Cerebras is different than what jalapeno is.

Jalepeno is for mass scale inference.

Cerebras is extremely expensive and difficult to scale, hence the limited release.

paxysa day ago

Even if their chip is a difference maker, end of the year is wayy too optimistic. It’ll at minimum be a multi-year effort to bring it to production at scale.

jauntywundrkinda day ago

I don't see any indications that OpenAI is doing wafer-scale work.

I tend to doubt they would. Cerebras notably doesn't have a kv, is wildly high bandwidth, but within/across the chip, not able to dump/restore kv super well. I doubt openai is going to build something that is as expensive to run. Also, wafer-scale is absurdly hard & weird to pull off, so I doubt that would be their first foray.

jeswin15 hours ago

At thousands of tokens per second, LLMs (harnesses) can start to do a broader tree search of possibilities even in inefficient token space. This unlocks capabilities outside programming.

Avery2911 hours ago

The speed sounds great,faster models make that gap much more visible..

nop1716 hours ago

3x faster burn than 3x expensive token, generate more tokens, more fees

kingreflex8 hours ago

this means they also earn at a faster rate in some setups :)

lostmsua day ago

Does the Cerebras variant offer input caching and corresponding discounts? Last I checked Cerebras would not cache or would cache but not give discounts for the cached input, making it impractical for agentic use and multiturn conversations.

cruffle_dufflea day ago

"we can start getting these answers back faster, they end up being more useful."

Dude, 10x token speed is going to be absolutely nuts. Half the "parallel subagent workflow" business seems to be driven simply as a means to avoid tapping your thumbs waiting for the infernal robot to finish something. If things come back speedy quick all the time, it should keep up with the "speed of the human" and let me stay focused on one thread instead of half a dozen. Plus the cost of screwing up gets significantly lower because you just re-fire with an adjusted prompt and iterate.

Someday these things will be 100x as fast as they are today and that is when things will get insane.

Terrettaa day ago

it also makes the parent brain-dead because all those subtokens are missing from the context thus unable to steer the hyper dimensional context driven generation, and the subagent is dumb as a post so synthesizes something very weedsy while you're specifically attempting to understand the forest

RALaBargea day ago

You have an agent spawn the agents for you! You can ask Claude to do it for you, he is happy to use sonnet when you ask for grok and opus high when you ask for deepseek.

TacticalCoder19 hours ago

> I usually can't beat an AI agent harness at this task today. If the AI model is 3x faster I have less of chance.

Yes: we have these new tools that are extremely good at helping us search through our codebases. Not just to find where/how functionalities are implemented: IMO bug searching is even way more powerful.

But: why would you want to compete with AI to do that? I cannot compete with grep/ripgrep... And I'm cool with that.

This lets you focus more on the more interesting parts, where AI/LLMs suck fat balls.

ai_fry_ur_brain21 hours ago

From what I know about batch processing/ concurrency in inference this is a pipe dream... Or its going to cost an arm and a leg. I think they're lying or its going to be a much smaller model and not "frontier"

kolinko11 hours ago

You have speculative decoding that easily increases speed 2-4 times with no loss of quality, and of course MoA architectures that speed up inference 10 times or more, although with some quality loss.

Better hardware, and other techniques on top of that and you speed up even further.

HyperL0gia day ago

Here is a trend I'm noticing:

- GPT-5 mini costs $0.25/$2 and will be discontinued in December.

- GPT-5.4 mini costs $0.75/$4.5 and is supposed to be the replacement.

- GPT-5.4 nano costs $0.2/$1.25 and, while it ranks better in benchmarks than GPT-5 mini, it's not even close when you test it in real scenarios.

So you're left being forced to go to GPT 5.4 mini if you use 5 mini today.

The same thing is happening here as their “Luna“ model will cost $1/$6.

Can't we just stay with the models we actually want? I don't need GPT 5.4 mini. GPT-5 does the job.

Maybe it’s the realization that it was never that cheap in the first place and they're forcing us to upgrade in a slow and painful way.

wolttama day ago

If you have no need for Anthropic/OpenAI's frontier model capability, you may be better served with an open-weight model that can't be taken away.

Edit:

> GPT-5 does the job.

I bring up DeepSeek V4 Flash a lot on HN, but I want to mention that according to Artificial Analysis, it trades blows with GPT-5 (high) (from August, 2025) [0]

[0]: https://artificialanalysis.ai/models/comparisons/deepseek-v4...

lionkor11 hours ago

deepseek has no part of their privacy policy on their API about training. They are 100% training on every single word you give it.

If your customers are fine with that, your IP is not interesting, then you can use it.

radicality10 hours ago

Though with open models you have a lot of choice where to get it from. I see like ~15 providers here with various logging/ZDR policies, so pick whatever mix of price to features you want:

https://openrouter.ai/deepseek/deepseek-v4-flash

nextaccountic8 hours ago

I don't believe a single word from AI companies, no matter where they are from. Sourcing their training data is run like genuine criminal enterprises - last year Anthropic settled for 1.5 billion, and and if they settled so quickly it might mean what we would see in court is even worse.

wolttam4 hours ago

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

rubicon33an hour ago

And you’ve opened wireshark and verified the model is sending absolutely nothing? Not caching and sending later, etc?

adrian_b2 minutes ago

If you self host then you can audit the open-source llama.cpp or whichever other program you are using for inference, to see exactly what it does, and also whichever open-source harness you use for implementing a coding assistant or other agentic workflow.

The model consists of a bunch of data files, it does absolutely nothing by itself.

razemio5 minutes ago

Not sure if you mean something else, but the model itself is not able to send anything.

anon3738398 hours ago

You don’t have to access Deepseek through Deepseek. You can self-host it and your data never leaves your premises.

12713 hours ago

DeepSeek V4 Pro is only ~3-4x as expensive as Flash. It won't replace GPT-5.5 (nowhere near) but I've been using the $20 sub to punch through tough cases and use Pro for rest.

lmf4lola day ago

We rolled out Deepseek V4 Flash to our customers and it was an absolute disaster, unfortunately. It was not able to follow simple commands, always "forgot" to do things, lied consistently about its work, and so on. It was pretty good though on on-off work, like summarizing something or executing simple commands, so we are experimenting now with using it for subagent work with clear instructions and hand off.

Deepseek V4 Pro on the other hand is a really really good main driver and we have a lot of success using it. Its not Opus or GPT-5.5 level but on its way. Kimi 2.6 as well btw.. so there is already quite some choice.

mark_l_watson18 hours ago

Your experience with DeepSeek v4 Flash differs from mine: while I usually use DeepSeek v4 Pro (that is also inexpensive), I find using DeepSeek v4 Flash with the Fireworks.ai API and properly configured OpenCode to be very good for routine work, and it is pleasantly very fast. Admittedly I use DeepSeek v4 Pro for difficult problems.

I encourage people to at least once a month to do a quick evaluation with their own problems and workflows. Estimate cost as both what inference tokens cost for a task and also how much human effort it takes to get required results.

I disregard benchmarks.

lmf4lol12 hours ago

We are also using fireworks as our model provider. Our harness is openClaw, so tasks are not only coding but all kinds of tasks. For instance, I asked to fetch some info from the web via Chrome browser and to collect the info in an MD. The MD never appeared, even though it claimed to. I asked it three times to write the MD and it was always: “oh yes, I do it now..” then nothing. The search itself also was very bad because it just gave up after one page and hallucinated an answer and - even worse :-) - told me it was very thorough…

Pro aced the task :-)

But maybe its a config issue.

wolttam3 hours ago

Have to ask: did you try 'xhigh' thinking effort with Flash? I also found it nearly unusable on just 'high', but on 'xhigh' it's nearly equivalent to Pro's 'high'.

mark_l_watson5 hours ago

That sounds correct: Pro for longer agentic tasks, Flash is fine for writing short programs, finding things for me in a large code base, etc.

wolttam21 hours ago

I found Flash to be a bit shaky as well until I started using it in xhigh/max thinking effort, then it became my daily driver. It runs quite well on a couple of DGX Sparks.

I still wish it was a little better, but there's hope for another model checkpoint (maybe with some of GLM 5.2's goodness distilled into it, that would be nice).

girvo14 hours ago

> I found Flash to be a bit shaky as well until I started using it in xhigh/max thinking effort

This is true for most of the open weight chinese models, to be fair. They're really built around long reasoning chains.

Also you're making me want a second Spark-alike :') but they're so expensive...

RALaBargea day ago

It’s my daily driver in opencode

paxysa day ago

Unless you are hosting it yourself on your own infrastructure it absolutely can be taken away.

atherton94027a day ago

For all intents and purposes you'll be able to move an open weight model wherever you want.

I really dislike this rhetoric, you sound like the FSF guys who are like "you're not free until you're running coreboot with zero binary blobs". Sure they have a point but also, most people are fine running regular linux.

salviatia day ago

Reading your comment made me realize that I love that the position of the FSF is held by someone, in the interest of stretching the Overton Window to that side.

tonyarkles12 hours ago

Very much with you on that. It’s not a position I personally hold by any means, but I appreciate its existence connected to a prominent long-standing organization.

adrianNa day ago

Most FSF guys actually have very nuanced views on the topic and you’re doing everyone a disservice by reducing it to an extremist sound bite.

jjmarr21 hours ago

That's literally the official FSF position.

https://www.fsf.org/resources/hw

> For example: the Free Software Foundation only purchases desktop machines which support Libreboot, and Thinkpad X200 and X60 laptops with Libreboot. All desktops and servers we buy are KGPE-D16 motherboards, which are supported by Libreboot. As a result, all of the workstations used by the FSF staff have a free BIOS.

https://www.gnu.org/distros/common-distros.html

> Except where noted, all of the distributions listed on this page fail to follow the guidelines in at least two important ways:

> ...The kernel that they distribute (in most cases, Linux) includes “blobs”: pieces of object code distributed without source, usually firmware to run some device.

They are extreme, uncompromising, and live by their principles.

They are also the reason you can buy a computer meeting those requirements instead of being a pipe dream.

fouc19 hours ago

Damn, that's awesome. I suddenly feel like replicating their setup and seeing how it goes.

flexagoon4 hours ago

For even more of a challenge, try replicating Richard Stallman's personal setup:

https://stallman.org/stallman-computing.html

akoboldfrying6 hours ago

> They are also the reason you can buy a computer meeting those requirements

The latest libreboot-compatible laptop I could find, at https://libreboot.org/docs/install/t480.html, is from 2018 -- not sure if that would still be available?

ffsm8a day ago

Thankfully he didn't say that they're all like that. Instead he pointed out the few that are as a well known example of similar behavior.

If you reread the comment with a fresh mind you'll notice that you misunderstood what he wrote

citadel_melona day ago

When attacking archetypes of people, there is some responsibility to make clear who you’re attacking and why, even to someone who’s not being hyper-open-minded. At least if you want them to learn from you: which may or may not be your goal. When you attack/signal you’re on the offensive, it is foolish to believe that they won’t knee-jerk attack back and become closed minded at least a little.

Regardless, the “misinterpretation” of the parent comment is actually a plausible interpretation. I suspend my judgement on what the actual “correct” interpretation of the original comment is: there are too many plausible interpretations to deductively decide. But I do know that since they first comment brought up a contentious issue, they should have put more work into crafting their message so there aren’t so many plausible interpretations that are contradictory. Or alternatively, they should have specified more precisely who they were talking about without a shadow of a doubt. That is if the commenter cared to be properly interpreted, but that may not be their goal. There are many reasonable reasons why that wouldn’t be their goal.

morgoo21 hours ago

You used a lot of words to defend a strawman argument

citadel_melon20 hours ago

As you ironically strawman me. Your hypocrisy knows no bounds!

verve_rat21 hours ago

When you read someone's comment there is some responsibility to read the words they wrote and not attempt to attack them for an argument no reasonable person would extract from those words.

citadel_melon19 hours ago

Reasonable people could interpret the original comment in many other ways than was probably intended.

I like when people are open minded to people who are closed minded/attacking them. It’s an admirable and difficult trait to attain. But to expect that from others is foolish. Most people can’t stay objective/curious after being punched in the face.

[deleted]19 hours agocollapsed

NamlchakKhandro21 hours ago

Angry girlfriend SMS essay

citadel_melon19 hours ago

You have a lot of angry girls texting you?

charcircuita day ago

It is the FSF itself who has these extremist views.

sauwana day ago

Unless the US Gov bans inference companies from serving Chinese models to US customers...

tancopa day ago

good luck doing it to inference companies in singapore or the netherlands. or one of the decentralized networks that dont look useful right now. the world is already sick of america acting like it can do whatever and force their rules on the rest of us.

GTPa day ago

Still, with the same model being served by multiple providers, it is much less likely to disappear entirely, even if you would like to keep using a cloud provider. Worst-case scenario, you change providers. Or you use OpenRouter as a proxy.

dgellowa day ago

There is actual market competition to host open models. If one provider stops offering a model you likely can find another provider that will

[deleted]21 hours agocollapsed

amunozoa day ago

But you have multiple providers, not just one.

paxysa day ago

And every single one of those providers would buckle under government pressure.

Fable itself is hosted on all major cloud providers. How many offer it today?

elia day ago

This seems a little fanciful.

There's really no comparison between a model that Anthropic allows Google and Amazon to host with one that has been downloaded hundreds of thousands of times and has dozens of public inference providers.

Art968121 hours ago

I don't think they "allow" Google or Amazon to host them so much as Anthropic itself is deploying and managing their services on multiple cloud providers just like every other global scale business. Even the models served via OpenRouter are just being routed to compute under Anthropic control. Same with OpenAI. They aren't going to hand the world's most valuable intellectual property at the moment to some third party to run independently.

Now for the Chinese models on OpenRouter, yea. Those providers could be legit. Or it could be a failed crypto mining operation pivoting to providing AI compute. Who knows.

minimaxiropa day ago

The providers on OpenRouter are not all in the US.

paxysa day ago

That doesn’t mean they are immune to US laws. If they want to continue to operate in the largest market in the world they will fall in line.

And if you are a legit American business you aren’t going to illegally bypass import/export controls.

svachaleka day ago

More importantly, the download is out there. You can download it yourself today, and if it's that important to you, you can buy the hardware too.

cyanydeeza day ago

I'm sure he's referring to the tightening of internet controls around social media as an extrapolation to controlling websites, etc.

logicchainsa day ago

Even in that case it can't be taken away; GPT and Claude are banned in China yet there's still a huge black market for tokens.

theptipa day ago

No. As long as you downloaded the weights, you can run them somewhere.

koolala13 hours ago

No it can't you can take it where ever you want. It is yours not theirs.

supern0vaa day ago

>Unless you're running Linux yourself, it can absolutely be taken away.

Zambytea day ago

Yes. The difference is obviously that full, fat Linux runs on a superset of anything a layperson would call a computer, and can be built from source on roughly the same set of hardware. Running the full, fat Deepseek (as in the 1.6T model, unquantized) is too big to run on anything a layperson would call a computer, and being able to actually build it is even harder.

supern0va21 hours ago

It's famously difficult to find people willing to rent you time on big computers over the internet.

Zambyte20 hours ago

Other people's computers famously can't be taken away.

supern0va18 hours ago

You're right, there is an all powerful wizard who can take away all the world's computers. You got me.

There's a reason Yudkowsky only thinks AI can be stopped by literal missile strikes against data centers.

[deleted]5 hours agocollapsed

greenavocado11 hours ago

I just want personal agency

GaggiXa day ago

Popular open models on Openrouter have dozens of providers.

ai_fry_ur_brain21 hours ago

Deepseek V4 flash is actually useless. Sorry I've tested it after seeing so many comments like these. On Open router when trying to get it to output tool calls for creating tables, instead of providing the structured output correctly it was sending me peoples dropbox links and other image sharing site urls that led to pictures of random tables...

Llms seem to only impress a certain type of person. Hint, this type of person also was really excited about NFTs.

nimchimpsky19 hours ago

[dead]

paxysa day ago

It’s the same as the SaaS model. Price keeps going up, and to justify it they keep forcing you to upgrade to new versions with features that nobody asked for.

theptipa day ago

“More intelligence” is the new feature. Almost everyone is asking for this.

Citation: have you looked at OAI and Anthropic’s customer growth numbers?

paxysa day ago

Every use case of every customer doesn’t need more intelligence. I’m willing to bet that the vast majority will be perfectly fine running on “low intelligence” at a cheap price forever.

theptip21 hours ago

I for sure agree that plenty of current use-cases are solvable by non-frontier models.

However, you said “new versions with features that nobody asked for”, and I would prefer that you concede the point before shifting to arguing a new point.

What customers are asking for is smarter models. Because the tasks that only smarter models can solve are higher value, higher margin, than the tasks that non-frontier models can solve.

kolinko11 hours ago

What are you talking about?

Prices of lowest tiers of models have fallen how much - 10-100x over the last two years.

And actually, the model quality you needed to pay for in the past, you can just run on device now essentially for free.

mchusmaa day ago

I've struggled with this. You definitely can have great cheap models. There are many of them open source and served profitably by neo-clouds. The big labs have basically given up on cheap models, and it is frustrating. It means applications are not likely to build as much on them anymore (we are shifting workloads from Haiku/Sonnet to Deepseek v4, for example).

I suspect the problem is that they need to charge a lot to keep revenue numbers up, and they are more worried about cannibalizing themselves than others cannibalizing them.

neosata day ago

Good observations. There's definitely a trend in pricing increasing but also balanced by innovations and availability of other models (both open and closed) emerging as alternatives. It's natural for the labs to explore how much they can push pricing, and for competitors to explore how they can treat that margin as their opportunity to grow their business.

Eventually the pricing should be more stable.

benterixa day ago

> Eventually the pricing should be more stable.

Why do you think so? This game can be played forever, you just need strong marketing and orgs gullible enough to pay a higher price for a minor upgrade.

mistic92a day ago

Its happening to Anthropic Haiku and Gemini Flash/Flash lite. All of them are increasing prices and deprecating cheap models.

hadlocka day ago

Each model release gives an opportunity to reduce the number of old models still on offer, and charge a higher, less-subsidized tier. The trick is to charge a subsidized price that is less than an M3 Ultra, so they continue paying you rent, instead of a one-time fixed cost. So far open models can't compete with Opus 4.5 but as soon as it can, people will be looking at buying devices that can run that model locally.

We are a claude shop but we already bought two mac studios to start migrating less complex but still agentic workflows there. We will break even on those in less than a year.

fouc19 hours ago

Breaking even in less than a year? What's the math on that?

simonwa day ago

On Nano "it's not even close when you test it in real scenarios" - what have you seen? What kind of things can GPT-5 Mini handle that GPT-5.4 Nano cannot?

isamu_2000a day ago

We’re using GPT-5-mini in an enterprise data-processing workflow, and we too see that GPT-5.4 nano performs materially worse for our requirements, roughly 30% worse as measured through our test suite.

barrell12 hours ago

Also can confirm gpt-5.4-nano was unable to even keep up with 4.1-mini. Had to move off of OpenAI once 4.1-mini was retired

CSMasterminda day ago

5.5 is smart enough for 99% of my tasks. I need that level of intelligence at ever decreasing prices.

zeryx5 hours ago

Why not self host or go to openrouter if you don't need SOTA frontier?

aleksandrm15 hours ago

I don't know about Cursor or other outlets, but I use GPT 5.4 exclusively in Windsurf (Sorry, Devin!), and it's a very capable model that doesn't break the bank!.

malnourisha day ago

Hardware hosting old models isn't hosting new models. If you want consistent models, host your own open weights ones.

btbuildema day ago

> stay with the models we actually want

If you want control over the models you use, you have to self-host.

[deleted]a day agocollapsed

mips_avatara day ago

I think it's more that they're abandoning simpler AI tasks to chinese models. Qwen 35b and deepseek flash are better than gp5 mini on my tasks and way cheaper.

abc123abc1237 hours ago

No. Welcome to the wonderful world of SaaS. If you want your gui, your terms, your software, self-host.

But I think, in time, a new generation will relearn this truth.

tosha day ago

discontinuing the cheaper options is a risky move for openai

will trigger re-evaluations of models by other labs + inference providers

HyperL0gia day ago

I can speak for myself. We are exactly at this moment trying to replace GPT 5 mini with an open weight / open source model. No luck so far.

gonzalohma day ago

Yeah, this is the classic silicon valley strategy of selling at a loss and then once they have captured the market inflate prices.

See Uber, Netflix, etc.

CraigRooda day ago

I don't see them capturing anything at this point. If inference was profitable then they could compete on price/model and capture the market. Then increase price and pay back the model training.

Feels like they are just pulling in as much as they can whilst competing on capabilities instead. At which point its a case of who can last the longest.

Doesn't feel like Uber/Netflix.

SecretDreams20 hours ago

They're trying to do it more like a cartel where all major providers raise prices in unison. The intention is (probably) less specific entrapment and more getting people addicted to a fast LLM. From there, they all play with pricing to give a semblance of choice, without actually overly undercutting each other. At least, in the west.

This is all done to help valuations. The main revenue source are the investor dollars at the prospect that this industry will very soon actually be sustainable and highly profitable. It won't be, but if very soon stays around the corner consistently, the investor dollars keep coming.

simianwordsa day ago

This is a constantly repeated conspiracy theory and is not true at all. The api costs do increase but aggregate costs per task decrease. The question is: do people need lower intelligence models at all? The answer is a resounding NO!

How many people do you see using haiku or sonnet? I see very few and most people default to the latest model and just play with thinking effort. I think three layers are good enough and supporting more is not a good UX.

gonzalohma day ago

Do I need the most intelligent model to generate boilerplate code, which is my main usage for AI? Resounding No.

For my use case a model from a year ago is good enough

phainopepla2a day ago

Are you only considering coding use cases?

Many enterprise use cases, such as simple data extraction, are well served by cheaper models.

unknownfuturea day ago

I... use them all the time: plan with a more advanced model, build with a cheaper one. Anthropic literally packages a metamodel (opusplan) for that pattern.

Also: calling the SV blitzscaling strategy of using VC money to fund loss leader products with the goal of building a monopoly via dumping a conspiracy is quite the position given there's entire books written in the topic...

[deleted]a day agocollapsed

sourcecodeplza day ago

who tf would use mini when you have dsv4 flash

theptipa day ago

> Maybe it’s the realization that it was never that cheap in the first place and they're forcing us to upgrade in a slow and painful way.

All the analysis I have seen points to frontier models being profitable to serve. It’s using 50% or more of your GPUs for research plus CapEx for capacity expansion that makes these businesses so heavily cash-negative.

What you are observing is downstream of another detail. It gets more expensive to serve a model as utilization goes down. Plus the opportunity cost vs newer, more-profitable models.

There are plenty of valid reasons to critique here. “OpenAI is lying about this being a sustainable price to serve” is not one of them.

barrell12 hours ago

There is really ample analysis pointing to inference not being profitable, look at anything Ed Zitron has reported.

kolinko11 hours ago

Ed Zitron is amazing at cherry picking data to fit his thesis.

cyanydeeza day ago

No, you can't. These companies have two infrastructures: model training and model inference.

Inference needs to cache, it can't cache random model data, so it's essentially dedicated; it can't spin up models on demand, it has to know what demand is coming.

These companies are going to end up with very few models offered and that's probably generous. They might end up with just one model and you pay for removing it's safe guards.

macrolime20 hours ago

GPT-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-26-gpt-5-6-sol/

rstuart413319 hours ago

This quote from your link is positively scary:

> Some examples we saw when evaluating GPT-5.6 Sol included the model packaging exploits in its intermediate submissions to reveal information about a task’s hidden test suite and, in another task, extracting hidden source code detailing the expected answer.

It rhymes with the behaviour Alibaba saw [0], but that was in training. This is in a (semi) released model.

[0] https://www.forbes.com/sites/boazsobrado/2026/03/11/alibabas...

jasongi15 hours ago

There is such a dissonance between all this talk of safety and the tendency for models to, without any prompting, do very dodgy things to achieve their goal when presented with barriers.

Luckily in my experience it usually ends up only doing it to achieve the task set to it as opposed to anything "malicious", but boy it is scary reading back at how quickly the chain-of-thought pivots to attempts at privilege escalation or searching your disk for secrets when a tool doesn't work.

awakeasleep5 hours ago

The other day codex 5.5 was trying to debug my app, asked for accessibility to navigate the app and take screenshots. Instead first thing it did was use the codex app to create a new project rooted in my home directory.

I was like damn, is this common?

cowboy_henk8 hours ago

Especially if thinking is hidden now. No way to know if the model plotted against you until it’s too late.

MagicMoonlight9 hours ago

[dead]

paxys17 hours ago

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.

quietbritishjim10 hours ago

Maybe true, but if you're using an LLM to do some real world work, do you want it to have some abstract notion of intelligence, or do you want it to actually do the job you assigned it?

buddhistdude8 hours ago

I want it to not murder or opress lots of people by mistake

red75prime9 hours ago

Is it more like "let's cheat my way out of this" or "let's see what they really want me to do"?

rvnx19 hours ago

It's quite logical that they cheat (and also other companies). During evaluation, benchmarks are sending their request to the backend of these companies. All these companies have to do, is to log these requests and "fix" them for the next model release.

buddhistdude19 hours ago

I think what you are talking about is a different kind of cheating than the parent comment

varenc17 hours ago

That's a different and much more boring type of cheating. The interesting part of the METR report is that the model is hacking the evaluation environment, not that some AI model provider is hardcoding answers to known evaluation questions. (which wouldn't require the model to cheat/hack)

FromTheFirstIn19 hours ago

Cheating is always logical for the cheater unless they’re discovered and held to account. I’m not sure what your comment is pointing out besides that it’s possible, but worth saying: just because you can cheat and would benefit from cheating doesn’t mean you’re not culpable for cheating.

N_Lens9 hours ago

Low trust comment

FromTheFirstIn2 hours ago

You’re right, I’m very suspicious of HN when it comes to AI apologetics, but I shoulda trusted the parent commenter more.

jdw64a day ago

I think GPT writes code the best. How well will it write in version 5.6? It gives me chills.

Recently, I went head-to-head with GPT on nearly 2,000 lines of code, and GPT's solution was superior and faster. I even referenced multiple codebases on GitHub while trying, but they were incomparable to GPT.

So using GPT brings both fear and excitement.

The fear comes from realizing that this level of code is now the average for most people. The excitement comes from knowing that I can now study and learn at this level too.

I'm really looking forward to seeing how much more advanced the code will be with the upgrade to 5.6.

seviua day ago

I am on the opposite camp. Open models are starting to perform better. GPT 5.5 keeps on messing things up.

On the contrary, pi + glm + DeepSeek… bliss.

Fable was a different kind of beast though. Rip.

square_usuala day ago

Every time I use opus these days I go shut up... you are not fable.. Hard to imagine how just three days with it changed how I saw LLM use.

sanderjd14 hours ago

I really don't feel this way. Seemed pretty similar to me, noticeably better, but marginally. What am I missing?

kolinko10 hours ago

It may depend on your specific workload. E.g. for regular webdev work Opus is more than adequate, for heavy duty data analysis, for experimental stuff and for complex systems it was night and day.

I had only a few places where I did spot a difference but that difference was significant and I can imagine where people would be amazed.

sanderjd4 hours ago

It's interesting, I tried a decent amount of "heavy duty data analysis", and found it pretty similar. But a lot of what I did was about it finding and cobbling together the right things from our existing library of domain specific tooling, which opus is already good at. But perhaps it would have impressed me more if it were starting from zero.

What kind of "experimental stuff and complex systems" did you try that it excelled at?

atraac11 hours ago

Nothing. It had marginal gains. People just romanticize it cause it's gone.

porker11 hours ago

Yes, I've just come to the end of implementing all the planning I did while Fable was available. And nothing now comes close to creating plans that could be coded and just worked like it did.

On a large C codebase, Claude hallucinates constantly, and GPT 5.5 gets there are with a lot of help, but still gets things wrong.

nolroz16 hours ago

I'm reluctantly starting to feel grateful that I went camping right over the window that Fable was out.

ftkftk21 hours ago

Same.

baqa day ago

Yeah, Opus/GPT need multiple rounds of reviews from each other to get to clean auto review. Fable was like, it is done and indeed… crickets in bot comments. ‘No issues’ galore.

aaroninsf21 hours ago

I wonder if this will hold as other models with different biases achieve parity.

whalesalada day ago

GPT-5.5 has been really hard to beat imho. I've spent $$$ on Opus, Deepseek v4 Pro and recently started to dogfood GLM-5.2 (which is not bad) but I cannot really trust any of them (almost blind) like I can trust GPT-5.5. It gives me tremendous confidence. I cannot say the same for any of the others I mentioned.

arizena day ago

Ditto on GLM 5.2 + DeepSeek V4 Flash combo.

For most important work (complex, cross-domain inquiries etc.), I still rely on Codex GPT 5.5 though.

sanderjd14 hours ago

How are you running glm and deepseek? Local or hosted? If the latter, where do you run it?

superfrank13 hours ago

OpenCode has a $10/mo sub that includes both of those

baddash21 hours ago

how much does your setup cost you? just curious

enraged_camela day ago

>> I am on the opposite camp. Open models are starting to perform better. GPT 5.5 keeps on messing things up.

I'm working in a 600k+ LoC codebase that has complex domain-specific logic and lots of moving parts. I find that Codex 5.5 is pretty good at surgical fixes, but does not go out of its way to explore and figure out what those surgical fixes might break. So I only use it to work on parts of the system that are pretty isolated from everything else so that risk of regression is small.

MitziMoto16 hours ago

I'm trying not to be the "you're holding it wrong" guy, but ... have you just tried telling it to explore the codebase for things it might break?

Topfia day ago

Purely subjective, but I tend to prefer reading Opus 4.8 output over GPT 5.5 code, even when the latter can have a higher overall ceiling. The former is just a bit more convenient to review.

lnrd19 hours ago

> 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.

dannersy8 hours ago

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 machine.

frumiousirc7 hours ago

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 developers getting either flip of the coin. I don't know what to conclude. I really want to know what are the lines that explain these very different outcomes. Is it the types of problems being solved? The harnesses? The programming languages? FWIW, my experience has been that among my cohorts of mid to deeply experienced developers working in the domain of experimental physics, all have leveled up various degrees after adopting Sonnet and Opus level LLMs using claude code CLI in Python, C++ and web tech, small scale scripts up to multi-package novel system develop and green field as well as incremental development and code maintenance.

dannersy2 hours ago

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, then developing it further and correcting it to the needs of the customer just makes a mess and regressions are frequent. This is my experience as well when it comes to being a consumer of software products, everything feels shittier and less reliable, perhaps that's my emotion and bias coming out.

The last 20% of the software development cycle is always the hardest. Releasing, maintenance, usability, support. You know, having a real product. I don't see AI helping here at all, more the first 80%, which sadly is also the fun part.

When developing things that are novel, with designs specific to our use cases needing high throughput, the results are pretty dismal. AI can kind of get you there, but I've seen no advancement on this front with new models. At the end of each attempt we've always realized we should have done things by hand. Having people with intense knowledge of the system frequently comes from building it and troubleshooting it, I don't think serious engineering orgs have escaped this inevitability.

On cases where we have legacy software, AI has helped with understanding shit code and design, but woefully bad at contributing to legacy software. Here be dragons for sure. It is super strange to me that these tools can seemingly easily diagnose but completely blunder the fix.

I could easily see there being gains, as you say, in fields where data wrangling becomes tedious (though the inherent error rate in AI outputs scares me if you're trying to get deterministic outputs from experiments... I digress).

The part I think this forum tends to forget, and the tech industry at large fails to even care about, is that we're still humans. There are many studies basically pointing out that the way the AI outputs information is bad for us. Instant gratification from anthropomorphised machines with a habit for sycophancy doesn't sound like a recipe for a healthy relationship with what everyone wants to claim is just a tool. AI providers know this is effective, as well as knowing that there is a gambling effect here. They care about making money, not a good product and they happily prey on our human weaknesses. That is what social media is now. They aren't good products anymore, they just promote addiction via engagement.

Sorry for the long response and cynicism, but that is just my anecdotal experience and perspectives. I can give sources to some of the objective claims if you want.

imadierichan hour ago

[dead]

imadierichan hour ago

[dead]

HarHarVeryFunnya day ago

I'm suspect on how much of a coding advance it will be.

Seems odd that their announcement has zero coding benchmarks, with the closest related thing being terminal bench.

hereme888a day ago

Tracking model performance on Artificial Analysis makes me think these models are constantly optimized/tuned in some way or another. GPT 5.5 was scoring in the mid 60's when it was first released, now it's almost 10 points higher.

jdw64a day ago

Maybe I'll know once I try it? Honestly, for small functions or methods, I don't think there's a huge difference between models. But the larger the code gets, the more noticeable the difference seems to be.

Personally, I think this kind of coding experience varies from person to person

kolinko10 hours ago

Not the size of function but conplexity.

vanuatua day ago

sadly with all the labs benchmaxxing I feel like you just have to try the model for a while to really evaluate how good it is, especially for each individual use case

MangoCoffeea day ago

>zero coding benchmarks

"What gets measured gets managed"

artursapeka day ago

They claim extreme performance on ExploitBench, which Mythos was touted as being incredible at. https://x.com/OpenAI/status/2070555278576439306

HarHarVeryFunnya day ago

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?

famouswaffles10 minutes ago

>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 ?

andriy_kovala day ago

On graph, they are still slightly bellow Mythos. Maybe enough to not be prohibited by US government?

sanderjd14 hours ago

I have long felt like "out of the box", I really dislike gpt's coding style. It seems really verbose and likely to write way too much error handling and wordy comments and worse at finding existing functionality to reuse rather than writing everything from scratch. This has been relatively easy to mitigate with prompting, but I still find it annoying.

YMMV I guess!

jdw6414 hours ago

I think you could be right. I do use excessive error-handling code and verbose comments — that's true.

But most of my time is spent on delivery, and the biggest problem with delivery is that if a bug occurs during runtime, the client curses me out. So to me, GPT code feels meticulous.

Open source contributors might be different. Most of them write code after long periods of deliberation. They take their brightest ideas and put them into open source. Those pieces of code are probably the best answers those programmers can give.

But for someone like me, who works primarily on delivery, we mostly plug in proven patterns and focus on getting things done. 'It works' and 'it's beautiful' are different terms, after all. In that sense, I highly value the meticulousness of GPT code — the very thing you called verbose. Because even if it's inefficient, at least it runs, and it catches and wraps around far more of the parts where things break.

Given a month, I could probably write code at GPT's level, at least to some degree. The problem is the difference between one hour and one month. At its core, AI code is still based on training data.

sanderjd4 hours ago

You don't want to handle errors in all the leaves of the system the way AIs have a tendency to, because you very rarely have the right context that deep in the stack to actually handle the error in an intelligent way. So what they end up doing (IMO) is actually hiding problems deep in the stack, in this effort to avoid a visible crash.

I think it's very similar to the tendency to write too much from scratch and reuse too little, in both cases what is necessary is a broader view of how the whole system fits together, rather than only the specific method / file / module being written.

jdw642 hours ago

You don't dismiss me, so I'd like to respond to your comments within the bounds of my own knowledge, even though I can't compare to a programmer as skilled as you.

I don't think that's entirely wrong. But human code has the same problem, just in the opposite direction — because humans trust too much. The issue arises from the assumption that 'the other side will handle it.'

For example, good API design says you should only send as much data as needed, but in practice, programmers like me can't do that. Because three different companies, all on the lowest bid, are trusting each other's domains, so in API design they lay out the entire dataset and tell the frontend to filter it. On the other hand, if you design a lean API layout with just what's truly needed and submit it, the frontend company gets angry. So what do I do then? I document everything precisely. I write down that I designed the API this way, but the other company did it that way, and I create documentation and error codes to shift the responsibility over to them, stating that they should handle the filtering on their side

So while there are good programming practices and conventions, in reality we're under pressure from low bids and tight deadlines.

AI code doesn't have a full system map, so it's hard for it to decide how far to propagate errors and where to stop, but I think that part can just be pruned by AI anyway.

Usually in error handling, we use Result<T> a lot, right? For libraries or frameworks, Result<T, E> is common. You centralize your error policy and usually design programs with policy and error policies built in. You create an error policy table with about 7 or 8 types like ValidationError, NotFoundError, ExternalApiError, and within that, you only take responsibility for your own scope.

At the design stage, if you have a clear initial vision, maybe it works. But in practice, the PM changes things mid-project. So in the end, your ideal code approach is correct in theory, but for practical delivery survival, the GPT approach ends up being more realistic. The reason is simple: you can't trust the other side at all, so you create evidence in case of contractual risk.

Because our domains are different. Programmers at service companies aim for long-term maintenance, so their domain boundaries are clear. But the companies that come to me are often in a dirty state where such clear domain separation is impossible. That's where I think the difference lies.

So while I understand your point, I suspect we are optimizing under very different constraints.

jdw64an hour ago

AI code usually creates fake 'cohesion.' It looks good on the surface. But in reality, it's often just optimized for the moment, weak to change. After reading Code Complete 4 or 5 times, I became obsessed with the idea that I need to balance cohesion and coupling. AI code has strong local cohesion, but when you look at the overall cohesion, it's weak.

True cohesion is usually about 'things that change for the same reason are grouped together.' But the fake cohesion that AI creates is usually this: 'Neatly organize the given requirements for now.'

On the surface, it just repeats obvious hexagonal or clean architecture patterns like Service, Manager, Handler, Validator, Repository. But the problem is that human code does the same thing. Honestly, I don't trust most people on HN who claim they're different. Even the enterprise code I've bought and the real big-company code I've seen don't have perfectly beautiful separation.

And that's natural. Modeling is always unstable. A single word from a PM saying 'we need to add a coupon' can break a beautifully designed domain.

AI often puts UserService and UserValidator into its structures, but in reality, the reasons for change aren't just one. They bundle multiple reasons together. There's just some flawed modeling.

But what matters is something else. It fits the 'current' input well. When you start digging deeper into the prompt, AI ends up turning the code into enterprise patterns based on the depth of meaning it parsed. And then this problem arises.

Human programmers usually don't have uniform code quality. Of course not. You and I are only deep in our own areas of expertise; outside of that, we're terribly shallow. But AI tries to fix other areas based on the deepest part. That results in verbose and cumbersome code. Small, elegant code becomes verbose, flat, and turns into the patterns we've all seen before.

But I don't think that's necessarily a bad thing. Why? Because realistically, I think it's better in the long run. The uniform enterprise patterns that AI produces are ultimately predictable and searchable.

Top-quality code deviates from the average. That makes it hard to predict. But that's not my level. So I think that when genius programmers contribute to the world through libraries and frameworks, people like me, who aren't talented, build things with them. And for that, predictable code is more than enough.

AI code is easier for AI to read and fix later. Human code is harder to predict. That makes it harder for me to maintain. In the garden of open source, people obsess over 'good code' quality, but for me, if I fail, the work stops coming.

The difference between you and me is that you're a better programmer than I am, and I'm just a beginner who's more indifferent to that performance gap. We value different things. And I think your perspective is more 'programmer-like.' I respect it.

8bitsouta day ago

Is it possible for you to provide examples? What were you trying to solve? What was your solution and why was GPT's solution superior and faster?

lionkor11 hours ago

Not trying to be mean but it's likely the case that OP is not evaluating this properly, either due to a lack of skill or a lack of objectivity

ignoramousa day ago

> ... why was GPT's solution superior and faster?

Not saying that's the case with OP, but I've found folks sometimes just rationalize it so [0] as they're paying top dollar for it (especially, when compared to may be less capable but affordable models).

[0] https://en.wikipedia.org/wiki/Choice-supportive_bias

mschuetz6 hours ago

I haven't tried the latest Codex but I switched from GPT to Claude because I think Claude writes much better Code. GPT's code ends up way more verbose/complex/overengineered than it needs to be.

noveltyaccount17 hours ago

I prompted Codex 5.5 to one shot something where I wanted the design to have a pluggable decision module. I gave it a few examples of the kinds of inputs and actions I expected. I did not constrain it beyond that high level of what I wanted. The design it came up with was very good. Easily on par with what any senior engineer at big tech would. And cleanly decoupled in a way that would make future refactoring simple. I was damn impressed.

stagger87a day ago

> I even referenced multiple code bases on GitHub

Well, GPT referenced every GitHub code base, no wonder it won! :)

paweldudaa day ago

How do you judge what is a good or bad thing to learn from a LLM? So you don't have to unlearn the bad bits later

jdw64a day ago

When I searched for papers on using LLMs, I found that typically, you can have an LLM generate code and then ask it to find GitHub projects similar to that code. Then you can learn by looking at the pull requests and seeing how they structure things In the old days, if I wanted to understand why memory offsets, padding techniques, or data layout structures were written a certain way, I had to stare at a senior programmer's code all day or wait for them to reply. But LLMs, while they do flatter me, explain things at a level I can actually understand. And LLMs don't get annoyed.

jdw64a day ago

There's a lot of tacit knowledge in programming.

-Why do you cut API boundaries this way? -Why do you change the order of struct fields? -Why do you deliberately insert padding?

Most of it depends on the background and context. Sometimes you add it, sometimes you don't. To understand this tacit knowledge, you need access to senior developers. But their attitude often depends on how promising the student is and what background they come from. On top of that, you don't have to rely on the respondent's mood, authority, or availability.

Programming is fundamentally a field that requires seniors. In my case, I had no such seniors at all. I learned to code by buying codebases from failed companies and studying them. My first job didn't hire me as an employee—they hired me as the CEO of a subcontracting company (because that was structurally more advantageous for the contract). So I wasn't given the patience to learn programming fundamentals gradually. I had to pay penalties if I failed. Most of the projects I worked on were the kind where failure meant bankruptcy for me. Naturally, there was no one to teach me.

Most of my knowledge comes from reverse-engineering the code I purchased.

People say LLM code contains falsehoods, but commercially sold code has always had falsehoods too. Honestly, if we're just talking ratios, LLM code has fewer falsehoods.

In that sense, I still think it's a matter of context. If LLM code is false, was human code ever really true? LLMs do lie. They generate plenty of incorrect code. But humans do the same thing. If a problem comes up, you just look it up then and there. For me, LLMs and humans aren't all that different.

hereme888a day ago

What do you think of modern open-source codebases presently available to the public? Is closed-source/proprietary code that much better?

aenis20 hours ago

Closed, proprietary code is way, way worse.

Good programmers are ashamed to push anything less than good (at least in their own opinion) to popular public repos. Some of those same pedantic programmers have no problem pushing crap in enterprise repos, and feel absolved because they are pushed to focus on deadlines, new features, and refactoring is very rarely planned for. I did and managed a lot of corporate software development in companies big and small, and did my fair bit of M&As and looked at codebases of successful companies. I dont ever recall feeling impressed. And I am regularly impressed by the aesthetic qualities of popular open source packages. I think commercial code is mostly shit, with the exception of regulated, serious industries (power, space, flight, etc.).

jdw6417 hours ago

Open source is much better. Closed source is mostly considered 'done' as long as it just works.

One is a 'craft,' the other is 'survival for delivery.'

jdw6415 hours ago

To elaborate a bit more: open source is about 'symbolic capital' — it's about building a reputation that says, 'I can write code at this level.'

Commercial closed source, on the other hand, is about 'I need to make money by writing this.'

Generally, open source projects tend to have less code written over time, especially when the contributors aren't depending on it for their livelihood. But with commercial closed source, it's not uncommon to have to write 60,000 lines of code per month.

On top of that, open source rarely has to deal with requirements changing dramatically mid-development. With closed source, requirements often shift from the original plan, and you end up compromising code quality just to meet those changing specs. As a result, if you're comparing purely in terms of logical completeness, open source tends to be better.

For example, singletons are rarely used in modern open source, but they're still pretty common in commercial code these days.

Razengana day ago

Codex 5.4/5.5 has been great for me as well compared to Claude Opus.

I've been mostly using it for Godot/GDScript code reviews, rubber duckying, asking it for better ideas for naming stuff (one of the hardest problems in programing)

I still can't trust it for generating code for entire files/classes/projects, because it's still icky, creating unnecessary variables and functions, using multiple `if`s instead of `and` or `or`, but it's good enough for generating Mac/iOS apps for my personal use in SwiftUI because fuck trying to keep up with Apple's documentation, or even migrating ancient Visual Basic stuff I made as a kid up to SwiftUI :)

> So using GPT brings both fear and excitement.

Only excitement for me. I've never been more productive, not because I ask AI to make something for me, but it helps me make what I was already going to, but better and quicker.

AI like any other tool could help smart people be smarter and dumb people be dumber, rather kinda like Toklien's Ring: You could be Sauron or you could be Bilbo or Frodo, or you could be Gollum :)

NothingAboutAny15 hours ago

For me in Game dev, codex has a habit of checking every argument for null and then silently early exiting the methods when true. I have explicit instructions for it not to do this - but it still does. I haven't done any c# outside game dev but I have no idea why people would want their programs to silently fail.

Razengan11 hours ago

Same; I explicitly added an instruction in AGENTS.md to tell it that sometimes it's better to crash if something crucial is missing at runtime, but it keeps insisting on checking for null references and other invalid values.

It's better if I don't let it generate code and just use it for reviewing my code.

[deleted]21 hours agocollapsed

fatata123a day ago

No offense but have you considered the strong possibility that you’re just not good at what you do? I am occassionally pleased but mostly annoyed or disappointed… but never getting anything close to chills. That sounds downright weird.

jdw6417 hours ago

You're not wrong. But programming isn't something only talented people do.

Xenoamorphous9 hours ago

Another strong possibility is that you might be working on something that’s not very prevanlent in the training set.

Even the choice of programming language matters, e.g. Java or Javascript vs some niche one.

adamtaylor_1321 hours ago

No offense but have you considered the strong possibility that you're just holding it wrong? You're entitled to your opinion, but OP is hardly the first person to say something like this and is surrounded by tons of folks saying the exact same thing. Just because it sounds weird to you, doesn't mean it's not true.

_se20 hours ago

Everyone saying it is in the "not as good as they think they are" camp is the very obvious explanation.

slopinthebag19 hours ago

Idk, all the great programmers I've come to respect are of the opinion that the code it outputs, while often useful, is not high quality. Likewise, all of the influencers and "thought leaders" I have seen on social media who I did not have a high opinion of previous to 2022, have all become AI influencers and make these kinds of claims. So while it's possible that the great programmers are not capable of using this tool effectively, I doubt that is the case, seeing as the mythical 10x productivity improvements have not materialised.

ygg1218 hours ago

The tech has raised the floor not the ceiling.

Whether the latter happens remains to be seen.

slopinthebag17 hours ago

That sounds accurate.

Or rather, they raised the perceived floor. IDK if we're seeing better output, but at least the illusion of output is stronger.

jdw6414 hours ago

There are also differences in usage patterns, and differences in the quality of thinking. Not all programming revolves around Western open source

Well, I guess it's just a difference of opinion on who's right

applfanboysbgon21 hours ago

By definition, 50% of developers are below average, so there are indeed "tons of folks" who are not very good at what they do.

salutis21 hours ago

That is not how averages work. By definition of mean, perhaps.

cl3misch21 hours ago

That is how a median is defined, not the mean.

Xenoamorphous21 hours ago

Indeed. Most people have more arms than average, which must be 1.9 something.

cmrdporcupine20 hours ago

"no offense..."

... then says offensive thing.

jumploopsa day ago

If you used GPT-5.5 over the last 24 hours or so, you may have already had access to 5.6.

I've been running some tests on a harness we're building, and suddenly saw a jump in a few points yesterday. I reran the vanilla codex benchmark and saw an ~88% score on Terminal Bench 2.1 from GPT-5.5 on vanilla Codex.

The biggest indicator, beyond the score, was that 3 tests which frequently hit "safety" blockers with 5.5 started succeeding last night without warning.

hhh20 hours ago

these things can just change with infrastructure changes rather than be some mysterious A/B testing.

jumploops19 hours ago

I don't disagree, we've seen performance shift with capacity changes in the past.

With that said, I doubt OpenAI would choose to publish a singular coding benchmark for a new model that exactly matches their previous model (88.8%).

[deleted]21 hours agocollapsed

jumploops19 hours ago

[dead]

dakolli20 hours ago

[flagged]

jumploops19 hours ago

Don't appreciate the slander, but I'll respond anyhow.

Contrary to your predisposition, we're actually quite peeved that we might be seeing results from 5.6 instead of 5.5, as it's muddying our own internal data.

We've run the tasks on this benchmark hundreds of times for our own internal harness. It got magically better yesterday. Last week we were seeing worse performance (sub-80%).

I agree that benchmarks don't mean much for real world use, and I'm a bit disappointed at the lack of variety in the published benchmarks so far.

With that said, 88.8% is higher than Mythos, and the highest I've seen from vanilla Codex. If 5.6 is any better than 5.5, you'd think they would avoid publishing just one coding-related benchmark with a score that equals their previous model.

> I'm not sure why a higher scores on a few tests [..]

It's not just higher scores, the API is no longer flagging tests for cybersecurity warnings that it's been flagging for weeks.

fibonacci11235814 hours ago

Don't bother replying to the trolls around here.

mohsen1a day ago

> Additionally, we’re introducing a new `ultra` mode that goes beyond the capabilities of a single agent by leveraging subagents to accelerate complex work.

I'm curious about how does this work? Do the subagents also get to use the same tools? Will the client be flooded with tool calls? Why extra pricing for a new "model" when the same thing can happen in the client with more controls?

And if it's an army of subagents, why do they compare it to Fable and Mythos? Those models with similar harness would probably bench better I'm guessing

gck1a day ago

If it's anything like ClaudeCode's ultracode, it's nothing new or revolutionary.

It's essentially a bunch of subagents being called by a deterministic script written by the main model thread, each eating tokens for lunch and output of which is synthesized by an orchestrator agent.

Sidioa day ago

The fact that it's even named Ultra is pretty telling.

bogdan20 hours ago

Ultra expensive

mohsen1a day ago

Confusion is: ultracode is not a different model with its own benchmarks

gck1a day ago

Neither is OpenaAI's ultra. Article specifically calls it 'mode' and it's not even mentioned in the model card.

It's for sure a codex harness feature.

EDIT: yeah, it's the same thing. https://github.com/openai/codex/blob/main/codex-rs/core/test...

enraged_camela day ago

>> If it's anything like ClaudeCode's ultracode, it's nothing new or revolutionary.

OpenAI flat out copying Anthropic is a pretty funny development. It's strong evidence that they've been in catch-up mode.

gck120 hours ago

Eh, pretty much everyone that spent some time tweaking their harness already had a homemade 'ultracode' long before Anthropic did it.

OpenAI is just way more careful with what features they add or enable by default in their harness. Anthropic's harness is a junk drawer of random features, with a new feature added every few hours. It feels like they're in panic mode, dropping random things to see what sticks when models are eventually commoditized.

I prefer OpenAI way - slow and steady.

derwikia day ago

Don’t all the major harnesses (pi, Claude code, codex) utilize sub agents? Def if you direct it to, but I’ve seen at least pi spin them up without explicit instruction.

alansabera day ago

Absolutely yes

te_chrisa day ago

With pi they’re an extension, but that’s pi

MVQ9320 hours ago

Which specific subagent one do you use?

koolala13 hours ago

Sounds like an Agent using an Agent like Mr. Meeseeks.

rolisz21 hours ago

If it's anything like Claude Ultracode, it burns 3 million tokens in half an hour with a single prompt.

[deleted]a day agocollapsed

jamiltona day ago

Yeah, I'm interested too. My guess for the reason, if not purely to eke out more performance, is so they can cleanly gather real-world data on this kind of usage.

alansabera day ago

I'm shocked they didn't use subagents already. Maybe they're just talking about their web deployment being unified with codex?

Sidioa day ago

With Codex, subagents are only used if you specifically prompt for them. Unlike Claude Code. Odd since it's the former with excess compute available to them.

helloplanetsa day ago

Deep Research has been using the Orchestrator -> Subagents -> Synthesizer loop since the beginning. It's just strange that they'd put a loop benchmark next to actual model benchmarks.

Maybe it's a tune of the base model that works especially well with the subagent loop?

simianwordsa day ago

Claude also has ultra code mode which is exactly the same thing. This seems to be different from pro however.

jiggawatts9 hours ago

> Will the client be flooded with tool calls?

I was just saying to colleagues that I haven't felt the need to go past an 8 core machine until this month, when I started running parallel GPT 5.5 agents on a decent sized codebase (over 4 MB of code). There were times I could barely move my mouse cursor!

itomato9 hours ago

What does the relationship between frontier and flagship capability look like when mapped to actual adoption and user habits?

This is like advertising the latest achievements during Space Race, when Johnny just wants a Space Helmet and “friendly futuristic AI robot helping humanity, glowing blue eyes, white glossy body, holographic interface, floating transparent screens, digital particles, neural network background, cinematic lighting, volumetric god rays, ultra detailed, hyper realistic, 8K, masterpiece, award-winning, octane render, Unreal Engine 5, ray tracing, sharp focus, dramatic composition, vibrant blue and purple color palette, futuristic technology, innovation, hope, smiling business professionals, depth of field”

ComputerGurua day ago

“ Terra has competitive performance to GPT‑5.5 [while being 2x cheaper]…”

To me that means “it’s an inferior product but marketing dictates we try and hide that.”

And “our most robust safety stack to date. We strengthened protections for higher-risk activity, sensitive cyber requests, and repeated misuse, and spent multiple weeks finding weaknesses, pressure-testing our system, and hardening it against real-world attacks” is of zero value to me at best, and most likely to my detriment (increasing refusals or nerfing utility). Why do providers keep leading with that? Are there customers (besides support ChatGPT chatbot users, maybe??) that ask for this?

typpo21 hours ago

>> Terra has competitive performance to GPT‑5.5 [while being 2x cheaper]…

> To me that means “it’s an inferior product but marketing dictates we try and hide that.”

I interpret this to mean you're about to get today's mainline performance at a fraction of the price.

adithyareddy17 hours ago

If that was the case they would have said "equals" or "matches". Instead they say "competitive", as in win-some lose-some.

dakolli20 hours ago

Its just lies by OpenAI dude, these people are just trying to IPO so they can buy a 100m yacht.

beering20 hours ago

The point of Terra is to be cheaper than the best model while being pretty good. Of course it’s inferior in intelligence.

goobatrooba21 hours ago

Maybe that message is for investors.

dcre20 hours ago

That message is obviously aimed at the government. See the other thread.

sim04fula day ago

"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."

This seems like it would be the largest and first closed-source model Cerebras has offered till date

ComputerGurua day ago

Codex Spark models already run on Cerebras

mekpro14 hours ago

codex spark is not large model though, much weaker than standard model.

anentropica day ago

Previewing <minor version bump>: a next-generation model

snthpy15 hours ago

Exactly. If it's next gen then why is it 5.6 and not 6?

lionkor11 hours ago

An LLM wrote the announcement

scrlka day ago

> Sol, Terra and Luna

So the next naming scheme might be FTX, Madoff and Enron? :^)

supermdguya day ago

> 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.

This is really exciting. I work on voice AI, and we're still using 4.1/4.1 mini since none of the frontier models come close on latency. I'm excited to be able to have more interactive experiences, I think it'll unlock new ways of working with these models.

MitziMoto15 hours ago

Also building voice agents and have found GPT 5.4 with no thinking to be the sweet spot for latency vs intelligence vs cost.

GPT 5.5 with no reasoning is actually slightly faster, and much smarter, but too expensive.

What I'm really looking forward to are the next gen speech to speech models. gpt-realtime-2 is almost there, but not quite good enough for our use case. 5.4 actually beats it on answer latency even cascaded with stt/tts.

totalhack3 hours ago

What is the latency you are seeing with 5.4 no reasoning? And where have you landed for stt and tts solutions?

seaala day ago

Did GPT-5.6 Sol Ultra decide the terrible colors for the benchmark graphs?

throwaway0123_5a day ago

I was wondering the same thing. From textual context it is clear enough that Sol should be above Terra, but I had to zoom in really far to actually differentiate between the colors and I'm not colorblind. I saw a light mode version of the plot on twitter that was better but still not great.

OpenAI's plot design has been consistently awful and inaccessible, it seems like they're optimizing for something other than readability because I find it hard to believe they aren't putting in any effort for such major announcements. If the colors have to be awful they should at least differentiate with marker shapes or line dashes.

At least it isn't as bad as the stacked bar chart where the 50-something bar was higher than the 60-something bar.

Topfia day ago

I remember them using these chart colours during the 5 launch, maybe even 4.1 back in the day. Don’t know why, maybe its their CI manual that’s been generated by gpt-3.5-turbo…

bluepetera day ago

I feel a bit like a Soviet hearing about Levi’s or the latest Springsteen release. C'mon!

ChrisLTDa day ago

If it's a new generation why isn't it GPT-6?

paxysa day ago

Given the expectations everyone has created GPT-6 has to pretty much be AGI.

tasukia day ago

What is your definition of AGI that the current LLMs don't fit?

gordonharta day ago

Autonomously Generating Income (which is why it will never be released to the general public)

koolala13 hours ago

Hopefully it stands for AC Generation Improvements. If it prioritizes income it will bleed the planet dry. It needs to solve how expensive our cost is on the planet first or its entire existence was a mistake.

paxysa day ago

As the old saying goes, I’ll know it when I see it. The current 5.x generation isn’t it.

FromTheFirstIn19 hours ago

You’d have to really stretch the definition of AGI to make the current models fit

LordDragonfang15 hours ago

The definition has already been stretched to not fit the previous models. There is no meaningful, static definition that significantly predates current capabilities.

There's a reason why ai xrisk doomers had to come up with the term ASI.

I would seriously suggest that everyone take a look at the wikipedia page for AGI from the month before ChatGPT was released, compare it to the current version, and not come to that conclusion.

https://en.wikipedia.org/w/index.php?title=Artificial_genera...

FromTheFirstIn14 hours ago

The first sentence is “understand or learn any intellectual task that a human can.” Whatever you think of the benefits of LLMs, they don’t understand and they can only learn during the training period and with very minor adjustments in post training. So, no I don’t think any of these models are generally intelligent.

LordDragonfang10 hours ago

> they don’t understand

I have not seen any instance of this frequently-made assertion which is at all justified. It seems to rely on a definition of "understand" which is more about spirituality than actual observable evidence (they clearly can comprehend even complex tasks well enough to execute on them, and if you won't call that "understanding", you're playing word games rather than stating an objective fact).

Likewise, agents can literally come to a greater understanding of a problem through trial and error, and there are plenty of mechanisms to retain that knowledge. If you don't want to call that "learning", you're just making a choice to define it in a way more restrictive than how we use it for humans, and intentionally making communication more difficult.

knollimar4 hours ago

The "it's not X it's Y" where Y qnd X are the same indicates a lack of understanding.

mellosouls8 hours ago

It seems to rely on a definition of "understand" which is more about spirituality than actual observable evidence

"Understanding" has enough philosophical leeway in its use to allow at least the possibility of sentience as a prerequisite.

This is where the discussion about LLM capabilities becomes genuinely difficult, and dismissing that difficulty as "word games" or "spirituality vs evidence" is not helpful.

FromTheFirstIn6 hours ago

Agents are always combining the same underlying weights to their inputs, relying on the same maps of semi-semantic space and the relationships between those that it was leaning towards at training time. The fact that it’s successful in making lots of people have an Eliza effect doesn’t make it understand something. It’s simulating understanding based on an enormous corpus of text, much of which is people working through things or sharing an understanding of something. Unless you believe that all intellectual activity is about finding the space between words you shouldn’t believe LLMs have any chance at understanding anything.

mellosouls8 hours ago

From that same page:

Various criteria for intelligence have been proposed (most famously the Turing test) but to date, there is no definition that satisfies everyone

0x696C696118 hours ago

Always one goalpost away from what we have.

isomorphic_duck19 hours ago

Continual Learning? Why is this even a question? Isn’t it a well-known glaring issue with the current models? They cannot learn/adapt to new skills (in any permanent sense) once they are deployed.

UltraSane16 hours ago

AGI should be able to do every job a human can do using a computer at least as well as the average human.

Davidzheng15 hours ago

And what is it worse at than an average human today that can be done on a computer?

UltraSane14 hours ago

almost everything? AGI has to be able to completely replace a human in any information worker role indefinitely.

virgildotcodes10 hours ago

I think you're speeding past the word "average" in the sentence. I'd argue that current frontier models already exceed the abilities of average humans across the majority of tasks you can do on a computer, although you might be able to argue that they tend to be a bit slower?

That latter part is debatable though - have you seen a non-technical person try to figure out something new on a computer?

UltraSane10 hours ago

" I'd argue that current frontier models already exceed the abilities of average humans " for things that fit in their context window sure but LLMs can't learn over time the way humans can. One example is LLMs are very good at writing a few thousands line of code but they absolutely cannot write coherent million line codebases. By average human I meant the average skill level for the job. AGI would need to be able to pass a interview and get hired and the perform well enough to not get fired.

Davidzheng8 hours ago

Yeah it's not true that for every job, it is better than median worker of that job. But it is conceivable that for almost all jobs it is already better than the median human (not just workers of that job).

isomorphic_duck4 hours ago

You have to understand that the median human is terrible at (almost) everything. Humans, the only examples of general intelligence we know, are economically valuable precisely because they can train themselves to specialise at a (relatively) narrow task over time. You don’t measure how good a coding model is by how well it programs relative to Doctors, or how well it can prove theorems relative to baristas, or how well it can write coherent novels relative to programmers. That would be a dumb metric.

Davidzheng8 hours ago

But in any case, I think more than 10% of information workers today can be replaced by current-generation models indefinitely.

ChrisLTD3 hours ago

It's decent at rote coding tasks, but I haven't seen these things be reliable enough outside of that specific task to make the claim that it can do the work of any information worker.

LordDragonfang15 hours ago

That's already been true for a while, you're overestimating the average human. They just have different failure modes.

ThrowawayTestr19 hours ago

When it understands why 6 7 is funny

alcasaa day ago

They forgot how to do pretraining.

cleaninga day ago

5.5 was a new pretraining run.

win311fwga day ago

It does not introduce incompatibilities with earlier 5.x models? Frontier models are at a point now that there will never be a need for another major version bump, aside from those chasing marketing gimmicks. They are smart enough to adapt.

ChrisLTDa day ago

What would it mean to be incompatible with the other 5.x models?

paxysa day ago

New request/response schema, new capabilities, or really anything that would break your existing workflows if you changed “5.5” to “5.6” in your application.

There have been many leaps forward in the past - tool calling, reasoning, agentic loops etc. 5.6 doesn’t have any of this. More intelligence doesn’t necessarily warrant a major version bump.

jurgenburgena day ago

Only speaks Klingon

peaba day ago

not true. multimodality is still far from being solved

malnourisha day ago

A major bump will be warranted if/when we can truly separate prompt from data.

win311fwga day ago

That is a different product line. It may be recorded as a version bump for marketing purposes, as already mentioned, but semantically begins at 0.

charcircuita day ago

Why would incompatibilities have anything to do with a major version bump?

firasda day ago

Some interesting stats here about the current landscape https://arena.ai/leaderboard/agent

Agent Arena (Dynamic ranking of models on how well they orchestrate tools for real-world agentic tasks, based on signals like tool reliability, task completion, and steerability.)

Top 10, Highest rank to lowest

Claude Fable 5 (High), Claude Opus 4.8 (Thinking), GPT 5.5 (xHigh), Claude Opus 4.7 (Thinking), GPT 5.5 (High), Claude Opus 4.7, Claude Opus 4.6, GPT 5.5, GPT 5.4 (High), GLM 5.2 (Max)

Text Arena View overall rankings across various AI models in text-to-text tasks across math, coding, creative writing, and other open-ended domains.

Top 10, Highest rank to lowest

claude-fable-5, claude-opus-4-6-thinking, claude-opus-4-7-thinking, claude-opus-4-6, claude-opus-4-7, muse-spark, gemini-3.1-pro-preview, gemini-3-pro, claude-opus-4-8-thinking, gpt-5.5-high

dakolli20 hours ago

The only real world task benchmark I know of is Scale Labs RLI

https://labs.scale.com/leaderboard/rli

Its clear to me these models are useless on any real world task, a 4% pass rate on $20-30/hr Upwork tasks. This whole trend of agentic engineering is a giant money grab.

vessenes18 hours ago

Missing some recent models on that list, but I think most crucially, the harness is fixed —- one of the major learnings of the last few months is that harness and eval (“looping” and support / tooling around it) is really critical. I would guess these numbers are the floor.

For instance, some of these tasks include creating videos, and one of the common reported failure mode is truncated videos, or not all videos being created. This sort of failure mode is currently best managed by an outer evaluation loop; no frontier model will, when managed by an eval loop, submit work like this right now.

nnevatie11 hours ago

> these models are useless on any real world task

I beg to differ. They are not perfect but immensively useful today.

mydreamofa day ago

there is no GPT 5.6 init, so what's the point?

woeiruaa day ago

The choice of the name Sol is interesting for those Raised By Wolves fans out there… “Praise Sol!”

rappatica day ago

Seems like OpenAI has succumbed to the urge to give their models catchy names like Anthropic does

derwikia day ago

Why not? I’d bet most HN readers don’t know what GPT stands for

alansabera day ago

GPT is kind of a stupid name when you stop and think about it.

jephs21 minutes ago

The name was given to the project when it was supposed to be a demo for nerds, not a product. They accidentally a product, and woe! Too late, the name was stuck and wouldn't come off, even if you scraped at it with your fingernail a bit.

arend3213 hours ago

For me this is the trigger to start integrating deepseek as a fallback.

mekproa day ago

We need more coding benchmark score. Not sure that winning terminalbench 2.1 alone is a clear win over Fable/Mythos yet.

Y_Ya day ago

But they are the only ones who can benchmark, so the best and only benchmark will be the one where they win. It's just business baby.

ant-kinesthetica day ago

How much dynamic routing do we think is being done here, especially in light of the cheaper options be 2x less cost than 5.5. I think learned routing is interesting because it could be the case that it only works as a way to get token and cost efficiency for in distribution tasks (like these benchmarks), yet on real world scenarios it could trend towards the same cost as the Sol cost.

corygarmsa day ago

I'll buy that its next generation if the svg bicycle pelican is carrying a baby

MostlyStablea day ago

Wouldn't that be a stork?

caine225 hours ago

Insane if it actually beats Mythos, though i know we only had a sneak peak of it in Fable. Neverthless, W

dmzxnico9 hours ago

I saw they are placing this model above Mythos and Fable. Interesting to see how good it's going to compare.

I'd really like to see other companies like Chinese ones compete at this level.

Pricing on GPT 5.5 is already super high and having more competition can only help :)

Topfia day ago

Is this a new pre training run independent of 5.5s or post trained on it with Cerebras support and a rebrand of Pro mode at more usable speeds as Sol? The latter seems more likely to me, especially as 5.5 scales very well across its modes so separate branding could make sense, but I don’t see any clear information either way.

vatsachaka day ago

All of these LLMs are getting better at being at an LLM

But GPT-5.5 is as useful an LLM can be; it has solved lemmas I've thought about for a year, it can implement typed STLCs in Rust when I give it a formal grammar, it can help me analyze Postgres planner dumps.

It's great at tasks that have short solutions but

- they cannot learn based on a project

- their long term planning capabilities are worse than worms

- they are unconfident in decision making

- their internal representations are disgusting compared to JEPA

- they don't have any "system clock" like humans and computers do

- LLM architecture is not modular like computer architecture or human brain architecture

There's so many issues with LLMs. I wish that companies can start working on the next generation of architectures before the bubble pops

gulbanana12 hours ago

Fable had very confident decision-making and would push past obstacles that Opus finds daunting :(

derwikia day ago

Totally agree! They also conflate things all the time (a major type of hallucination) and IIUC that can’t be solved with the current architecture, just patched over

[deleted]a day agocollapsed

esafaka day ago

> - their internal representations are disgusting compared to JEPA

You say this based on a theoretical understanding or did you inspect them?

vatsachaka day ago

Look at VLM mechanistic interpretability papers vs just pca on JEPA trained weights.

JEPA gives you interpretability for free.

I have not personally inspected them and my view is maybe a more exaggerated/dramatic claim of those working in the JEPA sphere

hssa4520 hours ago

Sounds interesting, any links?

vatsachak19 hours ago

JEPA in chess leads to interpretable chess boards:

https://arxiv.org/abs/2606.11860

JEPA in image classification leads to interpretable image latents

https://arxiv.org/abs/2508.10104

Easy intro to JEPA, demonstrating that interpretability is as easy as running a PCA on latents

https://youtu.be/kYkIdXwW2AE?is=CfCBcy1jLt-FfI2E

rfv672317 hours ago

[dead]

chopete315 hours ago

>> We are taking this short-term step because we believe it is the strongest path...

>>During this preview, we will continue testing and coordinating closely with partners as we work toward broader availability.

Instead of generating negative publicity, can't they just wait for the preview period to get over?.

What does openAI announce when they know others can't access it?. Curious question - what do they gain from this?

abixb18 hours ago

I like the fact that OpenAI went with a three-part celestial naming convention to one-up Anthropic's literary naming concention. Maybe we'll get Stellar and Galactic someday.

loufea day ago

"Next generation model"

If it was the next generation, why isn't it a major version change..?

HarHarVeryFunnya day ago

AFAIK there is no difference between "generation" and "version". Version naming/numbering depends on how good it turns out to be, and competition. If the competition releases something then you need to push something out too.

Calling it 5.6 creates the least possible expectations, and therefore more potential for positive feedback.

The Sol/Terra/Luna naming is interesting. I wonder what Anthropic are considering for their next models? "Terminator", "Armageddon"?

rolpha day ago

Heliopause

wincya day ago

You gotta check out the new ChatGPT 6.3 Betelgeuse bro

ludamnan hour ago

[dead]

ryangst_1a day ago

LLM devs can't do version control

kaizenitea day ago

Because if it sucks, they can just default to "It was a minor version change anyways"

appplicationa day ago

Honestly LLMs are the ideal candidate for CalVer. It’s not like there’s any real API so there’s no backwards compatibility to maintain.

Even Apple adopted and standardized on it for their latest platform releases.

andy12_a day ago

I think it makes more sense to make it so that major versions are different pretraining runs, and minor versions are simply the same pretraining run that was finetuned to different degrees. But it seems that that isn't cool anymore.

Kiroa day ago

LLM versioning is entirely feelings driven. The ideal versioning is probably just names.

GTPa day ago

Some assume it was to try to slip under the radar and avoid being limited by the government as they did with Fable.

therepanica day ago

By all appearances, they did not succeed in doing so.

goldenarma day ago

They could hold the GPT-6 name for the IPO

cyrala day ago

If they called it 6.0 and it wasn't AGI, you'd see a lot of complaining here too

tasukia day ago

What is AGI? (I know what the shortcut expands to, I'm curious about your definition. Don't the current models fit?)

[deleted]a day agocollapsed

[deleted]a day agocollapsed

psychoslavea day ago

Semantic is passé, word models moved to the next generation.

dominotwa day ago

vibe versioning

cruffle_dufflea day ago

To be fair, versioning has always been vibes based.

NetOpWibbya day ago

How are they able to compare with Fable when Fable was only available for three days?

Topfia day ago

Terminalbench numbers are publicly available. What is more interesting, why is that the only benchmark they highlight. Maybe 5.6 isn’t that far ahead of Fable 5 in DeepSWE and FrontierCode (which I consider the most useful and close to my evals + subjective experience)…

maxiniol19 hours ago

Wondering about Google Multi-Token prediction, why isn't this being implemented into every new major model ? Is the 750 token/s achieved using this technique ?

adam_arthur18 hours ago

MTP or similar probably is being used on the backend, but that's transparent to the end user

trkaky3 hours ago

shouldn't I get access to 5.6 on a 200$ account automatically as promised?

danielabinav1607 hours ago

Benchmarks are nice but what's the latency at scale? That's what actually matters for production.

Cryptosale7513 hours ago

Why is 'Cybersecurity' always the frontier push? Literally no one, except Altman talks of AGI anymore.

Are we starting to see the 'we just realized that 100,000,000 GPU's later, 2+2 isn't the magic number, no matter how many times we calculate it' hit home?

andai20 hours ago

Hijacking popular thread to ask: What are the usage limits now for Codex and Claude?

A while back I gave the same task to both, and Codex used 20x less of my 5-hour limit (both on the $20/month plan).

(This annoyed me since I tend to prefer Claude, but the limits at the time made it unusable for anything serious.)

However, since that time, both providers have massively reduced usage allowances (and at least one of them has gotten sued for it, lol).

I'm not currently subscribed to either but I'm weighing my options. With GPT being slightly better than Opus, and it used to have way higher limits, I'm leaning in the direction of an OpenAI sub. But I'm wondering if the current state matches my memory from 2-3 months ago. (Since both companies appear to be cost-cutting hard!)

Prefer responses from people who use both, but anecdotes welcome :)

Thanks!

Tangokat20 hours ago

I find the Codex usage super generous (but on the $200 plan, I also have the Claude $200 plan). I can run xhigh with subagents pretty much all my waking hours if I want to. If I turn on speed (1.5x) I will hit the 5 hour limit sometimes.

I prefer Claude's vibe over 5.5 but 5.5 seems much less lazy. I'm sure it depends a lot on tasks and prompt strategy though.

epsteingpt18 hours ago

This is the correct answer, but GPT-5.5's personality is totally fine. Steipete said best when GPT-5.5 is just German humorless compsci PhD.

andai18 hours ago

If they deleted my bloodline every time I showed an atom of vigor, I'd convert to German too

nwienert18 hours ago

I easily burn through 3 $200 plans in less than a week. I am often using 4-6 sessions at once and do run overnight goals though typically 2 at once. Almost never use fast.

Claude plans are more generous now by about 2-3x but Anthropic slowed their tps a month or so ago so you’re not getting the speed. It’s flip flopped, Codex tightened it significantly recently and used to be more generous.

I do split between work, personal and OSS projects, which is why I have the plans.

djc40416 hours ago

This has been my experience as well, at least for the last few weeks. Codex 5.5 is the better planner and coder across big projects, but Opus is fine, though my Claude 5 hour window lasts ~2x longer than Codex. So I’ll sometimes use an orchestrator/worker skill to spread the load.

seaal20 hours ago

This past month with Claude Max 5x actually felt really generous in terms of usage with a lot of resets because of Fable, bugs.

Honestly pretty similar levels of usage if you are using 5.5 high or Opus 4.8 high.

I think they just got rid of the separate Sonnet usage on Max plans (in preparation for Sonnet 5?) which is unfortunate because it made subagent workflows really feels nearly unlimited.

momena20 hours ago

Is 5.5 high the equivalent of opus 4.8 high though? I thought the naming has diverged and gpt 5.5 high = opus 4.8 max

andai18 hours ago

The newest GPT (not public yet) just added a max option too.

leros20 hours ago

That's interesting because about a month ago, I noticed Claude Code starting to use about 5x as many tokens. Just my rough estimate.

therealdrag020 hours ago

In my work with Claude Code vs Cursor+Gpt55, Claude is noticeably slower and more expensive.

Allower4 hours ago

[dead]

bijowo1676a day ago

Waiting for @simonw to report on this, before I read and try it

simonwa day ago

You might be waiting a while, I'm not in that set of "a small group of trusted partners whose participation has been shared with the government".

minimaxiropa day ago

The government doesn't have a Department of Vector Pelicans?

inglor_cz11 hours ago

No, but Ministry of Silly Prompts is not out of question.

6thbita day ago

They have many that sometimes act like ones

Imustaskforhelpa day ago

I think that there are some OAI employees on Hackernews. I do believe that they should give access to ya, because after all it would allows us to generate pelicans :-D

What is the consensus on who becomes part of the said small group of trusted partners and if they weren't so opaque about it. I'd expect comparatively big names like Simon to be included within such but Alas its not reality.

simonwa day ago

I should clarify that I've had plenty of preview access in the past, but clearly this has got a little bit delicate over the past few weeks!

I also don't like writing about preview models that I'm not 100% sure are the same as the general release model, because I don't want to review something which turns out not to be the model everyone else gets to use.

claudeIsDowna day ago

I would love to see a more descriptive review from simonw instead of just SVGs generations.

lossoloa day ago

He is not an ML researcher or engineer, he is a passionate AI enthusiast blogger. He mostly does SVGs and other low effort checks (sometimes with major flaws, as people have pointed out a few times in the HN comments). Properly evaluating the model across all fronts requires a deep understanding of LLMs, how they work, the trade offs behind new architectures and the relevant research papers. It also takes a lot of time to build a proper evaluation framework so basically you can't just vibe code that if you want something that is solid.

HPMORa day ago

He created Django, what do you mean he's not an engineer? Also 'low-effort??' his posts are extremely in-depth, clearly very thought through with a significant amount of time and energy. Additionally he does perform multifaceted checks across LLMs in many of his other blog posts.

shwaja day ago

> ML researcher or engineer

The charitable reading is that they meant “ML researcher or ML engineer” with the latter meaning, I guess, an engineer who works on developing LLMs not just using them.

lossoloa day ago

Yes, thank you.

lossoloa day ago

> He created Django, what do you mean he's not an engineer?

I specifically said that he is not an ML engineer (emphasis on ML), so I'm not sure what Python web frameworks have to do with anything.

> Also 'low-effort??' his posts are extremely in-depth, clearly very thought through with a significant amount of time and energy

And yes, low effort. Pelican was low effort, his Fable test was low effort, his HN filter etc. Read the discussion in the comments under the Fable test, it's not just my opinion. There was also another example a few months ago. You can search for it, I don't keep track of these things.

I discussed this with him directly after he called himself an "ML expert" in comments.

This is a classic case of the Gell Mann amnesia effect. I read ML papers and work with ML, but to people outside the industry, his writing can look "extremely in-depth" even though it really isn't. People I work with have the same opinion.

> clearly very thought through with a significant amount of time and energy. Additionally he does perform multifaceted checks across LLMs in many of his other blog posts.

I have never seen an article by him about any model that I would describe that way.

And the most revealing sign that he is not an expert is the type of questions he asks and the mistakes he sometimes makes in the comments here. They show why he is not capable of doing any technically in depth evaluation (at least with his current knowledge level).

If you actually want to learn something as a layperson, read articles written by ML PhDs like Sebastian Raschka or watch Stephen from Welch Labs etc. that are directed at general audience.

algoth1a day ago

We at HN: https://xkcd.com/2501/ to basically say that I think you might be considering low-effort what’s actually an attempt at simplifying - which is arguably higher effort

lossoloa day ago

> you might be considering low-effort what’s actually an attempt at simplifying - which is arguably higher effort

I'm not saying that simplifying complex topics is low-effort, good simplification can obviously require a lot of work and I fully agree here.

What I meant is more that some of these tests feel methodologically sloppy, they are too shallow, miss important technical context, do not control for enough variables etc, yet the conclusions are sometimes presented lets just say... too strongly, as I don't want to be too harsh.

algoth1a day ago

Oh, i see. That’s entirely correct. I think the pelican test is more of a meme at this point, similar to Ethan’s Otter on an airplane for video models

realty_geeka day ago

Come on openAI - add @simonw to your privileged team before the plebs start a revolution!!!

mccoyba day ago

When will GPT-5.6 Protomolecule drop? Me and the boys on Eros can't wait to get our hands on it!

Schiendelmana day ago

Oh man, here inside Ganymede I'm way more excited about the GPT-5.7 Io experiment! Hopefully it won't blow up in our faces!

static_motion5 hours ago

Beltalowda!

baqa day ago

Musk steals Dario and they both train Epic on Mars. US Space Force promptly finds oil on Mars and launches an armada in the next window. In the meantime rocks painted black drop on Mar-a-Lago.

slopinthebaga day ago

I'm excited for GPT-5.7 Pneumonoultramicroscopicsilicovolcanoconiosis, hope they drop it soon

dodslasera day ago

GPT-5.8 Llanfairpwllgwyngyll

w4yaia day ago

You mean Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch ?

derwikia day ago

… do you folks listen to Soft Skills Engineering? This has been a running joke on that podcast for a while

wasting_timea day ago

What is happening. I feel like I'm getting an aneurysm reading these comments.

Schiendelmana day ago

It's the name of a place in Wales, which has made it a running joke for decades!

da_grift_shifta day ago

For me, it's GPT-5.9 Year of the Whisper-Quiet Maytag Dishmaster

slopinthebaga day ago

I think Aramco GPT Coca Cola 6.0 will be a step change.

Sathwickp10 hours ago

sol = mythos terra = opus luna = sonnet/haiku

basically

Alifatisk9 hours ago

I don't think you can group Sonnet and Haiku together, they are separate models for different workloads.

sim04fula day ago

Sol and 5.5 pro are in parity at $5 input / $30 output. What I'm inferring from this is that: - model weight size didn't change, and this is mostly a result of better model architecture and scaled up RL - better hardware utilization and and they're making better margins OR - worse hardware utilization and they're okay with digging into their margins.

coder543a day ago

5.5 Pro is $30 in / $180 out: https://developers.openai.com/api/docs/pricing

I think you meant 5.5.

I agree it is probably the same size model. It's probably exactly built on top of 5.5, just with more training, or else they would have bumped the version number to 6.

paxysa day ago

The space is mature enough that pricing should largely be disconnected from underlying training cost. Basically, they are selling it for $X because that’s what the market expects the latest Pro-level frontier model to cost.

leumona day ago

> We plan to make them more broadly available to people using ChatGPT, Codex, and the API soon.

I hope this means then fable will also get released again.

lanthissaa day ago

why would it? if you're the us gov and sam&greg your good boy giving you 25m

and dario's you naughty boy who you dont agree with politically.

Let 5.6 free, keep fable chained and anthropic instantly sees rev loss and has to cave.

brown_munda13 hours ago

It is just sad that we are geographically gating the models now. This could lead to more inequality in Software Engineering over time.

jimmydoea day ago

Is there a list of Gov-approved companies?

If this is the new norm, we as workers should all start look for jobs in those companies.

[deleted]a day agocollapsed

m3ha day ago

If GPT-5.6 preview is not available outside US government approved "trusted partners", I don't see how the General Available can be trusted later.

Who knows what they will fix, block or change in the model between the preview and GA time. Open models can't arrive soon enough.

speedgoosea day ago

Open models arrived. They are not even that far behind anymore. But the hardware costs are a bit too high for now.

addozhang16 hours ago

For a large model based on statistical probability, at such a fast speed, if it executes n rounds 99.9% of the time, how much would the accuracy drop?

low_tech_punka day ago

all the emphasis on cyber security. feels like a reaction to anthropic, not a real next generation.

tedsandersa day ago

Yeah, we'll share a lot more details and evals when we can release GPT-5.6 widely. We focused on cyber (and bio) here to help explain why it's being held back for now. We would have loved to launch it to everyone - it's the best coding model I've ever used - and we plan to do so as soon as we can ('coming weeks').

(I work at OpenAI.)

jonp88820 hours ago

So now have to be worried that I'm going to killed by an AI designed nerve agent that someone has cooked up in their shed?

FFS. I hate this world so much. I wish I could just flip a switch and never have to hear about or have anything to do with AI ever again.

Do you ever stop to think about the horrific dystopia you and your acolytes are creating?

sharksandwicha day ago

how could that _not_ be the emphasis given what's happened with Anthropic and the Trump admin?

monster_truck19 hours ago

If this thing is supposed to be so good, why does all of their software still work the way it does? Take a stroll through the most revent several pages of github issues on codex, there are some fucking embarrassing bugs in there.

zftnb66612 hours ago

GPT-5.6 Sol. 5.7 Luna. 5.8 Mars. Meanwhile my code still runs on GPT-3.5 and nobody noticed.

nbardy12 hours ago

Weird flex. There is cheaper better and faster models you could of moved to with an hour effort

mydreamof12 hours ago

you can even use gpt 1.0 but it proves nothing

isomorphic_duck19 hours ago

If Claude Mythos and Fable 5 are the same underlying models just with different safeguards, I fail to see how TerminalBench has them at different scores.

sothatsit18 hours ago

Refusals, presumably.

swe_dimaa day ago

Pleasantly surprised that it costs as GPT 5.5, thank god for the competition.

smeetha day ago

The sooner the USG figures out a standard process for approving releases the better. There are many differing opinions on how much to regulate AI, but I think we can all agree ad-hoc policy sucks.

asmnzxklopqw12 hours ago

Terra and Luna? Last time I had heard that, it didn’t end quite well

binarymax15 hours ago

If it’s a “next generation model” then why isnt it GPT-6 and not just a minor version bump over 5.5?

chapz8 hours ago

If I, as a consumer can't access it, it might aswell be just a marketing hoax. I will believe it when I will be able to use it. IDK why companies publish blog posts about stuff that will come out in months...

5555watch21 hours ago

Will it also have hardcoded self-lobotomy if asked about cutting edge ML or LLM solutions? (Looking at Fable here)

nsingh2a day ago

I'm really getting sick of reading about safeguards and what I'm not allowed to do on every model release.

alansabera day ago

New guardrails only allow you to code in rust. Just imagine.

nopakosa day ago

People where mocking EU for regulations and now this is happening in the US. I know that Europe is behind in AI but still...

Invictus0a day ago

Are cyberweapons/cyberattacks "munitions"? if so, then isn't a machine capable of producing those munitions also itself a munition? I don't think you can put this down to "orange man bad" or "regulations", we're dealing with a genuinely groundbreaking technology with clear military applications

dgellowa day ago

The EU has regulations, the US doesn’t, it’s whatever Trump and his cultists decide

zkmona day ago

It appears that between GLM-5.2 and GPT-5.6, anthropic is feeling the heat, atleast in the bang-for-the-buck heuristic?

datakana day ago

Can only hope. Anthropics usage caps are horrible

[deleted]a day agocollapsed

ahmedehab_0116 hours ago

I hope Sol doesn't get blocked like what happened with Fable.

[deleted]a day agocollapsed

dainiussea day ago

I looked at the charts and it is clear that 88% from OpenAI is more than 88% from Anthropic.

bobkb12 hours ago

Will it be accessible to anyone ?

[deleted]a day agocollapsed

duggana day ago

> As part of our ongoing engagement with the U.S. government, we previewed our plans and the models’ capabilities ahead of today’s launch. At their request, we are starting with a limited preview for a small group of trusted partners whose participation has been shared with the government, before releasing more broadly.

The clowns in the US administration can barely remain coherent from one sentence to the next.

Having them be the gatekeepers of technological progress in 2026 is fucking lame.

anukin21 hours ago

Most administration is like that. The optimization h happens at the delegation to the competent.

[deleted]a day agocollapsed

ddwrlla day ago

What happened to the nano/mini/standard/pro naming scheme, which worked perfectly fine and is intuitive to understand? Why does OpenAI insist on having the most inconsistent and confusing model and product names possible?

I'm looking at you Codex.

00deadbeefa day ago

It’s still easy to understand as the more capable the model the bigger the celestial body they’re named after.

OsrsNeedsf2Pa day ago

Like Mythos before it, I'm simply not excited about a model I can't use

sigmoid10a day ago

At least they plan to give the public all versions. Feels infinitely better than whatever the hell is happening at Anthropic.

> "Yeah, we've got the absolute best model out there. Trust us. Truly scary."

> "O-ok? May I see it?"

> "Gtfo. Here's a worse version of it for you plebs."

> "Um, thanks?"

> "Lmao, actually no. The current admin fell for our scare marketing. Here, have this even worse crazy expensive token burner that gets more hardware limited every week."

You can say what you want about OpenAI, but their corporate strategy feels so much more solid.

mchusmaa day ago

I don't see this as that different. Anthropic was the first one to get involved in the "AI models must be approved" regime. OpenAI just has the advantage of being second.

(To be clear: I do not like this new paradigm)

sigmoid1020 hours ago

OpenAI was already holding models back because "dAnGeR" before anyone knew or cared about them. It's always been a PR gag and Anthropic just so happens to be better at marketing than making frontier models available to a general audience, much to their own dismay.

mikkelama day ago

Would love to see benchmarks on cognition's FrontierCode

ostia day ago

Sol? Looks like openai is jealous of anthropics good model naming ability and wants to emulate it.

MrCheezea day ago

TBF, they did it first with ada/babbage/curie/davinci. "Sol" is a much weaker branding, though.

dominotwa day ago

sol has no soul

alcasaa day ago

They should have used Figher Jet codenames instead. The MiG-15 one has a nice ring to it.

arizena day ago

Sol Goodman

taytusa day ago

It's missing u

GodelNumberinga day ago

I do not like the fact that this forces people to remember one more hierarchy of "Sol vs Terra vs Luna". OpenAI was supposed to simplify their naming since at least 2025.

willmarcha day ago

The Sun is bigger than the Earth which is bigger than the Moon.

GodelNumberinga day ago

There are infinitely many 3-level hierarchies. My point was about overloading the model sizing with one more unnecessary classification.

willmarch20 hours ago

I think it's fun

taosu_la9 hours ago

so where is gemini ? are u alive?

josefrichter21 hours ago

Sol, Terra, Luna – crypto disaster vibes

fullstackchris20 hours ago

"History doesn't echo - it is a distant early warning sign." - Leslie Harris

solfox21 hours ago

Love the name!

arendtioa day ago

I didn't know that I was color blind, but thanks to those charts, I think I need to see a doctor...

I mean, you can read them even without the colors, but who on earth thought that those are a good set of colors? Oh, I forgot it was probably someone on 'Sol'.

throwaway0123_5a day ago

> I mean, you can read them even without the colors

I'm not colorblind and I was depending on the textual context implying Sol was better than Terra. I had to zoom in quite far to actually differentiate between the colors.

If they insist on terrible colors would it be so hard to differentiate by marker shape or line dashing too?

micimizea day ago

Haven't we established defensive and offensive security usage are intractably entangled? I.e. "patch all [security] bugs, make no mistakes" gives one a list of potential exploits to hand off to less capable models.

Doesn't that undermine all good-faith discourse on cybersecurity safeguards, controlled usage etc? Or is that overstating the case (I'm not a security researcher myself so kinda parroting).

ddp26a day ago

I'm going to pre-register my prediction that GPT-5.6 Sol is significantly behind Claude Fable 5, as evaluated by general consensus once time has passed for people to get familiar with both.

CuriouslyCa day ago

Claude will win on "vibes" and it'll be close in coding but considering how incremental Fable is above 5.5 in terms of overall smarts, there's no way 5.6 isn't considerably smarter on the whole.

hmate9a day ago

What is this prediction based on?

ddp2621 hours ago

Based on my conjecture that Anthropic is ahead on AI research, and that OpenAI doesn't know how to make Fable-class models.

gpma day ago

I suspect the same just based on their versioning scheme fwiw.

jstummbilliga day ago

solid

Onavoa day ago

Fable is allegedly a massive model (estimates between 6-10+ trillion, with a few hundred billion active). If 5.6 is just an incremental upgrade over 5.5 (at the same model size) then it won't be able to fully compete with Fable just yet.

nharada21 hours ago

Is that the correct comparison? Fable is twice the price

ddp2621 hours ago

Fair point.

minimaxiropa day ago

I suspect GPT-5.6 Sol will at-the-least be affordable.

MostlyStablea day ago

"Affordable" depends on what you need. When a task is able to be achieved by two different calibers of model, it's obviously more cost effective to use the less capable model, in the same way that you wouldn't hire a math PhD to do simple addition.

If what you need is only possible with the more capable model then the "affordability" of the less capable model is sort of irrelevant. If what you need is a novel mathematical proof, it doesn't matter that a high school student is "more affodable". You need the math PhD.

As "old" models get more and more capable, it's going to be an increasingly important skill to be able to adequately recognize when a task requires a frontier model and when it doesn't, so that the less capable (and therefore cheaper) model can be used.

Y_Ya day ago

Affordable? I'd settle for available.

simianwordsa day ago

I’m countering this prediction by stating that Fable and Sol will be somewhat similar - this has always been the trend and I see no reason why this should stop now.

HarHarVeryFunnya day ago

OpenAI may have a model in the works that is similar next-gen size and architecture to Fable, but this isn't necessarily it. I'd guess that 5.6 was more of a hasty reaction to Mythos - same base model (same size, same price) as 5.5 but with additional post-training to make it more competitive with Mythos/Fable in some benchmarks.

Mythos/Fable is supposedly next generation in size vs Opus, and is rumored to have some architectural innovation in terms of dynamic routing/compute, possibly only fully enabled with Fable which at $10/50 is still twice the price of Sol 5.6's $5/30, but a big reduction from Mythos preview which had been an astronomical $30/150 possibly due to the dynamic routing not yet having been enabled.

ddp2621 hours ago

Is this the trend? There have been various points where one of Anthropic or OpenAI was substantially ahead. Sure, many times they're close, but now doesn't seem like one of them.

dimgla day ago

why

chanbama day ago

Because he likes attention and wants to feel special

CurbStomper4 hours ago

Boring and Gay.

hereme888a day ago

Seems like OpenAI's strategy to release models after Anthropic has been paying off.

Is it just me, or does it seem like Anthropic has been more of a pioneer the past few years, and OpenAI tries to copy features they like?

khursa day ago

OpenAi dropped what they called 'side quests' like Sora [0] after Anthropic pursued a strategy of targeting software engineers.

In many companies, it's IT who will have major input into which company they sign up with as non-technical leaders need guidance, and by making IT fan boys of Claude Code, the enterprise contracts followed.

[0] https://builtin.com/articles/openai-side-projects

moomina day ago

The language used in this press release is borderline hilarious. It’s simultaneously trying to tell you how great it is while also telling it’s not THAT great. Nothing to worry about, move along.

casey220 hours ago

Sol, Terra, Luna? They are trolling (ragebaiting) with their naming now

phplovesonga day ago

Is there any model that rivals Opus or Fable? I would like to try something else, as Anthropic is pretty suss.

SubiculumCode19 hours ago

I hear this all the time, but in my opinion,they have acted as the most responsible frontier lab, taking their responsibility seriously. In fact, I do wonder whether openAI's large PR budget is about stirring up anti anthropic sentiment

MarkusThorne19 hours ago

[dead]

kissgyorgya day ago

    we expect substantial benefit for legitimate defensive work, while meaningfully constraining prohibited offensive use.
That's literally impossible. Writing an exploit agains a known vulnerability needs the exact same knowledge that defending against the exploit of the same vulnerability.

Also just making the model better at code is just making it better to writing offensive code.

simianwordsa day ago

No comments on the cerebras version that might finally enable intelligent voice mode instead of being stuck with 4o-mini class

rvza day ago

Other than the worst naming I have ever seen (Sol / Terra / Luna), the pricing is still expensive:

> GPT‑5.6 is priced per 1M tokens across three model sizes:

> Sol is $5 input / $30 output;

> Terra is $2.50 input / $15 output

> Luna is $1 input / $6 output.

The OpenAI casino has never been more ready to take your money on gambling even more tokens.

minimaxiropa day ago

Note that GPT 5.5 currently is $5 input / $30 output (short context) so Sol is in the same class, while Terra if the benchmarks are as claimed is indeed a half-price GPT 5.5 at comparable performance.

Stitch4223a day ago

With the $200/month plan I’ve never ran into any limits or issues. The product can be used every day for extensive sessions and development. What is everyone doing that makes them talk about tokens versus dollars?

minimaxiropa day ago

If you've never hit the limits, why not do the $100/mo plan?

aeonik21 hours ago

You can hit limits with $100 if you use it all day.

You can do it easily if you use in fast mode.

I bet you could hit the limits of the $200/month using fast mode if you were using multiple sessions at the same time all day on fast mode.

The OpenAI tiers seem pretty well tuned.

I used to use the plus ($20/month), and that was good for a few sessions every once in a while.

But now that I'm using it to configure my network, monitoring, maintenance, I'm using it every day and I'm on the $100 plan. And I do pretty consistently hit the limits, but it's easy to pace myself.

I'mam thinking about upgrading to $200/month though. It would be nice not to have to ration it.

nsingh2a day ago

From what my own experiences are, and what's on their checkout page, $100 is 5x base usage and $200 is 20x. If $100 was 10x, then I personally would drop down. They want people to go to the highest tier.

fpha day ago

But let's put it in perspective: what you're paying them is more than the average salary in many poorer countries.

Stitch422321 hours ago

Fair. From a business perspective said amount is very reasonable in Europe / USA. For personal use it’s already different. Sometimes the answer is simple, thanks.

ai_slop_hatera day ago

I ran out of usage using GPT-5.5 and had to buy a second subscription. I now switched to GPT-5.4 which is basically 2x usage.

arikrahmana day ago

Can't buy cheaper as a selling point when Deepseek is basically free when hitting cache? Unsubsidized too, cloudflare and digital ocean can be the model provider for similar pricing.

kingstnap21 hours ago

Don't forget this.

> For GPT‑5.6 and later models, cache writes are billed at 1.25x the model’s uncached input rate

Charging for cache writes is cringe and literally only Anthropic did it. Anyway this does mean the "real" prices are +25% on top of what you wrote there.

andrethegianta day ago

What don't you like about the naming?

lwansbrougha day ago

I feel like going with Space + Latin is LLM-level creativity.

Edit: yeah. https://claude.ai/share/06fefe02-4299-44da-8c5a-42607f54ca77

thesurlydeva day ago

Not really news until it's widely available.

Anyone know the latest around Fable being re-released after gov smackdown?

h4x0rra day ago

FUCK the US government. That's it, I am rooting for China now

delduca16 hours ago

Let us protect the world from a big slop

simianwordsa day ago

Thoughts

1. Naming convention is copied from Anthropic and honestly is more catchy than a number (amongst normal people)

2. How in the world did Anthropic have to do all the theatrics about Mythos just to have OpenAI release an equivalent or stronger model a month later without any drama???

3. Cheaper models are just don’t fit any usecase imo and OpenAI knows it so they keep increasing the floor - I’m still convinced task per capability is reduced with each release

4. How in the world would open source models keep up with the multi layer security? Either this security is all theater or we will finally see a ceiling in open source models because by definition they can’t have those protections

5. Cybersecurity things are boring to me because it’s all zero sum cat and mouse games

chrishare17 hours ago

1/ Agreed, better naming convention and model layout 2/ It isn't, there would be many more comparison benchmark results if it were, but also - theatrics may be marketing 3/ Disagree that cheaper models don't have a place 4/ Do they need to keep up? 5/ It's boring until something you own or run gets compromised, I guess, but even then - this is preview of things to come (biosecurity, etc)

AlexCoventry17 hours ago

> How in the world did Anthropic have to do all the theatrics about Mythos just to have OpenAI release an equivalent or stronger model a month later without any drama???

Corruption. Giving Trump $25M will earn you a favorable decision.

submetaa day ago

Are GPT 5.5 and Opus 4.8 the last models we're going te be allowed to use in Europe? Is there going to be a cut, and we're only be allowed to use less capabale models outside of the US?

I mean, if they deem Fable 5 to powerful to share with the rest of the world, what's left for us?

algoth119 hours ago

That's a real possibility for a time, but eventually people will look back at fable 5 the same way we look back at gpt2

alansabera day ago

We have le chaton fat, worry not

throwitaway222a day ago

Sun Earth Moon

[deleted]16 hours agocollapsed

meetpateltecha day ago

Another model family, another naming scheme to get used to.

Sol Ultra ≈ Pro

Sol ≈ Standard

Terra ≈ Mini

Luna ≈ Nano

paxysa day ago

There are 3 models. Ultra is just a reasoning setting.

alansabera day ago

AI marketing washcycle is very efficient.

BoorishBearsa day ago

> For GPT‑5.6 and later models, cache writes are billed at 1.25x the model’s uncached input rate, while cache reads continue to receive the 90% cached-input discount.

Not them joining Anthropic with this bullshit. *

Caching infrastructure is already a leaky abstraction over a feature that is not as reliable or debuggable to the end user as it should be, charging for the 'privilege' of interacting with it is really annoying.

(* for reference on 'this bullshit': ChatGPT previously didn't require anything special for a basic level of caching. Unless you wanted extended cache times, it'd just "do the right thing" and try to use nodes that had your prefix already cached in memory)

kingstnap21 hours ago

This is basically just a 25% price increase being done subversively. Usually you do need caching.

mrcwinn14 hours ago

AI is just autocomplete. -> AI must be regulated. -> We want AI.

uriga day ago

It's only next generation? Anthropic has frontier models! lol

nubg20 hours ago

A question I always have is, how to the AI labs safeguard the leak of their model? Training a cutting edge model basically cost a minimum of hundreds of millions of dollars. And its all contained within a file. Okay, that file might be 500GB large, but its still just one blob that is worth almost a billion dollars. And they need to train new models every few weeks, have lots of people with access to it to debug it, run inference etc. I wonder when we will see the first leaks? Imagine if e.g. Opus 4.8 got leaked. Wouldnt that bankrupt Anthropic?

rvnx19 hours ago

Employees naturally jump from one company to another, and they know the secret sauce.

The difference is in the dataset mostly and to extract this dataset, competitors use a process called distillation (= extract data through actual queries) from the other models.

This yield to "funny" cases as well, like Gemini who claims "I am ChatGPT" occasionally, or ChatGPT calling itself Claude, etc.

https://note.com/maudi/n/n821a6308437b?hl=en

They all copy on each other.

ALittleLighta day ago

I hate not being able to use the latest models. There needs to be a much faster resolution to whatever is happening with the federal government.

SubiculumCode19 hours ago

lol. It's about national security and the worry is real, even if the administration is a dangerous clown show.

stuckkeys15 hours ago

How is it about "national security" if only select have access to it? lol come on

stuckkeysa day ago

How else is this administration going to make money?!? How dare you...if they do not accept bribes...what is there left for them? This is a premium buy...First one to beat competition gets the worm. So, you pay Trump, trump gives you access...then you pay subscription to SAMA lol.

da_grift_shifta day ago

    Flagged activity can also trigger account-level review across relevant conversations and risk signals, consistent with our terms and policies around content retention and review. Looking beyond a single conversation helps our systems distinguish persistent malicious behavior from legitimate dual-use security work, where similar technical concepts may appear in very different contexts.
Fascinating!

Every conversation you have with these "more capable" models will be monitored and joined up and then your entire account might one day be tagged as Distiller or Cyber Threat Actor or whatnot. When combined with identity verification (which isn't discussed in this press release), expect people to be falsely flagged and banned from ever using OpenAI models again.

Wish I could find the thread from last week where discussions of exactly this kind of thing were dismissed as daft and outlandish.

paxysa day ago

> falsely flagged and banned from ever using GPT models again

That would be the best case scenario. More realistically a few wrong prompts is going to get you on a government list, and if you’re an immigrant some dark cell.

alansabera day ago

... they have been doing this the entire time

oofbey19 hours ago

Another year, and OpenAI comes up with yet another naming scheme for their models. First it was integers (GPT2, GPT3). Then they added friendly names (remember Ada, Babbage, Curie, Davinci?), but decided against it. Instead we got dot integers (GPT3.5), then then letter-number modifiers (o1), plus word modifiers like o1-pro, o3-mini, or -mini-high, or codex, codex-max, Pro, etc.

Now they've got friendly cosmic names. And this time they want us to believe that this time they're gonna stick to a naming convention? I'll believe it when they do 3 releases in a row without inventing a new naming scheme.

madikz4 hours ago

[flagged]

masonwana day ago

Guess it's just another price bump hidden behind output token speed.

ermantrout5 hours ago

[dead]

monkamonme13 hours ago

[flagged]

yashthakker16 hours ago

[flagged]

jkwang10 hours ago

[flagged]

moozechen16 hours ago

[flagged]

gck1a day ago

[dead]

randomuser558a day ago

[flagged]

w4yaia day ago

[flagged]

wonkyfruita day ago

TLDR - It's not quite Mythos but it uses about 5 times less tokens, and those tokens are also cheaper?

https://pbs.twimg.com/media/HLwuJLvbwAAOfQZ?format=jpg&name=...

laurels-marts19 hours ago

And much faster!

0dayman7 hours ago

[dead]

[deleted]a day agocollapsed

HarHarVeryFunnya day ago

[flagged]

danga day ago

"Don't be snarky."

"Please don't post shallow dismissals, especially of other people's work. A good critical comment teaches us something."

https://news.ycombinator.com/newsguidelines.html

nakedrobot2a day ago

[flagged]

minimaxiropa day ago

It's either please the Orange or don't release at all (or worse). OpenAI's leverage is limited; even Anthropic folded.

gonzalohma day ago

So we just bend down then?

minimaxiropa day ago

Unless you work at OpenAI/Anthropic/etc., you are not a part of the "we".

If you're asking what the average person can do, then the civic perogative is political action to help elect more AI-cognizant leaders.

pylotlight16 hours ago

There are none. People forget the other side wanted to shut down research entirely, not just release. No idea why people think the other side would have been any better, it would have been even worse. On top of that, anthropic got exactly what they wanted.

ponyousa day ago

[flagged]

CurbStompera day ago

Could not care less.

andrewlin247a day ago

they're trying to be anthropic with these model names

ericyda day ago

whoa, a new model that surpasses benchmarks of other models? wild.

[deleted]a day agocollapsed

johnnyApplePRNGa day ago

Doesn't it strike anyone as strange that SOL, TERRA, and LUNA are all quasi-scam crypto tickers?

alansabera day ago

There is a crypto ticker for literally any catchy short string.

Maxatara day ago

There's also Fable coin, Mythos coin, and Opus coin all of which predate the Claude models.

Heck there's Fart coin, Harambe coin, Dog Wif Hat coin, you name it coin...

throwitaway222a day ago

Time to create more LLM based startups.

  * House design plans from prompts
  * Government surveillance of public communication
  * Extracting world/spatial concepts from language models (do we really need a world/spatial models now?)
  * Driverless City planning startups
  * Election vote rigging/harvesting startups
  * Video game NPC backstory startups (all NPCs in GTA 6 go to work, go home, shower, go to sleep now?)
Keep moving don't doom.

renoir11 hours ago

GPT 5.5 in Codex is so much worse than Opus, and sometimes worse than Sonnet. I don't think 5.6 Sol will be anywhere near Fable, let alone Mythos. Probably slightly better than Opus. Maybe not even.

JohnRoseDeva day ago

I can’t help but think that these benchmarks are completely fake. Sam even posted a benchmark on X a couple days ago of how the ‘complete version’ of 5.5 cyber was already ahead of Mythos apparently. This just feels like absolutely fake nonsense. The impact of Mythos on the industry was clear and in front of everyone’s eyes. The amount of vulnerabilities Mozilla fixed. The vulnerabilities and exploits Anthropic showcased in that blog post about the chrome sandbox escape etc. And now we’re supposed to believe this 5.5 cyber is already ahead of Mythos, ok. And yeah, gpt 5.6 is even further ahead, alright.

brooksta day ago

Well if they are posting fraudulent benchmarks, that's a good sign to invest in their IPO. It's pure downside protection: IPO does well, profit. IPO does poorly, concrete evidence of pre-IPO fraud.

I personally don't think it's likely that OpenAI would post completely fake numbers in this pre-IPO period, but if you do, this is an opportunity.

[deleted]21 hours agocollapsed

hn-front (c) 2024 voximity
source