Remix.run Logo
preommr 4 hours ago

> Starting today, GPT‑5.6 Luna, our fastest and most affordable model, will cost 80% less,

I don't have the words.

I genuinely thought we were in a stage where we were plateauing and going in for 5-10% improvements over months. Seeing spikes like this makes me question about where the floor really is.

jpadkins 3 hours ago | parent | next [-]

When model intelligence reliably hits 90%-95% of current day knowledge worker tasks, they are going to burn those weight to silicon and we will see another 10X improvement in price/performance frontier.

The dynamic GPU clusters will be used for the 5% of tasks, and pushing out the frontier. Also there will be a set of knowledge tasks that are not done today (because they are too difficult for most knowledge workers), that will start being done in the future.

jrflo 3 hours ago | parent | next [-]

Burning the weights into silicon would be many orders of magnitude increase, not just 10x. It's kind of crazy that this hockey stick the AI hype bros talk about seems more and more every day like it might be real

jaggederest 3 hours ago | parent | next [-]

https://taalas.com/ has done it already for a wildly obsolete model. 14000 tokens per second.

https://chatjimmy.ai/ is their interactive. Tiny context, very dumb, but absurdly fast. Imagine this as a tool call for claude code for trivial changes - the tool call from the harness takes longer than the execution.

ElijahLynn 2 hours ago | parent | next [-]

Wow! You weren't kidding,

I just tried it too and 14,098 tokens in .05 seconds, I barely blinked and it was done. There was no typing at all appearing on the screen. It just showed up.

https://chatjimmy.ai/chats/01dc66a4-4b1b-4dea-bb5f-926855e37...

WalterGR an hour ago | parent [-]

That link isn't bringing up your chat, FYI. It just shows the default new chat state.

christophilus an hour ago | parent | prev | next [-]

Wow. This is absolutely wild. I didn't expect that.

If we get to anywhere near this speed for the equivalent of the current models... I don't even know what to think about that future.

iamjackg 3 hours ago | parent | prev [-]

Holy crap, I was not prepared for how fast it responded. I just wrote "Just wanted to see how fast you are! Can you write me a quick story about a tiger who lives inside a block of cheese the size of a house?"

I pressed Enter, and the response was instant.

> Generated in 0.037s • 14,205 tok/s

This is unbelievable.

jcul 2 hours ago | parent | next [-]

It's crazy. Are they doing any precomputing as you type, I wonder if you paste a block of text is it the same speed.

nerdsniper 2 hours ago | parent | next [-]

I pasted and instantly hit enter on this prompt: "I generated a filter set using REW v5.31.3 using real-world sweep tone measurements from the room I'm listening in . How can I use it as my MacOS output equalizer so that my spotify music is adjusted for this room and speakers"

and it gave a very reasonable answer in non-perceptible time.

throwuxiytayq 2 hours ago | parent | prev [-]

No, it really does take ~0.03s to generate the answer. Try your browser's developer tools and watch the requests.

kooi 26 minutes ago | parent | prev | next [-]

"Stochastic gradient descent algorithm in Haskel"

"LMS algorithm in bash"

Just barfed it up lol.

Amazing.

8cvor6j844qw_d6 2 hours ago | parent | prev | next [-]

I'd like to imagine the things that can be done with this speed and the current frontier models.

throwup238 an hour ago | parent | next [-]

Fully interactive games where you can talk to every NPC by text or voice and have an LLM drive the story (with your own meta prompts to guide it, if you so wish). Maybe even have them generate assets on the fly too.

I’m still trying to figure out coding agents. I can’t even begin to imagine the things it would enable. Even the most mundane ideas like LLMs-in-HiFreq-trading have huge implications.

ElijahLynn 2 hours ago | parent | prev | next [-]

Truth, it feels like we're in the dial-up age of LLMs right now. And this Jimmy AI is fiber.

Dig1t 2 hours ago | parent | prev [-]

Seriously, if Fable or even Opus was this fast that would be a real game changer.

reducesuffering 31 minutes ago | parent [-]

RSI will be models better than Fable running faster than this, you won't even need a human in the loop to figure out what to do. The high level goal will be accomplished better than the human in an instant

baal80spam 31 minutes ago | parent | prev | next [-]

Just wow, I made a similar request. Result: Generated in 0.042s • 14,201 tok/s

This is crazy.

HDThoreaun 2 hours ago | parent | prev [-]

For what its worth the frontier lab models can surely be a lot faster if they wanted them to be but theyre supply constrained so theyre doing stuff like multi tenancy. Since you cant self host them no one outside the labs really knows speed as a solo tenant

ericd 25 minutes ago | parent [-]

You can kind of get a sense by running these things at home - I'm currently running Laguna. One interesting thing is that per stream doesn't actually slow down that much with multiple concurrents, because the bottleneck remains the memory bandwidth until pretty significant request depths, and then eventually you hit the GPU's limits. It's one of the big forces that pushes for centralization in this stuff, the fixed costs to run one are huge, the marginal costs of additional tenants, relatively small.

Yopolo 2 hours ago | parent | prev | next [-]

And don't underestimate how much money Google, Microsoft, Amazon and Meta still have to spend on this tech.

Blocking Fable for sure made it very politicl a lot sooner than i expected it to happen.

and because China already has massive problems of getting access, they are pushing it on hardware too like what Huawai did without EUV.

It seems China is already able to do DUV a lot sooner than others expected.

re-thc 2 hours ago | parent [-]

> It seems China is already able to do DUV a lot sooner than others expected.

That's the media and in particular US KOLs of all sorts driving the wrong impression of China and other places. China and many other places for example have fast public transport that the US doesn't and can't even imagine today. They're not behind.

China's DUV still isn't that production grade (mass produce-able) so don't get that hyped up the wrong way (in a different direction).

The whole China-is-behind with tech and in particular semi wasn't that they can't. The truth is they spent decades in internal politics and corruption. That all got solved with the bans, so thank the bans! Jensen even said the bans were bad.

vjvjvjvjghv an hour ago | parent | prev | next [-]

Not an expert on this but wouldn’t this be possible with something similar to an FPGA?

jaggederest 8 minutes ago | parent | next [-]

My understanding is that for FPGA the issue is either it eats all your gates on internal memory if you interleave, or it takes forever to load everything between the SRAM on the board and the actual FPGA component over a bus, last time I looked into it.

kooi 21 minutes ago | parent | prev [-]

Weights can be baked into silicone or programmed into hardware ala FPGA, but the context will always be dynamic.

High speed SRAM is where the $$$ is

FuriouslyAdrift 2 hours ago | parent | prev | next [-]

Yep it will be ASICs and DSPs all over again. Orders of magnitude changes.

monkeydust an hour ago | parent [-]

So which shovels companies are the ones to watch for burnt in silicon models ?

FuriouslyAdrift an hour ago | parent [-]

Imagine the price of a $9 million NVL72 dropped to about $100, used 4 orders of magnitude less power, was the size of ARM cpu, be bundled with pretty much any electronic device, and ran as fast a frontier AI is today.

That's about how disrupting DSPs were to the industries they arose out of (over a very long time frame).

How would that disrupt the industry?

coffeebeqn 2 hours ago | parent | prev [-]

What does that mean though? Like some kind of a ROM memory ?

bob1029 2 hours ago | parent [-]

Stacked ROM can, in theory, be a lot denser than anything that depends on a capacitor and refresh cycle.

I don't think it would be that difficult to manufacture compared to other process tech. HBM is really hard to do compared to other memory types.

re-thc 3 hours ago | parent | prev [-]

> When model intelligence reliably hits 90%-95% of current day knowledge worker tasks, they are going to burn those weight to silicon

Google is already working on a similar idea but more "flexible".

kridsdale1 2 hours ago | parent [-]

Explain.

jmb99 an hour ago | parent [-]

I'm not who you responded to and I don't have any info on Google. Nor can I explain in detail due to NDAs. But multiple major players are working on something along the lines of what the parent is alluding to.

The "edge" AI landscape (in particular, what you can do with ~5W) is going to be nuts in about 18 months.

captainbland 3 hours ago | parent | prev | next [-]

To be fair we don't really know in terms of prices what's real and what's just investor subsidised attempts at market capture at this point. It could well be OpenAI's attempt to drown Anthropic while they've got the halo product if they feel they've got deeper pockets.

w29UiIm2Xz 3 hours ago | parent | next [-]

Enterprises implemented spending caps and inference providers are lowering prices. Seems they are jockeying for market share.

FuriouslyAdrift an hour ago | parent [-]

Partnerships then consolidation comes next...

minraws 3 hours ago | parent | prev | next [-]

I wouldn't be surprised if they still had some margins since cheaper models are much harder to nail the accurate sizes off, and you still pay 2x for 1M context window.

But if this is even at 400B size it's insanity those inference prices, maybe 10-20% margins, if it's higher I would like to know is it their own chips or maybe they have accurately sized the model to fit on exactly a B300?

Could be a lot of magical things we can only speculate, but from here there likely isn't another 60-70% margin, like I have heard people claim, I would definitely be willing to bet on that.

Could still be a healthy 10-30% margin. Especially with Terra.

platinumrad 3 hours ago | parent | prev [-]

We can guess based on the decisions of other inference providers who serve these models.

handfuloflight 3 hours ago | parent | next [-]

Do you mean if other providers will cut their prices in turn?

platinumrad 2 hours ago | parent [-]

Yes. For example, third-party inference providers serve DeepSeek V4 Flash just as cheaply as DeepSeek themselves, if not even more so. This is very strong evidence that the low price of the model is not subsidized.

hzbdhdjs 3 hours ago | parent | prev [-]

[dead]

foobar_______ 3 hours ago | parent | prev | next [-]

Hard to believe numbers. I don't mean that as a critique, but literally I am so impressed. Even if the model is a few percent lower for performance but is 80+% cheaper than competitors and is a US company hosted on US based hyperscaler clouds this is kind of a no brainer. Hard for most businesses to justify otherwise.

rpdillon 3 hours ago | parent | next [-]

This is exactly the model that DeepSeek V4 Flash followed, and it's been insanely successful as a result, even though it's not frontier.

ignoramous 2 hours ago | parent | prev [-]

DeepSeek v4 Pro & MiMo v2.5 Pro (Opus 4.6 quality models for code) are insanely cheap for agent-driven work due to their super low cached-input prices ($0.0036/mtok) [0]. For Luna, the cached-input price drop isn't disclosed in TFA, but the pricing page puts it at $0.02/mtok, & that's 5x more expensive.

[0] I am constantly surprised how much work pay-as-you-go with DeepSeek / MiMo will get done. I've barely crossed $2 each in a month of use (~200m tokens).

computerex 2 hours ago | parent [-]

Absolutely. Although DeepSeek started announcing "Peak valley" pricing which started making me nervous. I have spent $50 usd in July on deepseek and for that much spend I got SO MUCH mileage.

I feel perfectly content in using pay as you go pricing with deepseek. On the other hand, although Anthropic's models used to be my bread and butter for personal work, they are simply too expensive to reach for these days.

ismailmaj 3 hours ago | parent | prev | next [-]

it's 80% less cost, not 80% in efficiency gains, could be that Luna was overpriced to begin with, we don't have much info on the models themselves.

Assuming the efficiency gains are real, I feel like something has to give, maybe worse quality due to aggressive quantization/kv cache compression?

heisgone 3 hours ago | parent | next [-]

Let's suppose each models was subsidized at 70%, so that we only pay 30% of the cost. They would loose much more money per token on the more powerful models. It's in their interest to encourage the use of the less expensive models. Let's say they increase Luna subsidies at 90%. They would still "save" relative to the use of the more expensive models.

mlinsey 3 hours ago | parent | prev | next [-]

High-performing open weight models being released recently, and your customers looking into working with multiple providers as a result, are a great reason to drop prices on your non-frontier offerings.

Although I'm sure there are some efficiency gains, the technology is too new and labs are scrambling to release too quickly to think that the low-hanging optimization fruit has been picked already.

dannyw 3 hours ago | parent | prev | next [-]

Been using OpenAI models since ada/babbage/curie/davinci and at least from my own experience, their APIs feel the same.

If you use Codex it's different, the harness has a lot to do with it and there's definitely been changes including recently.

axus 3 hours ago | parent | prev [-]

Something can be overpriced and still lose money.

Yopolo 2 hours ago | parent | prev | next [-]

5-10% over months would still be quite crazy.

But yeah I do'nt want to know what Kimi 3 is pushing buttons inside Anthropic, OpenAI and Google.

Besides any floor: For every year the tokens get faster and cheaper, we will see new things like properly working AI factories which mimic expert teams. A lot more parallism as well.

827a 3 hours ago | parent | prev | next [-]

Vera Rubin will be hitting racks very soon, and this is purported to have a 10x improvement in token throughput per megawatt. Of course, old chips don't get replaced with new chips overnight, but I don't think we're anywhere near the floor yet.

FuriouslyAdrift an hour ago | parent | next [-]

AMD MI400 series is already shipping to customers (basically everybody) and it is crazy fast (8x to 10x faster than the previous gen and beats published Vera numbers in FP8, loses in FP4) and 432 GB per chip. 72 chip unified rack architecture (Helios) already shipping and projected to also beat Vera in NVL72.

MI500 series is supposedly already taping out and they're claiming massive increases (we'll find out end of 2027 prob).

cousinbryce 2 hours ago | parent | prev [-]

In a data center that is power constrained but not space constrained they could build out new racks and flip the power from the old racks. Wonder if this will lead to moderately used server GPUs on the secondary market someday.

Yopolo 2 hours ago | parent [-]

I don't think they overengineered a DC like this.

Besides Nvidia Hardware is still sold out and super expensive. Not a single Nvidia consumer GPU got cheaper at all, Nvidia DGX Spark got more expensive too.

It will be swooped of the market the second it hits the market.

gentlewater 3 hours ago | parent | prev | next [-]

This is gonna put Sonnet 5 in a really awkward spot.

baq 3 hours ago | parent | next [-]

I use sonnet as a smart grep and haiku never and that’s only when I have to use Anthropic at all

bakugo 3 hours ago | parent | prev | next [-]

Sonnet and Haiku were already in an awkward spot, likely by design.

Anthropic's big marketing push this year has been entirely focused on getting people to use Opus via a Claude Code subscription, to the point that Sonnet is almost viewed as the poor man's alternative, and from what I've seen, almost nobody uses it.

Actually, here's an interesting project for all the vibe coders looking for their next front page post: scrape a ton of commits from GitHub with Co-Authored-By: Claude and figure out what the percentage split between Opus/Fable/Sonnet is. I'm willing to bet it's less than 10% Sonnet.

supern0va 3 hours ago | parent | next [-]

>figure out what the percentage split between Opus/Fable/Sonnet is.

This may be misleading, since I suspect many are using a blend through sub-agents. I tend to bias for Fable to orchestrate and Opus for implementation via sub-agents.

StilesCrisis 2 hours ago | parent | prev | next [-]

When I'm paying for it, Sonnet. When work is paying, Opus 5, then Fable if Opus gets confused.

petesergeant 3 hours ago | parent | prev [-]

Opus 5 is not strong enough as the top-of-stack model, and feels idiotic after a week or two of heavy Fable usage, to the point where I'm paying for Usage Credits to keep using Fable rather than having to slum it with Opus.

heaney-555 3 hours ago | parent | prev [-]

Luna is comparable to Haiku, not Sonnet.

827a 3 hours ago | parent | next [-]

Totally untrue. Luna and Sonnet 5 are very comparable: https://artificialanalysis.ai/#intelligence

Luna is an extremely strong model.

re-thc 3 hours ago | parent [-]

> Luna is an extremely strong model.

By benchmarks, which sadly is a poor measure. Yes Luna is a good model under certain circumstances. Whether it is great for general usage is another story. Sonnet is definitely better when prompts are more vague and it needs to decide things. Luna generally sticks to things very strictly and goes off in bad ways.

mediaman 3 hours ago | parent [-]

Yes but there is a big, big market for subagents to consume lots of tokens cheaply and condense information up to parent agents. Luna would not be my choice for planning. But an explorer to comb through a codebase to find relevant parts? Or for enterprise retrieval, where it needs to search across many different types of data to see where to focus efforts for a smarter model? Or to wake up periodically to evaluate some conditions and determine if a bigger model should be spun up? Definitely.

I've previously found flash (for all the hate it gets) to be good for these kinds of things. Haiku was fine but it's ancient.

re-thc 3 hours ago | parent [-]

> Yes but there is a big, big market for subagents to consume lots of tokens cheaply and condense information up to parent agents.

That's again not some "intelligence factor" here. Different agents work for different use cases. Luna wins some. Terra wins some. Sonnet wins some. Flash was really good at exploring.

So I'm not sure what your point is? There's a big market for everything. Even within the market you describe it's likely not a Luna-size fits all either.

Philip-J-Fry an hour ago | parent | prev | next [-]

In my real world use Luna is as useful to me as Sonnet. And it gets stuff done faster and follows my instructions more closely.

3836293648 3 hours ago | parent | prev [-]

Anthropic basically downgraded all their tiers when they released Mythos, no nah, Sonnet 5 is the successor to Haiku 4.x

solarkraft 3 hours ago | parent | prev | next [-]

They have no (other) equivalent to nano, so it makes sense that it’s much cheaper now. It may have been better, but it was also hell of a lot more expensive.

WarmWash 3 hours ago | parent | prev | next [-]

Totally possible that humans aren't actually that intelligent.

ceroxylon 3 hours ago | parent [-]

As well as the existing intelligence being swayed by emotions, hormones, circadian rhythms, stress, peer pressure, propaganda, and survival instincts.

afry1 2 hours ago | parent | next [-]

As if ALL OF THAT doesn't represent inherent and crucial elements of judgement, and therefore"intelligence" itself.

We are not purely rational creatures, thank God. Sometimes those "limiting factors" you listed -- stress, peer pressure, hormones -- are crucial elements of informing the problem solving process and arriving at a decision or a solution that actually works.

All an LLM can do is fulfill a prompt, no matter how misguided, backwards, or incomplete that prompt actually was.

"Go jump off a bridge." Hmm. Dying makes me stressed out. I'm not gonna do that.

customguy 2 hours ago | parent | prev | next [-]

That's a bit like saying a tail is swayed by a dog, as if it could exist without one, or would have anything to do if it did.

subw00f 3 hours ago | parent | prev [-]

Why does it matter? This is completely based on data produced by humans.

arjunchint 2 hours ago | parent | prev | next [-]

more like they were facing pressure from chinese models, and dropped prices and now their margins are squeezed

re-thc 3 hours ago | parent | prev | next [-]

> Seeing spikes like this makes me question about where the floor really is.

You mean they increased the price and then cut it back and now it is amazing?

Luna had a price hike vs mini (its previous replacement). The cut now just puts it back in that ball park.

Not that this isn't good news, but what's impressive?

zzleeper 2 hours ago | parent | next [-]

Had to ctrl+f for someone saying this.

I typically do lots of mini calls for research (100s of millions or something in that ball park). Newer models made that absolutely impossible, and the fact that the older ones are starting to get deprecated made me switch to e.g. deepseek for some of my runs. We'll see if I move back after this.

aesthesia 2 hours ago | parent | prev [-]

Luna's now cheaper than 5.4-nano (for output tokens). That's a significant improvement.

camel-cdr 3 hours ago | parent | prev | next [-]

this type of thing usually means you are the product

mediaman 3 hours ago | parent [-]

I don't see how this follows. The cost of nails has fallen by 95% over the last century. It's because the cost of manufacturing has fallen. Not because they are selling the information of nail consumers.

Tokens are not normal software, because they have marginal cost, and I think people who are used to software economics really struggle with this. With token generation there really can be manufacturing cost efficiencies where one producer is just straight up better at serving product at a lower marginal cost.

robocat 30 minutes ago | parent [-]

> The cost of nails has fallen by 95% over the last century

No it hasn't!

A century ago, some nails cost 2.5% of disposable income, and now the same nails cost 2.3% - only a little cheaper.

The cost of nails has remained remarkably consistent for a century. The problem is that you have ignored the depreciation of money.

Let's assume California prices and income and pick a bigger retail package of nails as you might use for building a house. The numbers used to calculate percentages: in 1926 a 50lb keg of 4" nails was $2.75 and median after tax income might be $108 per month. In 2026 a 50lb carton of 4" nails is $106 and income might be $4,516. Albeit I assume nails are now more readily available and the quality of nails is likely better; and perhaps I should have compared galvinised nail prices.

visiondude 3 hours ago | parent | prev | next [-]

there is a ton of downward price pressure from Chinese open weight models

paytonjjones 3 hours ago | parent | prev | next [-]

According to https://deepswe.datacurve.ai/, Luna at Max at it's previous cost was comparable in both performance and cost to Sol at High.

With an 80% reduction in cost that becomes a ridiculous outlier in efficiency.

Der_Einzige 2 hours ago | parent | prev | next [-]

Until I stop getting downvoted for asserting that these guys are profitable per token, HN is going to continue being pikau face shocked at easily predictable things that any serious AI researcher would tell you, and has been telling you for years now!!!

buckle8017 4 hours ago | parent | prev [-]

They over purchased hardware.

This is very likely priced below recovering the cost of the hardware but still above operating expenses.

paxys 3 hours ago | parent | next [-]

That’s ridiculous. Every major AI lab is compute constrained. That’s exactly why nvidia is worth trillions today. If OpenAI had a single extra GPU they’d be using it to run another training cycle or experiment for their next model.

infecto 3 hours ago | parent | prev | next [-]

What evidence is there?

I have no idea either way but one thing that detracts from these threads is folks claiming things as a fact without evidence.

qntmfred 3 hours ago | parent | prev [-]

sama literally just said they wish they had bought more. the price drops are almost certainly due to good old fashioned hardware innovation (wafer scale with cerebras) and optimizing hardware development based on model architecture and inference costs. other inference providers will try to do the same if they can.

https://www.youtube.com/watch?v=XDB5beon4DY&t=4m20s