OpenAI Jalapeño: Better than Nvidia Blackwell (newsletter.semianalysis.com)
386 points by bmulholland 15 hours ago
mchusma 9 hours ago
I think they talked about this being general purpose chip but I would think that Anthropic/OpenAI are at the scale now they could bake LLM weights into chips themselves.
For example, GPT Sol baked into a custom chip run for $100M that runs 10x as fast and 10x as cheap should pay for itself as long as the chip is useful for long enough.
While 2 years ago nothing was useful more than 1 year long, there are many older models in use now (e.g. Haiku 4.5, GPT-OSS 120b), and I expect this trend to continue.
I know this is what Taalas was doing (acquired by AMD), here was their demo, https://chatjimmy.ai/ which is based on Llama 3.1 8B. It feels like this should start to happen soon.
freakynit an hour ago
In case anyone's interested in these niche startups like taalas, here are a few more:
bmulholland 9 hours ago
Probably! But not viable yet; the chips would be about a year behind SOTA. Note the ~16 months that the article quotes as being insanely fast to get this chip to tape-out (read: start producing). We'll have to bootstrap our way there: AI is actively being used to get us closer to viable lead times for this.
Unfortunately, there's some real physical constraints: IIRC, manufacturing a wafer takes on the order of a month, start to finish, for the physical processing.
Maybe once LLM improvements asymptote further?
kurthr 6 hours ago
The metal masked ROM is basically only 2 metal/contact layers. It's not a full new design and tapeout. You could roll a new set of parameters every ~2-3months. It's not an architectural change. See statements below.
https://www.eetimes.com/taalas-specializes-to-extremes-for-e...
https://www.turingpost.com/p/taalas
https://cambrian-ai.com/taalas-launches-hardcore-chip-with-i...
Part of the key is that by moving even from 6nm to 3-4nm one could embed a 20-30B model as part of a MoE (or only a subset of activated layers) on a single reticle die (note B300s are already multi-reticle), with a separate predictive/dispatch model controlling them each on a separate chip. This is without even stacking CiM ROM die. Moving the layer activations (and KV cache etc) between die requires relatively high speeds (and low latency), but distributed with multiple die in parallel might well be doable even with standard multilane PCIe. Of course KV cache prefill could also be handled by external GPUs. I'm sure AMD will make some reasonable choices.
MBCook 3 hours ago
nerdsniper 43 minutes ago
> Maybe once LLM improvements asymptote further?
Maybe! But it also doesn't require the rate of improvement to slow down. As long as some current model is eventually "good enough" for general use, it could still be a market-killer at a very low marginal price thanks to ASIC. Even if slower, much more expensive models are 10x better, that doesn't actually diminish the utility of the ASIC model, as long as it's "good enough".
tintor 2 hours ago
They could etch the model architecture, without the weights into the chip.
This way newly post-trained model can be loaded and served the same day.
vineyardmike 8 hours ago
How much of that 16mo is design versus just production? If there was a “plug and play” chip where you just BYO weights, how long would it take?
The bigger issue seems to be that these chips can’t hold that many weights at the moment.
(I’m curious if chips with large weights in them would be more tolerant or less to yield issues. If you flip a few bits in the weights, does it really matter at scale?)
RealityVoid 6 hours ago
kushie 9 hours ago
tapeout could shrink but days per mask layer (DPML) does not have much margin..
smallmancontrov 3 hours ago
jeremyjh 7 hours ago
I think Sol is already good enough though.
basilgohar 4 hours ago
thoughtbefore 4 hours ago
It may not matter. Think about why SOTA model companies are exploring chips. What do chips offer?
If SOTA models haven’t peaked, then the SOTA model companies would still be churning out better and better intelligence.
calebkaiser 3 hours ago
Aurornis 6 hours ago
> I know this is what Taalas was doing (acquired by AMD), here was their demo, https://chatjimmy.ai/ which is based on Llama 3.1 8B. It feels like this should start to happen soon.
Taalas needed a giant chip (6nm) for an 8B model.
At best you could use a more advanced node to try to put a MoE model across several chips working together, but you can’t have GPT Sol size models on a single chip like that.
jubilanti an hour ago
> Taalas needed a giant chip (6nm) for an 8B model.
You're phrasing it like it was kind of an inherent technical limitation with this kind of burning weights into silicon. Which is also not new, it goes back to the 1980s with fixed function digital signal processors and little linear regressions or hardware classifiers for industrial control systems, all are the same basic principle.
It's just usually not worth it to go super small process node, because most models people thought to turn into silicon were pretty small parameter sizes. We're talking 10-100 weight regression or at most 2-4k weight neural net, used in some instrument or factory equipment. You can do a decent MNIST OCR with a 4k weight neural net. For this, 180/130nm is fine.
Or you might think it's required with their special 4-bit as transistor thing (plausible). It's more that when you're experimenting and iterating, TSMC 6nm is their advertised path for rapid prototyping at cost for proof of concepts. And that's already in hot demand, while good luck if you're a startup trying to break in with 3/4nm as your first run.
greenknight 5 hours ago
Nope. But we are hitting some pretty impressive levels with 128B models.
The other thing is, a lot of the time, model performance is improved with more 'thinking' time.
The thinking time is just more tokens... but instead of say 1000 tokens or 10,000 tokens worth of thinking its 1,000,000... how does that improve model performance? Could a 128B model hit levels of GPT Sol?
cherioo 5 hours ago
andy_ppp 7 hours ago
Yes, they could also sell me GPT Sol 5.6 or 5.7 on a chip and I’d probably buy it. It’s a really really useful model for me, I’m not sure how much better for coding I need it to be. For most things I find Sol good enough with a small amount of coaxing around my tastes.
structural 6 hours ago
Keep in mind that what previous work has done on a single chip with weights baked in was on a 8b parameter model. Sol is likely something in the 5T parameter range, perhaps higher. Serving the whole thing at BF16 is on the order of $3m in hardware just to serve it at all, and closer to $1-1.5m of hardware if it was being served as NVFP4. And power draw starting at high tens to low hundreds of kilowatts.
Let's say a magic set of chips comes along to host this. Maybe it's 2-3x more efficient in size and power. You're still talking a form factor that's a good chunk of a rack, draws tens of kilowatts, and could actually be sold at a similar if not higher price point because the OPEX is so much lower.
It may be useful but it's certainly uneconomic to spend >$1m to self host the model, plus ongoing power and maintenance costs, plus the cost to adapt whatever building you're in to be able to power it.
dgently7 an hour ago
Caracas288 7 hours ago
Man wouldn’t it be cool to be able to slot a massive ROM AI chip into the external AI drive of the pc…
pantelisk 4 hours ago
xyzsparetimexyz 4 hours ago
porphyra 7 hours ago
Also right now Sol 5.6 Max is super slow but if it were way faster on a chip (like Taalas' Llama 8b demo) then it would be an extreme value multiplier. But the model is so large that "baking it onto a chip" doesn't seem straightforward.
redox99 7 hours ago
That'd be ungodly expensive.
andsoitis 3 hours ago
> For example, GPT Sol baked into a custom chip run for $100M that runs 10x as fast and 10x as cheap should pay for itself as long as the chip is useful for long enough.
but you trade updatability, which I don't think is worth it yet.
mchusma 3 hours ago
Maybe! (1) Would SOL level intelligence be useful 3 years from now? 5 years? (2) would dedicated chips be the most affordable way to run this model in 3-5 years?
I suspect the answer to both of these questions is yes right now, but I agree it’s borderline.
andsoitis 2 hours ago
lqstuart 3 hours ago
Eventually, someone is going to do this in Minecraft
raincole 3 hours ago
It won't happen until IPO. If they do it now it'd be signaling that AI isn't improving fast.
mf_tomb 5 hours ago
"Baking in" a model into a chip is a bad idea because chips take 2 years to tape out and then you're stuck doing inference on llama 3 in 2026 when fable/sol are available. Every accelerator is a tradeoff between flexibility and performance and GPUs are already pareto-optimal
twobitshifter 5 hours ago
It depends when the good enough level hits. Pretty sure we are almost there for most common applications of AI.
dgacmu 4 hours ago
Gigachad 2 hours ago
usef- 4 hours ago
adventured 4 hours ago
guhcampos 3 hours ago
There are other options. I worked for a startup called NVXL and we were programming DNNs into FPGAs using OpenCL, on custom boards we built to plug into NVME. It worked great, but it wasn't fast enough at the time to compete with Nvidia, or even Intel AVX512. Ultimately the company failed, but maybe some hybrid like that could work for LLMs? I haven't been up to date on how DNNs and LLMs look like under the hood these days, but there's got to be someone doing something similar.
pantalaimon 4 hours ago
Well we'll see those surplus chips being repurposed for toys then. Who wouldn't want a new Furby that can actually hold a conversation.
vunderba 4 hours ago
sebzim4500 9 hours ago
My guess is we only see this once they start saturating computer use benchmarks. That's a use case which would be extremely valuable at the right costs/speed, but the current models just aren't there yet.
fl0id 7 hours ago
isn't that what they are doing with cerebras?
mkl 7 hours ago
No, Cerebras holds the weights in SRAM - they are changeable, not baked in.
htrp 9 hours ago
etched tried this.... it didn't go very well
anukin 6 hours ago
I would assume asic based llm would work really well. Why did it not go well?
striking 5 hours ago
epistasis 10 hours ago
It's so funny to see FP4.... I remember 20 years ago being asked what sort of HPC we needed in genomics, and the answer was basically, "lower precision, faster" for the stuff I was working on. But FP4 is, well, almost comical.
One thing not on that comparison table: die size. If I'm understanding that correctly, it's about the same as the Rubin, but at 1/3 the number of NVFP4 PFLOPs. (The text disagrees with the table, I'm taking the table as truth, perhaps that's wrong...)
nxtfari 10 hours ago
Agree, I remember when even half precision made its way into C# sometime around 2020 (I didn’t know much about ML then) and I thought, well I guess that’s a worthwhile tradeoff but I can’t imagine going lower. Lo and behold (1-bit Bonsai) how much lower you could go.
jacquesm 9 hours ago
Ternary?
jeffbee 7 hours ago
corford 8 hours ago
These nascent inference chip efforts are reminding me of the early 3dfx / riva / mach / powervr days. Will be interesting to see if inference chips are here to stay and, if so, who the eventual dominant player(s) will be
ehnto 8 hours ago
Which in turn reminds me of Soundblaster audio cards! I suspect inference chips are closer to the GPU story than the Soundblaster story though.
I remember one soundblaster card I bought came with a Lara Croft demo, that exploited the incredible immersion of real time dynamic reverb.
Genuinely I think game audio took a few steps back from that heady era, the innovation in audio likely didn't sell as many cards as graphics innovations did.
bayindirh 7 hours ago
EAX was very powerful in its heyday, but it has died because of a thousand cuts.
First we had to have the audio processor. Good EAX was available on top of the line cards, and they were not always cheap. Lower end chips got less features.
Then we had to have the speaker setup to have the greatest sound, or needed to get a real 5.1 headphones, which were bulky and never provided the same fidelity.
Then Microsoft changed the Windows driver model, cutting the driver's direct access to the card. All of the timing sensitive effects were gone in an instant. I remember installing the new drivers and getting literally nothing. Sound Blaster was the only card with an hardware mixer, and Microsoft didn't feel like enabling them. Mixing at the DirectX layer killed the cards.
Soundblaster's very closed stance didn't help them either. None of the cards after Audigy2 worked with Linux when I had my desktop system.
After my Audigy2ZS, I moved to Asus Xonar D2X. Its positional audio capabilities were nice, but I mostly bought it for its Linux support and sound quality, and that was top notch in that regards.
Then sound cards became commodity. Everybody stopped making good cards. Musicians moved to audio interfaces, audiophiles moved to DACs.
Just looked to the SoundBlaster website. Internal cards are very limited. One DAC, one DTS enabled 7.1 sound card for PC cinema systems, three game oriented lower end cards, nothing else.
thedougd 3 hours ago
ryukoposting 2 hours ago
Eeeeeh idk about the Sound Blaster comparison. Creative earned their place in the early-mid 90s solely because they were the one company making a sound card with drivers that actually worked properly.
It wasn't really the cool reverb effects or wave tables, though those were a nice bonus. It was just "I can tell my computer to make sound and it actually makes sound without days of troubleshooting."
Granted, similar things could be said about 3dfx. It's was a 3D card with drivers that actually worked.
And then there's the obvious "sound blasters and voodoos go in my computer, jalapeno goes in someone else's computer" thing.
noir_lord 7 hours ago
On board got "good enough" and the separate cards died away.
In fairness on board (depending on the board but on the whole) is pretty good.
wmf 7 hours ago
Every company is designing their own chips so the dominant players will be one level down: Broadcom, TSMC, Hynix/Samsung/Micron, etc.
adventured 3 hours ago
There is drastically more power and profit in the software ultimately.
Apple is in the software first, the hardware second. Everyone at Apple has been trained to understand this for decades, and Jobs pointed it out endlessly. Apple's real moat is software (services, iOS, experience, MacOS).
Windows, Office, Azure, et al. Microsoft accumulated approximately one zillion dollars in profit on the back of software. It's a vastly superior business to anything hardware has traditionally seen. Nvidia is the first true juggernaut hardware profit machine, and the AI boom in extended hardware (RAM, storage) will prove temporary (even if there is a feast during that time). Microsoft's advantage and moat was Windows-Office for decades. It was a far better business than Intel's chip biz.
Google is a software company first. Every aspect of what made them and maintains them is software first, hardware second. They're a $400 billion software company. Their ad machine is software. Search is software.
Facebook is software. Instagram is software. WhatsApp is software. A $200 billion software company. They're not selling hardware, they're selling ads via software, they're monetizing users that use their software.
AWS is at least half software as an entity in terms of complexity, competitive advantage, et al. That's a two trillion dollar business.
LLMs can run successfully with various hardware approaches. The software is the value at the end of this, regardless of the hardware under it. The sole exception so far that may be sustainable is Nvidia, and we'll see if the bottom falls out from under that margin monster (China, specialized AI chips, whatever it happens to be that cuts under them massively).
Hardware always gets its margin squeezed eventually because it's a manufactured good (with inventory, fabs, etc). Software is hyper margin by default, you have to layer a lot of garbage on top of it to kill the margin. Nvidia is 33 years old, they have had a rich business for three years, that's it.
The AI boom is the sole reason anything in hardware has looked great in the past 20 years. Check the margins & op income for the top 20 hardware companies, from TI to AMD to Intel to Nvidia to Micron to Sandisk to Samsung to TSMC to ASML, prior to the AI boom of the past couple years. It won't last indefinitely. And after the return to a more normal environment happens, the hyper margins in software will persist.
thimabi 6 hours ago
> Will be interesting to see if inference chips are here to stay
To me, the efficiency gains of inference chips are so significant that they are certainly here to stay — barring a revolution of sorts that leads to a world devoid of AI as we know it.
ignoramous 7 hours ago
> who the eventual dominant player(s) will be
This couldn't have been easy. The team at OpenAI has worked a miracle.
For example, Meta and Microsoft’s AI ASIC programs not getting off the ground despite being at it for much longer shows that cost is only one part of the equation.rustystump 6 hours ago
I bet cost is of no issue with the capx where it is at. It is almost certainly organizational. Meta throws money at every problem and it never seems to workout for them.
fraboniface 9 hours ago
I hadn't seen the token/Joules comparison with human speech before. Humans are still 22x more efficient, which is not that far considering the rate of progress in this area.
Phemist 9 hours ago
The 20W number includes EVERYTHING else the brain does. The chips/models are literally only producing tokens. Let's see an LLM drive a robot harness and have the robot produce speech, as well as move through 3D space, keep track of metabolic needs, etc. etc. etc. before we compare efficiencies. That is even assuming the tokens are of equal quality. This comparison is currently Apples and Oranges.
phoghed 9 hours ago
kind of a moot point if you can't get your brain to not do everything else. I think it's a fun comparison, even if it's not a 100% equivalence.
cmrdporcupine 6 hours ago
Right, I can do the talked about ~3 tok/sec output and drive a car, hold my bladder, and eat chips at the same time.
Take that, Jalapeno!
falcor84 4 hours ago
CooCooCaCha 8 hours ago
And the brain is literally only producing electrochemical signals.
I don’t see how tokens can’t produce speech or track metabolic needs. You can talk to chatgpt can’t you? Or do you mean literally talking? Because that’s not a brain function, that’s the mouth, vocal chords, and lungs.
Phemist 8 hours ago
DoctorOetker 7 hours ago
I couldn't source the parameters from the screenshot or the nearby graphs, but from the nearby graphs you can see that at concurrency C=1, tokens/Joule (vertical axis) has totally plummeted, and obviously concurrent inference is much more efficient by batching. Divide the memory by the bandwidth and thats how long it takes to dump the full RAM contents through the chip. Do you want to do this once per token for a single conversation, or do you want to progress multiple conversations if you're going through all the weights anyway? The peak in the graphs is easily 22x more efficient than the low bottom right part on the graphs. So in batched mode its already more efficient than human speech.
nojs 6 hours ago
> Humans are still 22x more efficient, which is not that far considering the rate of progress in this area.
Based on a human output rate of 3.3 tok/s, which seems questionable as a means of comparison
xyzsparetimexyz 4 hours ago
I do believe that this is the trade off. We are more efficient but slower in terms of thinking (at the same level of intelligence). Some animals go much further in terms of that trade off, see https://en.wikipedia.org/wiki/Portia_(spider) for example.
freakynit an hour ago
falcor84 4 hours ago
What exactly are you questioning?
nojs 4 hours ago
jstummbillig 7 hours ago
At just inference! Which both a human and a model can not do without training, but while training rounds to zero for the model, for humans it scales linearly.
I am relatively certain we have already squarely been beaten in net efficiency at scale.
plasticchris 9 hours ago
Probably not when you consider the training cost and upkeep expenses, not to mention the depreciation…
walrus01 3 hours ago
Fairly amazing when you think about it, like human intellect can run on a bowl of rice and a chicken yakitori skewer.
kemiller 8 hours ago
I wonder how that stacks up if you consider all the time you have to keep the body alive when it’s not actively producing “tokens”.
jdiff 5 hours ago
Careful, let's not put the whole matrix into stasis outside of business hours.
Productivity is not the only reason to let these meatbags burn oxygen.
saagarjha 6 hours ago
You’re missing the factor for intelligence/token.
danishanish 9 hours ago
I mean, surely when quality is accounted for the difference is significantly higher
GaggiX 9 hours ago
Or maybe significantly lower.
jimmySixDOF 10 hours ago
I love how now you have to consider the possible s** posting motivation behind analysis of a trillion dollar industry being conducted at a world-class level by a bunch of ex Reddit and 4Chan adjacent mods -- it's one of the best stories in AI that SemiAnalysis is not cut from the same cloth as Gartner McKinsey et al
tmp10423288442 10 hours ago
SemiAnalysis’ founder was roommates with Anthropic people, not OpenAI, so he may be slightly (very slightly) more objective here.
LogicFailsMe 7 hours ago
Along with Leopold Aschenbrenner so maybe not so much.
rustystump 6 hours ago
xyzsparetimexyz 10 hours ago
s** posting? sex posting?
msh 9 hours ago
shit posting
minimaltom 9 hours ago
Alifatisk 9 hours ago
Why censor yourself?
TiredOfLife 9 hours ago
Bots do that because other platforms remove or hide posts with bad words
onion2k 3 hours ago
subtlejellyfish 6 hours ago
The "industry news and research" part of the AI industry feels very... suspect to me. My intuition is telling me that it's a bunch of people with influencer-y type social media skills and no actual credentials just grifting because there's so much money floating around.
senordevnyc 5 hours ago
What credentials do you need to write a substack about an industry so it’s not grifting?
FrustratedMonky 9 hours ago
"not cut from the same cloth as Gartner McKinsey et al"
Yeah, those guys aren't biased at all.
doctorpangloss 9 hours ago
The semianalysis people have scripts which incorrectly count their numerators and denominators all the time. All their benchmarks are flawed. It is such a slipshod operation and they charge exorbitant amounts of money for it.
ShrigmaMale 6 hours ago
Say more about this please
verall 10 hours ago
semianalysis is pretty good
latchkey 2 hours ago
A_D_E_P_T 6 hours ago
> McKinsey
lol. lmao even.
Have you seen the quality of their output? I'd take Claude or ChatGPT Free Tier over advice from McKinsey these days.
antonvs 10 hours ago
> I love how now you have to consider the possible s*** posting motivation behind analysis of a trillion dollar industry being conducted at a world-class level by a bunch of ex Reddit and 4Chan adjacent mods
I mean, previously you could have said something much the same except substitute "frat boys".
anthonypasq 10 hours ago
Continued hardware improvements really make it hard for me to believe token prices will not continue to plummet.
jrflo 9 hours ago
This may just be a classic case of Jevons paradox: https://en.wikipedia.org/wiki/Jevons_paradox
In short, better hardware will drive down token cost in the near-term, but will drive up the demand for tokens as it gets cheap enough for other sectors to start to use it heavily.
It comes from steam engines where economists originally thought that coal demand would plummet with more efficient engines, but it actually just meant that we found more uses for steam engines.
kilroy123 9 hours ago
This is exactly what I see happening now.
Codex keeps doing these usage resets. What do I do? Burn even more tokens than ever before. I know I'm not the only one.
sobellian 9 hours ago
If we are applying Jevons paradox to this then the unit being consumed is not tokens but the inputs for token production - power, capex, something else. To draw an analogy to the steam engine, coal:electricity::mechanical-work:tokens. Jevons paradox does not talk about mechanical work becoming cheaper in the short term setting up a sort of rubber band of demand creating spiking prices for mechanical work. Compared to the renaissance, mechanical work was much cheaper throughout the industrial revolution and remains cheaper to this day. We can still definitely say that the easier it is to produce tokens, the cheaper they will be.
vlovich123 2 hours ago
anthonypasq 9 hours ago
the total cost spent on tokens may go up, but i just cant imagine per token costs going up
jrflo 9 hours ago
cactusplant7374 5 hours ago
It is incredibly cheap now. What sectors are you thinking of?
holoduke 7 hours ago
That's when demand is higher than capacity. Now imagine places like Gigalab and Chinese labs are online and able to produce significant percentage of chips. That could cause real surge in prices.
altmanaltman 9 hours ago
I think you're reducing a very complex thing (the global economy) into a very simplistic model (Jevons' paradox) and thinking both are the same thing. This has no predictive power or rigor. You're just wishing things would happen as they did before, without considering that conditions and situations change significantly, and instead of Jevon's paradox, we look back at today 50 years from now and talk about Jensen's paradox.
This doesn't mean the concept is BS, but one single concept cannot explain away everything in such a system.
dgellow 10 hours ago
There is just so much downward pressure on token price, from every direction. We would need a completely new understanding of economics to explain why the price shouldn’t go down. Or market collusion/regulatory manipulation.
dumberquestions 9 hours ago
The demand for them is growing _per person_, not just across the wider economy, if tokens cost half as much but you want to use 3 times as much you're going to have to pay more.
jazzyjackson 9 hours ago
Maybe 1000s of tokens per second unlocks realtime robotic decision making, and now every robot needs to continuously stream tokens to and from the cloud to operate. That could 1000x demand overnight, just to speculate :)
jacquesm 9 hours ago
dgellow 7 hours ago
HDThoreaun 8 hours ago
hypfer 9 hours ago
simianwords 10 hours ago
The price has been going down for ages, its not clear what you are pointing at
phoghed 8 hours ago
dgellow 7 hours ago
datakan 10 hours ago
Token prices coming down means nothing if the models keep wasting them
m101 7 hours ago
With the corollary that old hardware valuations will plummet with them.
Although given we have marginal pricing we need to push through to those lower prices in the face of increasing demand, so timing of this is uncertain and the key to the AI financial markets
gwerbin 10 hours ago
Hopefully this also means billionaires can stop trying to drop data centers into residential neighborhoods with zero noise control and polluting on-site generators, signing local politicians on with NDAs, calling for eminent domain to seize homes to build power lines to data centers, etc. etc. etc. Not to mention the water use controversy.
Token prices plummeting is probably a good thing, but not without the regulatory backstops that prevent these effectively industrial facilities from being operated with no regard for the externalities they impose on people who live near them.
tmp10423288442 10 hours ago
Nah, Jevon’s Paradox says that cheaper tokens will mean increased overall energy consumption.
If we can’t even build data centers, the least disruptive industrial use possible, there’s no hope to reindustrialize the US or anywhere outside of China.
vlyan 9 hours ago
>polluting on-site generators
how much pollution do you believe modern gas-turbine engines to produce?
>Not to mention the water use controversy.
what percentage of US water usage do you believe is by AI data centers?
ilaksh 9 hours ago
Yeah but is it really even as good as Rubin? Seems just competitive.
mathisfun123 10 hours ago
this is a story about a proprietary accelerator being built/designed by a token provider. and you think they're going to return the efficiency gains to the customer instead of capture the value for themselves? interesting take.
anthonypasq 9 hours ago
OpenAI just dropped the price of Luna by 80% and Sol by 20-30%
mathisfun123 9 hours ago
spacephysics 10 hours ago
We should be mindful of the context that many of these providers VERY likely have been selling their subscriptions at a substantial loss
So as much as i agree “more profits to stakeholders screw the customer”, i think its more of an emergency to get to profitability before the music stops.
anthonypasq 9 hours ago
simianwords 10 hours ago
Yes, I can bet on this happening. If anything, this is a net gain for consumers as it is a competitive market.
mathisfun123 9 hours ago
ChoosesBarbecue 11 hours ago
This is most impressive. The interesting question to me, is outside of the LLM accelerator space: will generalized chips have massive leaps in performance once LLM technology is used to create the next generation? In general, will we see rapid advances while we extract the value of these models in creating architectures? I'm so far removed from the space that this is a very naive interpretation of all this, but I'm curious.
manquer 4 hours ago
ASICs always do better than general purpose chips. General purpose chips is turtles and turtles of virtualization and have to consider 4+ decades of backward compatible instructions set support.
ASICs are deployed when the application area is economically large enough to so there is return on the investment in developing one. Bitcoin mining few years ago or today inference or more mundane things like video decoding/encoding.
General purpose chips on the other hand have to be general purpose first to be useful, i.e. support as many application domains and instruction sets as possible . It can be long tail of support which both slow your chip down and also slow development down. Apple's took a long time to develop M series to be general purpose enough and still need even now software tooling like Rosetta to make say virtualization work for a good reason.
New tooling would always help and there is already lot of software emulation for developing chips today but you still need physical iterations to tap-out and have high enough yield, no LLM can help with that.
wmf 7 hours ago
Existing CPUs have been extremely optimized by ~6 competing, well-funded teams. I expect AI to accelerate things somewhat but it's not clear that there is any low-hanging fruit available for AI to find.
tecoholic 6 hours ago
The reliance on Deepseek and Kimi as the benchmarks from every chip maker from NVIDIA to OpenAI is a good tell of where things are heading. In the next couple of years, hopefully we will have systems at home for everyday use and corporations can buy bulk from providers.
thebeardisred 9 hours ago
All of these words spilled and no mention of the ISA.
dragandj 8 hours ago
That's because it's AI-slopped.
saagarjha 6 hours ago
I don’t think this is public?
lelanthran 9 hours ago
This means that they're going to want to IPO soon - this is good news for investors + they need the capital.
rsync 9 hours ago
No, this is because they want to IPO soon.
If the chips weren't this compelling they would have something different to announce.
These are paperclip maximizers who just happen to wear human skin - there is no underlying premise nor ideological goal.
m4rtink 5 hours ago
So this will make GPUs and associated affordable for people, rigjt ?
jpollock 5 hours ago
No, it's the wafer starts that are driving prices. Switching from Nvidia to custom doesn't change the constraints.
luciana1u 6 hours ago
everyone's silicon beats everyone else's benchmarks until it has to run someone's actual production workload. the real test is six months of your own inference traffic, not a vendor's chart.
throwaw12 9 hours ago
Competition is good for all of us, we will get better and faster chips.
Or at least Nvidia GPUs will become slightly cheaper for regular consumers again
WarmWash 9 hours ago
That's if any datacenters are allowed to be built with them.
There is probably a ~50% chance that the next Dem candidate for presidency runs on a national datacenter moratorium or something equally as crippling.
bigyabai 4 hours ago
If the populist campaign is to Make Affordable DRAM Again, then it's not a terrible solution.
The current datacenter owners love a compute-bound world anyhow. A moratorium on new datacenters would increase their valuation, encourage efficiency and make computers cheap again. If Chinese labs can ship frontier models under 1T parameters, why not American labs too?
zzzoom 2 hours ago
No way to avoid the memory cartel, even if CXMT catches up.
porridgeraisin 8 hours ago
These are not replacing GPUs, they are entirely complementary. It's the same with cerebras, groq etc, they are all complementary to the GPU.
einpoklum 8 hours ago
If you think tanking Trillions in investments, warming the earth and increasion ocean water levels, creating water shortages and brown-outs is "good for all of us" - well, the rest of us beg to differ.
throwaw12 8 hours ago
these GPUs make computation faster, I understand as of now maybe all the computation is used to generate yet another junk LinkedIn post or unnecessary RFC, but at some point this craze should settle and we will be left with powerful computation machines, which can be used for computing more useful things
cmrdporcupine 2 hours ago
theandrewbailey 9 hours ago
The pricing of GPUs themselves aren't really the problem: it's the VRAM that comes with them.
a2ff6eeb0 7 hours ago
Sounds like a great way to get deals out of Nvidia.
danielovichdk 9 hours ago
I guess special hardware is the new moat in AI.
Maybe the money will still flow into this industry after all
einpoklum 8 hours ago
I hope the LLM wave will leave GPUs behind to go back to pursue more general-purpose computation rather than spending their die area on multiplying 4-bit-number matrices and such things.
acedTrex 7 hours ago
Is that not literally the exect opposite of the direction asics for LLM inference is going?
calldacopsidgaf 6 hours ago
Any article that features Sam's fucking creepy face should be marked with a jumpscare warning
arrty88 5 hours ago
Is this bad news for Cerebras?
empath75 10 hours ago
When people talk about the commodification of inferencing, they imagine a future where everyone has access to frontier models and can run them at the same cost, and what will actually happen is closer to the commodification of _oil_, where only a few companies have the scale to produce it at a competitive price, and advances like this are _why_.
Once models are more or less interchangeable, the price of LLMs will drop to essentially the price of energy required to run them, and the big labs will be able to run them cheaper than anyone else.
impossiblefork 8 hours ago
I don't agree. At the moment companies like NVIDIA take several times what it costs to make a chip. I think the fair split for the technology contribution is more like 50-50, maybe even 30-70 in favour of the manufacturer.
With competition we will actually have the fair split, whatever that is, and thus much lower prices.
At the moment, to have a big AI firm, or really AI firm at all, you need to be blessed by NVIDIA, in the form of receiving circular financing for your compute. They know that their prices aren't fair, or competitive.
Commoditization of inference is the end of that. The end of the mega-premium on inference hardware, and it's good not only for people who like running their LLMs, but it's the first step towards commoditization of training.
kubb 7 hours ago
10-90 is the fair split.
simianwords 10 hours ago
I don't believe models will be commodified because each model is unique with strengths and weaknesses. Its not like Steel which is more or less the same no matter where you purchase it from.
If what you said were true, you would hardly see people complaining about the quality of Opus 5 or good writing from Sol. But people do.
zurfer 9 hours ago
The same level of intelligence gets roughly 10x cheaper per year. So you might both be correct where a large part are commodity tasks but frontier is hard and valuable and not commodities.
lelanthran 9 hours ago
> I don't believe models will be commodified because each model is unique with strengths and weaknesses.
They are all converging.
airspresso 9 hours ago
This depends heavily on what the use-case is. Yes, if it's a coder making software and having to read LLM output then writing style matters. If the LLM is used in an automated data processing pipeline with a capped level of complexity, entirely different aspects matter and LLMs become more interchangeable.
skhameneh 7 hours ago
> Its not like Steel which is more or less the same no matter where you purchase it from.
I’m not an expert in metallurgy by any means, but this seems really off. There are many recipes for steel and varied processes that also impact the final product.
dkhid an hour ago
R@6.....111
dkhid an hour ago
hacker
bjourne 5 hours ago
The article is a bit naive:
> However, as previously mentioned, Jalapeño’s results are obtained without speculative decoding and Vera Rubin’s results use speculative decoding. Speculative decoding leads to a ~3-5x reduction in cost per token. When speculative decoding is implemented on Jalapeño, this will enable Jalapeño to serve tokens even more cost effectively.
How much speculative decoding improves throughput is workload-dependent. Yes, it can improve performance by 5x, but it can also slow down performance by 2x. It also requires a vastly more complex decode loop than the standard token-by-token decode. The tech journos didn't ask themselves if speculative decoding improves perf so much why wasn't it on by default? Perhaps, because speculative decoding is not optimal for OpenAI's ASIC? Perhaps that is also why they were only able to benchmark the not-very-representative single-user-decode case?
7e 2 hours ago
Once again we see the classic PR hype machine tactic of comparing a newer chip which is only available as an engineering sample to other chip designs which are widely available and much older.
They also fawn over the chip’s TDP when all other chips have to support 16 bit floating point and thus must run much hotter.
They make the classic mistake of equating max TDP with in-use-watts, and praise this magnificent (fictitious) performance per watt at FP8 with other chips’ max-TDP at FP16, which draw twice the power.
Evidence that the IPO can’t be far away.
mkw5053 7 hours ago
Warning, this is a long comment! (I’m trying to stick to sourced facts here and not overstate what they mean)
I went down a rabbit hole after watching Dylan Patel on Dwarkesh today: https://www.youtube.com/watch?v=aV26V1UvkJw
I was initially just surprised by how bullish Dylan is on OpenAI/Anthropic and how bearish he is on China, despite Chinese labs getting closer to US SOTA while offering inference at dramatically lower prices.
So, I started digging while waiting for various day-job inference calls to return, ha.
Dylan says he spent years obsessively posting on hardware forums, moderating hardware subreddits, and running anonymous hardware blogs/videos before SemiAnalysis. But he also says most of that history is now gone, including from the Internet Archive, because he asked for it to be removed.[1]
In a 2024 interview he described his post-college job as “data science” around hurricane/earthquake/wildfire simulations for a financial company.[1] In a 2026 Sequoia interview he described himself as having been a “quant at a small quant risk firm” who generated $10M+ of “risk-free revenue.”[2] The Information reports that he declined to identify the employer and doesn’t list it on LinkedIn.[3]
Even harmless/silly stuff seems to drift. In February he said he kept bees for ~1.5 years. Today it was “few months, few months.”[4][5] I know, sort of silly and doesn't matter.
The Information reports that Patel owns stakes in ~20 startups in the same ecosystem SemiAnalysis covers, organized a $50M Fluidstack SPV, and is now targeting a $400M venture fund.[3][6]
And, in a 2022 HN discussion about SemiAnalysis disclosures, after saying his reports had moved smaller stocks by 20% in a day, Patel wrote: “If I thought I could move the stock, I'd make the position in the morning alongside my clients, and publish shortly after.”[7]
I don’t know that any of this is false or that anything improper happened (I’m definitely not claiming that). More that 1-2 of these things would just be odd. Taken together, though, they made me question how much trust I was putting in the broader story.
The dynamic of reminds me of crypto, WeWork, Theranos, Citron, etc. Once enough important people validate someone, things that would normally invite basic diligence somehow stop getting questioned.
[1] https://www.dwarkesh.com/p/dylan-jon
[2] https://sequoiacap.com/podcast/dylan-patel-of-semianalysis-w...
[3] https://www.theinformation.com/articles/dylan-patel-semianal...
[4] https://www.latent.space/p/dylanpatel-cooking
[5] https://www.dwarkesh.com/p/dylan-patel-3
[6] https://www.theinformation.com/briefings/exclusive-semianaly...
m101 7 hours ago
Not publicly acknowledging how misallocation of capital may be happening today shows he is corrupt. He’s not that dumb to not know it’s a major risk to the whole story, and is certainly financially incentivised to write as he does.
newyankee 3 hours ago
If you research the origins of Dwarkesh, even more conspiracy level points emerge. I do not think even in the handful videos post Leopold fund collapse he has addressed it in any ways. That is the point of so called observers, they pretend to be impartial but everyone is a hustler in some way.
mkw5053 6 hours ago
I genuinely curious who’s downvoting me and why. I do not understand this forum sometimes.
0xbadcafebee 9 hours ago
Story says they're power limited. That's half-true. Actually they're water-limited. To generate power, you need water. To cool chips, you need water. If you try to use less water on one side, you need more water on the other side (it's physics ya'll, making and using energy generates heat which requires dissipation). The world's freshwater is diminishing while also being consumed at an alarming rate. The future AI oligarchs are whoever controls the most water.
The other side of the conversation is the idea that large models in DCs on custom silicon is the future. Maybe for enterprise? But consumers will eventually (10 yrs) have affordable hardware designed to run crazy-good local models (more RAM + higher bandwidth). That will take pressure off of datacenters, but also reduce AI profits, and move that money to consumer chip/device makers. Apple is once again the biggest winner. Nvidia consumer chips might get cheaper, but nerfed, to encourage datacenter use where they make more money. I'm hoping AMD can stop being terrible at software so that when we finally have their better hardware we can actually use it.
minimaltom 9 hours ago
For datacenters specifically I've never understood what specifically consumes the water. Arent the water-cooling loops closed, so the water just cycles around and around and around?
SirMaster 9 hours ago
They evaporate the water which is what makes it cool so effeciently.
Ductapemaster 9 hours ago
justincormack 9 hours ago
Yes they are for water cooling.
0xbadcafebee 2 hours ago
At the datacenter side, it depends on the method of cooling. You can chill the air or the chips directly (or both), doesn't matter, you still need to cool, and that still needs water. The question is, where is the water being used?
- If they use either evaporative cooling or a liquid-cooled heat exchanger, that uses tons of water consistently. This requires less energy (it's mostly passive) so you use more water.
- If they use closed-loop water cooling and/or heat pumps/electric chillers, that uses much less water - at the DC. But it does require more energy to circulate the water, run fans, etc. If you are using more energy, where is the energy coming from? It's coming from power plants, which require... you guessed it... more water (e.g. thermoelectric, hydroelectric, geothermal, concentrated solar). They need water in order to generate the power, and lots of it. Coal, natural gas, nuclear, and concentrated solar, all use steam to generate energy. Nuclear also uses water to cool the reactor. And water is used extensively to extract coal, oil, and natural gas. Geothermal uses water in the ground.
You can't not use a ton of water in one fashion or another. It just depends what method, and on what end the water is used. And the crazy thing is, most new datacenters are being built in places with extremely little water. Guess how that's gonna work out as the planet gets hotter?
I don't know why I got downvoted to hell for stating facts every datacenter architect knows. HN be HN'in.
WarmWash 9 hours ago
This only makes sense if you never looked at comparative water usage rates and available water.
simianwords 9 hours ago
How can OpenAI mass produce this chip at scale more economically than Nvidia which has experience in the supply chain and scale efficiencies to do it efficiently?
dpe82 9 hours ago
NVidia has enormous operating margins, so a competitive solution doesn't have to match or beat NVidia's scale efficiencies; it just has to beat delivered cost.
One objective of the project might be simply to provide credible negotiating leverage when dealing with existing suppliers like NVidia. You don't have to deploy at scale for that to work, but you do have to look like you could if pushed hard enough.
vntok 9 hours ago
> NVidia has enormous operating margins, so a competitive solution doesn't have to match or beat NVidia's scale efficiencies; it just has to beat delivered cost.
But then that means you have no actual moat against the behemot, right? Your competitor can move into the market as soon as they want to, at much better cost (so at slightly better price)... and Nvidia certainly can adapt much faster around hard hardware specs innovation than a new entrant ever could.
dpe82 6 hours ago
acedTrex 7 hours ago
chris_money202 9 hours ago
In the short and medium term, it probably won't be more economical to produce for OpenAI. Where OpenAI is benefitting from their own chip is being able to tailor it to their models and workloads. When you buy off the shelf Nvidia, its not perfectly tailored and OpenAI has to spend marginally more to run off that chip. At the scale OpenAI is operating at and plans to operate at, that margin becomes pretty big $$
aurareturn 4 hours ago
Because it's actually Broadcom that is doing most of the work.
airspresso 9 hours ago
By leveraging the experience Broadcom has in this area. Still remains to be seen how that goes when they want to scale production.
toasterlovin 9 hours ago
Replace OpenAI with Apple and Nvidia with Intel.
VirusNewbie 4 hours ago
"How can OpenAI produce a LLM at scale more economically than Google, Amazon, and Microsoft which have experience in planet scale software and scale efficiencies unlike them".
One answer is they're quite good at poaching talent.
Alien1Being 8 hours ago
WARNING AI HYPE
varispeed 10 hours ago
Why they don't research how to make their own RAM and they have to buy it from the common market?
They should GTFO with this crap.
Create barriers to computing for ordinary people while milking businesses for tokens.
petcat 10 hours ago
Building a custom-designed ASIC is much easier than producing state of the art memory chips.
There's a reason why Micron and Nvidia are the crown jewels of American technology right now and for the foreseeable future.
chris_money202 9 hours ago
Nvidia buys the memory it uses on its GPUs, same as all other ASICs.
To give some context, Intel started making DRAM, I think they were actually the company that came up with modern memory techniques. They exited the market and pursued a more lucrative moat with CPUs.
JV00 10 hours ago
Nvidia does not make RAM
varispeed 9 hours ago
That doesn't excuse them from wrecking the market for ordinary person.
brcmthrowaway 10 hours ago
NVIDIA produces memory?
fc417fc802 10 hours ago
Cyph0n 10 hours ago
datakan 10 hours ago
People keep saying stuff like this without understanding what it takes to make RAM. It's one of, if not the most, heavily patented things in the world. The second you dip your toes into those waters the lawsuits begin.
If somehow you get around the patent issues, you're now faced with huge research and development costs, fabs to build, processes to sort out and all of that has very high failure rates.
Last time I checked Micron was the largest patent holder in the world and even for them this is a hard area where they are number 3 in the market.
chris_money202 9 hours ago
RAM chips are not hard to produce compared to many other types of semiconductors; Intel started in the memory game and left because the margins weren't great and they were going to fold. The failure rates on these chips are actually very tolerable; you can have a very bad yield and still have a viable chip due to things like ECC.
datakan 9 hours ago
varispeed 9 hours ago
Yes, it is difficult, but shafting working class is easy, therefor it is okay.
If the rich decided to buy all drinking water, you would probably be saying that's okay, making water is difficult, shortly before dying.
LarsDu88 9 hours ago
Well Sam Altman finally has built a moat against Chinese open weight AI. Well done. But what will this mean for Cerebras?
I remember when Tesla was building its own inference chips, and after about 2 years and billions spent, the whole effort was scuttled b/c they simply could not keep up with the iteration and R&D cycles of dedicated chip companies. I suspect the same will be the case with OpenAI vs Cerebras + Nvidia/Groq
Eridrus 9 hours ago
Cerebras is targeting a distinctly different point on the cost/latency curve. They are betting that there will be some high value applications where latency and not just throughput is super important.
porridgeraisin 8 hours ago
It is being used as part of a combined system. For example AWS is pushing for Trainium + WSE 3. The WSE 3 does the decode and the Trainium does the prefill.
Even in nvidia land rubin + LPU does a similar thing.
It has its downsides of course - if your traffic swings prefill heavy to decode heavy, you can't suddenly use your lpu for prefill. With GPUs they're totally interchangeable. Tradeoffs.
Eridrus 6 hours ago
KaiserPro 9 hours ago
> Well Sam Altman finally has built a moat against Chinese open weight AI
Hes got a press release.
The issue is, baking something to silicon requires discipline and about 2 years.
This isn't something you can just change your mind on halfway through. Trust me, I know. You need a clear vision of what you want to support, why and what bits of a chip you need to achieve that.
SV_BubbleTime 6 hours ago
And yet, the top comment is about “hardcoding” weights into the silicon.
Man, if only someone made like, chips that could lots of different calculations all at the same time!
segmondy 6 hours ago
I think the Chinese are going to be building their own chips aided with AI. DeepSeek, z.AI, MiniMax, Moonshot, etc, it's a race. The take off has really started.
epolanski 9 hours ago
> and after about 2 years and billions spent, the whole effort was scuttled b/c they simply could not keep up with the iteration and R&D cycles of dedicated chip companies
That sounds quite like...nonsense?
Chip companies work on years-long cycles. They know today what are they launching 4-5 years from now.