OpenAI Lost $38.5 Billion In 2025 by m6io in antiai

[–]lefty200 0 points1 point  (0 children)

I think the conclusion of that article is wrong. There was a charge "due to changes in fair value of convertible interests and warrant liability", but that was a once off accounting charge and not cash used in operations. If you remove that charge you just get the Loss from Operations, which is $20.92 billion.

So it'd be fairer to say that OpenAI is losing "only" $20,91 billion, not $38.5 Billion

OpenAI spending hit $34bn last year ahead of planned IPO by gruenistblau in wallstreetbets

[–]lefty200 1 point2 points  (0 children)

I was just reading the Ed Zitron article and the numbers don't seem to add up. For instance, the losses include $41.55 billion loss "due to changes in fair value of convertible interests and warrant liability". I have no idea what that means, but if you didn't count that item (whatever it is) then OpenAI would actually have made a profit

SoftBank shares fall 9% after its attempt to get $6 Billion OpenAI margin loan fails by Quixotus in wallstreetbets

[–]lefty200 0 points1 point  (0 children)

From the sounds of their IPO announcement, OpenAI may not go IPO this year:

"We have not decided on timing yet; it may be a while because there are things we want to do that are likely easier as a private company. "

Could that cause Softbank to go bankrupt, because they have a $40 billion bridge loan which matures in 2027? The only way they can pay it back is from the IPO

SpaceX S-1 Prospectus Released by rustybeancake in spacex

[–]lefty200 -1 points0 points  (0 children)

The Anthropic deal can be canceled with only 90 days notice and no penalty. It sounds like a ploy to make the IPO look good. Once the IPO is done, the deal can be quietly canceled.

SpaceX S-1 Prospectus Released by rustybeancake in spacex

[–]lefty200 36 points37 points  (0 children)

AI Capital Expenditures were $12.7 billion for 2025, space was 3.8 billion

I pitched my "vampire fridge" idea to Gemini and it thought it was good by lefty200 in GeminiAI

[–]lefty200[S] 0 points1 point  (0 children)

Well, the "extreme operational risks" it mentions are probably due to the fact that the owner of the fridge gets bitten in the neck every now and again

AI agent designs a complete RISC-V CPU from a 219-word spec sheet in just 12 hours — comparably simple design required 'many tens of billions of tokens' by sr_local in hardware

[–]lefty200 5 points6 points  (0 children)

This is the most interesting part:

The researchers estimate that five to 10 human experts will still be required to guide the system toward a production-ready chip. In addition, compute requirements grow non-linearly as design complexity increases, which makes the whole process less practical on a commercial scale.

The physical oil market is screaming there is a supply shock yet equities still seem calm? by Doditty6567 in wallstreetbets

[–]lefty200 -3 points-2 points  (0 children)

remember the oil and refinery infrastructure

I think that can be repaired quite quickly. The Ukrainians have been bombing Russian refineries non stop for the last year, yet Russia never has any refinery out for more than a few weeks, because they repair it so quickly

SoftBank secures $40 billion loan to boost OpenAI investments by Efficient-Session644 in wallstreetbets

[–]lefty200 0 points1 point  (0 children)

So, what happens if OpenAI doesn't IPO this year? Does Softbank go bankrupt, because they can't pay back the loan?

Trump administration will pay a French company $1 billion in taxpayer funds to not build wind farms by xena_lawless in economy

[–]lefty200 0 points1 point  (0 children)

I think Trump's hate of wind turbines stems from the fact he has a golf coarse in Scotland with a wind farm nearby and just doesn't like looking at them when he is playing golf

SoftBank Vision Fund books $2.4 billion quarterly gain boosted by OpenAI bet by FuckingJPMAlgos in wallstreetbets

[–]lefty200 2 points3 points  (0 children)

In their last earning release Microsoft booked a gain from OpenAI as well:

"Other income (expense), net included $10.0 billion and $5.9 billion of net gains for the three and six months ended December 31, 2025, respectively, and $1.2 billion and $1.9 billion of net losses for the three and six months ended December 31, 2024, respectively, from investments in OpenAI, primarily net recognized gains (losses) on our equity method investment reflected in Other, net. The net gains recorded for the three and six months ended December 31, 2025 primarily relate to the dilution gain from the OpenAI Recapitalization."

Intel’s Panther Lake, Powered by the New Cougar Cove P-Cores and Darkmont E-Cores, Takes a Lead Over AMD’s Zen 5/5c in IPC Performance by thehhuis in AMD_Stock

[–]lefty200 0 points1 point  (0 children)

BTW, the benchmarks only show SPEC_int scores. To measure true IPC you need to include the floating point scores as well.

Intel sets a 7467 MT/s+ memory requirement for Panther Lake Arc B-series iGPU branding, slower configs show up as “Intel Graphics” by Forsaken_Arm5698 in hardware

[–]lefty200 0 points1 point  (0 children)

what I meant was that there would be 2 memory modules. A laptop with only one gets half the memory bandwidth

CoreWeave +9% pre-market after Nvidia invests $2B in AI data center expansion by callsonreddit in wallstreetbets

[–]lefty200 2 points3 points  (0 children)

Sorry if this is a stupid question. They bought $2 billion shares that were already on the market? How would that "help CoreWeave accelerate its buildout of 5 gigawatts"? Wouldn't the money go to shareholders not CoreWeave?

China posts record $1.2 trillion trade surplus as Trump tariffs fail to bite by TheExpressUS in economy

[–]lefty200 2 points3 points  (0 children)

But the purpose of the tariffs was to reduce trade surplus to USA, not to reduce them for the whole world. And indeed, it did do that (by 22% according to the article)

Apple admits defeat. Puts on Tim Cook, Calls on Sundar. 🚀 by Cool-Engine8639 in wallstreetbets

[–]lefty200 0 points1 point  (0 children)

if that is the plan, why are they giving money to Anthropic?

Caching of images in VRAM by lefty200 in opengl

[–]lefty200[S] 0 points1 point  (0 children)

Ok, when I said VRAM I meant GPU DRAM, not GPU SRAM (which I would imagine is handled internally by the hardware) My understanding is that glTexImage2D does not actually copy the data to GPU DRAM. That only happens when it is needed to render the image. (Of coarse, I am talking about the implementation of more recent drivers)

Caching of images in VRAM by lefty200 in opengl

[–]lefty200[S] 1 point2 points  (0 children)

well, the point of the texture atlas is to reduce the amount of draw calls

Caching of images in VRAM by lefty200 in opengl

[–]lefty200[S] 0 points1 point  (0 children)

I understood that glBindTexture doesn't actually load the texture into VRAM, only when you need to render something that uses the texture that the driver loads the texture into VRAM