• HereIAm@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      6 hours ago

      Are you talking about a stocks takeover? Because I fail to see how buying up hardware has anything to do with it.

  • Smaile@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 hours ago

    cant wait for their debt calls and they have to sell their inventory to make payment.

  • brucethemoose@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    14 hours ago

    Intel must be kicking themselves for not using their own fabs for Arc, AND divesting from Micron, Optane, and HMC.

    Apple and others must be too, for snubbing Intel and Samsung.

    They would be making money hand over fist, and relieving the market at the same time.

  • fitjazz@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    18 hours ago

    Well, this may explain why my work computer has been on back order for the 4 months that I have had my job. Still have no idea when I’m actually going to get it.

  • Agent641@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 hours ago

    My new gaming PC that I bought about 18 months ago went up in value by 75% based on its RAM and GPU price and while I’m relieved I got it when I did, that’s pure insanity that a PC would appreciate in value

    • __hetz@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 hours ago

      I overbuilt built my NAS/container server for $1262 excluding the price of the rack chassis, PSU, cooler and two 1TB NVMe SSDs I cannot recall the price I paid for. B550 board, Ryzen 5, four 10TB Red Plus HDDs, Intel Arc A380, 64GB of DDR 5 ECC. Those listed components are now $3381. When or if you can even find them. The Arc is unobtanium as far as I can see. Of course the RAM and HDDs went up the most in cost, but it’s still like $65 and $75 more for the mobo and chip.

      Whoop, decided to check and I found the SSDs: I paid $60 a pop for Samsung 980 Pros and they’re $240 now. So $1382 then vs $3861 now. Almost triple. The bubble can’t pop soon enough.

  • humanspiral@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    22 hours ago

    I’m convinced that OpenAI buisness model is to create AI bubble, to sell its “reserved memory wafers” and now Macs, at the top of ram extortion pricing moment.

    • raspberriesareyummy@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      18 hours ago

      That same thought just occurred to me: hype a McGuffin and get investors to lend you insane amounts of money which you then use to buy up a marker, causing artificial scarcity, then sell at massive profits.

  • eurodyne@piefed.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    23 hours ago

    Seems like Apple‘s little gambit to be immune to AI price fixing savagery didn’t work as well as they thought it would…

    I guess Rosetta 2 was just too good…

    • jobbies@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      19 hours ago

      Apple‘s little gambit to be immune to AI price fixing savagery

      I don’t think it was ever a strategy. If it was they would’ve stopped mac’s from ever reaching OpenAI’s datacenters. Or atleast they’d have prevented them from hoarding so much of the M5 production.

    • boonhet@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      0
      ·
      22 hours ago

      Rosetta 2 is irrelevant here because they’d just compile their shit for ARM for better performance.

      At least unlike B300s, these can one day be used if OpenAI dumps them on the used market. IF they do that instead of trashing them to make sure everything stays expensive.

      • eurodyne@piefed.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        19 hours ago

        True, but getting there probably involves using Rosetta 2 to arrive at a solution for taking full advantage of the Apple Silicon SoC memory exchanges and other Apple proprietary stuff. Those chips aren’t bog-standard ARM chips and the Asahi Project (bless their hearts) have barely broken into the M3 chips— so… if OpenAI are leveraging Apple Silicon from the last year or 2, they’re building out their own solution using Rosetta as some sort of bridge.

        Edit: which also means they must be getting help from Apple directly, ew. And that really pisses me off, because I have long maintained that Rosetta should be open-sourced.

        • GamingChairModel@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          16 hours ago

          I don’t understand why Rosetta has to be involved in any way at all.

          Apple provides APIs for programming low level GPU instructions, including AI workloads, on their chips, using the Metal API. Anyone interested in using Apple hardware to its full potential can just write Mac-native software, same as any other MacOS native software directly compiled as binaries to run on Mac M series chips. No Rosetta required for translating x86 instructions to ARM, when the whole thing compiles for Apple’s native instructions in the first place.

          • eurodyne@piefed.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            15 hours ago

            Uhh, you’re skipping a few steps

            Steps that either would not work between architectures or that Rosetta would handle (thereby answering your own question)

            And I’m not here to teach a computer science class

            • GamingChairModel@lemmy.world
              link
              fedilink
              English
              arrow-up
              0
              ·
              14 hours ago

              Steps that either would not work between architectures or that Rosetta would handle (thereby answering your own question)

              What? They would compile the code that they control for the M-series architectures. The target architecture is M-series ARM chips running on MacOS.

              Rosetta is for translating x86 to ARM. Which wouldn’t be necessary because there are no x86 binaries involved at all.

            • brucethemoose@lemmy.world
              link
              fedilink
              English
              arrow-up
              0
              ·
              edit-2
              14 hours ago

              No, @[email protected] is right.

              What does Rosetta have anything to do with what OpenAI needs? Machine learning on Macs is done in MLX or something else with Metal, running OSX. Most agenic frameworks or other ML-related infrastructure are just Python, or open code that can compile on OSX/Macs just fine. In fact, OSX is often the first target platform.

              This even includes inter-node frameworks for clustering Macs together.

              No one doing “AI” on Macs is using Rosetta. There’s no point, and its a bad idea. They’re doing everything in OSX, which works fine, and I can’t imagine what OpenAI would be doing with them that wouldn’t work in OSX.

              But maybe I’m missing what you’re implying here. And I’m sorry to come off as thorny, but condescending comments like “I’m not here to teach a computer science class” rub me the wrong way.

              • eurodyne@piefed.world
                link
                fedilink
                English
                arrow-up
                0
                ·
                edit-2
                14 hours ago

                If you don’t know, then you are really not in a position to say that I’m wrong LMAO

                Have fun with your little “my ignorance is proof that I’m right!” concept, lol

                Oh, and the fact that you even brought “AI” into the conversation is hilarious

                The two of you should get together and do a stand-up routine called “I and O my God I have no idea what I’m talking about”

    • douglasg14b@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      20 hours ago

      No, no, they have not.

      I did the math the other day, and the cost of the mac versus the token rate that you get off of it for a decent model would take you over 70 years of 100% 24/7/365 usage to pay for itself versus just using hosted inference.

      They are wildly poor options for local AI models, at least on a cost basis. If you don’t care about spending $10,000 to run a halfway okay model at 100x the cost, then go for it.

      • xSikes@feddit.online
        link
        fedilink
        English
        arrow-up
        0
        ·
        16 hours ago

        Does that include energy usage (which I would think Apple being in the top 5 of being energy efficient) and just for AI? I’m sure most would be doing more than just hosting and running a single model.

        • douglasg14b@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          14 hours ago

          You could include energy usage in the equation, but if you’re buying a $10,000 Mac Studio to edit your PDFs and watch YouTube, then that’s your own decision. That’s also not what we’re talking about here.

          The Mac is still going to be incredibly energy efficient.

          Let’s break it down for Qwen 3.5 MoE.

          • M4 Ultra Mac Studio:
            • 22t/s
            • ~ 210Wh
            • 9.55 watts per token/s
          • B300 GPU:
            • ~ 2160t/s per GPU
            • ~ 1750Wh (14Kwh 8 GPU System)
            • 0.88 watts per tokens/s

          The Mac Studio comes out using ~ 11-12x more energy per token. Making it extremely energy inefficient at this task in comparison.

      • berty@feddit.org
        link
        fedilink
        English
        arrow-up
        0
        ·
        19 hours ago

        Well local models are getting better. Open weight models are a real thread to their business. OpenAI’s prices certainly wouldn’t stay that low if they were the only player. Their prices are not profitable at the moment anyway.

    • eicker@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 day ago

      Macs, in particular, are likely to be the best option at the moment, unless you absolutely need the largest Frontier models.

  • MalReynolds@slrpnk.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    Smells like 'Open’AI is digging another moat where there is none, like it did with the memory wafer deal that started RAMageddon. Heaven forbid people actually being able to run local models, can’t run local models if 'Open’AI has bought all the capable smaller machines, taps head. Fuck SamA and his market cornering with a rusty chainsaw. I guess they think all they have to do is keep that moat somehow until IPO and then it’s somebody else’s problem, they and their investors cash out. Dear Goddess I hope it blows up in their faces.

    • 4am@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 day ago

      Ah, I see you’ve stumbled across the real reason for the “AI boom”.

      Hint: it’s not because the models are SO incredible. It’s the fascists taking computers away from us so we can’t stifle them. So we can’t talk shit on billionaires anymore. So we can’t fundraise for a better world.

      Just like our cars and our traffic lights watch our every move. Just like our phones have 100 sensors that profile us from the moment we wake up.

      Demons took the wheel a long time ago.

      • MalReynolds@slrpnk.net
        link
        fedilink
        English
        arrow-up
        0
        ·
        23 hours ago

        Yeah, I’ve had the thought. ‘What are we going to do with all that compute now that AI as worker replacement is a bust? Why not run panopticon and get rid of that pesky general compute in the hands of the masses?’

        Centralizing compute has been tried again and again, initially mainframes, then the home PC, thin client / server, cloud compute, arguably phones (as apps processing in the cloud), Geforce Now, AI. So far it’s always gone back to the edge for most of the population, except for niche cases (or not in the case of phones, but they turned into general, if locked down, compute), good chance it won’t stick this time either.

  • TWeaK@lemmy.today
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    At this point it’s pretty blatant that OpenAI are engaging in price fixing more than they are actually delivering AI datacentres.

  • deleted@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    Local 27b models are good enough for most tasks.

    Can’t wait to buy one of these from Ebay for 10% of the price next year.

  • eicker@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    OpenAI buying tens of thousands of Macs for AI is the funniest possible plot twist: spend years convincing everyone the cloud is the future, then discover the hottest AI infrastructure is basically a warehouse full of Mac minis. Somewhere, an IT admin is whispering: »I told you so.«

    • Waterpumpee@lemmus.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      23 hours ago

      What exactly do you think a cloud is? It’s built exactly like that, computers connected and orchestrated to run a client’s arbitrary services.

      Now the interesting thing here is to choose many different types of smallscale hardware. Must be some fun to administrate.

    • jqubed@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 day ago

      I’d be interested in buying one as a headless server, but a lot of the FLOSS software I’d like to run seem to prefer x86 processors.

      • melroy@kbin.melroy.org
        link
        fedilink
        arrow-up
        0
        ·
        1 day ago

        That’s true Linuxaand other tools, etc works better on x86 than arm to this day. Might slowly change if arm gets more popular. But that might take another decade.

        • ryper@lemmy.ca
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 day ago

          The translation later is called Rosetta 2 (Rosetta 1 having been for the PowerPC to Intel transition), and it looks like it’s mostly going away next year, so buying a Mac with the intention of using it would probably be a bad idea at this point.

          • eurodyne@piefed.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            edit-2
            23 hours ago

            Which really really really sucks, because Rosetta is amazing. it’s extremely performant at running x64 code on Apple Silicon, and I’ll be sad to see it go.

            To Apple’s credit, though, they did extend its end of life a full year. Rosetta 2 Support was supposed to end this year with the release of macOS 27 Golden Gate, but due to enough backlash, they extended it to next year. (which they also did with Rosetta 1, back in the day.)

            The real thing I’m pissed about is they won’t open-source it, which Apple sometimes does (or, used to do) with its tools.

            • carl_the_grackle@lemmy.zip
              link
              fedilink
              English
              arrow-up
              0
              ·
              19 hours ago

              Fwiw they claim they will support it as a framework into the future, so things Linux VMs can still take advantage of it. The only thing you’re losing is desktop Mac apps which have largely all converted to arm64 at this point, except games which you probably aren’t going to play natively anyway

              • eurodyne@piefed.world
                link
                fedilink
                English
                arrow-up
                0
                ·
                19 hours ago

                Well— Apple wants devs to support Apple silicon. Cyberpunk 2077, for example, did very well as a native release. But a lot of that was tied to Steam’s (and GOG’s) “works anywhere“ purchase model.

                And as far as “framework for the future“ are concerned, yeah, we’ll get there independently eventually, but nothing compares to Rosetta. It’s just fucking amazing, and it works now.

        • Munkisquisher@lemmy.nz
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 day ago

          The shared memory for cpu and gpu was a cost saving thing, now it’s a massive help as nvidia limit consumer gpus to 24gb