216 comments

[ 3.0 ms ] story [ 242 ms ] thread
Does Altman want to build specialized AI chips?

Can he compete against Nvidia?

Yes, he wants to build specialized chips. He doesn't need to compete against nvidia. The market size is growing so quickly nvidia has trouble meeting demand. And it looks like the deals he's making are from folks who want their own supply that is less subject to US control.

The scale and scope of what's being described seems outlandish, I think $150B would probably be enough to at least get started. that should get you two plants in a country more amenable to building and running a chip facility than the US, plus a hardware design team (to make AltmanTPU v1), a software design team (to make ATPU work with pytorch), and the business side of things.

I don't see these things being sold commercial, it's more like airplanes- a few big players put up the capital to fund the construction of large batches and then get dibs on the first good volume runs.

I think the real question here is what will ASML's involvement be, what process and design will the TPU have, what will the computational infrastructure surrounding the TPU look like, and how we are going to plumb all the necessary power to the TPU farms.

  The scale and scope of what's being described seems outlandish, I think $150B would probably be enough to at least get started. that should get you two plants in a country more amenable to building and running a chip facility than the US, plus a hardware design team (to make AltmanTPU v1), a software design team (to make ATPU work with pytorch), and the business side of things.
Ask Intel if they can just throw money at advanced chip node manufacturing. The only company that is able to do 3nm at scale with good yield is TSMC. Even at 5nm, Intel and Samsung aren't competitive.
NVidia can't keep up with demand because ASML and TSMC have huge backlogs. Unless you can just buy up a competitor's slot in the queue, you are left with re-building an infrastructure pipeline that has been developed over decades.
And if they want it outside of US control, they can't involve either ASML or TSMC (or convince both companies that they can live under US sanctions).
Two answers, each 100%.

It is known very long time, that specialized AI chips are more efficient than GPUs, even when we talk about Tensor cores, because GPU is not only Tensor cores, they MUST include ramdac, all other video stuff, and network for fast communications of all this stuff, which is not of need for AI chip.

Before Tensor cores, benchmarks was about 4 times against GPUs, now better but still significant lag.

If there was that large of a market for it why wouldn’t existing suppliers just scale their production?
Probably not just about scaling, if I had to guess his approach probably takes revisiting first principles, something that has time and time again proven incredibly difficult for incumbent players to do for a myriad of reasons spanning lack of will to capital constraints to lack of know-how.
Presumably that's already happened if they know the cost of implementing it?
Indeed. I would also presume that they have a sense of what to build if they are out pitching for how to build. Pure speculation on my part: I suppose if our presumptions are right, it's somewhat akin to Tesla when it first entered the automotive industry. If I was Sam I suppose some version of that is what I'd be out pitching. (first principle is maybe a stretch with Tesla, but you catch my drift)
Nvidia, sure. But you’ve got deep pockets companies like Amazon, Google, and Meta that don’t have a current hardware income stream to protect and have a valid business outcome that would justify the eye-watering investment that is required. Said companies have a good talent pipeline and enough prestige that they can spin up an entire business unit to work on it.
This is not going to age well. The current round of AI accelerators are going to flop hard because there is a deep hardware software mismatch. All the accelerators target GEMM and CONV, and get bottlenecked when most of the other extremely common tensor operators get mixed in. It turns out that Nvidia GPUs are already pretty close to the ideal type of chip you need to execute models people actually want to use.

Nobody in the AI chip hypespace seems to understand this, it’s just stupid money running around trying to eat Nvidia’s margins. Sam Altman understands this less than plenty of people.

It’s becoming harder for me to see him as anything besides someone who is very talented at growing power, but not much else. Perhaps he will succeed in misallocating a trillion dollars along the way.

Doesn't nvidia have huge margins? so if someone just makes a clone of the nvidia gpu then it can erode their margins and drive down the cost of compute
Agreed. commoditizing the complement of OpenAIs models.
Competitors don't have access to the process node. You'll get competitors, but they won't be as fast or able to run the latest models. That means they'll compete with older versions of NVIDIA's chips.
AMD will succeed at this as long as they keep it together.
Everytime I'm tempted to think software is easy compared to hardware, I just remember that AMD is leaving about a trillion dollars worth of market cap on the table, because they haven't figured out a good alternative to CUDA.
Fred Brooks wrote in The Mythical Man-Month that it's harder (more time-consuming) to produce the software that corresponds to a given hardware. In 1975.
Hardware was much simpler and less complex then than now. I wonder how or if that's changed by going from hundreds or thousands of transistors to billions.
They are definetly putting a lot of effort into ROCm & HIP, but definetly accelerating.

ROCm 6 was out Dec 16 (2023), 5.5 was May (2023). 5 was Feb 10 (2022). 4 was Dec 19 (2020)

This has been my perception of AMD for the past 20 years. First against Intel, then ARM, now NVIDIA. "If only ..."
They’ll need to either reverse engineer CUDA or incentivize reimplementation of everything out there to use ROCm/OpenCL and forgo all the work load optimization done for Nvidia GPUs. I think that’s a non trivial moat.
The real bitch is you also need to replicate both the software and convince some large projects (eg, pytorch) to use and support your implementation, and it’s just all rough, very complicated, very fine-grained stuff. The hurdles here are very high.

And if you fuck that part up in any one of a dozen places, no one will use it, because the adoption cost is too high, or your implementation was 20% slower and so everything costs 20% more to use and no one uses it.

This is why you see things like TPUs never really damage NVIDIA, but why basically everyone is focused on open standards and open software. Basically the entire tech industry is using this approach as a way to slowly peel away the layers of this software until enough has been removed that NVIDIA can no longer use it as a moat.

While I doubt OpenAI will be a good fit for semiconductors, my understanding is PyTorch and TensorFlow have been really good at embracing new accelerators, largely due to XLA.

PyTorch, TF, and JAX work great on TPUs. Adoption is low bc they are not really available outside the Google cloud.

I mean, it took almost a decade to get there.
Right, but that was for XLA no? I think (not an expert) that it compiles code from franeworks into a lower-level IR.

That's gotta be way easier, no?

AWS uses tricks to accelerate PyTorch with Inferentia/Trainium. Haven’t used it, but I have tried the equivalent for Apple silicon and rage quit after wasting half a day.
If you are going to go vertical then do it properly.

OpenAI could just build their own framework for internal use that works well on their silicon (see Jax+tpu)

Their starting point? Triton plus some triton libs. Jax chipped away at TF like this, and no reason why Triton can’t do the same to PyTorch.

Accelerators have nothing to do with it as we're mostly memory bound by HBM <> SRAM data transfer rather than compute bound.
It depends. Right now once we hit 6-8 bit precision inference, H100s/A100s are not memory-bound, but compute-bound.
It'll help, but GPU crunch isn't caused by people running 6-8bit inference on a single card, but by all the large scale pre-training + fine-tuning runs.
Can you link to an actual performance analysis on this?
Easy. I made tests on desktop core i7-7700 with 64G DDR4-2400. And I've tested 13B..30B..70B models on it, and you may imagine, how easy to manage how many CPU cores used.

Answer is - it is really works, but slow (about 0.5..1 tokens per second, with near 100% CPU usage).

i7-7700 is good weighted machine, but before I few times achieved memory speed bounds with highly optimized software. And it looks very different. When use all cores, I got somewhere about 50% of CPU usage.

BTW Llama.CPU is very good software.

This is wrong, being memory bound or not has to do with the dimensions of the matrices being multiplied (if you’re on tensor cores). https://docs.nvidia.com/deeplearning/performance/dl-performa...

Some of the things being done to improve quality of 6-8 bit inference use extra compute and push it a little in the other direction but it’s still pretty memory intense until the batch size gets quite large

If I’m not mistaken, for parallel inference requests and for prompt preprocessing it’s compute bound.

Also, if you have just a single model you want to optimise (and not the training), you could build an array of asics that do specific matrix computations - then you don’t need to read weights from memory at all.

Ok I guess the team with the largest LLM workload in the world and billions in funding won't understand how to optimise a chip for the exact workload they have and near future ones.
Exactly. Present success means the ability to forecast what’s needed for future success — see the Pierce-Arrow Motor Car Company and their dominance in the market to this very day
This person is not saying success -> more success. I think they’re just pointing out that Altman is smart and is surrounded by smart people and a company that understands the demand because they make up the majority of the demand (and they have a strong thesis).
Is he raising for OpenAI or for another venture? If he is using deep knowledge from OpenAI to raise money for another venture, this sounds wrong.
He is rich and powerful, of course it isn’t wrong

/s

Or broke and powerful? Because of spending a fortune on WorldCoin, working at a nonprofit and heavily investing into early AI startups?
(comment deleted)
No way OpenAI makes up even a plurality of chip demand
Perhaps. I have no idea and am not purporting to know.
OpenAI not itself, but Microsoft is.

For 2022 and 2023, Microsoft bought a significant portion of NVIDIA's available hardware. They spent quite a bit of 2023 trying to figure out how to even power the multiple fleets of GPUs. Just now with the mild to expected wild adoption of Azure OpenAI are they getting around to servicing all their (potential) customers.

[citation needed]

Seriously, this is am outlandish claim just from looking at Microsoft and Nvidias market cap.

I am sure that Microsoft is gonna be one of Nvidias largest customers, but I sincerely doubt it's even a double digit percentage of their revenue.

All of this is public information, its estimated Microsoft bought ~150k H100s from old reports, we also know today that Meta actually bought 500k units

To reach double digit revenue of NVIDIA's 2023 at $26.97 billion, you'd only need to hit ~$2.7B in sales.

H100's are priced anywhere between $20k - $35k, so required to purchase ~77k - ~135k units.

That is singularly H100s, Microsoft also offers lower compute, and they have the rest of Azure to service with a variety of solutions.

Being at #1 or #2 market cap worldwide is not a farfetched position to be a significant controller of chips, especially since they directly work in the space as a platform.

This ignores Google's in house chips and their internal usage. They've been at this much longer. I doubt we have the visibility to know how they compare in terms of available flops and the unit costs
> They've been at this much longer.

.. but is that true?

MSR has been putting out research in all derivatives of modern large neural network architectures (NLP, CV, etc.) for the same amount of time that Google has. If there was a drift between timelines, its not large IMO.

What you could argue is that Google historically was more successful in their research outputs.

However, historical consumption of resources may not compare to current resources consumption.

> I doubt we have the visibility to know how they compare in terms of available flops and the unit costs

Completely agreed, unfortunately, this is all guesswork at best

Can you elaborate on this? Per ChatGPT:

> Using Pierce-Arrow Motor Car Company as an example of such success is historically inaccurate. Pierce-Arrow was an American automobile manufacturer based in Buffalo, New York, which was known for producing luxury cars. It was indeed a dominant and prestigious brand in the early 20th century. However, the company did not manage to maintain its success and ultimately failed to adapt to changing market conditions. It faced financial difficulties during the Great Depression and eventually went bankrupt in 1938. Pierce-Arrow's inability to forecast and adapt to the economic changes and shifts in consumer preferences of the time led to its decline.

From the very answer ChatGPT gave you, it's evident that GP is saying that current success does not imply future success, using that company as an example. What needs elaboration?
It's pretty clear he is trying to make the opposite point, see "dominance in this market to this very day"
The workload they have is already optimized for something like an Nvidia GPU.
I apologise if my response was a little snarky.

Even granted that OpenAI are not able to build a chip that is competitive with NVidia's latest GPUs for running LLMs right away (which is an opinion - not backed by any direct evidence, but I agree that it is plausible as they are going up against a lot of prior R&D) is it not possible that:

a) The unit economics could be so much better that the result is still a major win, e.g. 50% of the performance at 20% of the price.

b) OpenAI is decoupled from existing supply constraints and is able to grow faster and deliver more value. A "worse" chip that you can actually get (in insane volume) may be strategically better than a "superior" chip that is limiting your growth.

c) That the plan might include some elements you are not expecting - at the $trillions investment level they might be looking at doing some surprising things e.g. (I am just making this up but there are a lot of possibilities) buy a memory manufacturer and work directly on increasing memory bandwidth.

From a lay observer point of view of the semiconductor industry of the last two decades, it seems entirely implausible they could do that quickly without just buying a company that was already working on it. And then, unless that company was big enough to already have a significant defensive patent portfolio, it's likely their efforts would be stymied in court for years if it was remotely successful.

The idea that even with expertise, the wins would be so much over what other companies that have hired/bought these companies have been designing for the last 10 years based on very similar requirements (the ones that wrote so much of the foundational research) also seems implausible.

c) It's not actually possible to plan investments at that level with anything more than a very vague direction you're aiming. If it is long term, then everything is changing in unpredictable ways before you get even 25% there, but if you throw so much money at the problem in order to try to solve it much more quickly you are disrupting global economic and geopolitical forces in ways that also can't be planned for.

"50% of the performance at 20% of the price" is wildly implausible even if you can somehow start fabbing perfect chips for openai's workloads tomorrow. Especially if they don't have access to the fabrication processes that nvidia, amd etc are using, since more modern (read: expensive) processes reduce power draw and enable higher clocks. 80% of nv's datacenter die space is not wasted, not close to that much.

It seems more likely to me they'd get 20% of the performance at 50% of the price, and that might still work out for them if it allows them to scale faster without being bottlenecked on supply of existing GPUs. But there's no magic bullet here.

They also still need to source a bunch of other stuff, like RAM, even if they can source their own processors.

Nobody is able to build a chip that is competitive with NVidia's latest GPUs, not even AMD who would be next in line. Look at Google's TPU for a glimpse at a likely outcome of such an endeavor.

What it tells me is that Altman seems to believe that OpenAI can only make the next step if they can throw even more compute at the problem but that that isn't feasible at today's prices.

(comment deleted)
Correct. They're an LLM team, not chip designers.
"I know how machine learning and statistical computing works, therefore I am an expert in hardware design" fallacy.
I am guessing an incredibly talented team that is incredibly networked and incredibly well funded and proven agile in the tech hub of the world can find hardware experts. Don’t know why anyone would bet against that.
We would have heard if they had hired/bought the size of team necessary to design a system large enough to be a significant impact. Modern (eve sub 28nm much less 2nm) design is hugely complex and the range of things that an AI compute engine needs to do are very broad.

Perhaps they could design a core and license it out? I'm trying to come up with a way they can do something significant without 100 people. Just the memory and serial connections are complex enough ignoring the GPU or heat/power issues.

It took apple like 10 years to go from their first chips to actually using them in laptops, and they are literally the most well capitalized company on the planet. Sorry if I'm skeptical that some relative up starts with a billion in compute from Microsoft can compete with trillion dollar companies that have been around for decades.
I wouldn't bet against it but that approach has a remarkably low rate of success. We hear about the winners - survivorship bias is real.
Nobody can even define what AI is, why we need it, or how to achieve it. Usually it makes sense to seek funding to execute on a plan. Making a fancy chat bot that scrapes the web to synthesize sometimes accurate and sometimes useful information is not worth trillions of dollars.

What is essentially happening in my opinion is technical innovation has slowed so silicon valley is seeking money to prop up a house of cards that doesn't make much new that is useful or needed.

Can anyone specifically say what trillions of dollars invested in "AI" would buy for society?

It seems to me there are so many higher priorities.

> "I know how machine learning and statistical computing works, therefore I am an expert in hardware design" fallacy.

A typical case of engineer's disease.

Said the horse factory when automobiles were being built.
I don't remember LLM's claiming to replace GPU's. This is more like arguing with a landowner why your assembly line is so innovative and needs to be built on their land for free. They need the land, the land doesn't necessarily need them yet.
Absolutely terrible analogy.
A LLM might "believe" that horses are built in factories.
Pullman Company will disagree with you.
Yeah, it's not even like they're running the datacenters where the training and tuning are happening. I would hope some of the people understand what current compute requirements are and perhaps they know better than most what future requirements will be. However, MS has been doing most of the backend for OpenAI and they've been in discussions with actual silicon architecture people (not just NVidia), but those are the folks who would do any implementation.

Perhaps they'll pull off an Apple (for ARM) and do their own architecture (either for training/tuning or inference) that will have a significant effect on the industry, but it seems unlikely. They haven't hired the right people.

The real advantage they might have is insight into how the algorithms can be adapted to reduce power consumption/latency while improving performance. It would seem odd to me, if there weren't more than an order of magnitude in new algorithms for LLMs. You're not going to get 10x the transistors or speed from silicon, but you might get an efficient architecture for a significant algorithmic improvement (that might not just be CUDA).

How about something along the lines of AWS and their Graviton?
Graviton - you mean the poorly performing solution that only has a space in the market because amazon sells it as a subsidized cost as part of a larger effort to put pricing pressure on amd/intel? That Graviton?
Was Google a chip designer before the first TPU?
Yes. Google had a number of chip products before that. Some made it to A1 and worked. Just cause they don’t advertise it doesn’t make it not so.
> Yes. Google had a number of chip products before that.

Is that true? I can't find anything suggesting it is. In fact, the little I can find suggests you are incorrect. I'll link them for the sake of referencing sources but they're both pretty awful ad-ridden sites...

A 2016 Tech Radar interview [0] with Norm Jouppi has him quoted as saying:

> [The] Tensor Processing Unit (TPU) is our first custom accelerator ASIC [application-specific integrated circuit] for machine learning [ML], and it fits in the same footprint as a hard drive.

And a 2023 Tom's hardware post [1] begins:

> Google has made significant progress in its endeavor to develop its own data center chips, according to a new report. The Information says that a key milestone has just been reached, which means that Google can plan to roll out server systems powered by the new chips starting from 2025.This is not the first processor that Google has successfully put through R&D - the company has previously made an ASIC for servers and an SoC for mobile devices. The search giant started using its internally developed Tensor Processing Unit (TPU) as far back as 2015.

[0]: https://www.techradar.com/news/computing-components/processo...

[1]: https://www.tomshardware.com/news/google-reaches-self-develo...

I guess it depends on what you are defining as a chip and what you are defining as "Google" -- as in if they have contractors design/build to their needs does that count.

1/ https://www.wired.com/2012/03/google-microsoft-network-gear/

2/ I believe they had a few custom chips designed for the youtube workloads that predate the TPU.

I remember in 2010 there was a building in MV that focused on custom chips.

While vertical integration is a great boon for a company, it's hard to pull off. Being an expert in industry X doesn't mean you'll do great in industry Y, even if they are complementary.

Training and designing LLMs doesn't mean you understand the semiconductors business.

Vertical Integration? It may not be an OpenAI project, going by the reporting when he was ousted. I wont be surprised if the plans are for a Muskian incestuous/I-swear-its-not-self-dealing setup, wirh Altman being the CEO of both entities
It makes sense to ASIC-ify the thing to get lower latencies and make the whole thing cheaper, so MS can run GPT-(n+1) cheaper. But this bet only pays off if the LLM industry gets into the mature stage where costs dominate, not innovation.
It is always a weird take, it happens with Elon Musk all of the time too. Clearly, some people believe they should both be consulting hacker news before making any decisions, because we know better.
There are probably a lot of optimizations in the silicone and software to find. It's not necessarily obvious what corners can get cut or where, the tradeoffs of tapping out new chips is worth it. Yet Another Matrix Multiplication Chip is not going to set the world on fire. Nvidia has that market pretty well captured.

But perhaps it turns out that subnets can be trained independently or swapped with semantically equivalent but qualitatively different ones. The routing network would effectively "Standardize" and could in principle be well enough understood to "hand optimize" the routing network into hardware. Or maybe back propagation has some novel physical analogue that can be exploited in scales we can access. The real question is if Altman is capable of finding the right path in the notoriously dead end filled field of chip design. His backing of helion [1] didn't bode well in my view. But with enough R&D maybe he will flail into something useful trillions is enough for a lot of flailing.

[1] https://youtu.be/3vUPhsFoniw Edit: more derisive link

> Perhaps he will succeed in misallocating a trillion dollars along the way.

Must be really hard, being only a half-billionaire and trying to keep up with Elon's "success"...

Could it be that for today's workloads are perfect for Nvidia GPUs? Not because it is an ideal chip, but rather because of the availability of them, the current workloads are made to take advantage of Nvidia GPUs' architecture.
What they are highly optimized for is mixed-precision GEMM (like all other accelerator manufacturers). What distinguishes Nvidia for now (imo) is that CUDA cores are also quite good at normal code (with control flow etc). I used to think that being close to optimal in one of them would contradict being close to optimal in the other but it turns out they share a lot of resources (SRAM) and the overhead in chip surface if one or the other is laying dormant seems negligible. I'm pretty sure that AMD et al will be sufficiently successful at blatantly copying the CUDA API that we will see serious competition in the next years. The bigger source of uncertainty might actually be fabbing capacity.

I find it hard to argue that this mode supports a 1.7T valuation. I find it hard to believe that for a couple of billions + TSMC credits no one would be able to recreate the CUDA ecosystem + hardware in the medium term.

The scale of this should tell us it's not just about building an alternative to Nvidia.

$7 trillion is like adding TSMC, Intel and AMD together, and multiplying that combination by seven.

This is about sheer capacity, not just circumventing CUDA.

(comment deleted)
Why not just give like a fraction of that to NVidia and tell them "make us more please, we will buy in bulk"?
Most of the workloads have not yet caught up with Nvidia Hopper optimizations. The key are the Tensor Cores.

Google came up with the TPU (2015) for GEMM. Nvidia just took the idea and ran with it (Turing 2018). So it wasn't that Nvidia had a head start on this.

Now Nvidia Hopper is ahead of everybody else by far. They have things like async memory management for the tensor cores (Tensor Memory Accelerator), mixed precission, and even FP8 support.

Most of the software out there has not yet caught up with that. And even Nvidia's own Tensor Engine software is not making the best use of it (Microsoft Research October 2023, backward pass and cross-device communication).

Last year FlashAttention was a game changer for performance by doing memory load optimizations. Nobody was optimizing properly for Nvidia in Transformer models.

Systolic arrays for matrix multiplication go back farther than TPU.
"The current round" of AI accelerators you are referring to are things that were designed 2015-2022; There are a number of startups (including my own) that are actually designing for the real bottlenecks that differentiate Transformers (plus SSMs and other emerging architectures) from "old" CNNs, RNNs, etc.

Obviously I think my company is doing this in an unique and "correct" way, but I know of half a dozen other companies founded in the past ~18 months that are focused on the memory capacity and bandwidth bottlenecks that exist... the massive failures of the previous decade do not mean that they are going to be repeated.

Is there any startup which is ready to compete with this: https://www.redsharknews.com/nvidia-wants-to-increase-comput... ?
It is known for electronics designers, that specialized circuits outperforms GPUs for few times.

Before appear Tensor cores, GPUs was about 4 times worse (speed, power consumption).

With Tensor cores, GPUs become better, but they still need to carry video hardware (ramdac, video connectors, 3D processing units, network to connect all this stuff), so they still late.

Really GPUs are interest just because current AI applications are not achieve enough revenue to pay for large scale production of special chips.

I don't know, if Altman have something Big to get revenue to pay for special chips.

Exists speculations that GPT-5 will be enough to replace human at work. If this is real, AI chips will be worth it.

We are indeed talking about a 10^6 factor here ... It's not just 10x or 100x, or even 1000x ... If NVIDIA strips away everything not required from their chips, adds more SDRAM and HBM, it won't improve performance by 100x, maybe they'll make it 10x-15x with this. But they claim they are going to achieve a 10^6x improvement in performance. Even if they end up delivering an ARM-compatible CPU with built-in Tensor core, built-in HBM, and vast SDRAM, without DDR RAM at all, how fast can it be? This promise of 10^6x performance improve is a paradigm shift. They know something that we are not. Or they are just bluffing.
> But they claim they are going to achieve a 10^6x

Classics of management, to ask people more then they could, and they will do most possible, so I don't bother much on such claims.

And also this is teambuilding bs, to motivate people claiming impossible targets.

Will see, how Jensen Huang will use all his diplomatic skills and rhetoric art, to round corners, when become clear, that claimed things impossible.

And this is not first time, such things happen, there are near infinite number of examples. I just few days ago read about IBM 7030 fail, which delivered ~1/10 of claimed, and yesterday people remembered me about Itanium and i960.

Exists one important thing, many people don't aware of. When some good smart team (business or not it is not much important), focus on some task and have corresponding resources, it really could make things, impossible for universal team, targeted for some wide outcome.

What I see, NVIDIA is good, strong team, they bet very high stakes, when made great acquisitions in 2000s and they won. But NVIDIA made wide targeted product, they cannot made very narrow focus on just neural net. So it is possible to make NN product better then NVIDIA.

Real question is to predict, if Altman team could achieve so good economy, to pay expenses for hardware development.

For about tech questions you asked. You asked right questions, but you missing context.

What really main bottlenecks of NN hardware are neither number crunching, nor memory.

Real bottleneck is that GPT-2 is may be last LLM for which was possible train on one machine (even on one card).

About GPT-3 usually people said about 32-GPUs installations (possible to install into one machine), for GPT-4 scale said about clouds.

And modern clouds are NUMA beasts. I could say, modern clouds networking is slow, but it is not right words, as they are slow as hell.

What all these mean, NN are good target for parallel processing in clouds, but not good enough. Real benchmarks said, mentioned 32-cards machine is about 10 times faster than 1 card with such amount of memory, and when on GPT-4 things scaled, benchmarks become much worse. So, just improve network to move bottleneck to something else and will got additional 50-100x improve.

And with good team of AI scientists, it is more real to make special hardware network for NN processing, or to tune algorithms, than with team of GPU video processing specialized team.

> GPT-2 is may be last LLM

This is not true. You have tones of models those are even better than GPT-3.5 and really close in performance to GPT-4 and you still can train them on a single GPU with 24GB video memory. There is a hint at yet better models published last year which you can train on a single GPU and have a model comparable in performance to LLaMA2 34B. The horizontal scaling which you appeal here, may fit into 10^6 performance increase, but in general I expect single node to be at least 1000 times faster than now. And it is totally feasible that you can't scale with 0.99 vertically and of course not horizontally, but I honestly expect the scaling per GPU get better than 0.75 in next 5 years.

> you still can train them on a single GPU with 24GB video memory

It depends, on what target. For pure science (or for enjoy), I could train GPT-4 class model on C64, but this method will not fit on concurrent market, where need fast check hypotheses and fast deliver tuned models.

- Concurrent market is very sensitive for speed - for example, if MS present something on December 10, Google after New Year should present not equal, but significantly better, to just appear equal for customers.

So, horizontal scale is a must, not just my wish, even when speed increase is far from linear.

> I honestly expect the scaling per GPU get better than 0.75 in next 5 years

Could you give explanation, or even speculations, how this is possible, when we already hit Silicone limits (about 5GHz core, 1nm, etc)?

> Could you give explanation, or even speculations, how this is possible

Nope. But i'm so desperate to give you a hint right now, it is almost impossible to hold myself... Stop looking into horizontal scalability. The vertical one is not exhausted yet. Btw that was not the hint.

> Stop looking into horizontal scalability.

Sure. B-747 officially need about 700 man-years so assemble, lets make them with small but highly motivated teams, with classics 3 pizza rule, world will wait :)

BTW I was not joking, when said about train LLM on C64. I lot of time seen scientists, who run their tasks on desktop, waiting days or even weeks for results. But they usually have reasons for such behavior, for example, to keep secret from colleagues, on what working now and what calculations show. Or to run something so original, that tops not happy to see on special numbers crunching machine.
Will your arch work for SSMs?
Yes; Mamba was a very easy match, with Hyena also being a good match, but could be greatly optimized with some minimal changes to the model architecture or hardware design.
What can you actually do hardware wise with memory bottleneck except for use faster memory?
(comment deleted)
NVIDIAs margin is someone's money. I wouldn't say they don't understand it. I would say they need a good enough competition to get the margin down.

E.g. FB saying they want to buy 350k H100. That's just a whopping $14B price tag. With a >85% profit margin. While a fab is $20B.

Trillion? Sounds like anchoring to me. Nvidia has a market cap of $1.7T. You could literally buy NVIDIA for that. I read that as "a billion won't cut it, we need quite a few billions".

But it's not unreasonable that those hyperscalers throw in a few billion each.

Usually it's horrible business not to be best (see Intel/AMD). Because the margins are at the top. In this case though they want a whole range of products to go down in margin. Even a slightly worse chip might be worth it if it comes at a significant cost reduction. Especially if the optimal design is known!

In a sense the whole thing can fail at reaching the top or making lots of money and still succeed in bringing total cost down, potentially by 50% or more.

As far as I know Sam has no technical expertise besides taking money from other non experts who happen to be rich. It is unclear to me why existing GPU manufacturers are not up to the challenge of meeting the needs of "AI" software as you said.
> OpenAI chief pursues investors including the U.A.E. for a project possibly requiring up to $7 trillion

7 Trillion? The U.A.E's GDP is only 509 Billion [1] ... Something seems off with those fundraising numbers

[1] https://en.wikipedia.org/wiki/Economy_of_the_United_Arab_Emi...

I doubt they would be the only investor.
You think multiple nation states will commit their entire GDP?
My mortgage was 3 times my gross household GDP.
Wait, you really think multiple nation states will commit their entire GDP?
A house is an asset which can be liquidated for ~the price of the note (black swan dependent).

Moonshot R&D has a long history of leaving unlucky investors bankrupt.

509 Billion here, 509 Billion there, soon you're talking real startup capital
Saudi Arabia's GDP is only 833 billion, but Saudi Aramco's market cap is 7.43 trillion.

This is just to show that GDP is not necessarily reflective of investment power.

> Saudi Arabia's GDP is only 833 billion, but Saudi Aramco's market cap is 7.43 trillion.

Wrong currency. Saudi Aramco's market cap is around 2T USD.

But in terms of investment power Saudi Arabia's Sovereign Wealth Fund seems more relevant & that is only 776 Billion

I don't think they would be willing to wipe off their entire economy, reserves and history (sort of) in exchange for some fancy chips that will go obsolete in a few years.
> including the scarcity of the pricey AI chips required to train large language models

They should focus on fixing that problem instead of creating more expensive chips. There should be at least a dozen start-ups working on just that

It’s hard not to see this as a bubble at this point. LLMs are useful, but are they bringing trillions in added value to our economy?
The valuations and money flowing around are not necessarily relevant to today, but say something about future expectations. I think that LLMs and other tools will bring trillions in added value eventually.

EDIT: Typo

Nvidia itself had a sky-high valuation for many years and still do. People were always expecting exponential growth to kick in and make it all add up. Looking at their profit charts, it's currently happening [1]

[1] https://valustox.com/NVDA

Sure, but the question is would OpenAI be around to see the investment bear fruit after such a spend? In the 90's infrastructure companies (you know, the 'rock solid' infra companies who were going to be around forever) spent billions to lay a lot of dark fiber that was to be the future of the Internet, went bankrupt during the dotcom bust and then Google and other Internet companies gobbled up said fiber at fire sale prices. Of course it was the future of the Internet... just not for them.

On second thought... go for it, Sam! I'm looking for some powerful AI hardware at great prices...

yeah timing is everything for an emerging company

the thing is you can't know if it's the right time, it's indeterminate. all you can do is go for it. usually the world will benefit, whether you win or lose

Language models are a path to Super Intelligence. Not the most efficient one, but it might be good enough to be able to brute force it.
Yes, whenever I see the word 'trillions' I instinctively know that it's some kind of scheme. Nothing and no industry on this planet requires a trillion dollars to build or will ever be worth a trillion dollars due to competition and the value that competition brings.

It's clearly a plot to put more control of world finances into the hands of the US. Nations should not expose themselves to such risks.

It probably costs a billion dollars to train a GPT4 successor. Might be 10B to train the next one. I mean it might require a million of $30k GPUs.
I think there might be some giga infrastructure projects, but we are not politically ready to invest in those. And by giga-projects I mean multiple continent spawning networks of actual high speed rail and power networks.
maybe trillions in potential savings to the financial elite. Who are all we need to convince to get this ball rolling, unfortunately. The bigger question is how much the governmental powers will fight against this.

though even trillions is an exaggeration here. If they all collectively had 10m employees making 100k on average for 10 years, we're an order of magnitude off.

The proposed investment is unfathomable. Multiple nation states would be required for such a sum. And for what exactly?

If the promise of AGI is true, then wouldn't we be able to ask it how to become more efficient? While it has taken millennia, mother nature has created an incredibly efficient mobile intelligence system. I struggle to understand how one could stake so much on the chance to replicate it.

Humanity can do better. Maybe not forever, but certainly for the moment.

I would rather we take care of our humans with the trillions rather than manifest a being that might eradicate or replace them
> I would rather we take care of our humans with the trillions rather than manifest a being that might eradicate or replace them

Quit it with the speciesism. How could you question the wisdom of aloof techie galaxy brains?

"according to people familiar with the matter" as a phrase makes me think there should be something for articles with that phrase, a law like Betteridge's, for example.
(comment deleted)
10 years and 7 trillions dollar later, someone comes up with much faster and smarter algorithm and make all that obsolete
Right. We should stop funding openai and wait for project to happen in 10 years.

Of course someone will make breakthroughs. Everyone stands on the shoulders of giants.

I feel like it's incredibly likely that we find an algorithm 100x as performant for less than 10 trillion dollars. I say that mostly because we built an algorithm playing around with math and plugging in different functions and it seems to work in a way that we fundamentally don't understand.

As evidence - if I learn a new game, like chess, my rate of mastery per game is going to be orders of magnitude higher than an AI (which will take millions or billions of training sessions). Granted my brain has more synapses than GPT4, but it's unclear how many of those I use playing chess (I wouldn't be surprised if it's less). And regardless I don't think that anybody's arguing that adding more layers accelerates training but rather increases the peak.

So perhaps a place to start is studying cases where AIs learn much slower than humans and trying to understand better algorithms of training/reinforcement that may come closer to what the human brain does.

True understanding will always topple these attempts at brute forcing our way through, but here we are. I really think we should focus on the science first, as you've hinted at, and these desperate pursuits for compute are making that ever more clear.
Yeah, your brain has been pre-trained over an incredibly long evolutionary period to be able to learn stuff efficiently.

We may eventually build machines that are able to do that, but it may well take us enormous amounts of "brute force" training in order to produce something that then no longer uses brute force to learn further.

As an analogy, look at the history of CPU design. The first CPUs have been designed manually, even "drawn" manually. Each generation of CPUs empowered engineers of the future generation to build more complex tasks because they could tap the computation power to assist them in the design and realization of the circuits.

Development is incremental.

Yes, sometimes you can come up with some new groundbreaking idea that will invalidate what's currently being worked on, but usually these ground breaking ideas come up later when the ground is fertile because you already live in the next generation.

I have no problem with Sam Altman burning some Arab cash and failing.
We already know that neural networks don't require the high precision of classical CPUs/Gpus. Photonics are many orders of magnitude more efficient at these imprecise matrix multiplications. And thanks to Hintons forward forward architecture there could be a direct implementation without too many photon electron bridges/clutches. If you know any company working on this please dm me, I'm willing to quit my job and to bet my life savings that it will indeed become a trillion dollar company in no time. When OpenAI is the new microsoft this will be the new Intel.
Microsoft, Google, Amazon, Meta are all building or using their in-house chips already and are working hard to replace Nvidia as much as they can, especially on the inferential side. OpenAI is basically doing similar things, nothing magic other than Altman wants to use his own chip design.

Further, on the hardware side, you have Nvidia, AMD, Intel that are competing fiercely.

OpenAI is already under attack from Meta and Google and who know how many LLM companies, while it's the first runner for now, that might change fast.

In the worst scenario, its LLM will become just one of a few in 2024, and its chip design will be a few years away if anything and might just turns out to be nothing, just look at Musk's Dojo AI chip, which started years ago and still he is buying Nvidia.

Keep acing at your LLM, and leverage Azure's platform for now, then also use some AWS to be safer. Forget about making your chip, it's too far away, and it's too crowded there and too late, you don't need to do everything to be successful, at least, no rush for that now.

Most of the companies trying to make their own chips will most likely fail. There are 15 year lead times at foundries and the equipment makers. TSM and ASML still retain almost global monopolies at what they do for a reason - it's highly highly specialized
Totally agree with this.

The current AI wave is creating a lot of financial incentive to find ways to speed this up though. Interested to see if there ends up being a way around the TSMC / ASML bottleneck.

Intel, considering their new partnership with an also-ran Taiwanese contract fab company, has a plausible play for competing with TSMC for leading edge manufacturing in the next few years.

Beyond all the existing scaling up started based on pandemic shortages, that's the only thing I've heard of that has a chance of making a dent within 5-10 years. Of course, all that already started scaling up might already be more than enough if you're not a true believer.

> There are 15 year lead times at foundries and the equipment makers.

This is a wild claim, can you explain? You are suggesting that a chip who's design is manufacturing ready today cant be built until 2039?

Does it mean he is creating another for-profit company in addition to the non-profit OpenAI? Would it (eventually) lead to a conflict of interests?
For context in WWII, industrial defense production reached 10% of GDP in the US.

World GDP is now $100T.

If the $5T is spent over 5 years, that's 1% of GDP — incredibly high, but within the realm of possibility if we become singularly focused on building out AI.

Maybe I'm crazy but GPT just does not seem compelling enough to command these kinds of insane moonshot capital expenditures. We're essentially betting on a breakthrough that might never come here.
We will find out soon enough - GPT5 should be out later this year.
I'm anticipating a disappointing run in with diminishing returns unless the approach changes radically.
1. We know they have more big breakthroughs already that have not been released. 2. We know the current tech can keep scaling. They have not hit a limit with the current approach yet.

Given gpt-4 is already ridiculously useful and we’ve barely scratched the surface, it makes complete sense to me. More capacity + faster gpt responses unlocks massive amounts of more potential/use cases.

Makes sense to commit 1% of the world’s total money? I don’t think so…

No one is even talking about these kind of figures being used for climate change, which is a far more pressing problem.

Climate change disaster timelines are longer than AI timelines.

Geometric growth doesn't feel like much until you slam into the wall.

> Climate change disaster timelines are longer than AI timelines.

Sure ... and we've already let Koch and Co. piss 50 years of lead time up against the wall since the first global recognition of the problem in the 1970s.

Now that it's starting to bite and properly ramp up there's far too many that are stretched out lizard like on Titanic deckchairs asking AI Jeeves for another drink.

The biggest contributor to climate change was widespread protests against nuclear power, which arrested what had been rapid growth in a safe non-CO2-emitting base load power source that could have replaced hydrocarbon generators within two generations.

The Green parties in Europe successfully stopped the expansion of every nuclear energy program in the EU. Greenpeace engaged in a number of terrorist attacks to sabotage nuclear energy.

Seems unlikely given the expansion in standard of living in developing countries, the use of fossil fuels in ICE's .. and elsewhere outside of power generation in the EU.

It's a factor, sure, but "biggest" .. not so much.

The rate of growth in nuclear power was putting on a trajectory to replace all or nearly all hydrocarbon based base load power sources. And it was political opposition to nuclear power that put a stop to that. No other factor comes close as a contributor to climate change in my estimation.

The transition from ICEs to electric battery cars is largely orthogonal to base load power, but even electric battery cars depend on a base load source, so the extent that CO2 emitting energy sources have been replaced by non-emitting ones is highly dependent on the base load sources.

I don't think you understand climate change timeliness if this is what you think.
Climate change will became very bad possibly as soon as 5-10 years. Widespread starvation, resource war, bad.

At the rate AI is accelerating we may not get even 3. It's the final force multiplier. If we end create runaway automation feedback loops, there may not be much of a recognizable planet left to have a climate in ten years. A spot of hull rust quickly consumes the entire ship once it takes root.

I grasp the looming disaster of climate-driven global collapse. We simply found a way to speedrun disaster even more efficiently.

I think you are overestimating its usefulness and underestimating how much the surface has been metaphorically breached.

Where's the killer app? The only one I can think of off hand is co-pilot and the reception I've seen is that it's pretty mid. Most of the proposed applications require human checking to get right which is a huge limitation to the adoption of these systems unless you accept a 3-5% error rate which is terrible. I've not met anyone who is interested in something like a book written using this thing and the main use case I've seen basically amounts to denial of service attacks with believable bullshit.

Frankly the only people I've seen who are super excited about this stuff are people in the field or the uninformed.

Not sure if you’re technical but the only thing I have to say to this is: Tinker with it yourself. Try different experiments. I’ve built a ton of tools at this point with AI, some have not been very useful in the end and others have made me significantly more productive and effective.

In terms of error rate: gpt 3.5 had a high hallucination rate that made use cases fairly narrow. It then got faster which opened up some more use cases. Then gpt 4 came out that had a significantly smaller hallucination rate which opened up a gigantic number of additional possibilities. And had a larger context window and output size that made it significantly more useful. Then it got faster with an even larger context size… each of these iterative improvements just continue to add more and more possibility in a gigantic range of cases that have literally never existed before.

I suspect you'd find relatively little of the world interested in such. There's no guarantee of anything. Sigmoid curves [1] are a thing that we've seen in just about every single neural network based system. And there seems to be a reasonable argument that that's what we're once again seeing here.

But even more importantly, it seems like the ultimate goal could be reasonably expected to drive large scale unemployment, with no clear replacement for such. Necessity is the mother of invention, but in this sort of scenario you're expecting kings of industry and politicians to put aside their greed and self interest for the sake of social good. The odds there are going to be overwhelmingly in favor of dystopia, which we substantially collectively sacrificed to achieve?

[1] - https://en.wikipedia.org/wiki/Sigmoid_function

That's a very different discussion!

If any discussion of AI build-out collapses to "Will AI lead to dystopia???", then we're not going to make much progress in discussing AI build-out.

Please, think of the infinite upside \s
> if we become singularly focused on building out AI.

I somehow doubt you can convince even half the liberal voterbase that that would be a good idea. let alone any of the conservative base. But I guess the US did manage to do that with the space race, so maybe the key is another cold war.

> I somehow doubt you can convince even half the liberal voterbase that that would be a good idea. let alone any of the conservative base.

Don't conservatives like capitalism and religion? Just get some polyamorous nerd to give a TED talk about how they're building God for real to serve the Titans of Industry. That should get the conservative voter base in line, right?

Also think how much GDP AGI and ASI can create.
for the low price of 7 trillion dollars you too can order from Grubhub and have it delivered to your door without the need for a single human! /s
How did Sam Altman manage to Tom-Sawyer this into a "we" project? He's an individual seeking to raise money for a private sector venture in order to bend the world to his will, which seems to be to create his own version of utopia. I don't think his world-bending has the public buy-in that WWII spending had -- he can't even articulate clearly what that utopia looks like or why he's so, so, so confident that we'll get there with this path.
I wonder if he's pitching fusion power and AI to the middle east as a post-peak oil hedge for their economies
So Altman really thinks the way to AGI, or at least an "AGI" he can sell to everyone is to brute force his way with LLMs eh?

Joking aside, I do think the US needs massive semiconductor investments in places that arent Taiwan. Ideally in the US itself, but anywhere further away from that geopolitical time bomb would be great.

It's a good thing the government just passed the CHIPS act to invest in domestic semiconductor production then
It passed a bit ago and nearly none of the funding has been actually given out. Fabs are already being delayed awaiting funds.
not to mention jobs failing to materialize, the actual processes in "new" fabs being legacy, and tsmc flat out pocketing the money by way of stock buybacks.
Industrial policy takes time.
Riding across North America in a covered wagon might not be the best way to do it, but if you're in 1800s and you're planning to wait on jet airplanes before you try, you're going to have bad time.
If you have the ability to raise trillions why do this. Why not get that money into tech to reduce global warming which is more of a threat than not having GPT 6 quadrillion parameter model or whatever.
> If you have the ability to raise trillions why do this.

I mean this should be obvious but the "ability to raise trillions" is because those people think they will get X returns on the money. Your "ability to raise trillions" will quickly evaporate if you offer to throw the money into a pit and set it on fire.

If national governments offered a $10T bounty for solving global warming, then sure, you could raise $1T to moonshot it... but there needs to be an incentive.

You'd think that "preventing a large chunk of the biosphere, especially the part with humans in it, from going FUBAR" would have enough financial incentives behind it as-is (after all, the human-part of the biosphere going FUBAR would just wreck the economy which in turn would lead to no profits to be had), especially with the promise of all the possible clean-tech stuff and innovation that would get birthed from the process of trying to solve climate change.

I suppose a big part of this is that the problem doesn't seem urgent enough that it would inspire this sort of ability to raise money.

That sounds like a valuable thing for a coalition of governments to put an enormous bounty on!

But it's a collective action problem and you're not going to accomplish anything by guilting investors into burning cash singlehandedly solving a tragedy of the commons.

it's a coordination problem. it's better for everyone if we do, but not any individual company, which is why the free market will never solve it
World GDP is >100T/year. US ~28T/year If it was so important and urgent in people's mind. They would have stop wasting electricity, eating so much beef, wearing fast fashion, driving gas guzzlers and in general consuming so much shit.
People would drive less if we didn't keep building everything to be only accessible via roads, would eat less beef if we didn't subsidize it, and would waste less electricity if carbon taxes made it cost the true amount. And it would feel less like a burden because everyone would be doing it too, so you don't have to put up with the unjustice of other people getting richer off your sacrifices.

While I'm all for trying to lower your individual consumption, asking everyone nicely to use less WILL NOT solve the problem, the same way asking companies to use less won't either.

This is a coordination problem and can only be solved by governmental action.

And the fun part is that there are many folks out there, that still argue that there's no need for climate regulation for example, because left to its own devices, the free market will do the "right thing." But clearly because of the tragedy of the commons and things such as the climate often being seen as an externality, you need something external like governmental regulation to make sure that the right thing is done.

Of course it doesn't help that governments tend to also be annoyingly inept at this, but at least they have more of a chance to get something done for this.

Global warming does indeed use a lot of money. But our glorious leaders have decided that they would rather use the money needed to save the planet for war. Sorry all, that's a vast sum of money, there's none left over to save humanity.
Sometimes incentives are aligned. Energy is big business. Free energy from the sun makes a lot of financial sense. The kink is storage. Everyone says Tesla is s battery company and in any case it is a very successful company. This ain’t pure hippie stuff.
You've got to love the bravado of rich men and how easily they can take other people's money and flush it down the drain
eh I think he just wants to go vertical, as his current moat is unstable.
Unstable? I don't see why people are still talking about OpenAI. Isn't the current consensus that Mixtral-whatever outperforms the OAI product while being runnable locally on your damn macbook?

They had an edge, they lost it, this is now desperate scrambling for cash

It's unlikely that anything beats GPT-4.5-base. Mistral is good but still far behind.
I'm curious to see which the market demands, the highest performance, the most cost efficient, or the best integrated llm?
Wow he really jumped into the deep end of the pool, and is about to find out how hard hardware is, let alone custom chips! Apple didn’t even attempt it until the not so distant past and it was still seen as incredibly risky for them. And they weren’t innovating a whole new ASIC and nascent industry at the same time.

He’s got guts, but does he really have enough relevant experience in hardware (the hardest parts of it too) to think this will be successful? Where is all the confidence coming from?

>Where is all the confidence coming from?

We already know it is possible. You just need to hire the right people.

Elon launched reusable rockets into space using the same philosophy. Jobs built a personal computer likewise.

Waiting for the movie. The Altman character is going to say,

A billion isn't cool. You know what's cool? A trillion.

How is this not a giant red flag that there is a massive fraud there?
It seems Altman is turning into a paperclip maximizer.
So maybe amounts loose their meaning when they become really big. And maybe this is a bit of: Hi mom. Will you invest 10 USD in my startup valued at 7 T USD. I am making an electronic god.

But 7 T usd is about 1/3 of the US GDP. That is another way of saying the value of 100 million Americans working for a full year.

It is really ridicolous.

sama thinks OpenAI will "capture the light cone of all future value in the universe" so betting now on 1/3 of US GDP is probably in his mind actually very conservative.

https://techcrunch.com/2019/05/18/sam-altmans-leap-of-faith/

I consider Altman to be a salesperson. Had his orb cryptocurrency project taken off instead of OpenAI then I imagine he would be touring the world with similar silly statements about the orb.

What I find amazing is that this stuff sells even though it is way beyond common sense and I am sure in couple of years will be subject to ridicule.

I knew the robot overlord was going to take our money in some ingenious way, the plot doesn't disappoint, we are just going to hand it over?