{
  "version": "https://jsonfeed.org/version/1",
  "title": "AI Supercycle on Robert Ritz",
  "icon": "https://www.gravatar.com/avatar/bb68d61d2daa55d041633eb739b6de13?s=96&d=https%3A%2F%2Fmicro.blog%2Fimages%2Fblank_avatar.png",
  "home_page_url": "https://robertritz.com/",
  "feed_url": "https://robertritz.com/feed.json",
  "items": [
      {
        "id": "http://robertritz.micro.blog/2026/08/05/lecture-the-gpu-economy.html",
        "title": "Lecture 2: The GPU Economy",
        "content_html": "<p>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 <em>italics</em>.</p>\n<p><a href=\"https://mse435.stanford.edu/index.html\">Course Page</a><br>\n<a href=\"https://www.youtube.com/watch?v=BBl8bNJP6ds\">Watch the Lecture</a></p>\n<p>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?</p>\n<h2 id=\"the-gpu-economy\">The GPU economy</h2>\n<p>Gerstner starts with a long-term view of technology. His slides show GDP per capita roughly doubling every 25 years, while technology&rsquo;s share of GDP grows from about 5% in 1998 to an estimated 15% in 2030.</p>\n<p>He also compares investment returns over the previous 15 years:</p>\n<ul>\n<li>Technology companies: about 15% per year</li>\n<li>Non-technology companies: about 6% per year</li>\n</ul>\n<p>His point is that compute sits at the root of these changes. <em>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&hellip;.but whatevs</em></p>\n<p>Gerstner then introduces Madra, describing him as a founder who keeps getting acquired by larger companies. Madra was president of Groq before joining Nvidia.</p>\n<h2 id=\"how-groq-works\">How Groq works</h2>\n<p>Groq founder Jonathan Ross previously worked at Google, where he helped develop the company&rsquo;s Tensor Processing Unit (TPU).</p>\n<p>Madra describes Groq&rsquo;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.</p>\n<p>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.</p>\n<h2 id=\"prefill-and-decode-are-different-problems\">Prefill and decode are different problems</h2>\n<p>Madra separates inference into two parts:</p>\n<ul>\n<li><strong>Prefill</strong> processes the prompt and its context.</li>\n<li><strong>Decode</strong> generates the response one token at a time.</li>\n</ul>\n<p>These operations put different demands on the hardware. Madra says it could make sense to use different machines for each one.</p>\n<p>Groq&rsquo;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&rsquo;s systems.</p>\n<p>In the example he gives, combining the two approaches can generate 2.5 times as many tokens using the same amount of electricity.</p>\n<h2 id=\"will-inference-keep-getting-cheaper\">Will inference keep getting cheaper?</h2>\n<p>Gerstner asks what will push the unit cost of inference down. Madra gives three answers:</p>\n<ol>\n<li>Improvements in the supply chain</li>\n<li>Work by hardware and systems engineers</li>\n<li>Power</li>\n</ol>\n<p>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.</p>\n<p>Hardware development is also happening alongside model development. Better hardware makes larger models possible, while larger models create demand for more hardware.</p>\n<p>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.</p>\n<p>There are already tens of trillions of tokens being generated each year. <em>This was in April. Appetite for tokens has increased like they predicted, if not more so.</em></p>\n<h2 id=\"cost-goes-down-usage-goes-up\">Cost goes down, usage goes up</h2>\n<p>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.</p>\n<p>The models are also beginning to take actions rather than only answering questions. That increases the number of tokens used for each task.</p>\n<p>Madra says there are two things that people outside the industry may not see yet. First, today&rsquo;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.</p>\n<p>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. <em>Both alluded to the fact that there isn&rsquo;t enough compute, and probably won&rsquo;t be for some time. Cost goes down&hellip;.great, but I want 1,000X the number of tokens.</em></p>\n<h2 id=\"is-ai-a-bubble\">Is AI a bubble?</h2>\n<p>Gerstner points to Anthropic&rsquo;s rapid revenue growth as evidence that willingness to pay is increasing along with model capability.</p>\n<p>Madra argues that the current models and chips do not show where demand will settle. Newer models will be trained on newer hardware (<em>Blackwell at the time of this lecture</em>), and companies will get better at putting those models to work.</p>\n<p>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.</p>\n<h2 id=\"qa\">Q&amp;A</h2>\n<h3 id=\"how-should-people-prepare-for-this\">How should people prepare for this?</h3>\n<p>Gerstner says the Industrial Revolution disrupted many existing jobs, but people found new ways to create value.</p>\n<p>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.</p>\n<p>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.</p>\n<p><em>They both gave pretty crappy answers. But I think the answer is&hellip;.we don&rsquo;t know. And that&rsquo;s ok to give as an answer, but they don&rsquo;t do that.</em></p>\n<h3 id=\"what-is-going-on-with-apple\">What is going on with Apple?</h3>\n<p>Gerstner says Apple&rsquo;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.</p>\n<p>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.</p>\n<p>Power remains a problem. Madra says an 8-billion-parameter model running on a phone can drain the battery in about 30 minutes.</p>\n<p><em>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&hellip;ahem Samsung.</em></p>\n<h3 id=\"how-should-ai-ceos-talk-about-agi\">How should AI CEOs talk about AGI?</h3>\n<p>Gerstner criticizes fear-based arguments intended to produce regulatory capture (<em>cough&hellip;Dario&hellip;.cough</em>). At the same time, he says people should not put their heads in the sand.</p>\n<p>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.</p>\n<h3 id=\"what-is-nvidias-long-term-business-model\">What is Nvidia&rsquo;s long-term business model?</h3>\n<p>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.</p>\n<p>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.</p>\n<p>Competitors such as Groq, Cerebras, and Google&rsquo;s TPU can succeed without Nvidia failing. Gerstner describes this as the good part of capitalism.</p>\n<p><em>This student can&rsquo;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.</em></p>\n<h2 id=\"course-notes\">Course notes</h2>\n<p>That is it for this week. I will keep posting my course notes and comments on <a href=\"https://robertritz.com/economics-of-the-ai-supercycle/\">this page</a>.</p>\n",
        "date_published": "2026-08-05T22:32:02+08:00",
        "url": "https://robertritz.com/2026/08/05/lecture-the-gpu-economy.html",
        "tags": ["AI Supercycle"]
      },
      {
        "id": "http://robertritz.micro.blog/2026/07/29/lecture-economics-of-the-ai.html",
        "title": "Lecture 1: Economics of the AI Supercycle",
        "content_html": "<p>In this first lecture instructor, held on April 2, 2026, Apoorv Agrawal (currently Altimeter Capital, prev Palantir) goes over the format of the course and the purpose of the course with some primer concepts for the class. Anything that is my personal opinion will be denoted with <em>italics</em>.</p>\n<p><a href=\"https://mse435.stanford.edu/index.html\">Course Page</a>\nMaterials for this week:</p>\n<ul>\n<li><a href=\"https://apoorv03.com/p/the-economics-of-generative-ai\">The Economics of Generative AI (2024)</a></li>\n<li><a href=\"https://apoorv03.com/p/the-economics-of-generative-ai-two\">The Economics of Generative AI: Two Years Later</a></li>\n<li><a href=\"https://apoorv03.com/p/the-state-of-consumer-ai-part-1-usage\">State of Consumer AI Part 1</a></li>\n<li><a href=\"https://apoorv03.com/p/the-state-of-consumer-ai-part-2-engagement\">State of Consumer AI Part 2</a></li>\n<li><a href=\"https://apoorv03.com/p/the-state-of-consumer-ai-part-3-time\">State of Consumer AI Part 3</a></li>\n</ul>\n<h2 id=\"format-of-the-course\">Format of the course</h2>\n<p>The course is primary guest speakers covering different areas of the current AI supercycle. Speakers are in areas such as GPUs, SaaS, infrastructure, etc.</p>\n<h2 id=\"why-take-this-course\">Why take this course?</h2>\n<p>We are at the start of a massive supercycle. Agrawal makes the contention that this cycle will be larger than cloud, mobile, and the internet.</p>\n<h2 id=\"where-is-the--in-ai-today\">Where is the $ in AI today?</h2>\n<p>Agrawal asks some questions from the class then continues the rest of the time with a discussion.</p>\n<h3 id=\"q-is-this-capex-generating-revenue\">Q: Is this CAPEX generating revenue?</h3>\n<p>A lot of money is going to CAPEX right now (capital expenditure), the so called 5 layer cake Jensen Huang has referred to (energy, chips, power, interconnect, memory). This CAPEX is amortized (at least for GPUs) over about 5-6 years. Is it worth it?</p>\n<ul>\n<li>Google: $100/user/year</li>\n<li>Meta: $70</li>\n<li>OpenAI: $10</li>\n</ul>\n<p>How do you get to &gt;$10 per user per year? Agrawal makes the point that knowledge work isn&rsquo;t the answer, advertising is.</p>\n<h3 id=\"how-this-revolution-is-different\">How this revolution is different</h3>\n<p>Software gets 80-90% gross margins. AI services at billions in revenue still isn&rsquo;t profitable. Average margins for AI companies are much lower, around 30%.</p>\n<p>Amazon took 8 years to build out AWS, and during that time people were asking if Amazon would go bankrupt. <em>This is probably because Amazon had famously near 0 net profit for many years post IPO, instead focusing on reinvesting to increase revenue.</em></p>\n<p>In cloud most value accrues in apps, but in AI its at the semiconductor layer. Agrawal states that gross margins for semis is 75% (0-30% for AI apps layer). This is the inverse of the cloud period. Also, semis are built for 5-6 year depreciation cycles, but apps generate revenue now. Mobile supercycle had the same inflated CAPEX early in the cycle.</p>\n<img src=\"https://cdn.uploads.micro.blog/169387/2026/9208deb1b0.png\" alt=\"\">\n<h3 id=\"dont-underestimate-google\">Don&rsquo;t underestimate Google</h3>\n<p>A student made a point that Google is one of the only complete AI stacks today, they have TPUs, apps, existing customer base, etc.</p>\n<p>Agrawal makes the point to pay attention to earnings calls. CAPEX has an equilibrium (limited to free cashflow and cash reserves and also the expected revenue gains from additional CAPEX), so earnings calls will signal a change in this equilibrium.</p>\n<p><em>This lecture was in April 2026 and this is somewhat prescient but perhaps underestimated the frothiness of the AI CAPEX splurge. Google just had its very first period of negative free cashflow <a href=\"https://finance.yahoo.com/markets/stocks/articles/google-goes-cash-flow-negative-144754882.html\">since 2004</a>.</em></p>\n<p>Agrawal says:</p>\n<ul>\n<li>Google won the internet supercycle</li>\n<li>Apple won mobile</li>\n<li>Meta won social</li>\n<li>Oligopoly in cloud</li>\n</ul>\n<p>Because of Google&rsquo;s power in chips, apps, and existing customer base it might be likely that Google wins here.</p>\n<h2 id=\"training-and-inference-are-unpredictable\">Training and inference are unpredictable</h2>\n<p>Inference is dependent on when humans are awake, so this causes the usage to be unpredictable. <em>This was how AWS got started (by using excess capacity since Amazon didn&rsquo;t have traffic at night), so I feel like this isn&rsquo;t as big of a problem as he states it is.</em></p>\n<h3 id=\"where-are-all-the-asics\">Where are all the ASICs?</h3>\n<p>ASICs are application specific integrated circuits. <em>Groq (acquired by Nvidia in Dec 2025) and Cerebras (Jan 2026 deal with OpenAI) are two that come to mind.</em></p>\n<p>There is 300 billion in revenue to go around. There wasn&rsquo;t much discussion here around this topic, perhaps more in a later lecture.</p>\n<h3 id=\"where-will-value-accrue-in-ai\">Where will value accrue in AI?</h3>\n<p>2024: 90B vs 2026: 435B in revenue. But the shape of the revenue hasn&rsquo;t changed much.</p>\n<img src=\"https://cdn.uploads.micro.blog/169387/2026/7519def291.png\" alt=\"\">\n<p>Yet profits remain in the semis later.</p>\n<h3 id=\"ai-apps---weekly-active-users\">AI Apps - Weekly active users</h3>\n<p>ChatGPT has most users, then Gemini. Consumer apps are dwarfing ChatGPT, even with all of the hype.</p>\n<img src=\"https://cdn.uploads.micro.blog/169387/2026/be8d7835fe.png\" alt=\"\">\n<p>ChatGPT is closer to the niche app category (like Spotify and X) than it is to Netflix or YouTube.</p>\n<h3 id=\"is-knowledge-work-where-most-people-are\">Is knowledge work where most people are?</h3>\n<p>In ChatGPT you have to go and ask a question. This is very active and most people don&rsquo;t prefer to engage in apps like this. To increase revenue Agrawal makes the point that these companies should use ads rather than subscriptions, and he thinks this is where it is heading.</p>\n<p><em>Intent is much cleared in AI chat apps, so sure revenue per ad will be higher, but the inventory will be much lower as well.</em></p>\n<h2 id=\"course-notes\">Course notes</h2>\n<p>That&rsquo;s it for this week. I&rsquo;ll keep posting my course notes and comments on <a href=\"https://robertritz.com/economics-of-the-ai-supercycle/\">this page</a>.</p>\n",
        "date_published": "2026-07-29T14:25:24+08:00",
        "url": "https://robertritz.com/2026/07/29/lecture-economics-of-the-ai.html",
        "tags": ["AI Supercycle"]
      }
  ]
}
