fooker 1 hour ago

What's the main blocker (other than the current inflated cost) for using HBM instead of DRAM as the primary memory for consumer electronics?

  • refulgentis 1 hour ago

    In one sense, nothing, in another, everything. It is DRAM, but the bandwidth requirements mean it’s paired to a processor, i.e. no DIMMs. Not 100% sure but things like MacBooks and the Framework tower, where you have fixed RAM for the device lifetime, have ~0 tradeoff.

  • nutjob2 1 hour ago

    Nothing except CPU manufacturer choices. Mac laptops use it and they're consumer products.

    People will have to get used to buying a fixed amount of RAM with their CPU but thats unlikely to be a problem.

    • chessgecko 1 hour ago

      pretty sure its lpddr not hbm.

    • addaon 1 hour ago

      > Mac laptops use it and they're consumer products

      No, Mac laptops use LPDDR, currently LPDDR5X.

    • nomorewords 1 hour ago

      The normal non-tech-savvy person already does this. They simply don't know that their ram is upgradeable or something else breaks first, before having to touch ram.

      • dylan604 15 minutes ago

        what is this too much RAM thing you mention? I thought the only valid RAM situation you could find yourself is not enough RAM. Too much? That's just fantasy

    • KeplerBoy 1 hour ago

      MacBooks use regular soldered lpddr5(x) RAM. Same RAM as every other laptop manufacturer, they just use more lanes to achieve a higher bandwidth.

      • bunderbunder 1 hour ago

        Perhaps more noteworthy for general home and business computing, doesn’t it also allow for lower latency?

        • Rohansi 1 hour ago

          More channels or soldered memory? Channels are basically RAID 0 so it depends what you're measuring. Soldering memory down was the only way to use LPDDR5X so if you wanted the best memory you had to solder it down. LPCAMM2 exists though so newer devices can use that instead of soldering them down, but not all devices would be able to fit the required LPCAMM2 slots.

    • fooker 1 hour ago

      Apple's "unified memory" marketing is so strong that even tech literate people seem to have this misconception!

      They have managed to pull this sort of thing off many many times. https://en.wikipedia.org/wiki/Reality_distortion_field

      • Rohansi 1 hour ago

        Yup, the only reason Macs have higher memory bandwidth is because they use more memory channels, which gives them a wider bus. Both Intel and AMD only allow more than dual channel memory on server class processors these days.

        • kstrauser 1 hour ago

          The “Apple only does X better because they do Y” thing has been a meme for ages. I remember dismissals like “PowerPC is only faster at math because it has more integer units” or something along those lines, and thinking, uh, isn’t that a good thing?

          • pixl97 1 hour ago

            Depends on the expense trade off.

            If I get 10% more performance for 50% more cost it really depends on one's needs, for example.

          • Rohansi 59 minutes ago

            I am just saying it's not magic and x86 is capable of doing the same. Quad channel memory used to be more common in consumer hardware but now it looks like you don't even have the option anymore for desktops. AMD's Strix Halo was the first sign to reversing that (it has quad channel memory!) and hopefully we see more of that in the future.

            • colejohnson66 6 minutes ago

              AMD does market segmentation and limits consumer chips to dual-channel. You need to cough up the dough and get Threadripper for quad-channel. Or even more for Threadripper Pro to get octa-channel.

        • Kon5ole 1 hour ago

          The memory bandwidth is a small thing compared to the massive win you get by not having to move data between two memory pools at all.

          • Rohansi 47 minutes ago

            Depends on your workload. And AMD has supported unified memory long before Apple Silicon existed anyway.

          • fooker 26 minutes ago

            Often you don't move memory around as a programmer, but that's exactly what happens in the background.

            It's the address space that's unified, not always the physical hardware.

            The data movement (when needed) is handled transparently in the background by page faults and other tricks.

      • Kon5ole 1 hour ago

        Having unified memory is a real advantage though, it's not a reality distortion.

        • davrosthedalek 50 minutes ago

          The price is that you essentially glue CPU and GPU together, which limits total compute, from a size and thermal perspective.

          This is really not a limit because of unified memory -- in principle, PCIe GPUs could read/write main memory without the CPU. But it's a limit for /fast/ unified memory, because fast means close.

          So unified memory is great as long as the integrated GPU is strong enough. Then it has two advantages: a) probably faster transfer CPU<->GPU (but that's an implementation choice for the non-unified case b) If you either need a lot of memory for the CPU or the GPU, but not for both at the same time, you pay for memory only once.

        • fooker 33 minutes ago

          It is a real advantage.

          The reality distortion is that people seem to believe it's HBM, or somehow it gives you extraordinary amounts of vram. Neither are really true.

  • bob1029 1 hour ago

    It's not that there's a blocker. It's that it takes roughly 3x the manufacturing capacity to produce an HBM package at the same storage capacity as DRAM. We are sacrificing total bytes for bandwidth.

    • tliltocatl 1 hour ago

      How so? FEOL is pretty much the same, BEOL is almost the same save TSVs, the packaging tech is different and more advanced, but not exactly 1:1 comparable. Do TSVs really occupy 3x the area of DDR IO's?

      • monster_truck 1 hour ago

        3x is a reasonable figure. They are not literally that large, though.

      • Const-me 1 hour ago

        See remark on the slide 11: https://www.servethehome.com/micron-evolving-memory-architec... That presentation is by Micron.

        • Karliss 50 minutes ago

          It doesn't really say that it needs to use 3x more area, but that 3x more gets consumed due to "advanced packaging and manfuacturing complexity". Which doesn't properly explain why it consumes 3x more and could simply mean they have a bad yield and 2/3 produced is garbage.

          • tliltocatl 40 minutes ago

            Yea, that's the question. Yield situation can improve. Area overhead would not improve short of a completely new and incompatible tech.

          • bob1029 36 minutes ago

            > 2/3 produced is garbage.

            This might not be far off the mark. You are irreversibly linking the fates of these devices after a certain stage of manufacturing. If something goes wrong at final packaging time, you lose all dies instead of one.

  • chessgecko 1 hour ago

    I think people might prefer the lower idle power consumption from lpddr over the better bandwidth in hbm in battery powered stuff. That said right now the price is definitely preventing us from finding out.

    • fooker 1 hour ago

      Idle yes, but HBM energy consumption / memory operations seems to be a bit better than DRAM.

      • vlovich123 1 hour ago

        Only if you’re running at 100%. Consumers generally do not.

        • monster_truck 1 hour ago

          That hasn't been true since early HBM2 days, before the controllers standardized on power/voltage management and did things like leave them in P0 to ship on time

  • phkahler 1 hour ago

    >> What's the main blocker (other than the current inflated cost) for using HBM instead of DRAM as the primary memory for consumer electronics?

    HBM is meant to be integrated into the same package as the CPU, so no more DIMM sockets. It also has higher latency apparently.

  • reliabilityguy 1 hour ago

    HBM is a stack of DRAMs, so there is no “instead”.

    • buckle8017 1 hour ago

      The vias to enable stacking is a significant amount of the die area.

      • saltcured 46 minutes ago

        If they're talking about production capacity, that is some product of die area and process steps, right? It doesn't have to be 3x die area, just 3x lower factory throughput for the same number of functioning memory bits.

  • HarHarVeryFunny 19 minutes ago

    Why would you want/need to?

    The advantage of HBM over regular non-stacked DRAM is memory bandwidth, which also requires a super-wide memory bus - 2048 bits wide for HBM4. Compare that to the 128 bit wide bus of a modern CPU.

    So to take advantage of it on the desktop, or anywhere else, you need that 2048 bit wide bus, and a processor capable of consuming 2-3 TB of data per second!

    These are not normal requirements, other than for a GPU.

    • fooker 14 minutes ago

      SIMD (and especially the modern matrix extensions) can use as much bandwidth you can throw at it.

gs17 2 hours ago

A shame that this should if anything, lead to consumer DRAM prices getting even worse.

  • nicoburns 2 hours ago

    Why would more RAM supply lead to higher consumer prices?

    • kenny11 2 hours ago

      If Samsung is limited in the number of wafers they can process per month and they use more of those to produce HBM they necessarily have less of them left to make other products, like consumer DRAM.

    • deagle50 2 hours ago

      Presumably DRAM production capacity gets reallocated to HBM, not sure.

    • shevy-java 2 hours ago

      Depends on how quickly they are sold.

    • zargon 2 hours ago

      Memory allocated for HBM is memory taken away from DDR production.

    • matja 2 hours ago

      Depends on what proportion of Samsung's output is current HBM4 and HBM4E DRAM.

      Everything in their statement can be true and it be a bad thing for consumers of non-HBM RAM.

      "HBM capacity to expand to 250,000 wafers a month"

      So let's say their current HBM capacity is 100k wafers/month (pure speculation/random number for illustration), and their total RAM capacity (including HBM( is 300k wafers/month, then non-HBM capacity reduces from 200k to 50k.

      • EgregiousCube 2 hours ago

        Keep in mind that total manufacturing capacity is increasing as well. Perhaps not enough to fully offset, but it's incorrect to assume that supply capacity is flat.

        • pixl97 1 hour ago

          Question is what does the demand curve for regular ram look like also? If regular production is on a 10% increase curve but a 40% demand curve than we've been at the samw place.

      • gs17 2 hours ago

        And it's worse than that, Micron said that converting capacity to HBM was at a 3:1 ratio, so that 250k HBM could be up to 750k in non-HBM. Fortunately, some of the increase is due to improved processes.

    • devy 1 hour ago

      HBM4 and HBM4E DRAM are NOT the DDR4/5 that consumer markets need. Capacity allocation is leaning more to data center grade HBMs so less to produce dedicated DDR4/5 DRAMs. Supply demand will further drive up the consumer DRAM price! Note, the article mentions NO of new fabs is being constructed (all semiconductor manufacturers know that constructing more fabs means the boom/burst cycle will eventually kill them, so no one create more fabs) Perhaps the federal government need to step in here - the market doesn't fit the issue.

      • tipsytoad 1 hour ago

        Plus it takes 3x the wafer capacity for hbm than the same byte capacity in dram, so we’ll likely see the consumer market be decimated here

      • sgt 1 hour ago

        Might lower the prices of Mac Minis, Studios etc though

        • airspresso 1 hour ago

          No, those use LPDDR5(x), not HBM.

      • bnjms 21 minutes ago

        HBM can be used for GPU though. I wish it was more common.

    • stevefan1999 1 hour ago

      Gamma squeezed by the AI business, that's why. The more you add the fuel, the further it will pump up.

    • mattstir 1 hour ago

      Part of the implication is that factories that could be producing consumer-facing DRAM like DDR5 would be retooled to produce HBM instead, leading to even less total consumer RAM production.

amelius 2 hours ago

Will that be enough for AI's hunger?

  • gs17 2 hours ago

    Samsung is already building another fab (which was originally suspended due to low memory prices years ago). Hopefully when it goes live in a few years it's not all dedicated to HBM for AI.

  • GoToRO 1 hour ago

    It will be just in time for when AI will run very well on consumer hardware and the need for data centers will collapse.

    • EA-3167 1 hour ago

      Or even more amusing in time for the bubble to burst, I hope the big RAM makers end up holding the whole bag for that. Greedy bastards.

      • bethekidyouwant 1 hour ago

        Since you’re not greedy when there is a memory glut I’m sure you’ll be willing to pay extra to make it fair.

        • EA-3167 1 hour ago

          Not at all, I’m going to relax with a cooling drink and watch the consequences of this unbelievably destructive and wasteful venture implode. I also adore the idea that it's on the customer to be "fair" to a company that dumped us a group in favor of chasing B2B money.

          Their choice, their consequences.

          • pixl97 57 minutes ago

            Internet is a fad, it will implode at any moment.

            • EA-3167 55 minutes ago

              In fact as a business opportunity it did just that because the massive investment in the mid-late 1990's was without anything like a connection to profitability or sustainable demand. It took years after that crash for the concept of e-commerce to begin both a recovery and evolution into what we see today.

              I expect something similar for AI. It's useful tech... just not very profitable tech, and certainly not to the tune of trillions of dollars worth of public demand. The promises of superintelligence, replacing everyone, and the rest of the hype will die with the companies who made the promises, but the tech will survive and thrive.

              • pixl97 47 minutes ago

                >The promises of superintelligence, replacing everyone, and the rest of the hype will die with the companies who made the promises

                The hype will die but there are many reasons why super intelligence and robots are a separate entity from said hype.

                Look, back a few decades and tell someone our gdp would be in the trillions and it's likely they'd have a hard time believing you. A huge portion of our products that we use day to day would be complete science fiction to them.

                All we're negotiating at this point is the timescale it will take.

    • IshKebab 1 hour ago

      That's never going to happen. By the time you can run current frontier models on your $10k desktop the frontier will have massively advanced and people will want those models instead.

      • kingleopold 1 hour ago

        This + your ROI in $10k device will be always lower than busy datacenter, its literally math. They sell free compute to others when you dont use it, you will never sell at that level or even you magically sell home compute, you will not compete at price

      • hypfer 1 hour ago

        I'm not sure if this prediction will hold true.

        We're not seeing the progress in those "frontier models" that we have previously seen. There's certainly still gas left in tank tank, but we're way into the diminishing returns by now.

        Cloud inference still beats hardware investments by orders of magnitude of course, but that's only if your data doesn't really matter to you.

        • airspresso 1 hour ago

          We are certainly not in the diminishing returns phase for LLM progress. No sign of that yet.

          • hypfer 1 hour ago

            Well I mean if I wanted to be extra pedantic, I would argue that we've been in that phase since LLMs were first introduced.

            Before that, we had 0. After that, we had more than 1.

            A leap as far as that is hard to recreate.

            But that wasn't my point. That's just trolling.

            The actual point is that LLMs aren't gaining new capabilities anymore. They just get more reliable at the ones they already have; turning what was a coin flip to some higher probability.

            That's (intuitively speaking, not strictly mathematically speaking) kinda the mathematical definition of diminishing returns.

          • bunderbunder 1 hour ago

            I’ll grant that for specialized applications like coding agents and mathematics, but even there I suspect that most the real gains are actually taking place in the harness.

            But I suspect returns may have already diminished into negative territory for at least some other use cases. One of my least favorite job responsibilities in this brave new era is figuring out how to avoid performance and behavior regressions when an older model were using for some application reaches end of life. It’s getting uncommon for me to look at our benchmark results and say, “Oh, good, it does better on one of the newer models!”

            • pixl97 1 hour ago

              >suspect that most the real gains are actually taking place in the harness.

              Part of the reason harnesses work well is you can run a lot of agents in parallel. That doesn't slow down demand.

              • hypfer 58 minutes ago

                That is true, but the eventual realization that more machines doing more coin flips in parallel does not mean "more work gets done" might.

                LLMs are amazing tech, but they're terrible without oversight. More agents faster just makes reality collapse on them quicker.

                But yeah, you're right, temporarily, this will still push demand. But the topic was about "diminishing returns" as in "tech getting better". Not as in "customer spending".

                • pixl97 44 minutes ago

                  It's kind of weird because more machines working together does mean more work gets done. Coin flips and weighted coin flips are totally different things. Any biases weights towards reality push you closer to reality when you use them.

                  New models keep being able to use more and more agents on longer time frames. Your hypothesis doesn't look like what we're measuring.

                  • hypfer 44 minutes ago

                    Who is we?

                    • pixl97 20 minutes ago

                      The people mapping AI capabilities.

                      • hypfer 19 minutes ago

                        Oh cool, so that we includes me! :)

              • bunderbunder 43 minutes ago

                I had actually been thinking more about all the non-LLM functionality that go into the harnesses. I'm not going to name names and I haven't done any rigorous testing, but my general impression is that choice of harness matters more than choice of model. In terms of basic task completion success specifically, not code aesthetics.

                • pixl97 21 minutes ago

                  A perfect harness will not extract gold from a dumb model. It's a system that builds on each other, though we've not probed that frontier much to have a good intuition on what effects what.

            • 3eb7988a1663 17 minutes ago

              One thing that I really want to know - the better models from today vs a year ago - what has changed. They have already pre-trained on all available public data. Scooping up the last percentage of archaic texts which were never digitized is not going to move the needle.

              Is it just that the providers are generating tons of synthetic datasets on coding tasks so that the models get more exposure to the right thing to do? Every time someone points out an LLM stupidity they add some training data to patch over the weakness (trivial to generate "there are two 'l's in llama")?

        • 48488448 1 hour ago

          they really dont want to hear this bro lol

          • hypfer 1 hour ago

            I can see that by those reddit-style vote swings, but who are "they", exactly?

            Who is so emotionally invested into random comment sections being purely positive about their pet.. uuuuuuuh.. tech?

            Very weird.

        • gehsty 55 minutes ago

          It’s a constant tension in computing that has been around since mainframes and clients… Neither is going to disappear. My general feeling is normal people care more about how thin and light something is than their privacy, so if data center powered LLMs will have a strong future.

          • hypfer 53 minutes ago

            Hmm I'm not 100% sure about that, given that edge is very viable, and the geopolitical climate has changed quite significantly.

            I agree that datacenters are not going to go away, but I have doubts that the buildup that has happened is really going to pay off for most operators.

      • bunderbunder 1 hour ago

        I’m not so sure about that. Already AI vendors are back to cutting prices to try and keep customers from cutting back on their usage. My own employer is working hard at pivoting to much smaller fine-tuned models for established use cases, and seeing model performance improvement in addition to large inference cost reductions. Being able to run them locally hasn’t exactly been a disaster for devex, either.

        It may turn out that demand for SOTA frontier models isn’t so limitless after all.

        • pixl97 58 minutes ago

          Every product follows demand curves. At a price of 0 you could find infinite usage. This has nearly zero relation to how much it costs to provide the product.

          • bunderbunder 33 minutes ago

            Except of course it relates. All else being equal, we will prefer $X COGS over $2X COGS because that helps us with both profit margins and price competition.

            • pixl97 23 minutes ago

              It relates in the sense there's a minimum cost of production without losses, not the actual price people are willing to pay.

      • blurbleblurble 1 hour ago

        It's going to happen very soon, which is why these frontier labs are scrambling to shut down open source language models. There's an existential risk threatening their obscene returns.

        • IshKebab 10 minutes ago

          > It's going to happen very soon

          Why? You can't just assert it. There are very good reasons to think it won't happen soon, and you've given no reasons to think it will happen soon.

    • konaraddi 1 hour ago

      There will be demand for both

    • amelius 31 minutes ago

      What if the AI companies start selling the hardware with their models?

      I.e., you get a locked down device with access to their AI and maybe a way to run third party apps. Of course the developers of those apps will have to pay a percentage of their revenue.

      Sound familiar?

  • nutjob2 1 hour ago

    Not until the industry gets severe indigestion, which doesn't seem that far off.

  • mixedbit 1 hour ago

    During the Covid global chip shortage Intel announced new factories to address the production bottleneck, before the factories even started to be constructed, the shortage was long over and the projects were eventually canceled.

blurbleblurble 1 hour ago

The beginning of the bubble pop?

  • esskay 58 minutes ago

    its ram for the types of systems ai needs in datacenters so...no?

badgersnake 1 hour ago

Now make some DDR5.

  • pixl97 56 minutes ago

    HBM is DDR5 in a different package.

    • badgersnake 32 minutes ago

      If it doesn’t fit it’s no use to me.

shevy-java 2 hours ago

About 2 years ago I bought some SDRAM or something like that, DDR4 or DDR5, don't recall offhand. A few months ago I looked at the price today, and it was over 3x as high. That's just insane. Governments need to do something against this abuse system that AI amplified here.

  • pfdietz 2 hours ago

    What abuse? Responding to supply and demand fluctuations isn't abuse, it's the proper operation of the market.

    • dumberquestions 1 hour ago

      Would if one industry gobbles up an important resource to the point that other consumers lose practical access to it, shouldn't there be limits?

      • jefftk 1 hour ago

        No. The other industries can bid for access to the resource, and under most circumstances, whether they are willing to bid higher tracks importance. Sometimes there are cases where something has significant positive externalities and so people are not willing to bid high enough, and then we can talk about some kind of government intervention (typically a subsidy that attempts to track the value of the externalities) but I don't see that applying here.

      • pfdietz 1 hour ago

        If others are willing to pay more, that a signal that more value is created if the resource goes to them rather than to the more price sensitive customers.

        • applfanboysbgon 1 hour ago

          This logic falls apart completely when gamblers allocate one trillion to bidding up the price, denying access to the resource to people who are responsibly spending their own money. The ideal world of the imaginary perfect free market never takes into consideration the messiness of the real world, like the fact that people will spend extreme sums of money irrationally. It can take years for this effect to correct, damaging the market severely in the meantime.

          Alternatively, the money invested can be rational because it prices out competitors and establishes a monopoly, after which point the monopolist earns their absurd investment back with complete control of the market. This is also bad.

          • pfdietz 1 hour ago

            You can reach any conclusion you want if you assume others are behaving irrationally. But why should I assume they are wrong instead of you being wrong?

          • pixl97 53 minutes ago

            This has zero to do with the company that is making the product and all to do with the company buying them.

            The problem you have here is hundreds of different companies are doing the "gambling" in a non collusionary manner so it's going to take decades in court to prove it. Are you saying governments should do an authoritarian take over of RAM allotment?

            • pfdietz 4 minutes ago

              And even if the companies are "gambling" (and what company doesn't do that) it doesn't mean the gambling is irrational.

  • digdigdag 2 hours ago

    > Governments need to do something against this abuse system that AI amplified here.

    Which governments, and what exactly would you want these governments to do? The demand is global. There are no levers a single government can pull to meaningfully influence the global demand without fully committing to an protectionist economic policy, in which case the U.S. doesn't have the facilities to magically pop up world class fabs overnight, and South Korea and Taiwan don't have the market demand that the U.S. generates to justify their investments in making these chips and China lacks the IP to be able to build anything comparable to Nvidia's silicon at the moment.

    No one has all the cards and no one controls all the levers.

    • carlm42 1 hour ago

      Governments have sued DRAM companies for price fixing and forming cartels before: https://en.wikipedia.org/wiki/DRAM_industry_price_fixing. They can absolutely step in and if there are evidence of price fixing or anti-competitive behaviours, can impose fines. The choice of whether to do that though is political.

      • daedrdev 1 hour ago

        Several of these companies almost went under before the AI boom. There isn’t a cartel.

      • lovich 1 hour ago

        Is there any allegations of price fixing in this case? The demand just skyrocketed. Other than legislation like the defense act in the US I don’t know of any governments that have jurisdiction over these ram makers that mandate companies produce more of a product.

        Especially not for consumer goods.

        • wmf 44 minutes ago

          If they're charging one customer $X and another customer $5X for the same chips... there's got to be some law about this.

    • CamperBob2 1 hour ago

      No one has all the cards and no one controls all the levers.

      I'm as fanatical a free-market fundamentalist as you'll ever meet, but if someone were to argue that government has a role in preventing bullshit like OpenAI's unilateral 40% attack on the entire DRAM market, backed by nothing but funny money, I would have a hard time coming up with defensible counterarguments.

      • bunderbunder 1 hour ago

        I don’t really know much about how this stuff works, but I have a feeling we wouldn’t even have to do anything punitive. We might just need to find and close whatever weird loophole allows the folks who are participating in this gold rush to feel confident enough that they’ve externalized their risks to be willing to engage in speculative data center buildout projects on such a grand scale in the first place.

      • pfdietz 57 minutes ago

        Your attempts to insult what they are doing doesn't show they did anything wrong, but it does impeach the validity of your own argument.

        • CamperBob2 43 minutes ago

          Hit dog hollers, sounds like.

          • pfdietz 30 minutes ago

            That's abuser logic.

            • CamperBob2 24 minutes ago

              The funny thing is, we're mostly in violent agreement, going by your other comments. This is a weird point to disagree on... so weird, in fact, that it's easy to believe you are associated with OpenAI. Hence my follow-up comment.

              What Altman did, and the way he did it, was not OK. Unless you believe that humanity's adoption of AI-based intellectual work is best served by concentrating an enormous amount of power in one company at the expense of everyone else, turning the market into a literal zero-sum game. Do you?

      • rangestransform 31 minutes ago

        Apple used to do the same thing with TSMC’s newer process nodes, and nobody really complained because people were getting superior products. I happen to like US antitrust enforcement that considers consumer benefit primarily.

    • newsclues 1 hour ago

      How much memory does it take for the consumer market not to be totally screwed?

      Can that share of production be allocated to consumers, and the AI fights over the rest?

  • yread 1 hour ago

    3x? I bought 128GB DDR5 SODIMMs for 300 eur. Now it's 4000 eur.