Home >
Research >
[Seminar Recording] How to Invest in the AI Revolution

[Seminar Recording] How to Invest in the AI Revolution

Published On
August 5, 2026

The five largest hyperscalers in the U.S. are on track to spend $758 billion on AI infrastructure in 2026, and that number is headed toward a trillion dollars by 2028. I spent a couple hours recently walking a room through why that figure matters more than any headline debating whether AI is a bubble, and I want to break down the core of that argument here.

The Spending Is the Story, Not the Stock Price

Most people judge AI by scrolling headlines or by using ChatGPT to draft an email. That's the wrong lens. To figure out whether this is a bubble or the start of a new economic era, you look at what the biggest companies in the world are actually building and whether real demand exists behind it. Amazon, Microsoft, Alphabet and Meta spent $154 billion combined on this in 2023. This year alone, those same companies are spending $758 billion, up 74% from last summer. That's not marketing spend. That's purchase orders flowing through hundreds of companies that make chips, memory, and grid equipment.

Why This Looks Like Railroads and Electricity, Not Dot-Coms

We've seen this shape of cycle before. Every major infrastructure buildout follows the same order. You build the physical layer first, and the economy reorganizes around it afterward.

Four Buildouts, One Pattern

  • Railroads moved freight before the economy reorganized around cross-country logistics.
  • Electricity needed power plants and grids before factories and homes redesigned around it.
  • The internet needed fiber and networks before search, e-commerce, and cloud computing could exist on top of it.
  • Smartphones combined connectivity, location, and cameras before entirely new mobile businesses became possible.

Every one of those buildouts ran roughly 4 to 6 years and topped out around 2% of GDP before the economy actually reorganized around the technology. We're about three years into the AI buildout, and equipment plus software investment is already on pace to exceed its late 1990s share of GDP. The difference this time is that AI sits on top of all those earlier buildouts and gets adopted instantly at scale, since most of the connective infrastructure, cloud, internet, mobile, already exists.

The Real Constraint Isn't Money, It's Compute and Power

Here's what a lot of people miss. You get rate limited on ChatGPT or Claude because the compute simply doesn't exist yet to serve everyone at full capacity all day, every day. That's not true of streaming a video or searching Google. Every unit of usable compute that comes online gets absorbed immediately.

The Bottleneck Sits With a Handful of Companies

  • TSMC manufactures nearly every advanced AI chip in the world.
  • ASML builds the only machines capable of producing those chips.
  • Micron, SK Hynix, and Samsung make the high bandwidth memory those chips depend on.

None of that scales the way software does. Add electricity to the list too. AI focused data center demand is projected to more than triple by 2030, and the U.S. is already looking at a shortfall of roughly 9 to 11 gigawatts of capacity a year through 2028.

You need permits, physical plants, and years of construction to add real electricity capacity. None of that moves at software speed.

Where the Market Is Already Pricing This In

This is already showing up in performance. Companies making the scarce physical layer, chips, memory, lithography gear, have significantly outperformed software companies over the past year. There's a reason for that. You can't spin up a second ASML the way you can spin up a competing app with AI assisted coding, so scarcity gets rewarded while software gets squeezed. It also lines up with how early we still are on adoption. McKinsey's research shows agentic AI use among surveyed organizations sitting at just 23% today, moderately used, with expectations that it triples to 74% within two years. The infrastructure is being built ahead of demand that hasn't fully shown up in the numbers yet.

What This Means for How You Invest

None of this is a guarantee, and I'd be lying if I told you I know exactly which companies win over the next ten years. Think in probabilities here, not certainties. What I do believe is that this is a bet worth sizing correctly. I want to own builders, enablers, and adopters with durable moats, real cash flow, and more than one path to winning, not just a story riding the theme.

Position size should match the odds, not the excitement.

Where I Go From Here

This is the version of the thesis I can share publicly. Inside Bull Market Blueprint, I break down exactly how I'm positioning my own portfolio around this shift, week by week, with the full reasoning behind every move. If you want to see how a portfolio should actually be built around the intelligent new world instead of just reading about it, book a free consultation call with our team.

About Bull Market Blueprint

BMB is an exclusive global community of high-net-worth entrepreneurs, business owners, and high earners.

Book a Free Consultation Call →
// --- consent gate (added 2026-08-06) --------------------------------------- // bmb_ft is non-essential storage: it may only be WRITTEN after the visitor grants the ANALYTICS // category. Termly's auto-blocker does not touch inline scripts, so this gate has to be explicit — // before it, first-touch UTMs were stored on a clean pre-consent visit (verified in-browser). function ftAnalyticsOk() { try { var T = window.Termly; if (T && typeof T.getConsentState === 'function') { var s = T.getConsentState(); if (s && typeof s === 'object') return s.analytics === true; } // Fallback for a CMP object that has not initialised yet: Termly persists the same answer here. var cache = JSON.parse(localStorage.getItem('TERMLY_API_CACHE') || 'null'); var entry = cache && cache.TERMLY_COOKIE_CONSENT; if (entry && entry.value && typeof entry.value === 'object') return entry.value.analytics === true; } catch (e) {} return false; } // First touch read off THIS page's URL. No storage involved, so it is safe pre-consent. function ftCapture() { var hasUtm = UTM.some(function (k) { return pageUtms.get(k); }); var ref = extRefHost(); if (!hasUtm && !ref) return null; var v = {}; UTM.forEach(function (k) { if (pageUtms.get(k)) v[k] = pageUtms.get(k); }); if (ref) v.ref = ref; return v; } var ft = null; if (ftAnalyticsOk()) { try { ft = JSON.parse(localStorage.getItem(FT_KEY) || 'null'); } catch (e) {} if (!ft) { ft = ftCapture(); if (ft) { try { localStorage.setItem(FT_KEY, JSON.stringify(ft)); } catch (e) {} } } } else { // No consent yet. Touch no storage — but the banner is usually accepted ON the landing page, so // watch for the grant and persist first touch then, from this same URL. Nothing is lost by waiting. try { localStorage.removeItem(FT_KEY); } catch (e) {} ft = ftCapture(); // in-memory only; the link decoration below still works for everyone var ftTries = 0; var ftPoll = setInterval(function () { if (++ftTries > 120) { clearInterval(ftPoll); return; } // give up quietly after 60s if (!ftAnalyticsOk()) return; clearInterval(ftPoll); var v = ftCapture(); if (v) { try { localStorage.setItem(FT_KEY, JSON.stringify(v)); } catch (e) {} } }, 500); } ft = ft || {}; function field(k) { return ft[k] || pageUtms.get(k) || ''; } var source = field('utm_source') || ft.ref || extRefHost() || 'direct'; var medium = field('utm_medium') || ((!field('utm_source') && (ft.ref || extRefHost())) ? 'referral' : ''); document.querySelectorAll('a[href*="typeform.com"]').forEach(function (link) { var tf = new URLSearchParams(); tf.set('page_source', pagePath); tf.set('utm_tz', timezone); tf.set('utm_source', source); if (medium) tf.set('utm_medium', medium); ['utm_campaign', 'utm_content', 'utm_term'].forEach(function (k) { var v = field(k); if (v) tf.set(k, v); }); link.href = link.href.split('#')[0] + '#' + tf.toString(); // keeps ?visitor_id from t.js, sets the hash }); });