OpenAI Jalapeño: Better than Nvidia Blackwell

(newsletter.semianalysis.com)

270 points | by bmulholland 9 hours ago

24 comments

  • mchusma 3 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.

    • bmulholland 3 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 1 hour 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.

      • vineyardmike 2 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 1 hour ago
          Talaas, from what I understand is building stuff just like that. The infra is the same and the weights layer is all you need to change. I guess you could half etch the chips and then finish them with the weights only. I think their turnaround is 6-8 Weeks. The size of the models fitting on the chips at the moment is llama 3 I think?
      • kushie 3 hours ago
        tapeout could shrink but days per mask layer (DPML) does not have much margin..
      • jeremyjh 1 hour ago
        I think Sol is already good enough though.
    • Aurornis 30 minutes 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.

      • greenknight 17 minutes 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 1 minute ago
          Thinking generates a ton of tokens. These baked in chips tend to not have a lot of memory for context. I am not sure taalas supports Thinking at all.

          The more problem like these they solve the more they will look like GPU.

    • mf_tomb 21 minutes 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
    • andy_ppp 1 hour 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 1 hour 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.

      • Caracas288 1 hour 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…
      • porphyra 1 hour 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 1 hour ago
        That'd be ungodly expensive.
    • sebzim4500 3 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 2 hours ago
      isn't that what they are doing with cerebras?
      • mkl 1 hour ago
        No, Cerebras holds the weights in SRAM - they are changeable, not baked in.
    • htrp 3 hours ago
      etched tried this.... it didn't go very well
      • anukin 36 minutes ago
        I would assume asic based llm would work really well. Why did it not go well?
  • corford 2 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 2 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 2 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.

      • noir_lord 2 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 1 hour ago
      Every company is designing their own chips so the dominant players will be one level down: Broadcom, TSMC, Hynix/Samsung/Micron, etc.
    • thimabi 56 minutes 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 1 hour 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 1 hour 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.
  • epistasis 4 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 4 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 3 hours ago
        Ternary?
        • jeffbee 2 hours ago
          Knuth's base-e proposal enters the chat.

          They were right about everything 50+ years ago, but they didn't have the budget for the right hardware, had to write conference papers and books instead.

          • jacquesm 1 hour ago
            I can totally see how ternary would work from a physical implementation perspective but I have a really hard time visualizing anything using base-e, can you explain how such a thing would work in practice?
            • jeffbee 1 hour ago
              No it's impossible. But it would be optimal!
              • jacquesm 21 minutes ago
                Ah, the spherical cow of number bases :) Thanks for the response, that saved me a sleepless night.
  • tecoholic 24 minutes 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.
  • fraboniface 4 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 3 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 3 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 1 hour 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!

      • CooCooCaCha 3 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 2 hours ago
          > I don’t see how tokens can’t produce speech or track metabolic needs.

          It probably could, but the point is this would require additional tokens, blowing up the comparison. The token output of LLMs and "token output" of speech are simply at different abstraction levels. Hence my comparison to the LLM brain driving the robot harness to produce speech etc. This would be more comparable, and also look significantly worse than "only" the 22x less efficient number.

    • nojs 22 minutes 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

    • DoctorOetker 2 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.
    • jstummbillig 2 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.

    • saagarjha 1 hour ago
      You’re missing the factor for intelligence/token.
    • plasticchris 3 hours ago
      Probably not when you consider the training cost and upkeep expenses, not to mention the depreciation…
    • kemiller 3 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 21 minutes 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.

    • danishanish 3 hours ago
      I mean, surely when quality is accounted for the difference is significantly higher
      • GaggiX 3 hours ago
        Or maybe significantly lower.
  • anthonypasq 4 hours ago
    Continued hardware improvements really make it hard for me to believe token prices will not continue to plummet.
    • jrflo 4 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.

      • goodmythical 3 hours ago
        I cannot fathom tbe mindspace that leads to this being anythning but a simple observation. It might even make it all the way to obscure trivia or interesting observation, but paradox? Certainly not.

        If you make the thing more accessible, more people are going to use it. If it consumes a resource, the use of that resource will increase in relation to the increased adoption.

        Hydrogen engines use hydrogen. Making hydrogen engines cheaper will increase adoption. Increased adoption will increase consumption of hydrogen.

        Like, who'd have ever thought "oh wow, we've gotten to the point that people can have a computer in their own home, surely electricity use will plummet." or "oh wow, more than 50% of the population can now feasibly purchase an internal combustion engine, surely fuel demand will plummet."

        In the original context they'd decreased the cost and complexity of steam engines. Anyone who'd seen the amount of money people were making with the old steam engines would be clearly incentivized now that they have the same economic opportunity available for less capital up front. Therefore more steam engines, therefore more fuel demand. Who in their right mind would really be surprised that resource consumption went up when people could and did build more machines?

        • senordevnyc 2 hours ago
          There is something counter-intuitive about the idea that making an engine that accomplishes the same amount of work with half the fuel will result in MORE fuel usage overall. You might expect it to be the same, or decline slightly, but the paradoxical element is that overall consumption goes up.

          And you can say of course, it's so obvious, how could a dumdum not see that! But then there are lots of examples of things where increased efficiency results in less usage overall, because demand is inelastic, etc. Jevon's paradox doesn't apply to everything.

          I don't think we know yet what is going to happen as software development gets much cheaper. If in ten years we can produce software 1000x more cost effectively, will we need fewer software engineers, the same, or more? Guess we'll see!

          • Imustaskforhelp 1 hour ago
            > I don't think we know yet what is going to happen as software development gets much cheaper. If in ten years we can produce software 1000x more cost effectively, will we need fewer software engineers, the same, or more? Guess we'll see!

            Adding onto it, I feel as if this relates to some points regarding predictions of future in general. It is easier for us to look from the future to the past and think that it must be very obvious (as you also mention) but its also very counter-intuitive at the same time and there are just so so much nuance about basically any situation within it that its hard to really capture it all, and even then, be prepared for surprises and counter-intuitiveness.

            I really like the Peter Drucker quote about it.

            “The only thing we know about the future is that it will surprise us.” — Peter Drucker

            and, “The future is fundamentally different from the past.” — Frank Knight, Risk, Uncertainty and Profit (1921)

        • theobreuerweil 3 hours ago
          [dead]
      • kilroy123 4 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 3 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.
      • anthonypasq 4 hours ago
        the total cost spent on tokens may go up, but i just cant imagine per token costs going up
        • jrflo 4 hours ago
          Depends on compute capacity. If we become supply constrained on tokens, then prices will necessarily go up.
          • anthonypasq 3 hours ago
            no they dont because inference stacks are getting more efficient and models are getting more intelligent per parameter.
      • holoduke 2 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 3 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 4 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 4 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 4 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 3 hours ago
          I would very much like it if anything that moves with appreciable mass is governed locally just in case the link drops and/or latency suddenly goes up. Motion is very unforgiving and accidents will happen if that's not taken into account.
        • dgellow 2 hours ago
          I think you just found what we will see in the S-1 prospectus of OpenAI
        • HDThoreaun 3 hours ago
          Seems unsafe to make locomotive decisions remotely
        • hypfer 3 hours ago
          Think about the agents buying computers for their agents. /s
      • simianwords 4 hours ago
        The price has been going down for ages, its not clear what you are pointing at
        • phoghed 3 hours ago
          Pointing at the nay sayers who say tokens are heavily subsidized and it’s all going to come crashing down soon, surely any moment now
          • dgellow 2 hours ago
            I mean, it will obviously crash at some point. With so much pressure on token price to go down that means way less opportunity for margin for AI providers. OpenAI is in a pretty bad situation
        • dgellow 2 hours ago
          At the price going down? And that it will continue to go down, even if the hardware improvements stop. Not sure what isn’t clear
    • m101 1 hour 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

    • datakan 4 hours ago
      Token prices coming down means nothing if the models keep wasting them
    • ilaksh 4 hours ago
      Yeah but is it really even as good as Rubin? Seems just competitive.
    • gwerbin 4 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 4 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 4 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?

    • mathisfun123 4 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 4 hours ago
        OpenAI just dropped the price of Luna by 80% and Sol by 20-30%
        • mathisfun123 4 hours ago
          and amazon shipping used to be free without prime, and uber used to be cheaper than taxis, and airbnb used to be cheaper than hotels.

          you really don't get it?

          • simianwords 3 hours ago
            almost every pure tech commodity has gone down in price

            - gpus

            - retail computers

            - laptops

            - ~gpu~ appliances like washing machines

            - cloud computing

            i think you don't get how economy usually works in tech

            • fer 36 minutes ago
              I was checking laptops today for an upgrade from the model I bought back in 2019 and it's not gonna happen from how cheap they are.
            • zirkonit 3 hours ago
              I'm especially enjoying how RAM and SSDs are going down in price.
            • thefreeman 3 hours ago
              listing gpu's here is crazy considering the current prices
            • fl4regun 3 hours ago
              GPUs and laptops and memory and storage are all crazy expensive
      • spacephysics 4 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 4 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.

          what makes you think this?

          • RealityVoid 3 hours ago
            Because everyone keeps saying this so it must be true. Real "it is known" kind of vibe with these statements.
          • polski-g 21 minutes ago
            He's a subscription truther. There's loads of them. OpenAI's profit increases with each subscription that is cancelled. Pretty soon they'll have more profit than God.
      • simianwords 4 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 4 hours ago
          go ahead and bet: alibaba is a publicly traded company
    • nimchimpsky 1 hour ago
      [dead]
  • m4rtink 14 minutes ago
    So this will make GPUs and associated affordable for people, rigjt ?
    • jpollock 6 minutes ago
      No, it's the wafer starts that are driving prices. Switching from Nvidia to custom doesn't change the constraints.
  • jimmySixDOF 4 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 4 hours ago
      SemiAnalysis’ founder was roommates with Anthropic people, not OpenAI, so he may be slightly (very slightly) more objective here.
      • LogicFailsMe 1 hour ago
        Along with Leopold Aschenbrenner so maybe not so much.
        • rustystump 1 hour ago
          The guy that was part of FTX, fired from openai for alleged theft, got billions in a hedge fund somehow then lost billions. Why are all these people so scummy? It is like voting Trump three times in a row.
    • xyzsparetimexyz 4 hours ago
      s** posting? sex posting?
      • msh 4 hours ago
        shit posting
        • minimaltom 4 hours ago
          Thats what I thought too but then it would be s**?
          • jareklupinski 3 hours ago
            i see 'hunter2'
          • madspindel 3 hours ago
            s**?

            Edit: OK, hn is removing one *

            • yjftsjthsd-h 3 hours ago
              If it's trying to convert it to italics, you may have to use a backslash to escape them
    • Alifatisk 3 hours ago
      Why censor yourself?
      • TiredOfLife 3 hours ago
        Bots do that because other platforms remove or hide posts with bad words
    • subtlejellyfish 35 minutes 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.
    • FrustratedMonky 4 hours ago
      "not cut from the same cloth as Gartner McKinsey et al"

      Yeah, those guys aren't biased at all.

    • verall 4 hours ago
      semianalysis is pretty good
    • doctorpangloss 3 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.
    • A_D_E_P_T 27 minutes 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 4 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".

  • luciana1u 48 minutes 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.
  • lelanthran 3 hours ago
    This means that they're going to want to IPO soon - this is good news for investors + they need the capital.
    • rsync 3 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.

  • ChoosesBarbecue 5 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.
    • wmf 1 hour 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.
  • thebeardisred 4 hours ago
    All of these words spilled and no mention of the ISA.
    • dragandj 3 hours ago
      That's because it's AI-slopped.
    • saagarjha 1 hour ago
      I don’t think this is public?
  • a2ff6eeb0 1 hour ago
    Sounds like a great way to get deals out of Nvidia.
  • throwaw12 4 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 3 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.

    • porridgeraisin 2 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 2 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 2 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
    • theandrewbailey 4 hours ago
      The pricing of GPUs themselves aren't really the problem: it's the VRAM that comes with them.
  • danielovichdk 3 hours ago
    I guess special hardware is the new moat in AI.

    Maybe the money will still flow into this industry after all

  • einpoklum 2 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 1 hour ago
      Is that not literally the exect opposite of the direction asics for LLM inference is going?
  • calldacopsidgaf 34 minutes ago
    Any article that features Sam's fucking creepy face should be marked with a jumpscare warning
  • empath75 4 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 2 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 2 hours ago
        10-90 is the fair split.
    • simianwords 4 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 3 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.
      • skhameneh 1 hour 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.

      • lelanthran 4 hours ago
        > I don't believe models will be commodified because each model is unique with strengths and weaknesses.

        They are all converging.

      • airspresso 4 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.
  • mkw5053 1 hour 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...

    [7] https://news.ycombinator.com/item?id=31065646

    • m101 1 hour 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.
    • mkw5053 1 hour ago
      I genuinely curious who’s downvoting me and why. I do not understand this forum sometimes.
  • simianwords 4 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 4 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 3 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 57 minutes ago
          Those are not OpenAI's concerns - they just need to scare NVidia enough to lower their prices more than they'd otherwise want.
        • acedTrex 1 hour ago
          But they are also PURCHASING from nvidia so any time nvidia lowers their prices they save money.
    • chris_money202 4 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 $$
    • airspresso 4 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 4 hours ago
      Replace OpenAI with Apple and Nvidia with Intel.
  • 0xbadcafebee 4 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 3 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 3 hours ago
        They evaporate the water which is what makes it cool so effeciently.
        • Ductapemaster 3 hours ago
          Evaporative cooling does not necessitate an open loop system
          • Eisenstein 1 hour ago
            The system which runs coolant over the chips can be closed but the part which uses an evaporative system to cool that is still open loop and vents water into the air, no?
      • justincormack 3 hours ago
        Yes they are for water cooling.
    • WarmWash 3 hours ago
      This only makes sense if you never looked at comparative water usage rates and available water.
  • Alien1Being 2 hours ago
    WARNING AI HYPE
  • varispeed 4 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 4 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 3 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 4 hours ago
        Nvidia does not make RAM
      • varispeed 3 hours ago
        That doesn't excuse them from wrecking the market for ordinary person.
      • brcmthrowaway 4 hours ago
        NVIDIA produces memory?
        • fc417fc802 4 hours ago
          Fabless AFAIK. And that's the actual problem - drawing up CAD diagrams doesn't help if the factories are fully booked out.
        • Cyph0n 4 hours ago
          A state of the art GPU is much harder to design & produce at scale and than an internal ASIC.
    • datakan 4 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 4 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 3 hours ago
          Intel entered the memory space because they partnered with Micron. They left the memory space when Micron pulled out of the partnership.
          • chris_money202 3 hours ago
            Intel started making DRAM in 1970, Micron was founded in 1978.
      • varispeed 3 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 4 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

    • KaiserPro 3 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 43 minutes 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!

    • Eridrus 3 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 2 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 52 minutes ago
          AFAIK You can use WSE/LPU for prefill, it's just less efficient to do so.
    • segmondy 1 hour 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 3 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.

    • brcmthrowaway 4 hours ago
      [dead]