Lecture 2: The GPU Economy
In this second lecture, held on April 9, 2026, Brad Gerstner of Altimeter Capital and Sunny Madra of Nvidia (previously Groq) discuss the economics of GPUs and inference. Anything that is my personal opinion will be denoted with italics.
The main question for the lecture is fairly simple: how does the cost of inference keep falling when both model size and demand keep going up?
The GPU economy
Gerstner starts with a long-term view of technology. His slides show GDP per capita roughly doubling every 25 years, while technology’s share of GDP grows from about 5% in 1998 to an estimated 15% in 2030.
He also compares investment returns over the previous 15 years:
- Technology companies: about 15% per year
- Non-technology companies: about 6% per year
His point is that compute sits at the root of these changes. Most of the gap between tech and non-tech appeared after 2020. I have a hard time seeing this as a compute story and not a market run up that has little to do with value….but whatevs
Gerstner then introduces Madra, describing him as a founder who keeps getting acquired by larger companies. Madra was president of Groq before joining Nvidia.
How Groq works
Groq founder Jonathan Ross previously worked at Google, where he helped develop the company’s Tensor Processing Unit (TPU).
Madra describes Groq’s chip as a deterministic dataflow system. A compiler decides where the calculations will happen before the program runs. This is useful for large language models because generating tokens requires quite a bit of math.
The amount of work needed to generate one token depends partly on the number of parameters in the model and the amount of context it must process.
Prefill and decode are different problems
Madra separates inference into two parts:
- Prefill processes the prompt and its context.
- Decode generates the response one token at a time.
These operations put different demands on the hardware. Madra says it could make sense to use different machines for each one.
Groq’s design has a large amount of SRAM, which is fast memory located directly on the chip. Nvidia has a wider collection of chips and systems designed to work together. Madra also discusses NVLink Fusion, which allows custom processors to connect to Nvidia’s systems.
In the example he gives, combining the two approaches can generate 2.5 times as many tokens using the same amount of electricity.
Will inference keep getting cheaper?
Gerstner asks what will push the unit cost of inference down. Madra gives three answers:
- Improvements in the supply chain
- Work by hardware and systems engineers
- Power
Lithography, the process used to manufacture increasingly small features on chips, is beginning to reach physical limits. One response is to make the chips larger. Cerebras produces wafer-scale chips that Madra compares in size to pizza boxes.
Hardware development is also happening alongside model development. Better hardware makes larger models possible, while larger models create demand for more hardware.
Madra says models with as many as 10 trillion parameters are coming. Even a 50-fold increase in capacity might not be enough over five years if models continue to get bigger.
There are already tens of trillions of tokens being generated each year. This was in April. Appetite for tokens has increased like they predicted, if not more so.
Cost goes down, usage goes up
Gerstner says OpenAI initially had negative gross margins because inference was expensive. As the cost of inference came down, the models became more useful and people became more willing to pay for them.
The models are also beginning to take actions rather than only answering questions. That increases the number of tokens used for each task.
Madra says there are two things that people outside the industry may not see yet. First, today’s public models were not trained on the newest hardware. Second, companies are still figuring out how to get more work from the models they already have.
A system that can take a problem and work on it continuously will use far more tokens than a chatbot waiting for someone to ask a question. Both alluded to the fact that there isn’t enough compute, and probably won’t be for some time. Cost goes down….great, but I want 1,000X the number of tokens.
Is AI a bubble?
Gerstner points to Anthropic’s rapid revenue growth as evidence that willingness to pay is increasing along with model capability.
Madra argues that the current models and chips do not show where demand will settle. Newer models will be trained on newer hardware (Blackwell at the time of this lecture), and companies will get better at putting those models to work.
This does not answer whether every company or infrastructure investment will earn a good return. It does explain why falling inference costs do not necessarily mean lower total spending.
Q&A
How should people prepare for this?
Gerstner says the Industrial Revolution disrupted many existing jobs, but people found new ways to create value.
He gives a more immediate example from Altimeter: he would not hire someone who does not use Excel. His argument is that some forms of IQ may become easier to obtain, making EQ and problem-solving more valuable.
Madra uses mathematics as another example. If AI systems begin making new discoveries, the people and organizations that know how to use those discoveries could have an advantage.
They both gave pretty crappy answers. But I think the answer is….we don’t know. And that’s ok to give as an answer, but they don’t do that.
What is going on with Apple?
Gerstner says Apple’s AI strategy is risky because language models are not yet good enough to do everything locally on a device. Privacy is also a major consideration for the company.
The case for Apple is its existing base of devices. If smaller models improve enough, products such as Siri could become much more useful without sending every request to a data center.
Power remains a problem. Madra says an 8-billion-parameter model running on a phone can drain the battery in about 30 minutes.
I personally feel that Apple is doing a great job holding off. Apple has always succeeded by thoughtfully doing something, not slapping new crap everywhere…ahem Samsung.
How should AI CEOs talk about AGI?
Gerstner criticizes fear-based arguments intended to produce regulatory capture (cough…Dario….cough). At the same time, he says people should not put their heads in the sand.
He takes Dario Amodei and Sam Altman seriously when they describe how quickly the models are improving. The rate of change, in his view, is becoming fairly parabolic.
What is Nvidia’s long-term business model?
A student presents two possibilities. Nvidia could protect its margins and accept slower revenue growth, or lower its margins and maintain a larger share of the market.
Gerstner says Nvidia has a strong product schedule and much of its capacity is already booked for the next eight quarters. He also points out that people once said Nvidia could never become a $1 trillion company.
Competitors such as Groq, Cerebras, and Google’s TPU can succeed without Nvidia failing. Gerstner describes this as the good part of capitalism.
This student can’t see the forest for the trees. He sees the GPU market as a zero sum game. Nvidia has never worked like that. Silly premise.
Course notes
That is it for this week. I will keep posting my course notes and comments on this page.
The offending spindle.