<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Matterfact Blog</title>
    <link>https://www.matterfact.com/blog</link>
    <description>Essays and guides from Matterfact on AI-driven investment research — workflows, playbooks, and what the podcast tape is signalling for institutional investors.</description>
    <language>en-us</language>
    <lastBuildDate>Thu, 11 Jun 2026 12:00:00 GMT</lastBuildDate>
    <atom:link href="https://www.matterfact.com/blog/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Connect matterfact to Claude</title>
      <link>https://www.matterfact.com/blog/connect-matterfact-to-claude</link>
      <guid isPermaLink="true">https://www.matterfact.com/blog/connect-matterfact-to-claude</guid>
      <pubDate>Thu, 11 Jun 2026 12:00:00 GMT</pubDate>
      <dc:creator>Ashutosh Agarwal</dc:creator>
      <description>Add the matterfact connector to Claude to search investor podcasts and build and run analysis pipelines — without leaving the chat. Setup, tools, and FAQ.</description>
      <content:encoded><![CDATA[<h1>Connect matterfact to Claude</h1>
<blockquote>
<p>Add the matterfact connector to Claude to search investor podcasts and build and run analysis pipelines — without leaving the chat. Setup, tools, and FAQ.</p>
</blockquote>
<h2>TL;DR</h2>
<ul>
<li>The matterfact connector is a remote MCP server that brings matterfact into Claude</li>
<li>Two capabilities: search a corpus of investor podcasts (and pull transcripts), and author, validate, and run No-Code Builder analysis pipelines for any ticker</li>
<li>Sign in once with your existing matterfact account — no new credentials, no copy-paste</li>
</ul>
<h2>What you can do</h2>
<p>The matterfact connector gives Claude direct, governed access to matterfact:</p>
<ul>
<li><strong>Podcast research</strong> — full-text search across an indexed library of investor podcasts and expert interviews, plus on-demand transcripts and key topics for any episode.</li>
<li><strong>No-Code Builder (NCP) pipelines</strong> — author, validate, save, and test-run analysis "pipelines": graphs of nodes that gather SEC filings, earnings calls, news, and web/deep research and produce a cited report for a given company or ticker.</li>
</ul>
<p>You ask in plain English; Claude calls matterfact and brings back sourced answers, in the window you are already working in.</p>
<h2>Requirements</h2>
<ul>
<li>A matterfact account. You sign in with your existing login (the same one you use at app.matterfact.com) the first time you connect — there is no separate connector password.</li>
<li>Access to the relevant matterfact products (podcasts, No-Code Builder). If a tool reports you lack access, contact your account team.</li>
</ul>
<h2>Add the connector</h2>
<p>The server URL is <strong><code>https://mcp.matterfact.com</code></strong>. Authentication is OAuth 2.0 — Claude walks you through sign-in on first use.</p>
<p><strong>Claude (web &#x26; desktop)</strong></p>
<ol>
<li>Open <strong>Settings → Connectors</strong>.</li>
<li>Choose <strong>Add custom connector</strong>.</li>
<li>Paste <code>https://mcp.matterfact.com</code> and confirm.</li>
<li>Click <strong>Connect</strong> and sign in with your matterfact account when prompted.</li>
</ol>
<p><strong>Claude Code</strong></p>
<pre><code class="language-bash">claude mcp add --transport http matterfact https://mcp.matterfact.com/mcp
</code></pre>
<p>Then run <code>/mcp</code> in a session to complete the sign-in flow.</p>
<h2>Tools</h2>
<p><strong>Read-only</strong> (safe to call freely):</p>
<ul>
<li><code>search_podcasts</code>, <code>get_podcast_transcript</code>, <code>get_channel_episodes</code> — find episodes and read transcripts.</li>
<li><code>get_node_catalog</code>, <code>validate_pipeline</code> — inspect the pipeline node types and dry-run a draft.</li>
<li><code>list_pipelines</code>, <code>get_pipeline</code>, <code>get_run</code>, <code>get_run_metrics</code> — review your pipelines and runs.</li>
</ul>
<p><strong>Write</strong> (create or run things in your account):</p>
<ul>
<li><code>save_pipeline</code> — create or update a pipeline.</li>
<li><code>test_run</code> — run a pipeline and return the result.</li>
</ul>
<h2>FAQ</h2>
<p><strong>Why am I asked to sign in?</strong>
The connector federates to your existing matterfact login, so your podcasts and pipelines stay tied to your account. You authenticate once via OAuth; Claude stores the connection, not your password.</p>
<p><strong>I don't see podcast or pipeline results.</strong>
Your matterfact account needs access to that product. Reach out and we will get you set up.</p>
<p><strong>Is my data sent anywhere new?</strong>
No. The connector reads and writes the same matterfact data you already use; Claude calls it on your behalf with your permissions.</p>
<p><strong>Need help?</strong>
Email <a href="mailto:support@matterfact.com">support@matterfact.com</a>.</p>]]></content:encoded>
      <category>product</category>
      <category>mcp</category>
      <category>ai-tools</category>
      <category>connectors</category>
    </item>
    <item>
      <title>Announcing the Matterfact Podcast MCP Server</title>
      <link>https://www.matterfact.com/blog/podcast-mcp-server-claude-chatgpt</link>
      <guid isPermaLink="true">https://www.matterfact.com/blog/podcast-mcp-server-claude-chatgpt</guid>
      <pubDate>Tue, 09 Jun 2026 12:00:00 GMT</pubDate>
      <dc:creator>Ashutosh Agarwal</dc:creator>
      <description>Matterfact's podcast MCP server brings sentiment and whispers from a million investor podcasts into Claude and ChatGPT. Ask, and get sourced answers.</description>
      <content:encoded><![CDATA[<h1>Announcing the Matterfact Podcast MCP Server</h1>
<blockquote>
<p>Matterfact's podcast MCP server brings sentiment and whispers from a million investor podcasts into Claude and ChatGPT. Ask, and get sourced answers.</p>
</blockquote>
<h2>TL;DR</h2>
<ul>
<li>Matterfact's podcast corpus is now available over MCP (Model Context Protocol)</li>
<li>If you run research inside Claude or ChatGPT, you can pull sentiment and whispers about hundreds of tickers from millions of investor podcasts</li>
<li>No new tab, no new login: ask in plain English and get sourced answers without leaving the Claude window you are in</li>
</ul>
<h2>Research podcasts from your favorite AI tool with Matterfact Podcast MCP</h2>
<p>Most investors already work inside an AI tool. You probably draft your thesis in Claude and pressure-test it in ChatGPT, asking follow-ups until you are comfortable enough to pitch the idea. The limiting factor has always been what those tools know and the data they can access. They know the public internet up to a training cutoff. And even though they can scan the news, they still have no idea what a chip supplier let slip on a podcast three days ago, or how sentiment on GLP-1 manufacturers has turned over the past month.</p>
<p>That gap is full of <a href="/blog/why-podcasts-why-now">alpha opportunities</a> for investors who know how to harvest it, and it is the reason Matterfact exists. Today we are closing that gap inside the tools you already have open. We are releasing the Matterfact Podcast MCP server for Claude, ChatGPT, and any other client that speaks the protocol.</p>
<h2>Chat with 120 million podcast episodes right inside Claude</h2>
<p>A podcast MCP server is a governed connection between an AI tool and a podcast intelligence corpus. MCP, or Model Context Protocol, lets you set it up once so the model can call Matterfact directly. You ask a question in plain English, the tool reaches into our podcast corpus, and the answer comes back with the real quotes, the speaker, the date, and the sentiment behind them. There is no new tab to open, no new login, and no pasting raw transcripts into a prompt to summarize a single show. You can see every mention of your ticker or industry at once and get answers synthesized across thousands of episodes in real time.</p>
<h2>One more interface to hone your edge</h2>
<p>Investors are not going to consolidate work into a single app. In fact, the opposite is happening. Your research now spills across Claude, ChatGPT, a terminal, a few browser tabs, and a Slack channel, and the number of those touchpoints keeps climbing. Rather than fight that, we want Matterfact available at every one of them. The MCP server means our podcast intelligence is no longer a destination you have to visit. It is a tool your existing assistant can reach for the moment a question comes up, whether that is during a morning idea screen or halfway through writing a memo.</p>
<h2>What you can ask from podcast MCP</h2>
<p>A handful of queries that work from day one:</p>
<ul>
<li>What are the current whispers on NVIDIA's moat, and which operators are voicing them?</li>
<li>How has sentiment toward GLP-1 weight-loss drugs shifted across healthcare podcasts over the last 90 days?</li>
<li>Pull every mention of high-NA EUV adoption timelines from the past eight quarters of semiconductor podcasts.</li>
<li>Find me the most contrarian take on <a href="/blog/chipotle-dashboard-for-investors">Chipotle's unit economics</a>.</li>
<li>Summarize what a company's management has said in interviews that never made it into the filings.</li>
</ul>
<p>Each answer is grounded in actual episodes with attribution, not the model's best guess from training data.</p>
<h2>AI agents surface signal faster than transcripts alone</h2>
<p>Plenty of tools will hand you a transcript, but the value is in the intelligence layer on top of it. Our <a href="/blog/financial-podcast-agent">podcast agent</a> surfaces actionable signals across the entire corpus and sorts them by who said it and how the sentiment is shifting.</p>
<p>The server is live for Claude and ChatGPT now. Connect it, then ask a million podcasts the question you have been saving for an expert network. What would you ask first?</p>
<h2>FAQ</h2>
<p><strong>What is the Matterfact Podcast MCP server?</strong></p>
<p>It is a Model Context Protocol connection that lets AI tools like Claude and ChatGPT query Matterfact's podcast intelligence directly. You ask about sentiment, themes, or whispers in plain English and get answers grounded in real episodes, with speaker and date attribution.</p>
<p><strong>Which AI tools does it work with?</strong></p>
<p>We are starting with Claude, and any client that supports MCP, like ChatGPT, will be supported soon. More clients are expected as the protocol spreads across the AI ecosystem.</p>
<p><strong>What kind of questions can I ask?</strong></p>
<p>Sentiment shifts on a sector or ticker, contrarian takes, emerging whispers, management commentary from interviews, and thematic trends across thousands of episodes. Anything that lives in investor and industry podcasts.</p>
<p><strong>How is this different from a podcast transcript tool?</strong></p>
<p>Transcripts give you raw text. The MCP server gives you the analysis layer on top: who said it, when, how sentiment is moving, and which signals are early. It surfaces whispers before they reach the mainstream instead of leaving you to read for hours.</p>
<p><strong>Is podcast data reliable enough for investment decisions?</strong></p>
<p>Treat it as a leading indicator, not a terminal-grade dataset. It is the input you check before an expert call to shape your questions, not a replacement for verified fundamentals. Used as an early-signal layer, it is one of the cheapest edges available.</p>]]></content:encoded>
      <category>product</category>
      <category>podcasts</category>
      <category>ai-tools</category>
      <category>hedge-funds</category>
    </item>
    <item>
      <title>The Financial Podcast Agent: Why Top Hedge Funds Use Them and How They Actually Work</title>
      <link>https://www.matterfact.com/blog/financial-podcast-agent</link>
      <guid isPermaLink="true">https://www.matterfact.com/blog/financial-podcast-agent</guid>
      <pubDate>Tue, 09 Jun 2026 12:00:00 GMT</pubDate>
      <dc:creator>Ashutosh Agarwal</dc:creator>
      <description>Gavin Baker wants a financial podcast agent. Here's what that means, why generic transcription falls short, and how portfolio-aware signal extraction changes research.</description>
      <content:encoded><![CDATA[<h1>The Financial Podcast Agent: Why Top Hedge Funds Use Them and How They Actually Work</h1>
<blockquote>
<p>Gavin Baker wants a financial podcast agent. Here's what that means, why generic transcription falls short, and how portfolio-aware signal extraction changes research.</p>
</blockquote>
<h2>TL;DR</h2>
<ul>
<li>Gavin Baker, CIO of Atreides Management, says the most useful AI agent he can imagine distills investment-relevant insights from podcasts</li>
<li>A real financial podcast agent does far more than transcribe and summarize. It extracts signals relevant to your portfolio and cross-references them against your existing research</li>
<li>The value is in surfacing the two minutes of a 90-minute conversation that could change your thesis</li>
</ul>
<h2>Gavin Baker just described the tool every PM needs</h2>
<p>On his most recent appearance on <em>Invest Like the Best</em> with Patrick O'Shaughnessy ("Watts and Wafers," May 20, 2026), Gavin Baker made an offhand comment that caught the attention of every research team in the industry. He described his most useful AI agent as one that could distill potentially valuable insights from podcasts into a well-crafted summary. In other words, he was describing a financial podcast agent.</p>
<p>This is a $7 billion fund CIO disclosing, in public, the tool he wishes he had to generate alpha.</p>
<p><a href="https://youtu.be/Mmj_G9RlW-I">Gavin Baker on Invest Like the Best, "Watts and Wafers"</a></p>
<p><em>Gavin Baker, CIO of Atreides Management, on Invest Like the Best with Patrick O'Shaughnessy, May 20, 2026.</em></p>
<p>Baker went on to explain the math. There is roughly six hours of relevant podcast content produced every day in the financial world. From a professional standpoint, he feels he should consume all of it. Every time someone from OpenAI, xAI, Google, or a major allocator speaks publicly, he wants to hear what they said. But he simply does not have the time.</p>
<p>He is not alone. When we talk to research teams at funds of all sizes, this is the single most common pain point: there is an enormous amount of valuable, unstructured information locked inside financial podcasts, and no systematic way to get it out.</p>
<h2>What is a financial podcast agent?</h2>
<p>A financial podcast agent is an AI system that continuously monitors financial podcasts, extracts investment-relevant signals, and ties them to your portfolio and coverage universe. It goes well beyond transcription and summarization. It cross-references what guests say against earnings calls, filings, and your existing research, then surfaces only the moments that change your view. Think of it as an always-on research analyst that listens to everything so you do not have to.</p>
<p>The distinction matters. A transcription tool gives you text. A summarizer gives you a paragraph. A financial podcast agent gives you a prioritized, sourced brief tied to the names you actually trade.</p>
<h2>Why transcription and summarization aren't enough</h2>
<p>First, you cannot possibly monitor <a href="/blog/why-podcasts-why-now">millions of podcast episodes</a> yourself, so you need a system that looks across all the conversations happening at once. You may be tempted to just transcribe the podcasts and run them through an LLM for a summary. Several products already attempt this. The problem is that a simple summary of a financial podcast is next to useless to an analyst.</p>
<p>Consider a 90-minute conversation between a semiconductor analyst and a former TSMC engineer on a <a href="/blog/top-10-tmt-podcasts-analysts">niche industry podcast</a>. A generic summary would tell you they discussed capacity expansion, pricing trends, and competitive dynamics. That is what the episode description already says. It tells you nothing you did not know from reading the title.</p>
<p>What an analyst actually needs is the granularity and detail that translate into actionable insights. That is where the value is. They need to know: did the guest say anything about high-NA EUV yield rates that contradicts what ASML management said on their last earnings call? Did they mention a specific customer shifting orders to Samsung Foundry? Was there a throwaway comment about Intel's process timeline that has not shown up in any sell-side research?</p>
<p>That is the difference between summarization and signal extraction. Summarization compresses the content. Signal extraction connects the dots. A real podcast agent does not just tell you what was said, it tells you what matters, given what you already know and what you are working on.</p>
<h2>The podcast as an alternative data source</h2>
<p>Financial podcasts occupy a unique position in the information ecosystem. They sit between formal channels (earnings calls, SEC filings, sell-side research) and informal channels (social media, private conversations). Guests on financial podcasts routinely say things they would never put in a research report or an earnings transcript.</p>
<p>A former executive at a public company, freed from IR compliance, will speak candidly about competitive dynamics, internal culture, and strategic mistakes in a way that a 10-K never captures. A venture capitalist discussing their portfolio company's market will drop data points about customer adoption rates that will not appear in public filings for another two quarters. A macro strategist being interviewed casually will reveal their actual portfolio positioning rather than the sanitized version they present at conferences.</p>
<p>This is what makes podcast intelligence genuinely different from transcript search or document retrieval. The content itself is different. The candor level is higher. The signal quality, for specific use cases, is better than anything you would get from traditional sources.</p>
<p>We built Matterfact's podcast intelligence layer around this insight. The platform currently processes thousands of financial podcasts and lets analysts query the full corpus with natural language. You can ask, "What are the most contrarian views on GLP-1 medications from the last 30 days?" and get a structured response with source attribution, timestamps, and links to the exact moments in each episode. That is the podcast agent Gavin Baker is describing.</p>
<h2>Why this niche is wide open and ripe for alpha</h2>
<p>Search for "financial podcast agent" or "podcast AI for investing" and you will find almost nothing purpose-built for buy-side research. There are generic podcast summarization tools and broad <a href="/blog/ai-investment-research-platform">financial AI platforms</a> that include some podcast coverage. But no one has built a dedicated, portfolio-aware podcast intelligence agent and made it the centerpiece of their offering.</p>
<p>The reason is that it is technically hard. Processing audio at scale requires speech-to-text pipelines that handle financial jargon, multiple accents, and poor recording quality. Extracting named entities (tickers, people, companies, products) from conversational speech is a different problem than extracting them from structured text. Cross-referencing podcast claims against financial data requires a multi-source knowledge graph that most AI startups do not have.</p>
<p>But the demand and the value are clearly there. This is exactly the kind of inefficiency that rewards investors who get serious about it before everyone else does.</p>
<h2>Try it on a podcast you follow</h2>
<p>Name a financial podcast you listen to regularly. We will build you a custom artifact: a research dashboard that monitors every episode, extracts signals relevant to your coverage universe, and delivers a prioritized brief you can use.</p>
<h2>FAQ</h2>
<p><strong>What is a financial podcast agent?</strong></p>
<p>A financial podcast agent is an AI system that continuously processes large volumes of podcasts and extracts investment-relevant signals. Unlike simple transcription or summarization tools, a podcast agent connects insights to your portfolio, cross-references claims against other data sources, and delivers structured, actionable output tailored to your research needs.</p>
<p><strong>Why do hedge funds use financial podcast agents?</strong></p>
<p>Podcasts now carry some of the most candid, forward-looking commentary in the market, often before it shows up in filings or sell-side research. Hedge funds use podcast agents to monitor that firehose at scale, extract signals tied to the names they cover, and turn hours of audio into a prioritized brief, all without adding headcount.</p>
<p><strong>How is podcast intelligence different from earnings call transcripts?</strong></p>
<p>Podcast guests speak more candidly than executives on earnings calls. Former employees, industry experts, and investors share opinions, data points, and competitive assessments that would never appear in a formal filing or prepared remarks. Podcast intelligence captures this informal layer of market intelligence that traditional tools miss entirely.</p>
<p><strong>Can AI really extract useful signals from unstructured podcast conversations?</strong></p>
<p>Yes, but only with purpose-built systems. Generic LLM summarization produces generic summaries that are not actionable to investors. A system designed for financial podcast analysis needs entity recognition trained on financial jargon, cross-referencing against structured financial data, and the ability to weight sources by expertise and relevance. Matterfact's platform was built specifically for this use case.</p>
<p><strong>What did Gavin Baker say about podcast agents?</strong></p>
<p>On the May 20, 2026 episode of Invest Like the Best ("Watts and Wafers"), Gavin Baker, CIO of Atreides Management ($7B AUM), described the most useful AI agent as one that could distill potentially valuable insights from the roughly six hours of daily financial podcast content into a focused, relevant summary.</p>]]></content:encoded>
      <category>perspective</category>
      <category>podcasts</category>
      <category>ai-tools</category>
      <category>hedge-funds</category>
    </item>
    <item>
      <title>Sohn 2026 Pitches Scorecard: Who's Winning, Who's Bleeding</title>
      <link>https://www.matterfact.com/blog/sohn-2026-pitch-scorecard</link>
      <guid isPermaLink="true">https://www.matterfact.com/blog/sohn-2026-pitch-scorecard</guid>
      <pubDate>Mon, 25 May 2026 12:00:00 GMT</pubDate>
      <dc:creator>Ashutosh Agarwal</dc:creator>
      <description>Live tracker of all 30 Sohn 2026 Investment Conference stock picks. The Core Index beat the S&amp;P 500 by 1.20% in 7 trading days. See who's winning and who's bleeding.</description>
      <content:encoded><![CDATA[<h1>Sohn 2026 Pitches Scorecard: Who's Winning, Who's Bleeding</h1>
<blockquote>
<p>Live tracker of all 30 Sohn 2026 Investment Conference stock picks. The Core Index beat the S&#x26;P 500 by 1.20% in 7 trading days. See who's winning and who's bleeding.</p>
</blockquote>
<h2>TL;DR</h2>
<p>The 31st annual Sohn Investment Conference took place on May 12 at Jazz at Lincoln Center, raising funds for pediatric cancer research at MSK Kids. We built an equal-weight index of all 30 pitches and tracked them for seven trading days. The Core Index of 16 main-stage picks returned +0.74% versus the S&#x26;P 500's -0.46%, generating +1.20% of alpha. The biggest winner so far is Vista Energy (VIST), up 15%. The biggest loser is Carvana (CVNA), down over 15%.</p>
<p>Every May, some of the best minds in finance walk onto a stage at Lincoln Center and put their reputations on the line with a stock pitch or two. They do it for a good reason: the <a href="https://www.sohnconference.org/">Sohn Investment Conference</a>, now in its 31st year, raises money for MSK Kids, the pediatric cancer program at Memorial Sloan Kettering Cancer Center. The conference honors the memory of Ira Sohn, a Wall Street professional who died of cancer at 29. Since its founding in 1995, the Sohn Conference series has raised more than $150 million for children's health research.</p>
<p>Sohn 2026 brought the usual roster of hedge fund headliners (David Einhorn, Joyce Meng, Soren Aandahl, Kevin Salimian, and a deep Next Wave bench) onto a single stage at Jazz at Lincoln Center on May 12. For the rest of us watching from the cheap seats, the natural question is: how are those Sohn 2026 stock picks actually doing?</p>
<p>We tracked all 30 stock ideas presented at the 2026 conference and built a simple scorecard. Here is what the first seven trading days look like. (If you want to see how hedge fund hiring patterns are shifting alongside these pitch trends, our <a href="/blog/hedge-fund-hiring-engineers">hedge fund hiring breakdown</a> and <a href="/blog/hedge-fund-skills-2026">skills survey</a> are good companion reads.)</p>
<h2>The Scoreboard: Core Index vs. the S&#x26;P 500</h2>
<p>We constructed two equal-weight baskets. The Core Index includes the 16 main-stage pitches (14 longs and 2 shorts). The Extended Index captures all 30 ideas, including the Next Wave rising-manager presentations and the short-selling panel moderated by Jim Chanos.</p>
<p>Through May 20 (seven trading days from the conference date), the numbers:</p>
<table>
<thead>
<tr>
<th>Basket</th>
<th align="right">7-day return</th>
<th align="right">Alpha vs. S&#x26;P 500</th>
</tr>
</thead>
<tbody>
<tr>
<td>Core Index (16 picks)</td>
<td align="right">+0.74%</td>
<td align="right">+1.20%</td>
</tr>
<tr>
<td>Extended Index (30 picks)</td>
<td align="right">+0.07%</td>
<td align="right">+0.53%</td>
</tr>
<tr>
<td>S&#x26;P 500</td>
<td align="right">-0.46%</td>
<td align="right">–</td>
</tr>
</tbody>
</table>
<p>Not bad for a week. Keep in mind these are equal-weight baskets, so a single name can drag the average, and short positions contribute the inverse of the stock return (a short that drops 10% adds 10% to the index). Both baskets jumped out to a strong lead by May 14, then gave back gains as the broader market softened. The Core Index held up better than the Extended basket, which tells you the main-stage presenters picked slightly better horses.</p>
<p>The full tracker is below. Filter by manager, side, or sector; the cumulative-return chart updates as you click.</p>
<p><a href="https://app.matterfact.com/artifacts/sohn-2026-dashboard?owner=stan%40acadia.im">Sohn 2026 pitch tracker</a></p>
<h2>The Leaderboard: Winners and Losers</h2>
<p>Three names lead the pack after seven days, and three are deep in the red.</p>
<p><strong>Infineon Technologies (IFNNY)</strong>, pitched long by Kevin Salimian of Voxel Capital at the Next Wave session, leads the pack at +22.83%. The AI power semiconductor re-rating continues, with Citi raising its target to EUR 80 and JPM to EUR 74. Auto destock headwinds are clearing, and the market is starting to price in Infineon's leverage to the next cycle of AI infrastructure buildout.</p>
<p><strong>Nokia (NOK)</strong> from Philosophy Capital is the second-best performer at +17.46%, riding the renewed enthusiasm for telco infra capex tied to AI datacenter buildouts. <strong>TTM Technologies (TTMI)</strong>, pitched long by Whale Rock, rounds out the top three at +16.26% on the same AI-infrastructure tailwind.</p>
<p>On the other side, <strong>Jumia Technologies (JMIA)</strong> from CHANGE Global's Thea Jamison is down 12.66%. The African e-commerce play has run into renewed skepticism about execution speed and the timeline to profitability. <strong>Acadia Healthcare (ACHC)</strong> from Greenlight is off 10.91% as longer-duration turnaround names came under pressure. <strong>Comfort Systems (FIX)</strong>, the comparator in the Hiddenite presentation, fell 9.33% on rate-sensitivity concerns.</p>
<p>Other notable movers worth flagging from the broader basket: <strong>Vista Energy (VIST)</strong> is up double-digits on its Bandurria Sur and Bajo del Toro guidance raise and the Argentina re-rating; <strong>Rezolve AI (RZLV)</strong> continues to bleed for the short side after Joyce Meng's panel pitch; and <strong>Carvana (CVNA)</strong> remains weak as oil above $108 pressures the used-car consumer.</p>
<h2>David Einhorn's Transition Basket: A Mixed Week</h2>
<p>Einhorn's presentation was the marquee event, as it usually is. After years of pitching obscure European companies, he returned with five domestic "transition stories" where management repositioning could unlock value. His basket through seven days:</p>
<table>
<thead>
<tr>
<th>Ticker</th>
<th>Company</th>
<th align="right">7-day return</th>
</tr>
</thead>
<tbody>
<tr>
<td>VSNT</td>
<td>Versant Media</td>
<td align="right">+4.98%</td>
</tr>
<tr>
<td>CNC</td>
<td>Centene</td>
<td align="right">-0.05%</td>
</tr>
<tr>
<td>FLR</td>
<td>Fluor</td>
<td align="right">-4.93%</td>
</tr>
<tr>
<td>ACHC</td>
<td>Acadia Healthcare</td>
<td align="right">-5.11%</td>
</tr>
<tr>
<td>VSCO</td>
<td>Victoria's Secret</td>
<td align="right">-5.15%</td>
</tr>
<tr>
<td></td>
<td><strong>Basket average</strong></td>
<td align="right"><strong>-2.05%</strong></td>
</tr>
</tbody>
</table>
<p>The average across all five is -2.05%. Versant Media, the recent Comcast spinoff, is the only name in the green. The thesis there centers on live news and event programming being more resilient to cord-cutting than the market assumes. The rest of the basket is underwater, with Acadia Healthcare and Victoria's Secret each down about 5%. Both are longer-duration turnaround stories that require patience measured in quarters, not days. Judging Einhorn's transition thesis after one week is like checking your sourdough starter after ten minutes. Give it time.</p>
<h2>Fund-Level Standouts</h2>
<p>A few managers are worth watching at the fund level:</p>
<table>
<thead>
<tr>
<th>Fund</th>
<th>Manager</th>
<th>Pick(s)</th>
<th align="right">Avg. 7-day return</th>
</tr>
</thead>
<tbody>
<tr>
<td>FACT Capital</td>
<td>Joyce Meng</td>
<td>RZLV (short)</td>
<td align="right">+12.95%</td>
</tr>
<tr>
<td>Voxel Capital</td>
<td>Kevin Salimian</td>
<td>IFNNY</td>
<td align="right">+11.94%</td>
</tr>
<tr>
<td>Blue Orca</td>
<td>Soren Aandahl</td>
<td>OSIS (short)</td>
<td align="right">+7.94%</td>
</tr>
<tr>
<td>Balance Capital</td>
<td>Tariq Barma</td>
<td>Perimeter Solutions</td>
<td align="right">+6.23%</td>
</tr>
<tr>
<td>Maplelane Capital</td>
<td>Leon Shaulov</td>
<td>DDOG, TXN, LRCX</td>
<td align="right">+2.32%</td>
</tr>
<tr>
<td>CHANGE Global</td>
<td>Thea Jamison</td>
<td>VIST, JMIA</td>
<td align="right">-0.01%</td>
</tr>
<tr>
<td>General Equity</td>
<td>Andrew Bellas</td>
<td>CVNA</td>
<td align="right">-15.48%</td>
</tr>
</tbody>
</table>
<p><strong>Voxel Capital</strong> (Kevin Salimian) leads all funds at +11.94% on the strength of Infineon alone. Single-name conviction, and so far it is paying off.</p>
<p><strong>FACT Capital</strong> (Joyce Meng) is right behind at +12.95% with her Rezolve AI short. The short-selling panel, moderated by Chanos, produced some of the strongest early returns in the index.</p>
<p><strong>Blue Orca</strong> (Soren Aandahl) shorted OSI Systems (OSIS), which fell 7.94%, contributing +7.94% to the index. Two of the top five index contributors are shorts, which is unusual for a conference that historically skews long.</p>
<p><strong>Maplelane Capital</strong> (Leon Shaulov) is averaging +2.32% across Datadog, Texas Instruments, and Lam Research. A balanced semi and software basket that is holding up nicely.</p>
<p><strong>Balance Capital</strong> (Tariq Barma) pitched Perimeter Solutions long, up +6.23%. Another Next Wave manager outperforming the main stage.</p>
<p><strong>General Equity</strong> (Andrew Bellas) is having the roughest week at -15.48% on Carvana alone.</p>
<h2>What We're Watching Next</h2>
<p>Seven trading days is just a snapshot. These things take time to play out. Some of the best Sohn pitches in history looked mediocre in the first week and crushed it over six to twelve months. Some looked great early and faded. The value of tracking them is in understanding the thesis, the catalysts, and whether the market is confirming or pushing back on the narrative.</p>
<p>A few things we are watching:</p>
<ul>
<li><strong>The Einhorn basket needs a catalyst.</strong> Versant Media earnings and any Acadia Healthcare occupancy data will be the first real data points to test the transition thesis.</li>
<li><strong>Vista Energy's momentum depends on Brent staying above $80.</strong> If oil cracks, the Argentina re-rating unwinds quickly.</li>
<li><strong>The short sellers are winning early.</strong> Two of the top five contributors are short positions. If that holds, it says something about the current market environment and the quality of the short-selling talent Sohn is cultivating through the Next Wave program.</li>
</ul>
<p>We will update this Sohn 2026 scorecard at the 30-day, 90-day, and one-year marks.</p>
<h2>FAQ</h2>
<p><strong>What is the Sohn Investment Conference?</strong></p>
<p>The Sohn Investment Conference is an annual hedge fund event in New York City where leading managers present their highest-conviction stock pitches. Founded in 1995 in memory of Ira Sohn, the conference has raised more than $150 million for pediatric cancer research at Memorial Sloan Kettering's MSK Kids program.</p>
<p><strong>When was the 2026 Sohn Investment Conference?</strong></p>
<p>The 31st annual Sohn Investment Conference took place on May 12, 2026 at Jazz at Lincoln Center in New York.</p>
<p><strong>Which Sohn 2026 stock pick is performing best?</strong></p>
<p>After seven trading days, Infineon Technologies (IFNNY), pitched long by Kevin Salimian of Voxel Capital at the Next Wave session, leads at +22.83%. Nokia (NOK) from Philosophy Capital and TTM Technologies (TTMI) from Whale Rock round out the top three.</p>
<p><strong>Which Sohn 2026 pitch is performing worst?</strong></p>
<p>Jumia Technologies (JMIA), pitched long by Thea Jamison of CHANGE Global, is the worst-performing main-stage long at -12.66% over the first seven trading days, followed by Acadia Healthcare (ACHC) at -10.91% and Comfort Systems (FIX) at -9.33%.</p>
<p><strong>How did David Einhorn's Sohn 2026 picks perform?</strong></p>
<p>Einhorn presented a five-name "transition basket" at Sohn 2026 of Versant Media (VSNT), Centene (CNC), Fluor (FLR), Acadia Healthcare (ACHC), and Victoria's Secret (VSCO). The basket is down 2.05% on average after seven trading days, with Versant Media the only name in the green at +4.98%.</p>
<p><strong>How did the Sohn 2026 picks perform versus the S&#x26;P 500?</strong></p>
<p>Our equal-weight Core Index of the 16 main-stage Sohn 2026 picks returned +0.74% over seven trading days versus the S&#x26;P 500's -0.46%, generating +1.20% of alpha. The Extended Index of all 30 ideas (including Next Wave and short-selling panel pitches) returned +0.07%, +0.53% above the benchmark.</p>
<p><strong>Where can I track Sohn 2026 pitch performance over time?</strong></p>
<p>We maintain a live tracker at <a href="https://app.matterfact.com/artifacts/sohn-2026-dashboard?owner=stan%40acadia.im">app.matterfact.com/artifacts/sohn-2026-dashboard</a>. It updates daily and lets you filter by manager, side (long/short), and sector.</p>]]></content:encoded>
      <category>sohn-2026</category>
      <category>hedge-funds</category>
      <category>investment-conferences</category>
      <category>stock-picks</category>
      <category>david-einhorn</category>
      <category>research</category>
    </item>
    <item>
      <title>Hedge Funds Value Teamwork Over Python Skills, Even With Engineers</title>
      <link>https://www.matterfact.com/blog/hedge-fund-skills-2026</link>
      <guid isPermaLink="true">https://www.matterfact.com/blog/hedge-fund-skills-2026</guid>
      <pubDate>Thu, 21 May 2026 12:00:00 GMT</pubDate>
      <dc:creator>Ashutosh Agarwal</dc:creator>
      <description>We parsed 1,165 hedge fund job descriptions. Teamwork is up 31 points, tech skills are down.</description>
      <content:encoded><![CDATA[<h1>Hedge Funds Value Teamwork Over Python Skills, Even With Engineers</h1>
<blockquote>
<p>We parsed 1,165 hedge fund job descriptions. Teamwork is up 31 points, tech skills are down.</p>
</blockquote>
<h2>TL;DR</h2>
<p>We pulled the description text on 1,165 open hedge fund job postings and ran it through a 75-skill taxonomy. The three biggest moves between late 2025 and Q2 2026: Teamwork (+30.7pp), Communication (+19.7pp), and Ownership (+20.0pp). Meanwhile FPGA (-26.8pp), Machine Learning (-24.2pp), and low-latency systems (-21.5pp) have collapsed as required skills. The buy-side stereotype is less relevant in the age of AI. Today's funds want operators who can ship.</p>
<p>Last week we published the first cut of our hedge fund hiring dashboard built from a prompt in matterfact (<a href="https://www.matterfact.com/blog/hedge-fund-hiring-engineers">Hedge Funds Are Hiring Like Tech Companies</a>). The main finding was that 44% of every open role across 102 funds is an engineering role. Hedge funds are quietly becoming tech companies.</p>
<p>That post answered who the funds are hiring. This one answers a related question: what are the skillsets that funds value most? The answer, especially for engineering roles, was surprising.</p>
<p>We ran 1,165 of those postings, every one with real description text, through a curated taxonomy of about seventy-five skills, credentials, and competencies. Programming languages. AI and machine learning frameworks. Data and infrastructure. Quant math. Finance and markets. Soft skills. Education. Each posting gets counted once per skill it mentions, then we slice by time. The buckets are 2025 H2, 2026 Q1, and 2026 Q2 through May.</p>
<p>The result is a picture of how the buy-side skill stack is evolving. Almost none of it matches the traditional narrative.</p>
<p><strong>Most-requested skills, competencies &#x26; credentials across hedge fund postings</strong>
Share of 1,165 open hedge fund job postings mentioning each skill. Color encodes category: soft skills (pink), programming languages (blue), education / ML (purple), finance &#x26; markets (orange), infrastructure (cyan), quant &#x26; math (green).</p>
<table>
<thead>
<tr>
<th>Share of postings</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Teamwork / Collaboration</td>
<td>74%</td>
</tr>
<tr>
<td>Python</td>
<td>57%</td>
</tr>
<tr>
<td>STEM background</td>
<td>57%</td>
</tr>
<tr>
<td>Communication</td>
<td>45%</td>
</tr>
<tr>
<td>Fast-Paced Environment</td>
<td>27%</td>
</tr>
<tr>
<td>Problem-Solving</td>
<td>26%</td>
</tr>
<tr>
<td>Derivatives / Options</td>
<td>26%</td>
</tr>
<tr>
<td>C++</td>
<td>25%</td>
</tr>
<tr>
<td>Linux/Unix</td>
<td>24%</td>
</tr>
<tr>
<td>Equities</td>
<td>22%</td>
</tr>
<tr>
<td>Leadership / Mentoring</td>
<td>20%</td>
</tr>
<tr>
<td>Low-latency systems</td>
<td>18%</td>
</tr>
<tr>
<td>Ownership / Accountability</td>
<td>18%</td>
</tr>
<tr>
<td>Self-Starter / Proactive</td>
<td>17%</td>
</tr>
<tr>
<td>HFT / Market Making</td>
<td>16%</td>
</tr>
<tr>
<td>Machine Learning</td>
<td>16%</td>
</tr>
<tr>
<td>Attention to Detail</td>
<td>16%</td>
</tr>
<tr>
<td>Multi-tasking</td>
<td>16%</td>
</tr>
<tr>
<td>Fixed Income / Credit</td>
<td>15%</td>
</tr>
<tr>
<td>SQL</td>
<td>15%</td>
</tr>
<tr>
<td>Statistics/Probability</td>
<td>14%</td>
</tr>
<tr>
<td>Risk Management</td>
<td>14%</td>
</tr>
<tr>
<td>CI/CD</td>
<td>12%</td>
</tr>
<tr>
<td>FX / Currencies</td>
<td>10%</td>
</tr>
<tr>
<td>AWS</td>
<td>10%</td>
</tr>
</tbody>
</table>
<h2>The Lone Quant Is On His Way Out</h2>
<p>The single most surprising number in the dataset is that three quarters of every hedge fund job description, 74% of the postings we parsed, now mentions teamwork or collaboration as a required attribute. A year ago it was 48%. Teamwork is now the most-cited skill across the entire industry, ahead of Python, even for engineers.</p>
<p>You can pair it with two other moves that tell the same story. Communication went from 26% of postings to 46%. Ownership and accountability went from 3% to 23%. These three competencies are the top three risers in the dataset.</p>
<p><strong>Rising skills</strong>
Biggest gainers 2025 H2 → 2026 Q2 (Apr–May). Bars show percentage-point change in share of postings. Color encodes category: competencies (pink), finance (orange), programming (blue), data/infra (cyan).</p>
<table>
<thead>
<tr>
<th>Increase in share of postings (pp)</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Teamwork / Collaboration</td>
<td>30.7%</td>
</tr>
<tr>
<td>Ownership / Accountability</td>
<td>20%</td>
</tr>
<tr>
<td>Communication</td>
<td>19.7%</td>
</tr>
<tr>
<td>Derivatives / Options</td>
<td>15.2%</td>
</tr>
<tr>
<td>Equities</td>
<td>13.6%</td>
</tr>
<tr>
<td>Python</td>
<td>13.2%</td>
</tr>
<tr>
<td>AWS</td>
<td>9.5%</td>
</tr>
<tr>
<td>Kubernetes</td>
<td>9.4%</td>
</tr>
</tbody>
</table>
<p>This finding is in contrast with the optics of the HF industry. The cultural image of the buy-side technologist is a head-down developer who knows more math than the people around him and is happiest with a Bloomberg terminal and his Jupyter Notebook. Funds today describe a different persona in their own postings: a teammate who communicates, takes ownership of an outcome, and ships work with other humans.</p>
<p>Multi-manager pod shops like Millennium, Citadel, Balyasny, and Schonfeld now dominate the AUM tables, and those structures only work if dozens of small teams coordinate on risk, data, and infrastructure. The platform is the alpha, and platforms are built by people who can talk to each other and work well with each other.</p>
<h2>Soft Skills Up, Technical Skills Down</h2>
<p>The biggest faller in the dataset is FPGA and hardware acceleration, down 26.8 points. Low-latency systems fell 21.5 points. Both were once a signal that a fund was working on its trading edge and both are cooling in favor of softer skills like project ownership.</p>
<p><strong>Falling skills</strong>
Biggest decliners 2025 H2 → 2026 Q2 (Apr–May). Bars show absolute percentage-point decline in share of postings. Color encodes category: data/infra (cyan), AI/ML &#x26; education (purple), finance (orange), competencies (pink), programming (blue), quant/math (green).</p>
<table>
<thead>
<tr>
<th>Decline in share of postings (pp)</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>FPGA / Hardware Accel</td>
<td>26.8%</td>
</tr>
<tr>
<td>Machine Learning</td>
<td>24.2%</td>
</tr>
<tr>
<td>Low-latency systems</td>
<td>21.5%</td>
</tr>
<tr>
<td>Risk Management</td>
<td>21.4%</td>
</tr>
<tr>
<td>PhD</td>
<td>11.2%</td>
</tr>
<tr>
<td>Problem-Solving</td>
<td>4.2%</td>
</tr>
<tr>
<td>C++</td>
<td>3.9%</td>
</tr>
<tr>
<td>Statistics/Probability</td>
<td>3.2%</td>
</tr>
</tbody>
</table>
<p>Low latency still matters at firms like Optiver, IMC, Tower, Citadel Securities, and Qube Research; they will keep paying for nanoseconds. But the marginal posting at the marginal fund is no longer about shaving 500 nanoseconds off a quote-to-trade path. That race has been won, the infrastructure exists, and the talent that built it is now being retained rather than freshly hired.</p>
<p>The same pattern shows up in the cloud numbers. AWS mentions are up 9.5 points. Kubernetes is up 9.4 points from a base of effectively zero. Five years ago the cloud was a punchline on a trading desk and today even latency-sensitive shops are running risk, research, and tooling on hyperscalers. The plumbing is changing.</p>
<h2>The Machine Learning Paradox</h2>
<p>Machine Learning as a required skill dropped 24.2 points and PhD requirements dropped 11.2 points. Deep learning, PyTorch, and TensorFlow each sit at 2 to 3% of postings.</p>
<p>A year ago "Machine Learning" was the marketing layer on a job description. Funds put it in because candidates wanted to see it and because investors wanted to see it. Today AI is plumbing, it is in the IDE, it is in the research workflow, it is in the data pipeline. Funds no longer need to hire "an ML engineer", or a lot less so than before. They still need a backend engineer who knows how to use foundation models, vector stores, and orchestration frameworks competently. But the job description doesn't say "ML." It says Python, AWS, and "ships fast."</p>
<p>That theory is supported by the rest of the data. Python rose 13.2 points and now appears in 60% of all hedge fund postings. NLP and LLM mentions are up to 8% from near zero. The infrastructure skills, including AWS, Kubernetes, CI/CD, and SQL, are all rising. Hedge funds are hiring the operators who will deploy AI inside the firm rather than the researchers who will invent new architectures. Most of the architectures they need have already been invented by Anthropic, OpenAI, Google, and Meta.</p>
<p>This also explains the PhD decline. When the model is downloadable, the credential matters less than the deployment skill. You can hire a master's-level engineer who has shipped three LLM-powered systems and get more leverage than a freshly minted PhD who has trained one from scratch. The funds know this and their job postings reflect it.</p>
<p>In terms of experience, the 3-5 year cohort is on the rise.</p>
<h2>About this data</h2>
<p>This data comes from an artifact that was built in matterfact from one prompt. The scraper was built on the fly and then the data was collated and presented as a dashboard. Specifically on the scraper, we run a curated keyword/regex taxonomy across each job's full description text for ~75 skills, competencies, and credentials grouped into seven buckets (Programming Languages, AI / Machine Learning, Data &#x26; Infrastructure, Quant &#x26; Mathematical, Finance &#x26; Markets, Soft Skills / Competencies, Education &#x26; Credentials). A skill is counted once per posting if any of its patterns match. Time comparison uses each posting's posted-by date bucketed into 2025 H2 (62 jobs), 2026 Q1 (274 jobs), and 2026 Q2 Apr–May (819 jobs).</p>
<p><a href="https://app.matterfact.com/artifacts/hedge-fund-jobs?owner=stan%40acadia.im">Hedge fund skills and experience dashboard</a></p>
<p>What would you ask about HF job postings? Request access to matterfact and find out.</p>]]></content:encoded>
      <category>research</category>
      <category>hedge-funds</category>
      <category>hiring</category>
      <category>skills</category>
      <category>data</category>
    </item>
    <item>
      <title>How to Not Get Fired From a Hedge Fund: The Analyst's AI Playbook</title>
      <link>https://www.matterfact.com/blog/analyst-ai-playbook-hedge-fund</link>
      <guid isPermaLink="true">https://www.matterfact.com/blog/analyst-ai-playbook-hedge-fund</guid>
      <pubDate>Tue, 19 May 2026 12:00:00 GMT</pubDate>
      <dc:creator>Ashutosh Agarwal</dc:creator>
      <description>Top hedge funds are rebuilding their research process around AI. Here's the playbook for analysts who want to be indispensable.</description>
      <content:encoded><![CDATA[<h1>How to Not Get Fired From a Hedge Fund: The Analyst's AI Playbook</h1>
<blockquote>
<p>Top hedge funds are rebuilding their research process around AI. Here's the playbook for analysts who want to be indispensable.</p>
</blockquote>
<h2>TL;DR</h2>
<ul>
<li>The hedge fund industry is splitting into two camps: firms that have embedded AI into every layer of their research process, and firms that are about to lose their best people to the ones that have</li>
<li>If you're an analyst, the question isn't whether to use AI; it's whether you're using it well enough to stay ahead of the person who wants your seat</li>
<li>The analysts pulling away are not just summarizing earnings calls. They are rebuilding their research workflows around AI</li>
<li>This is the playbook for becoming indispensable</li>
</ul>
<p>The hedge fund analyst job is changing, and it's clearly not immune from the disruption AI has caused in other areas.</p>
<p>You probably won't get fired because you were wrong on one stock. But you may eventually get replaced because you were too slow to adapt. If you're spending three days building a comp table that someone else could now build in ten minutes, it's time to take a serious look at AI.</p>
<p>Five years ago, being a strong analyst meant knowing your sector, building clean models, reading filings late at night, and having good instincts. All of that still matters, and yet the bar has moved.</p>
<p>The analysts who are starting to pull away are using AI every day. The use cases go well beyond an isolated tool or a chatbot to ask questions.</p>
<p>They are using it to move faster, cover more stocks and industries, go deeper on their thesis, research more sources, and spend more time thinking.</p>
<p>We work with a lot of hedge funds on AI strategy. The best analysts are not just summarizing earnings calls manually, they are rebuilding their research workflows around AI. This is the playbook to become indispensable and not worry about being replaced by someone who knows AI.</p>
<h2>Start using AI for real hedge fund analyst workflows</h2>
<p>Most hedge fund analysts say they are using AI but in reality they are barely scratching the surface.</p>
<p>They ask ChatGPT to rewrite an email, they use Copilot to fix a formula, or maybe they summarize a transcript once in a while.</p>
<p>That is a start, but it is not a workflow. Using AI chatbots as isolated tools is missing the bigger picture.</p>
<p>The analysts getting ahead of their peers are using AI on real research tasks like scanning dozens of companies at once and comparing sentiment and language across earnings calls. They are looking for early shifts in a sector and building first-pass models and dashboards from plain English prompts faster than their counterparts stuck in Excel and Tableau. They scan more sources and integrate that into their thesis. They look deeply at the bull and bear cases and get the essence of all the relevant sell-side research much faster than manually reading reports.</p>
<p>The best place to start is simple: use AI for one meaningful research task every day.</p>
<p>Use it for idea generation. Use it to sharpen a thesis. Use it to monitor risk factors. Use it to find something your PM has not seen yet. This practice will teach you not just what AI can do, but also its limitations.</p>
<h2>Check everything</h2>
<p>AI is useful but you still need to check sources.</p>
<p>LLM models tend to make up facts and even invent quotes. We wrote a piece about that, detailing exactly how to fail with AI. AI might give you analysis that sounds right and falls apart when you check the source and it's not really credible. (We have built ways to deal with these shortcomings of foundational models but still urge caution.)</p>
<p>A good analyst treats AI like a smart junior analyst or assistant. Helpful, fast, sometimes impressive, but not fully trusted without review.</p>
<p>This is also where the opportunity is and your ability to outshine others. The analyst who can use AI to move faster, then apply judgment, context, and skepticism, becomes much more valuable to the PM and the org as a whole. You may become the quality control layer as the organization adopts AI in more use cases.</p>
<p>That is a good place to be.</p>
<h2>Use tools built for investment research</h2>
<p>ChatGPT is amazing but it is not built for hedge fund research.</p>
<p>It does not know or understand your portfolio, your coverage universe, or have native access to the sources you care about. It cannot reliably connect filings, transcripts, podcasts, expert commentary, and alternative data into one research workflow.</p>
<p>That is why the best funds are moving beyond generic chatbots, and this is why we built matterfact.</p>
<p>Fund analysts want tools connected to real data, they want an audit trail with citations, and automated workflows that fit how they and their PMs actually work. They want output that is helpful at a Monday morning investment meeting.</p>
<p>That is where matterfact is different from most agentic models and off-the-shelf LLMs.</p>
<p>We built an agent that you can ask about what's changing in a sector, which management teams are shifting tone, where a competitor is hinting at pressure, or what experts are saying in places the Street is not watching closely.</p>
<p>Lean on specialty tools like that to supercharge your productivity with AI and you'll also realize how much time can be saved to think and invest.</p>
<h2>Bring your PM something they did not think to ask for</h2>
<p>Good analysts answer the question, but great analysts bring something nobody thought to ask for yet.</p>
<p>Say your fund owns Carvana and your PM asks for an update before earnings. The standard response is pretty obvious. You refresh the model, check consensus, update the deck, and maybe add a few notes from recent calls.</p>
<p>That is useful, but also what everyone else is doing.</p>
<p>The AI-native analyst goes a layer deeper. They search across podcasts, transcripts, expert commentary, and industry conversations to get at the sentiment trend. They find a competitor talking about pricing pressure in the Southeast. They catch a logistics expert discussing title processing delays. They pull every mention of Carvana, DriveTime, ADESA, used car financing, inventory turns, and regional demand from the last 90 days, then look for patterns.</p>
<p>Now the meeting is different than it would have been without you, and the PM will notice.</p>
<p>Instead of walking in with a refreshed earnings preview, you walk in with a sharper bull-bear case backed by primary audio and commentary most of the Street has not synthesized yet.</p>
<p>That is how you stand out in the age of AI. Blow their socks off.</p>
<h2>Go beyond decks and build dashboards</h2>
<p>For a long time, the default analyst artifact was the deck. It might run forty slides, take a week to update, and then get a few minutes of attention from the PM before the conversation moved on.</p>
<p>That workflow is already dated.</p>
<p>A better research artifact is something the PM can actually use in real time and on demand. It should be live, easy to explore, and organized around the questions that matter: what supports the bull case, what strengthens the bear case, which assumptions drive the model, where the comps sit, what the key risks are, and which sources support the conclusion.</p>
<p>This is where AI starts to change the workflow in a real way. An analyst can now build the first version of an equity research dashboard in minutes instead of spending days assembling the same pieces by hand. Peer comps, valuation work, scenario analysis, podcast-sourced thesis points, citations, and model drivers can all be pulled into one place from a natural language prompt.</p>
<p>The first version will not be perfect, but you can go from idea to finished dashboard in just a few minutes and tweak it later.</p>
<p>The analyst spends less time assembling the artifact and more time improving the research.</p>
<h2>Catch red flags early</h2>
<p>This may be the most valuable use case, as it can bring a ton of value and protect your fund from loss.</p>
<p>Every portfolio has risks that are not in the filings yet. It can be subtle: the CEO starts using different language describing demand trends. A supplier talks about capacity constraints on a niche podcast. A customer hints at slowing orders from a particular company. A former executive says something that changes how you think about the story.</p>
<p>Most of these signals are out there before they become headlines, but the problem is scale. No analyst can listen to everything, read everything, and connect every dot, all the time.</p>
<p>AI changes that.</p>
<p>You can monitor thousands of sources, track sentiment over time, and get alerted when something shifts.</p>
<p>The analyst who walks into the morning meeting and says, "Hey, I flagged something overnight: our supplier's CEO was on a podcast yesterday, and his language around Q3 capacity changed materially from April," is not getting replaced.</p>
<p>That analyst is hard to live without, because people who get how to use AI are in extremely high demand.</p>
<h2>Become an analyst rock star with AI</h2>
<p>AI will not remove the need for analysts who can think, but it will put pressure on analysts who only gather, format, and summarize like it's 1999. Those who resist AI might eventually find themselves on the way out.</p>
<p>The best hedge funds are going to pair human judgment with AI-powered research. The best analysts will become the bridge between those two things.</p>
<p>They will move faster, cover more stocks, and bring better questions to the table.</p>
<p>The PM will know that AI helped you but won't care. In fact, they might ask you to train your colleagues to do the same.</p>]]></content:encoded>
      <category>perspective</category>
      <category>ai-tools</category>
      <category>hedge-funds</category>
    </item>
    <item>
      <title>What Is an AI Investment Research Platform? A Buyer's Guide</title>
      <link>https://www.matterfact.com/blog/ai-investment-research-platform</link>
      <guid isPermaLink="true">https://www.matterfact.com/blog/ai-investment-research-platform</guid>
      <pubDate>Tue, 19 May 2026 12:00:00 GMT</pubDate>
      <dc:creator>Ashutosh Agarwal</dc:creator>
      <description>What is an AI investment research platform? A buyer's guide covering the 5 core capabilities, evaluation criteria, and how it differs from terminals and chatbots.</description>
      <content:encoded><![CDATA[<h1>What Is an AI Investment Research Platform? A Buyer's Guide</h1>
<blockquote>
<p>What is an AI investment research platform? A buyer's guide covering the 5 core capabilities, evaluation criteria, and how it differs from terminals and chatbots.</p>
</blockquote>
<h2>TL;DR</h2>
<ul>
<li>An AI investment research platform is not a chatbot, not a terminal, and not a smarter Ctrl+F</li>
<li>It is a synthesis and workflow layer purpose-built for institutional public-markets teams</li>
<li>This guide defines the category, walks through the five capabilities that matter, and gives you a framework for evaluating vendors before you sign anything</li>
</ul>
<h2>What Is an AI Investment Research Platform?</h2>
<p>An AI investment research platform is software that combines large-scale data synthesis and workflow execution into a single environment designed for institutional equity and credit investment teams.</p>
<p>Every vendor with an LLM inside a wrapper and a financial data feed now claims to be an AI-native tool. But there is a meaningful difference between a general-purpose chatbot that can answer a few questions on stocks, a niche tool that performs an isolated workflow with an AI layer on top, and a full-fledged system that plugs into all the workflows an investor runs through on any given day. Only the latter is a true AI platform. A platform should ingest thousands of earnings transcripts, broker reports, and expert interviews, synthesize them, weigh them against a specific investment thesis, cite its sources, and then build a live dashboard tracking the variables that matter to your position.</p>
<p>The distinction is the same one that separates a search engine from a Bloomberg terminal: both give you information, but only one lets you run end-to-end workflows.</p>
<p>If you are a CIO evaluating tools, a head of research building a tech stack, or a senior analyst trying to figure out whether this category is real or just repackaged chatbot marketing, this guide is for you.</p>
<h2>What an AI Investment Research Platform Is Not</h2>
<p>Before we get into what it does, it helps to define what it isn't. The confusion in this market is not accidental as the proliferation of AI tools blurs the lines.</p>
<p>First, a platform is not a chatbot. A chatbot answers questions one at a time. It does not understand your portfolio context, does not track your coverage universe, does not build persistent analytical outputs, and does not monitor for changes alerting you when you need it most. If the tool forgets important context the moment you close the tab, it is not much more than a chatbot.</p>
<p>It is not a terminal. Bloomberg and FactSet are data delivery systems. They are extraordinary at what they do, which is structured data retrieval, charting, and portfolio analytics. But they are not synthesis engines. They will not read 200 earnings calls and tell you that management sentiment on capital expenditure has shifted from cautious to aggressive over the past three quarters, because that requires a different architecture entirely.</p>
<p>It is not just document search. AlphaSense and similar platforms made "smart Ctrl+F" a category. You can search across SEC filings, transcripts, and broker research with natural-language queries. That is useful, but it is still retrieval, not really synthesis. You get a list of passages that match your query but still have to read them, compare them, and connect the dots yourself.</p>
<p>It is not a copilot. Microsoft and Google sell general-purpose AI assistants that sit alongside your existing tools. They are good at summarizing an email or reformatting a spreadsheet. They are not good at telling you whether AMD's strategic pivot into hyperscaler partnerships creates a credible threat to Nvidia's GPU moat, because they do not have the domain-specific data architecture to support that kind of reasoning.</p>
<p>An AI investment research platform sits in the gap between all four. It combines the data awareness of a terminal, the search capability of a document platform, the conversational interface of a chatbot, and the workflow integration of a copilot, all built on top of investment-grade data sources and calibrated for the way institutional analysts actually work.</p>
<h2>The Five Capabilities That Define the Category</h2>
<p>If a vendor claims to have an AI investment research platform, these are the five capabilities you should look for. Miss any one and you are looking at a partial solution that will fall short of covering most workflows. While no one solution is perfect, investors strive for maximal coverage of the work that is done manually in their org. Here are the five things they look for in an AI investment research platform.</p>
<h3>1. Multi-Source Synthesis</h3>
<p>The platform should be able to pull from basically any source like earnings transcripts, broker research, SEC filings, news, social media, and alternative data sources simultaneously, and synthesize them into a single coherent output, either a live dashboard or a report. This is the core of the category. An analyst covering semiconductor capital equipment should be able to ask about high-NA EUV adoption timelines and get a synthesized answer drawing from management commentary, supplier disclosures, and competitor transcripts. The output should be a synthesis with citations (covered next) so the analyst can double-check the source and build trust in the system.</p>
<h3>2. Source Citation and Audit Trail</h3>
<p>Every claim the platform makes should be traceable back to a specific source, with date, speaker, and context. This is non-negotiable for institutional use. Analysts need to be able to verify what the platform tells them. Portfolio managers need to trust the inputs before they size a position. If the platform gives you an answer but cannot show you exactly where that answer came from, it is not ready for institutional deployment.</p>
<h3>3. Workflow Execution</h3>
<p>The platform should do more than answer questions. It should execute research workflows: tracking a coverage universe over time, monitoring management sentiment shifts, flagging when new information contradicts your existing thesis, and scheduling recurring analyses. The difference between a tool you use when you have a question and a platform that works for you continuously is the difference between a flashlight and an electrical grid: both produce light, but only one works while you sleep.</p>
<h3>4. Dynamic Dashboards and Artifacts</h3>
<p>Institutional research produces artifacts: models, charts, comparison tables, scenario analyses. The platform should be able to generate these on the fly from conversational queries. Ask about <a href="/blog/chipotle-dashboard-for-investors">Chipotle's unit economics</a> by metro area and get a live dashboard, not a paragraph of text. Ask for a bull/bear framework on a biotech name and get a structured output you can put in front of your PM without reformatting it in PowerPoint first.</p>
<h3>5. Source from Unstructured Intelligence like Podcasts</h3>
<p>This is the newest layer and the one most underserved by legacy tools. There are over four million active <a href="/blog/why-podcasts-why-now">podcasts</a> globally, and a growing share feature executives, industry practitioners, and domain experts discussing exactly the kind of forward-looking, qualitative information that institutional investors need. An AI investment research platform should be able to ingest and synthesize this unstructured content alongside traditional financial data. The insights buried in a two-hour podcast interview with a supply chain executive at a medical device company are often more valuable than anything in the 10-K. It is like learning from thousands of expert calls on demand. The problem is nobody has time to listen to two hours of audio to find the three minutes that matter, so you need AI to help.</p>
<h2>How to Evaluate Vendors: A Framework for Buyers</h2>
<p>If you are at the point of evaluating specific platforms, here is a practical framework. These criteria are listed roughly in order of importance for a typical institutional buyer.</p>
<p><strong>Data coverage and freshness.</strong> What sources does the platform ingest? How current is the data? A platform with a 48-hour lag on earnings transcripts is significantly less useful than one with same-day coverage. Ask about the cadence and whether the platform can ingest proprietary data sources specific to your firm.</p>
<p><strong>Synthesis quality.</strong> Run the same complex query across multiple platforms and compare the outputs. Does the platform connect information across sources, or does it just summarize them individually? Does it surface contradictions? Does it identify when a company's public commentary diverges from what channel checks or industry experts are saying?</p>
<p><strong>Citation reliability.</strong> Verify the citations. Open the cited source and check whether the platform accurately represented what was said. Do this at least ten times. Citation hallucination (plausible-sounding but fabricated or misattributed citations) is the single fastest way to lose analyst trust, and it is more common than vendors want to admit.</p>
<p><strong>Workflow persistence.</strong> Can you set up recurring analyses, scheduled reports, and monitoring dashboards? Or does every interaction start from zero? Institutional workflows are ongoing. Your tools should be too.</p>
<p><strong>Security and compliance.</strong> Where is the data stored? Who can access your queries? Is the platform SOC 2 compliant? Can it be deployed in a way that satisfies your firm's information security requirements? This is often the deciding factor for larger allocators, and it should be high on the list for everyone.</p>
<p><strong>Total cost of ownership.</strong> Consider not just the subscription price but the analyst time required for onboarding, the cost of maintaining integrations, and the opportunity cost of choosing a platform that does 60% of what you need versus one that does 90%. The cheapest seat license is rarely the cheapest solution.</p>
<h2>Why This Category Exists Now</h2>
<p>Three things converged to create this category.</p>
<p>First, language models got good enough to do this for investors. The transformer architectures that power modern LLMs can finally handle decent reasoning, summarization, and synthesis tasks that investment research demands. Two years ago, they could not do this reliably. Now they can, when properly constrained and calibrated against domain-specific data.</p>
<p>Second, the data landscape exploded. The volume of unstructured information relevant to investment decisions (podcasts, social media, satellite imagery, web traffic data, patent filings) has grown faster than any human team can process. The analysts who figure out how to systematically extract signal from this noise will have an edge. The ones who do not will spend their time reading the same broker notes everyone else reads.</p>
<p>Third, the economics of research teams changed. Headcount at buy-side firms is flat or declining while the complexity of coverage universes is increasing. Firms need leverage, and AI investment research platforms provide it by giving each analyst the effective throughput of a much larger team.</p>
<h2>FAQ</h2>
<p><strong>What is an AI investment research platform?</strong></p>
<p>It is software that combines data synthesis, source citation, and workflow execution into a single environment built for institutional investment research teams. It sits between a terminal (structured data retrieval), a document search platform (passage retrieval), and a chatbot (conversational Q&#x26;A), combining elements of each with investment-domain-specific architecture.</p>
<p><strong>How is an AI investment research platform different from a Bloomberg terminal?</strong></p>
<p>Bloomberg excels at structured data delivery, charting, and portfolio analytics. An AI investment research platform focuses on synthesizing unstructured information (transcripts, reports, podcasts, news) into analytical outputs. They are complementary, not competitive. Most institutional teams will use both.</p>
<p><strong>How is it different from AlphaSense?</strong></p>
<p>AlphaSense is primarily a document search platform. It retrieves relevant passages across a large corpus of financial documents. An AI investment research platform goes further by synthesizing information across sources, generating analytical artifacts, and executing persistent research workflows.</p>
<p><strong>Can an AI investment research platform replace expert networks?</strong></p>
<p>For many use cases, yes. Practitioners discuss forward-looking insights, industry dynamics, and operational details on podcasts and in public forums. An AI platform that can synthesize millions of hours of this content gives you much of what you would get from an expert call, without the compliance overhead, scheduling friction, or $1,500-per-hour price tag.</p>
<p><strong>Is it safe for institutional use?</strong></p>
<p>That depends entirely on the vendor. Evaluate SOC 2 compliance, data residency, access controls, and whether the platform can be configured to meet your firm's specific information security requirements. Ask for the security documentation before you start a trial.</p>
<p><strong>What does an AI investment research platform cost?</strong></p>
<p>Pricing varies widely across the category. Some vendors charge per seat per year, others by usage. Expect institutional-grade platforms to cost between $5,000 and $50,000 per seat annually, depending on the scope of data access and the level of customization.</p>
<p><strong>How long does onboarding take?</strong></p>
<p>Most platforms can be deployed in days, not months. The real onboarding cost is analyst adoption: getting your team to build the platform into their daily workflows rather than treating it as a novelty they use once and forget.</p>
<p><strong>Can I integrate it with my existing tools?</strong></p>
<p>Look for platforms that offer API access, data export, and integration with your existing data warehouse or portfolio management system. The best platforms fit into your stack. They do not ask you to replace it.</p>
<p><strong>Will AI investment research platforms replace analysts?</strong></p>
<p>No. They amplify analysts. The bottleneck in institutional research was never "not enough smart people." It was "too much information for any team to process." These platforms address the throughput problem, not the judgment problem.</p>
<p><strong>How do I measure ROI?</strong></p>
<p>Track three things: analyst time saved on information gathering (most teams see 30-50% reduction), speed to insight on new positions, and the number of differentiated insights surfaced that would not have been found through traditional workflows.</p>
<h2>The Bottom Line</h2>
<p>The category is real, but the noise is high. An AI investment research platform is not a chatbot with a financial-data feed, and it is not a smarter search box. It is a synthesis and workflow layer that unifies your data, encodes your sector knowledge, monitors your theses, cites every claim, and slots into the workflows your analysts already run.</p>
<p>Want to test drive a true AI investment research platform? Try it at <a href="https://www.matterfact.com">matterfact.com</a>.</p>]]></content:encoded>
      <category>guide</category>
      <category>ai-tools</category>
      <category>investment-research</category>
    </item>
    <item>
      <title>Inside Playbooks: A Tutorial on the 217 Pre-Engineered Research Workflows Built for Institutional Investors</title>
      <link>https://www.matterfact.com/blog/playbooks-tutorial-research-workflows</link>
      <guid isPermaLink="true">https://www.matterfact.com/blog/playbooks-tutorial-research-workflows</guid>
      <pubDate>Fri, 15 May 2026 12:00:00 GMT</pubDate>
      <dc:creator>Ashutosh Agarwal</dc:creator>
      <description>A tutorial on Playbooks: 217 pre-engineered research workflows across 12 categories, from morning briefs to sector-specific KPI math. The prompt does the thinking before you arrive.</description>
      <content:encoded><![CDATA[<h1>Inside Playbooks: A Tutorial on the 217 Pre-Engineered Research Workflows Built for Institutional Investors</h1>
<blockquote>
<p>A tutorial on Playbooks: 217 pre-engineered research workflows across 12 categories, from morning briefs to sector-specific KPI math. The prompt does the thinking before you arrive.</p>
</blockquote>
<h2>TL;DR</h2>
<ul>
<li><strong>217 pre-engineered prompts</strong> with structured inputs and visible logic</li>
<li>Organized into <strong>12 phases of research</strong>, from morning briefs to sector-specific KPI math</li>
<li>The prompt is already smart by the time you arrive; you're not prompting, you're configuring</li>
<li>The point is not that the AI is smart; the point is that the workflow is</li>
<li>A guided tour through how the system is built and where the leverage actually lives</li>
</ul>
<h2>Sometimes the blank prompt is a problem</h2>
<p>Most analysts know that AI is transforming industries and changing the way people work and live. And yet, many who have tried an AI research assistant have had mixed results. At times, they stare at a blank box not really knowing what to ask and how to ask it. When they prompt something like "find me five interesting names in semis" what comes back is almost never useful and rather disappointing. Nothing you can't find with a simple Bloomberg screen. They might be tempted to think that the technology is not yet there for real-life investment research.</p>
<p>In reality, the tech is fine. The prompt is the problem.</p>
<p>An investment analyst does not have the time and patience to think and interact with AI like a seasoned prompt engineer. They vaguely know what they want but are not ready to expend the energy to provide all the context the model needs to really nail that reply.</p>
<p>Fund managers and analysts who are using AI successfully usually lean on prompts that have already been engineered for the job. This skips a big step, takes the onus off the analyst, and yet still gives pristine results.</p>
<p>Analysts don't have time to prompt engineer. That's why we built Playbooks.</p>
<p>That is what Playbooks are. Pre-engineered prompts, with structured inputs and customizable context, organized by the phase of research you are in. We have shipped 217 of them across 12 categories, and they are shortening the time to value with AI. This post is a guided tour through how the system is built and how to use it for real work.</p>
<h2>The shape of the system</h2>
<p>Open the Playbooks tab in the matterfact terminal and you will see the entire workflow of an institutional analyst broken into twelve numbered phases:</p>
<p>youtube
url: <a href="https://youtu.be/1cqTDTodd8A">https://youtu.be/1cqTDTodd8A</a>
title: A quick tour of matterfact Playbooks
caption: A quick walkthrough of the Playbooks library inside the matterfact terminal.</p>
<pre><code>
## The anatomy of a Playbook

Click any card and you get a modal with three things: a short description, a set of structured input fields, and a Prompt Preview that shows you exactly what gets sent to the model. The Prompt Preview teaches you how to correctly ask AI for what you need in real time.

request-access
heading: Configure a sector framework for your team.
description: 53 sector-specific Playbooks covering the math generic LLMs miss. Hotels RevPAR, QSR unit economics, semis capex, REIT NAV, and more.
buttonText: Request access
</code></pre>
<h2>Operationalizing podcast intelligence</h2>
<p>We have <a href="https://www.matterfact.com/blog/why-podcasts-why-now">written before</a> about why podcasts are now a primary research input. The Playbooks under Podcast Insights are how that insight becomes a workflow.</p>
<p>Topic Expert Consensus is the one I would point a new analyst to first. You give it a topic, say, "AI infrastructure capex cycle and hyperscaler ROI" and an optional time window. The Prompt Preview shows what a great prompt looks like:</p>
<blockquote>
<p>Sweep podcast transcripts for expert commentary on: AI infrastructure capex cycle and hyperscaler ROI. Time window: last 90 days. Generate 4-6 diverse search angles to maximize recall (topic synonyms, adjacent terms, specific company / person names tied to the topic). For each distinct expert who has spoken substantively, capture their view, the underlying argument, and the timestamp / episode. Then synthesize: (1) the consensus view, (2) dissenting / contrarian takes, (3) variant perception (where the buy-side debate hasn't caught up to the experts), and (4) the strongest single argument on each side. Cite episodes by name and date. Schedule sending me a weekly expert-consensus digest on this topic to my email at: weekly Sunday at 8:00 AM ET.</p>
</blockquote>
<p>First, the recall step of generating diverse search angles before retrieving addresses the "feature" of the model to give you what matches your established assumptions. Second, the synthesis step explicitly separates consensus from variant perception, which is where the alpha actually lives. Third, citations to specific episodes mean you can verify or escalate to a longer listen on anything that matters.</p>
<p>Run it on Sunday morning, get a digest in your inbox by 8:00 AM ET, walk into Monday already several hundred episodes ahead.</p>
<p>There are several other categories modeled after real investment and finance workflows and engineered to both save time and improve the results you get.</p>
<p>The point of Playbooks is that the mental load to structure the perfect prompt is done before you arrive. What is left is the thing only you can do in seconds: read, decide, and run it.</p>
<p><a href="https://app.matterfact.com/playbooks">https://app.matterfact.com/playbooks</a></p>
<p>Analysts love Playbooks, and if you haven't tried them yet, we are sure you will love them too. Find the perfect Playbook for you.</p>]]></content:encoded>
      <category>product</category>
      <category>features</category>
    </item>
    <item>
      <title>Hedge Funds Are Hiring Like Tech Companies (And AI Isn't Stopping Them)</title>
      <link>https://www.matterfact.com/blog/hedge-fund-hiring-engineers</link>
      <guid isPermaLink="true">https://www.matterfact.com/blog/hedge-fund-hiring-engineers</guid>
      <pubDate>Thu, 14 May 2026 12:00:00 GMT</pubDate>
      <dc:creator>Ashutosh Agarwal</dc:creator>
      <description>44% of all open hedge fund roles are for engineers. We scraped 1,555 job postings across 102 funds to show how the buy side is quietly becoming a tech industry.</description>
      <content:encoded><![CDATA[<h1>Hedge Funds Are Hiring Like Tech Companies (And AI Isn't Stopping Them)</h1>
<blockquote>
<p>44% of all open hedge fund roles are for engineers. We scraped 1,555 job postings across 102 funds to show how the buy side is quietly becoming a tech industry.</p>
</blockquote>
<h2>TL;DR</h2>
<ul>
<li><strong>1,555 open job postings</strong> analyzed across 102 hedge funds managing nearly $5 trillion</li>
<li><strong>44% of all open roles are engineering positions</strong>, more than traders, analysts, and PMs combined</li>
<li>Senior engineers now command <strong>$450K–$700K</strong> in the US, <strong>£300K–£500K</strong> in London</li>
<li>London leads with 315 open eng roles; India, Singapore, and Bulgaria emerging as cost hubs</li>
<li>Hedge funds aren't using technology, they're becoming technology companies</li>
</ul>
<h2>You'd Be Forgiven for Thinking This Was a Tech Company</h2>
<p>Across 102 hedge funds collectively managing $4.9 trillion, 44% of every open job posting is for an engineer.</p>
<p>Engineers are hired more than traders, analysts, portfolio managers, operators.</p>
<p>Engineers.</p>
<p><strong>Hedge fund open roles by category</strong>
Share of 1,555 open job postings across 102 hedge funds, by role category.</p>
<table>
<thead>
<tr>
<th>Share of open roles</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Engineering</td>
<td>43.7%</td>
</tr>
<tr>
<td>Operations</td>
<td>11.8%</td>
</tr>
<tr>
<td>Other</td>
<td>11.4%</td>
</tr>
<tr>
<td>Quant Research</td>
<td>10.5%</td>
</tr>
<tr>
<td>Trading</td>
<td>5.7%</td>
</tr>
</tbody>
</table>
<p>We built this dashboard with one prompt on matterfact. It built a scraper on the fly to look across 102 funds and found 1,555 open postings. Only 35 of those funds had any public job listings at all. Another 58 hire exclusively through executive search and on-cycle recruiters. Nine funds had their portals walled off entirely. They happen to be some of the larger funds and pod shops.</p>
<p><a href="https://app.matterfact.com/artifacts/hedge-fund-jobs?owner=stan%40acadia.im">Hedge fund hiring dashboard</a></p>
<p><img src="/assets/images/blog/hedge-funds-hiring-engineers-blog/Image1.png" alt="Hedge fund job posting coverage across 102 funds"></p>
<p>In other words, the real number of engineering hires happening across the industry is almost certainly much higher than what the public data shows.</p>
<h2>What Kind of Engineers Are They Hiring?</h2>
<p><strong>Hedge fund open roles by category</strong>
All 1,555 open job postings across 102 hedge funds, broken down by function.</p>
<table>
<thead>
<tr>
<th>Label</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Engineering</td>
<td>679</td>
</tr>
<tr>
<td>Operations</td>
<td>184</td>
</tr>
<tr>
<td>Other</td>
<td>177</td>
</tr>
<tr>
<td>Quant Research</td>
<td>163</td>
</tr>
<tr>
<td>Trading</td>
<td>89</td>
</tr>
<tr>
<td>Finance / Accounting</td>
<td>61</td>
</tr>
<tr>
<td>HR / Recruiting</td>
<td>54</td>
</tr>
<tr>
<td>Compliance</td>
<td>52</td>
</tr>
<tr>
<td>Investor Relations</td>
<td>41</td>
</tr>
<tr>
<td>Investment Research</td>
<td>21</td>
</tr>
<tr>
<td>Risk</td>
<td>19</td>
</tr>
<tr>
<td>Data Science</td>
<td>14</td>
</tr>
<tr>
<td>Legal</td>
<td>1</td>
</tr>
</tbody>
</table>
<p>Let's break it down. Of the 679 engineering roles we tracked, the largest bucket is general software engineering, at 205 roles. Then infrastructure and DevOps at 101. After that comes a category you won't find in a typical tech company's job board: quant developers, at 62. Security engineers (42), low-latency specialists (29), data engineers (28), and trading systems engineers (25) round out the picture.</p>
<p><strong>Engineering function mix</strong>
Sub-bucket breakdown of the 679 open engineering roles at hedge funds.</p>
<table>
<thead>
<tr>
<th>Open roles</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Software (general)</td>
<td>205</td>
</tr>
<tr>
<td>Infra / DevOps</td>
<td>101</td>
</tr>
<tr>
<td>Engineer (other)</td>
<td>98</td>
</tr>
<tr>
<td>Quant developer</td>
<td>62</td>
</tr>
<tr>
<td>Security engineer</td>
<td>42</td>
</tr>
<tr>
<td>Low-latency</td>
<td>29</td>
</tr>
<tr>
<td>Data engineer</td>
<td>28</td>
</tr>
<tr>
<td>Trading systems</td>
<td>25</td>
</tr>
<tr>
<td>Support engineer</td>
<td>17</td>
</tr>
<tr>
<td>Full-stack</td>
<td>16</td>
</tr>
<tr>
<td>ML engineer</td>
<td>13</td>
</tr>
<tr>
<td>AI engineer</td>
<td>12</td>
</tr>
</tbody>
</table>
<p>Looks more like a software company building a consumer app. This is an industry that needs engineers who understand microsecond latency, real-time data pipelines, and execution infrastructure that can handle billions of dollars in daily trading volume without flinching.</p>
<p>Goldman Sachs made headlines a few years ago when David Solomon revealed that 25% of the bank's entire workforce were engineers. Today, hedge funds are looking to blow past that number. At firms like Qube Research &#x26; Technologies (249 open roles), Millennium (227), and Optiver (165), engineering headcount isn't a support function; it's the core of the business. And the fact that AI can write code is not replacing engineers but creating more room for them.</p>
<h2>How Does This Compare to the Rest of the Economy?</h2>
<p>Let's put 44% in context.</p>
<p>At a typical technology company, engineering roles make up roughly 25–35% of total headcount, depending on stage and product type. At major banks like JPMorgan, which budgeted $18 billion for technology in 2025, engineers represent a significant but still minority share of the workforce. JPMorgan has over 1,000 tech openings out of 7,000+ total openings at any given time, roughly 15%.</p>
<p>Manufacturing and industrial companies have engineering roles typically sit at 8–12% of workforce, focused on product design, process optimization, and increasingly on automation. Traditional financial services (asset managers, insurance companies, wealth advisors) hover around 10–15% for technology and engineering combined.</p>
<p>Hedge funds at 44% are way above all those. The only organizations that consistently hit similar engineering density are pure-play software companies and AI labs. The caveat here is these are new roles, not the current makeup, which is surely less heavy with engineers.</p>
<h2>The Geography Tells a Story Too</h2>
<p>London leads with 315 open engineering and technology roles, followed by a significant concentration across the US (553 total roles, with New York and Chicago as the primary hubs). But what's really interesting is where the growth is happening at the margins.</p>
<p><strong>Open hedge fund roles by city</strong>
Top 15 cities by number of open engineering and technology roles.</p>
<table>
<thead>
<tr>
<th>Open roles</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>London</td>
<td>315</td>
</tr>
<tr>
<td>New York</td>
<td>272</td>
</tr>
<tr>
<td>Hong Kong</td>
<td>101</td>
</tr>
<tr>
<td>Sydney</td>
<td>75</td>
</tr>
<tr>
<td>Chicago</td>
<td>68</td>
</tr>
<tr>
<td>Singapore</td>
<td>63</td>
</tr>
<tr>
<td>Amsterdam</td>
<td>63</td>
</tr>
<tr>
<td>United States</td>
<td>62</td>
</tr>
<tr>
<td>Bangalore</td>
<td>57</td>
</tr>
<tr>
<td>Paris</td>
<td>33</td>
</tr>
<tr>
<td>Greenwich</td>
<td>31</td>
</tr>
<tr>
<td>Mumbai</td>
<td>31</td>
</tr>
<tr>
<td>Shanghai</td>
<td>28</td>
</tr>
<tr>
<td>Bengaluru</td>
<td>22</td>
</tr>
<tr>
<td>Montreal</td>
<td>22</td>
</tr>
</tbody>
</table>
<p>India accounts for 126 roles. Singapore has 91. Bulgaria (yes, Bulgaria) shows up in the data. Hedge funds are doing what tech companies did a decade ago: building distributed engineering hubs in lower-cost markets to scale capacity without breaking the compensation budget.</p>
<p><strong>Open hedge fund roles by country</strong>
Top 15 countries by location of posting, not fund HQ.</p>
<table>
<thead>
<tr>
<th>Open roles</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>USA</td>
<td>553</td>
</tr>
<tr>
<td>UK</td>
<td>307</td>
</tr>
<tr>
<td>India</td>
<td>126</td>
</tr>
<tr>
<td>Hong Kong</td>
<td>94</td>
</tr>
<tr>
<td>Singapore</td>
<td>91</td>
</tr>
<tr>
<td>Australia</td>
<td>83</td>
</tr>
<tr>
<td>Netherlands</td>
<td>60</td>
</tr>
<tr>
<td>China</td>
<td>34</td>
</tr>
<tr>
<td>France</td>
<td>31</td>
</tr>
<tr>
<td>Switzerland</td>
<td>22</td>
</tr>
<tr>
<td>Vietnam</td>
<td>20</td>
</tr>
<tr>
<td>Hungary</td>
<td>18</td>
</tr>
<tr>
<td>Bulgaria</td>
<td>13</td>
</tr>
<tr>
<td>Ireland</td>
<td>11</td>
</tr>
<tr>
<td>Brazil</td>
<td>9</td>
</tr>
</tbody>
</table>
<p>Senior engineers at top US hedge funds now command $450,000 to $700,000 in total compensation, matching or exceeding Big Tech. In London, the range sits at £300,000 to £500,000 for infrastructure and trading systems engineers. At those price points, firms are inevitably looking at Bangalore, Sofia, and Warsaw to build out the next layer of engineering depth.</p>
<h2>Why This Matters If You're an Investor</h2>
<p>If you're allocating capital, this data is a leading indicator. The funds that are investing most aggressively in engineering infrastructure are the ones positioning for the next cycle of performance, not just through better stock picks, but through better systems that lead to a better process.</p>
<p>The shift from speculative AI hiring toward foundational software engineering is especially telling. Several large systematic funds have rebalanced their technology teams away from experimental ML roles and back toward backend systems, execution pipelines, and real-time data processing. They're not chasing the AI hype cycle. They're building the plumbing that makes performance repeatable and scalable.</p>
<p>Think of it like this: a fund that hires 100 engineers isn't just building a trading system. It's building an operating system, one that can ingest data faster, execute with lower latency, manage risk in real time, and adapt to new markets without rebuilding from scratch. That's a structural advantage that compounds over time, much like the technology moats that define the best software companies.</p>
<h2>The Talent War Is the Real Story</h2>
<p>The uncomfortable truth is that the hedge fund industry is now directly competing with Google, Meta, and OpenAI for the same engineering talent. And in many cases, they're winning, not on mission or culture, but on compensation and the proximity to direct business impact.</p>
<p>An engineer at a hedge fund isn't building a feature that might move a metric by 0.3%. They're building systems where a microsecond improvement can translate into millions of dollars. That feedback loop, code to P&#x26;L, is something rather unique in hedge funds.</p>
<p>For anyone tracking where the smart money is flowing, follow the engineering headcount. It's the most honest signal in the market.</p>
<p><em>The data in this analysis was compiled from public websites across 102 hedge funds, last refreshed May 6, 2026. For a deeper look at what's driving these hiring patterns and what it signals about the future of institutional investing, explore <a href="https://matterfact.com">matterfact</a>.</em></p>]]></content:encoded>
      <category>research</category>
      <category>hedge-funds</category>
      <category>hiring</category>
      <category>data</category>
    </item>
    <item>
      <title>I Built a Chipotle Dashboard in 4 Minutes With Matterfact</title>
      <link>https://www.matterfact.com/blog/chipotle-dashboard-for-investors</link>
      <guid isPermaLink="true">https://www.matterfact.com/blog/chipotle-dashboard-for-investors</guid>
      <pubDate>Fri, 08 May 2026 12:00:00 GMT</pubDate>
      <dc:creator>Ashutosh Agarwal</dc:creator>
      <description>I asked Matterfact to build a full Chipotle research dashboard with peer comps, podcast-sourced bull/bear cases, valuation analysis, and scenario modeling. It took 4 minutes.</description>
      <content:encoded><![CDATA[<h1>I Built a Chipotle Dashboard in 4 Minutes With Matterfact</h1>
<blockquote>
<p>I asked Matterfact to build a full Chipotle research dashboard with peer comps, podcast-sourced bull/bear cases, valuation analysis, and scenario modeling. It took 4 minutes.</p>
</blockquote>
<h2>TL;DR</h2>
<ul>
<li>Most equity research dashboards take <strong>weeks to build, days to update</strong>, and are a pain to share</li>
<li>One natural-language prompt produced a complete Chipotle research artifact</li>
<li>Includes price action vs peers, <strong>bull/bear cases with podcast citations</strong>, full QSR comp table, scenario analysis</li>
<li><strong>Four minutes</strong>, zero code, no BI tools, no engineers</li>
</ul>
<h2>How most research dashboards get built at investment firms</h2>
<p>If you have ever exceeded the capacity of Excel with your financial models, we know how you feel. The next logical step may have been to ask your data or engineering team for a custom dashboard. After some time they come around to it, scope the work, and create a ticket. An engineer needs to pull the data or write a scraper, clean it, store it, model it, and push it into Tableau or Looker. Weeks (or months) after your initial request you get something close to what you asked for. Unfortunately the market has moved on and the opportunity is no longer there, you are now looking at a different name.</p>
<p>These workflows are a relic of the pre-AI era. They are a remnant of a world where data engineering was expensive and compute was limited. In 2026, neither of those things is true and you can go from idea to reality in seconds. Sometimes it feels like magic.</p>
<p>I wanted to test whether matterfact could compress the entire cycle of idea → product into minutes with something we call "Artifacts". I wanted to build an equity research dashboard for a public company using only natural language. I knew I needed to see performance, peer comps, most recent bull and bear cases with real source citations. I needed some fundamental analysis to see if there was value relative to other companies and I also was curious to see some scenario modeling.</p>
<p>I chose Chipotle ($CMG) because the name is hotly debated in hedge fund circles. There are strong opinions on both sides of CMG right now and the data to support either case is scattered across earnings calls, sell-side notes, and hundreds of podcast conversations most analysts will never hear.</p>
<h2>What I asked for</h2>
<p>I typed this prompt into the matterfact platform:</p>
<p><em>Build an interactive artifact for CMG. First, show me recent price action relative to the market and companies similar to Chipotle in the fast food restaurant space. I want to see how CMG was performing against its peer group.</em></p>
<p><em>Second, give me the best bull and bear case, and tell me who has made each argument and in which podcast it was mentioned.</em></p>
<p><em>Third, build a general dashboard so I can understand Chipotle's financials with a comp analysis across its peer group. Focus on valuation metrics, operating KPIs, the things that fundamental analysts look at when building a position.</em></p>
<p><em>Fourth, give me the best drivers of forward-looking returns and some scenario analysis and what-if modeling.</em></p>
<p>That was it. One prompt. The agent went to work and what it produced was impressive.</p>
<h2>Price action and peer comparison</h2>
<p>The first section of the dashboard gave me CMG's recent stock performance plotted against the broader market and its QSR peer group, which it chose automatically for me. You can immediately see how Chipotle was trading relative to McDonald's, Yum Brands, Restaurant Brands International, Wingstop, Cava, Sweetgreen, and the other names that institutional analysts track in the space, and it gave me the ability to turn off some names to focus on the group I care about.</p>
<p><img src="/assets/images/blog/cmg-price-action.webp" alt="CMG price action vs the S&#x26;P 500 and the QSR peer group"></p>
<p>This would take a while in MS Excel or even Bloomberg, not because the data is hard to find, but because pulling the peer set, normalizing the time series, and formatting it into something presentable takes time.</p>
<h2>Bull and bear case with podcast citations</h2>
<p>This is where it gets interesting.</p>
<p>The agent didn't produce generic bull and bear arguments from a language model. It went into matterfact's <a href="https://www.matterfact.com/blog/why-podcasts-why-now">podcast intelligence engine</a>, scanned hundreds of relevant episodes, and pulled the strongest recent arguments from each side. All cited and sourced. You can see exactly who made each argument, on which podcast, and when.</p>
<p><img src="/assets/images/blog/cmg-dashboard.webp" alt="Chipotle bull and bear case with podcast citations"></p>
<p>On the bull side, you see operators and analysts talking about menu pricing power, unit economics durability, digital penetration, and international expansion optionality. On the bear side, you hear arguments about BOGO-driven brand dilution, commodity headwinds from beef inflation running 7-20% across the sector, and the question of whether same-store sales growth can sustain at current valuation multiples.</p>
<p>This is the kind of research that used to cost thousands in expert network calls and two weeks of scheduling. The AI agent assembled it in seconds, and every claim is traceable to a real human expert speaking on a real podcast. These are all real people making specific arguments in actual conversations recorded live.</p>
<p>For analysts preparing a pitch to their portfolio manager, this is the section that can really help prep you. You can walk into the investment committee meeting with the counterarguments already in your back pocket, ready to defend.</p>
<h2>Fundamental comp analysis</h2>
<p>The third section is the core of equity research: a full comp table across the QSR and fast casual peer group, organized around the metrics fundamental analysts rely on.</p>
<p>Valuation multiples like EV/EBITDA, P/E, and P/FCF across the peer set. Operating KPIs: same-store sales growth, restaurant-level margins, average unit volumes, new unit economics, digital mix. Balance sheet metrics: net debt/EBITDA, ROIC, free cash flow conversion.</p>
<p><img src="/assets/images/blog/cmg-same-store-sales.webp" alt="Same-store sales growth comparison across the QSR and fast casual peer group"></p>
<p>This is the table every analyst covering restaurants has in their model, and it is the one they spend the most time maintaining. Every earnings season they have to update three dozen cells by hand. The dashboard builds it from scratch in minutes, across the full peer group in one view, and pulls in fresh data when it's out.</p>
<h2>Scenario analysis and forward-looking drivers</h2>
<p>The dashboard also includes scenario modeling and what-if analysis for Chipotle's forward-looking returns.</p>
<p>What happens to the stock if same-store sales growth decelerates by 200 basis points? What if beef inflation persists through the back half of 2026? What if digital mix continues to expand and drives operating leverage? What if the international opportunity in Europe and the Middle East starts to contribute meaningfully to unit growth?</p>
<h2>Beyond Chipotle</h2>
<p>This is one dashboard for one company built in a few minutes from a single natural language prompt. The same approach works for any public company in any sector, or anything an analyst could imagine.</p>
<p>Give matterfact a ticker and a set of questions and it will build you a research artifact that combines market data, peer analysis, podcast-sourced intelligence, and scenario modeling. You can build custom screeners, risk dashboards, macro analysis, news aggregators. You are no longer limited by tech, only your imagination.</p>
<p>See the Chipotle dashboard for yourself below, or <a href="https://app.matterfact.com/artifacts/chipotle-dashboard?owner=stan%40acadia.im">open it in a new tab</a>.</p>
<p><a href="https://app.matterfact.com/artifacts/chipotle-dashboard?owner=stan%40acadia.im">Chipotle research dashboard</a></p>
<p>What company would you build a dashboard for? Tell us at <a href="https://www.matterfact.com">matterfact.com</a> and we will build one for you. Or, give it a spin yourself.</p>
<h2>Built with matterfact</h2>
<p>This dashboard was built live inside the matterfact platform using a single natural language prompt. No code, no BI tools, no engineering support. The platform combined market data, peer analysis, podcast intelligence from hundreds of episodes, and scenario modeling into a complete equity research artifact in under four minutes.</p>]]></content:encoded>
      <category>product</category>
      <category>ai-tools</category>
      <category>investing</category>
      <category>restaurants</category>
    </item>
    <item>
      <title>How to Fail with AI: Pick 5 Best Stocks, Don't Make a Mistake</title>
      <link>https://www.matterfact.com/blog/how-to-fail-with-ai-stock-research</link>
      <guid isPermaLink="true">https://www.matterfact.com/blog/how-to-fail-with-ai-stock-research</guid>
      <pubDate>Thu, 07 May 2026 12:00:00 GMT</pubDate>
      <dc:creator>Ashutosh Agarwal</dc:creator>
      <description>In 1986, Charlie Munger told Harvard graduates how to guarantee a life of misery. Inspired by this framework we show you exactly how to guarantee disastrous results with AI in your investment process. Invert, always invert.</description>
      <content:encoded><![CDATA[<h1>How to Fail with AI: Pick 5 Best Stocks, Don't Make a Mistake</h1>
<blockquote>
<p>In 1986, Charlie Munger told Harvard graduates how to guarantee a life of misery. Inspired by this framework we show you exactly how to guarantee disastrous results with AI in your investment process. Invert, always invert.</p>
</blockquote>
<h2>"Pick 5 Best Stocks, Don't Make a Mistake"</h2>
<p>In 1986, Charlie Munger stood in front of the graduating class at Harvard and did something no one expected but all will remember. Instead of telling the graduates how to live their life, he told them how to guarantee a miserable one. He borrowed the idea from Johnny Carson, expanded it with his own characteristic Munger wisdom, and delivered one of the most memorable commencement speeches ever.</p>
<p>We are going to do the same thing here, humbly, except our subject is not life, but something almost as important. Your AI-powered investment research. If you want to guarantee that every AI tool you touch produces absolute garbage and wastes your time, if you want to ensure that your research assistant becomes a useless yes-man who encourages your worst ideas and destroys your ability to reason objectively, and embarrasses you in front of colleagues, follow these instructions closely.</p>
<h2>Step 1: Never Give the Model Context</h2>
<p>This is the single most important step in producing useless AI slop. We have seen it happen with our own models at matterfact. When you sit down at your terminal and open your AI research tool, type something like this:</p>
<p><strong>"Find me 5 best stocks. Don't make a mistake"</strong></p>
<p>Do not tell it what sector you cover. Do not tell it your fund's mandate, your market cap range, or your investment universe and horizon. Do not mention whether you run a long/short book or a long-only portfolio and how you think about risk, factors, and position sizing. Do not specify geography, models are great at assuming you are looking for investments in Asia. Do not mention valuation frameworks you care about, as that might produce a more coherent result.</p>
<p>The less context you provide, the better. This useless output lets you say with confidence to your PM: "I tried AI. It doesn't work." Don't worry, this is exactly what every PM wants to hear so they can confidently be left in the dust while their competitors figure out how to use AI for their research.</p>
<h2>Step 2: Be as Vague as Possible</h2>
<p>Specificity is your enemy. Never tell the model whether you are looking for long or short ideas, high or low vol stocks and never limit the market caps. Never specify a time horizon either, do not mention if you are looking for a catalyst trade in three weeks or a core position you want to hold for two years. The model does not know and you should not tell it, it is much more fun to let it assume something random from the depths of its digital brain.</p>
<p>Never mention whether you want consensus ideas or contrarian ones. Never say whether you are looking for momentum or mean reversion plays. Never reference a factor exposure you are trying to hedge or monetize.</p>
<p>The fund managers we work with get extraordinary results from AI but you should do the opposite. They write prompts that read like mini investment memos and include their thesis, assumptions, constraints, and the specific output format they want. They tell the model what kind of investor they are. But you should NEVER do any of that.</p>
<h2>Step 3: Never Ask for the Other Side of the Trade</h2>
<p>Charlie Munger admired Charles Darwin for one specific reason: Darwin always gave priority attention to evidence that would disconfirm his most cherished theories. Darwin actively hunted for reasons he was wrong. What a waste of time!</p>
<p>If you want to fail with AI, you must do exactly the opposite.</p>
<p>Never ask the model for the bear case if you are bullish. Never ask for the bull case if you are short. Never ask for opposing views, for instance never say, "What are the three strongest arguments against this thesis?" And never ask the model to poke holes in your reasoning.</p>
<p>One of the craziest things you can get an AI research tool to do is stress-test your conviction. It has access to thousands of expert conversations, earnings transcripts, interviews, and news sources. It can find the dissenting voice you have never heard and that can surface the risk you have not considered. Total disaster if you want to make sure you fail with AI.</p>
<p>If you only ask it to validate what you already believe, it will happily do that because foundational large language models are agreeable by nature - that's how they evolved to get high rankings on leaderboards. If you push them toward confirmation, they will confirm and that is a great way to fail with AI.</p>
<p><img src="/assets/images/blog/how-to-fail-with-ai-stock-research-illustration.webp" alt="How to fail with AI in investment research"></p>
<h2>Step 4: Never Check the Sources</h2>
<p>Look, AI never makes mistakes so you must trust everything the model tells you and take it at face value. Never ask it where it got a specific data point, waste of tokens. Never cross-reference a claim or ask it to cite the specific podcast episode and the time stamp, the earnings call, or the filing where it found that number.</p>
<p>AI models do not hallucinate. They would never present plausible-sounding statements that are partially or entirely fabricated. It would be terribly unwise to use AI as a research accelerator, only to then verify critical claims against primary sources.</p>
<p>You should definitely quote an AI-generated statistic in your investment committee meeting. When someone asks for the source, shrug and say "the AI said it, so it must be true." This is a terrific way to destroy your credibility in ninety seconds and make sure you are next in line to get fired.</p>
<h2>Step 5: Never Listen to What the Experts Say, They Don't Know Anything</h2>
<p>Ignore the best way AI can help you by scanning petabytes of data in seconds. Thousands of hours of <a href="https://www.matterfact.com/blog/why-podcasts-why-now">podcast</a> conversations happen every month across finance, technology, healthcare, and consumer sectors, and you should never use AI to scan them for signal.</p>
<p>If you do, you risk getting better insight than the street and eventually risk becoming a better investor.</p>
<p>If you want to fail, ignore all of this. Stick to the sell-side notes that every other analyst on the street is reading, attend the same conferences, and read the 10-K. Stay in the consensus lane.</p>
<h2>Step 6: Never Invert</h2>
<p>If you want to fail, do not follow Munger's advice: "Invert, Always Invert". Never challenge assumptions and never step out of your comfort zone.</p>
<p>Munger closed his Harvard speech with a backward toast: "May each of you rise high by spending each day of a long life aiming low."</p>
<p>We will close with our own: May each of you produce extraordinary research by first understanding exactly how to produce terrible research.</p>
<p>Then, do the opposite!</p>
<p>So, take our advice, do not use AI. You are already perfect as an investor and there is no room for improvement, especially with some latest technology fad.</p>
<p>Do not reach out to us, we do not want to hear from you at <a href="https://form.typeform.com/to/KzGXoGyV?typeform-source=www.matterfact.com">matterfact</a>.</p>]]></content:encoded>
      <category>perspective</category>
      <category>ai-tools</category>
      <category>investing</category>
    </item>
    <item>
      <title>The 10 Podcasts Restaurant Analysts Should Be Listening To Right Now</title>
      <link>https://www.matterfact.com/blog/top-10-restaurant-podcasts-analysts</link>
      <guid isPermaLink="true">https://www.matterfact.com/blog/top-10-restaurant-podcasts-analysts</guid>
      <pubDate>Tue, 05 May 2026 12:00:00 GMT</pubDate>
      <dc:creator>Ashutosh Agarwal</dc:creator>
      <description>We scanned 635 podcast episodes and pulled the 10 highest-signal conversations for analysts covering QSR, fast casual, casual dining, and coffee. Here are the episodes worth your time and the 10 stocks driving the debate.</description>
      <content:encoded><![CDATA[<h1>The 10 Podcasts Restaurant Analysts Should Be Listening To Right Now</h1>
<blockquote>
<p>We scanned 635 podcast episodes and pulled the 10 highest-signal conversations for analysts covering QSR, fast casual, casual dining, and coffee. Here are the episodes worth your time and the 10 stocks driving the debate.</p>
</blockquote>
<h2>TL;DR</h2>
<ul>
<li>Restaurant sector squeezed in 2026: <strong>122 tariffs in effect</strong>, ICE-driven labor disruption</li>
<li><strong>Beef inflation running 7-20%+</strong> across the sector</li>
<li><strong>K-shaped consumer</strong> is hollowing out the middle class; the Street keeps blaming GLP-1s</li>
<li><strong>635 podcast episodes scanned</strong>, top 10 highest-signal conversations pulled</li>
<li>Covers QSR, fast casual, casual dining, and coffee, with read-throughs to the most-debated stocks</li>
</ul>
<h2><strong>The restaurant sector is more complex than your model</strong></h2>
<p>If you cover restaurants, you know investors are focused on the main risk drivers: value wars, GLP-1 headwinds, labor challenges. Every sell-side note offers some version of the same narrative.</p>
<p>To add more nuance, there are still 122 tariffs in effect, including a baseline 10% on imports that flows directly into food costs. Beef inflation hit 20%+ at Burger King in 2025, ran 7%+ at Texas Roadhouse, and is compressing Chipotle's margins into 2H 2026 before lapping. ICE enforcement has materially reduced the workforce in food manufacturing and restaurant operations, and 16% of the U.S. population has pulled back on out-of-home dining as a result. Dye reformulation, anti-plastics legislation, and bans on brominated flour are adding cost across the supply chain. These are real P&#x26;L headwinds that sell-side notes are barely touching.</p>
<p>Then there is the GLP-1 narrative unfolding. The Street loves it as an explanation for softening demand but GLP-1s are a "rich person's drug". The actual change in consumer behavior may be a COVID hangover that the industry still has not worked through. Operators loaded up on deals, increased inventory, and got caught when consumers slowed spending. Private label did extremely well, the middle class got hollowed out. The GLP-1 reasoning is convenient because it sounds macro and inevitable but the reality is way more complicated.</p>
<p>What the data shows is a K-shaped consumer. High-income transactions are going strong while lower-income traffic is down high single digits. Fine dining is the unexpected winner: Capital Grille and Eddie V's are seeing 8-12% foot traffic increases, and OpenTable data shows experiential dining bookings up 46%. On the value end, Taco Bell and McDonald's are winning the fast food war. Wendy's, Wingstop, and Cracker Barrel are the problem children. Brinker/Chili's is another share-gain story in the sector with twenty straight positive comp quarters, accelerating against the industry by 560 basis points in April.</p>
<p>Coffee has the most attractive sub-sector setup. Starbucks turnaround is inflecting. Dutch Bros is still compounding. Arabica is down ~25% year over year, and that margin tailwind starts rolling through in 2H 2026 as the 2-3 quarter inventory lag catches up.</p>
<p>Of course, little of this story shows up in a single earnings call or even a sell-side note. It does show up in <a href="https://www.matterfact.com/blog/why-podcasts-why-now">podcasts</a>. Podcasts are becoming a great source of investor intelligence because you find CEOs explaining pricing psychology in plain English and operators breaking down why bone-in chicken drives higher repeat rates than tenders. These guests talk about what they see in their stores, their supply chains, and their customer data. And because the format is long and informal, they say more than they would in any other channel. Unfortunately, it's impossible for a human to listen to all of them, that's why you need AI.</p>
<p>Our AI agent (matterfact Podcast tool) ran a scan across 635 recent podcast episodes covering QSR, fast casual, casual dining, and coffee. We narrowed it down to the <strong>10 highest-signal conversations</strong>. The goal is to help you generate new ideas, sharpen your thesis on existing positions, and get a better read on what is actually happening at the unit level.</p>
<h2><a href="https://app.matterfact.com/podcasts/13c53aafe5a69693319814d5a4f21fa326b82a09bb3dc6993edd1b09fad90b54"><strong>1. McDonald's CEO on Going Viral, the Big Arch and the Fast-Food Value War</strong></a></h2>
<p><strong>Bold Names, April 8, 2026</strong></p>
<p>This is the episode to start with. Chris Kempczinski lays out MCD's barbell strategy in granular detail. Sub-$3 value menu on one end, $8-10 Big Arch premium burger on the other. He walks through the chicken category pivot, explains why MCD's addressable market in chicken is 2x beef, and drops the line that franchisee cash flow rose in 2025 despite aggressive discounting. If you model MCD, this is required listening. The CEO's claim that MCD is gaining share with both low-income and upper-income consumers simultaneously is a direct challenge to the consensus view that value wars are margin-destructive.</p>
<h2><a href="https://app.matterfact.com/podcasts/d768e0cd9b8943504f9ebc7cc01b70222705784d57c656357e5515be55b75d26"><strong>2. McDonald's "Value" Beat — Morning Brief</strong></a></h2>
<p><strong>Yahoo Finance Morning Brief, February 12, 2026</strong></p>
<p>CFO Ian Borden right after Q4 2025 earnings. The critical data point: average franchisee cash flow increased year over year despite 15% EVM discounts and corporate co-investment. That is the single most important unit economics signal in the value war debate. Also covers management's GLP-1 risk assessment (dismissive but adapting menu) and the beverage platform launch timeline for late 2026. Host Brian Sazi pushes back on consumer staples broadly, which sets up an interesting tension. If the Street is underweight staples on GLP-1 fears, MCD may be mispriced relative to its defensive positioning.</p>
<h2><a href="https://app.matterfact.com/podcasts/eafc827bc36aaba8380c949e4515170b13988fabe6e5d043577fecee9187088c"><strong>3. The Cisco Skid, McDonald's "Value" Beat, Trump Tariff Setback</strong></a></h2>
<p><strong>Squawk on the Street, February 12, 2026</strong></p>
<p>Multi-analyst reaction to MCD's +6.8% US comps. UBS, Citi, Bernstein, and Barclays all weigh in. UBS calls it the best guest count gap relative to peers in recent history. But the real insight here is about Starbucks. Kate Rogers points out that SBUX saw traffic rise while maintaining premium pricing and avoiding discounts entirely. Both value and premium working simultaneously means this is a stock-picking market in restaurants, not a blanket sector call. Also contains a JPMorgan note on MCD's Google Edge AI partnership for voice ordering.</p>
<h2><a href="https://app.matterfact.com/podcasts/58842d78664f0ba64f7c1084e868e0f826aded410afa13611356c2a8aa8e6201"><strong>4. Economic Outlook for Restaurants</strong></a></h2>
<p><strong>Restaurant Masterminds Podcast, January 30, 2026</strong></p>
<p>If you only listen to one episode for sector-wide positioning, make it this one. Bloomberg Intelligence analyst Michael Halen covers MCD (bullish on E. coli comp laps), YUM/Taco Bell (bullish on new management), CMG (contrarian cautious on 2027 BOGO hangover), EAT/Chili's (bullish on ops plus marketing), and SG/Sweetgreen (bearish, calls it "absolutely insanity"). He also walks through AI kitchen monitoring (Dave's Hot Chicken case study) and loyalty analytics (Bikky platform, 18-day optimal messaging cadence). The contrarian CMG call alone is worth the listen. His argument: BOGOs are training consumers that the food is not worth menu price, and the brand damage shows up in 2027.</p>
<h2><a href="https://app.matterfact.com/podcasts/129184cb33cd6236d217378fdc967efbc5d1feb0bd00012e67d7463e548a5eb6"><strong>5. AI Valuation Fears, McDonald's Rises Despite Q3 Miss</strong></a></h2>
<p><strong>Squawk on the Street, November 5, 2025</strong></p>
<p>Jim Cramer's real-time reaction to MCD's Q3 miss. Contains the foundational consumer bifurcation framework that persists through 2026. The CEO quote: lower-income QSR traffic declining nearly double digits, higher-income traffic increasing nearly double digits. The $8 psychological ceiling thesis. And the underappreciated Hispanic spending collapse driven by immigration enforcement, affecting 16% of the population. If you cover CMG, CAVA, or YUM/Taco Bell, the Hispanic spending headwind is a variable most models are not capturing.</p>
<h2><a href="https://app.matterfact.com/podcasts/2f84a605a3adf8b0f12a4dd595575c47014dcee1b2433a9a105337c2f2239328"><strong>6. Office Market Meltdown Hits Small Business and Restaurants</strong></a></h2>
<p><strong>Fast Casual Nation, April 28, 2026</strong></p>
<p>The most current episode in the set and the most forward-looking. Three themes: AI drive-thru adoption accelerating (Presto AI claims 90% order accuracy at Dairy Queen, Carl's Jr., Taco Bell, White Castle), MCD entering the dirty soda/energy drink category to compete with SBUX and BROS at lower price points, and the office vacancy crisis creating a structural headwind for urban-heavy fast-casual (CAVA, SHAK, SG). Also covers the SBUX ChatGPT integration. Panel consensus: marketing gimmick, not moat. And a sharp bearish take on Jersey Mike's IPO at $12B valuation.</p>
<h2><a href="https://app.matterfact.com/podcasts/c9cae47c84abbecb357ebdcbcfc133caede15b63a2df2ea5c6751beb1afe1968"><strong>7. Bank of America's Investor Day, McDonald's Earnings Report</strong></a></h2>
<p><strong>Bloomberg Intelligence, November 5, 2025</strong></p>
<p>Bloomberg Intelligence analyst Red Brown provides the clearest articulation of the long MCD / short CAVA-CMG pair trade thesis. The argument: fast-casual $20 bowls are structurally pressured as higher-income consumers trade down into MCD. This directly contradicts JPMorgan's overweight and TD Cowen's buy on CAVA. If income bifurcation is accelerating, fast-casual names may be structural shorts, not buy-the-dip opportunities. November 2025 vintage but the thesis remains structurally relevant.</p>
<h2><strong>8. Why Chicken and Beverages are Surging — QSR Trends with Datassential</strong></h2>
<p><strong>QSR Uncut, November 13, 2025</strong></p>
<p>Datassential's Huy Do brings the receipts. Chicken segment growing 2x the rest of QSR. Specialty beverage market can support 20,000 additional U.S. coffee outlets. Plant-based protein in consistent and gradual decline. And the strongest contrarian CMG call in the set: the host argues CMG is actually a better deal than Chick-fil-A for family meals at $38, and the negative value perception is perception, not pricing reality. The "mobile app is the new dollar menu" insight reframes how to think about value delivery across the entire QSR sector.</p>
<h2><a href="https://apmatterfact.com/podcasts/acfe02c21114c21cd6bbb23121531d5af719f70b1b8866b5d195ed587c783e0c"><strong>9. Beverage Trends, Menu Moves, and the Research Powering Restaurants</strong></a></h2>
<p><strong>QSR Uncut, February 12, 2026</strong></p>
<p>Tomás Gilbert (Curion, ex-Jack in the Box) goes deep on qualitative trends. Hispanic consumer loyalty as a structural QSR moat. Signature sauce platforms as higher-ROI innovation versus new proteins. Mocktail premiumization beyond Gen Z. And the under-discussed driver behind Chili's turnaround: menu simplification (40% SKU reduction) was as important as the viral marketing but gets far less credit. If you are long EAT, the operational durability argument here strengthens conviction beyond the TikTok hype cycle. Also worth noting: beer in "tremendous decline" is a headwind for beer-heavy casual dining names.</p>
<h2><a href="https://app.matterfact.com/podcasts/acfe02c21114c21cd6bbb23121531d5af719f70b1b8866b5d195ed587c783e0c"><strong>10. Jollibee is Ready for its U.S. Growth Push</strong></a></h2>
<p><strong>QSR Uncut, January 22, 2026</strong></p>
<p>Private company focus limits direct actionability, but the data here has strong public market read-throughs. Jollibee's Peter Wright (ex-Starbucks/Panera) reveals $4.6M AUV on 107 units, which is 2.5x the median chicken QSR. Confirms trading-down from full-service to QSR is active. And the bone-in chicken contrarian thesis: bone-in drives differentiation and repeat rates versus the industry shift to tenders. If WING's bone-in focus is an underappreciated moat, this episode provides the supporting evidence.</p>]]></content:encoded>
      <category>research</category>
      <category>podcasts</category>
      <category>consumer</category>
      <category>restaurants</category>
    </item>
    <item>
      <title>The 10 Podcasts TMT Analysts Should Be Listening To Right Now</title>
      <link>https://www.matterfact.com/blog/top-10-tmt-podcasts-analysts</link>
      <guid isPermaLink="true">https://www.matterfact.com/blog/top-10-tmt-podcasts-analysts</guid>
      <pubDate>Mon, 27 Apr 2026 12:00:00 GMT</pubDate>
      <dc:creator>Ashutosh Agarwal</dc:creator>
      <description>We scanned 538 podcast episodes and pulled the 10 highest-signal conversations for TMT analysts covering AI infrastructure, semis, hyperscalers, and enterprise software. Here are the episodes worth your time and the 20 stocks driving the debate.</description>
      <content:encoded><![CDATA[<h1>The 10 Podcasts TMT Analysts Should Be Listening To Right Now</h1>
<blockquote>
<p>We scanned 538 podcast episodes and pulled the 10 highest-signal conversations for TMT analysts covering AI infrastructure, semis, hyperscalers, and enterprise software. Here are the episodes worth your time and the 20 stocks driving the debate.</p>
</blockquote>
<h2>TL;DR</h2>
<ul>
<li>Best TMT signal is showing up in <strong>long-form audio before it hits sell-side notes</strong></li>
<li><strong>538 podcast episodes scanned</strong>, top 10 highest-signal conversations ranked</li>
<li>Coverage spans <strong>AI infrastructure, semiconductors, and enterprise software</strong></li>
<li>Plus bull and bear cases on the <strong>20 most-debated stocks</strong></li>
</ul>
<h2>TMT is built different</h2>
<p>If you cover general equities, your research workflow has an established structure to it. Trailing cash flows fit into a DCF and standard multiples like EV/EBITDA give you a starting point. GAAP profitability tells you most of what you need to know about bottom-line trends.</p>
<p>If you are a TMT analyst, you don't have that luxury.</p>
<p>You are in a sector where traditional accounting punishes the best business models. A generalist might reject a company for negative EPS, but your job is to figure out whether massive capex and heavy R&#x26;D spend are building a 130% net revenue retention machine or simply burning capital. You are constantly translating unit economics, LTV:CAC ratios, and intangible assets into future operating leverage.</p>
<p>Your biggest challenge is not building the model but getting the right inputs before everybody else does.</p>
<p>TMT analysts value better signal, and there is a new source they should be scanning.</p>
<h2>Why podcasts</h2>
<p><a href="https://www.matterfact.com/blog/why-podcasts-why-now">Podcasts</a> are quietly becoming one of the highest-signal research inputs in TMT. The best episodes can surface things that matter before they appear in sell-side research.</p>
<p>You hear CEOs talk through spending plans before they file the 10-Q and investors explain what they are buying and avoiding. You will also hear operators describe bottlenecks that are not in a model yet — power, memory, data centers, custom chips, software pricing, agent adoption, cloud share, free cash flow.</p>
<p>Our AI agent (matterfact Podcast) ran a scan across 538 recent podcast episodes and narrowed it down to the 10 highest-signal conversations for analysts focused on AI infrastructure, semiconductors, hyperscalers, and enterprise software. The goal is simple: help you generate ideas, improve your existing thesis on a current portfolio position, and get a better read on where the market may be too excited or too dismissive.</p>
<h2>1. <a href="https://app.matterfact.com/podcasts/84f89a1a0dba29a991cdec738837e0baaee9fda472c856a865431ec0efda39b7">Catalyst with Shayle Kann: Inside Google's Massive AI CapEx</a></h2>
<p>Start here. Shayle Kann's conversation with Amin Vahdat, Google's chief technologist for AI infrastructure, is one of the cleanest windows into how a hyperscaler actually thinks about the AI buildout. This is not generic AI talk. It goes into chips, power, labor, reliability, and the real tradeoffs behind data center scale.</p>
<p>If you cover Alphabet, Nvidia, Broadcom, Marvell, Vertiv, utilities, or power-exposed industrials, this is required listening. The takeaway: the AI race is an infrastructure race. The winner may not be the company with the best model. It may be the company that can source power, optimize silicon, manage reliability, and deploy capacity faster than anyone else.</p>
<h2>2. <a href="https://app.matterfact.com/podcasts/f09d615b7b1063fb83693844396bf6ae18d00fec25230c897d4ef3d387cbb65e">RiskReversal: Peter Boockvar on the AI Semi Trade</a></h2>
<p>Every long book needs a good bear case. Peter Boockvar makes one here. His argument: the semiconductor rally has become stretched, driven by front-loaded orders rather than durable demand. He walks through the AI beneficiary trade, data center hardware, hyperscaler free cash flow pressure, and the risk of a reversal if capital spending guidance changes.</p>
<p>Most TMT teams already know the bull case for Nvidia and semis. The harder work is understanding where it breaks. The key question: what happens if hyperscalers keep spending, but investors stop rewarding the spend?</p>
<h2>3. <a href="https://app.matterfact.com/podcasts/1af2b88eab93aa4cf36cba9709cf2eb25695e53744b14edc6773ad73bf7e60fa">Cheeky Pint: Sundar Pichai on the Future of AI at Google</a></h2>
<p>This is the CEO-level version of the Google thesis. Pichai talks through Google's AI strategy, the capex budget, memory and power constraints, and the cultural shift inside the company. 2026, he argues, is a supply-constrained year.</p>
<p>For Alphabet analysts, the market still tends to reduce Google to one question: will AI hurt Search? That framing is too narrow. The better question is whether Google's full-stack advantage matters more as AI shifts from experiments to high-volume production. Google has chips, models, products, distribution, and cloud. That does not mean the stock is easy. It means the debate deserves more than a chatbot share chart.</p>
<h2>4. <a href="https://app.matterfact.com/podcasts/7454d8a9cb087330bf500b0156f74df4783b61f3ef1aebeede7dc161fb4ecd3e">No Priors: How Capital Is Powering the AI Infrastructure Buildout</a></h2>
<p>Sarah Guo's conversation with Neil Tiwari of Magnetar is one of the better episodes on the money behind AI infrastructure. GPUs, data centers, long-term contracts, private credit, sovereign buyers, take-or-pay structures — these are now part of the core TMT research process.</p>
<p>The AI buildout is no longer just a technology story. It is a financing story. Analysts who do not understand how AI infrastructure gets financed are missing a large part of the picture.</p>
<h2>5. <a href="https://app.matterfact.com/podcasts/2307af61795855a2dc8207029bb0f6a48b6081c986667d5c5f05077af762874d">Morgan Stanley: AI's $3 Trillion Question</a></h2>
<p>Morgan Stanley's <em>Thoughts on the Market</em> puts the whole AI infrastructure cycle into a capital markets frame. The point: AI spending is so large that balance sheets matter again. That has implications for hyperscalers, software, REITs, private credit, utilities, chip suppliers, and industrial infrastructure.</p>
<p>If AI capex becomes a multi-year financing cycle, the winners may include companies far outside the obvious Nvidia trade.</p>
<h2>6. <a href="https://app.matterfact.com/podcasts/94a8ebd7a5cdb51ab1448a98f8768e4ef29b6ad8eea7c5c46e483bf1930aacd7">20VC: Anthropic, the Pentagon, Stock Picks, and the Data Center Arms Race</a></h2>
<p>This one is opinionated and better for it. Jason Lemkin, Rory O'Driscoll, and Harry Stebbings debate stock picks, public software, data centers, and where AI is actually changing the market.</p>
<p>For software analysts, this is one of the strongest episodes in the set. The core question: can software companies reaccelerate with AI, or does AI compress seats, margins, and product value? That debate matters for CrowdStrike, Salesforce, Cloudflare, ServiceNow, Atlassian, Monday.com, Wix, Klaviyo, and many others.</p>
<h2>7. <a href="https://app.matterfact.com/podcasts/418e6476f09b386822b9e5406fb919f2515d2d0ad6f331fcf89583f6b632ffd1">The Circuit: CAPEXXXXXX and the Trillion Dollar Datacenter Race</a></h2>
<p>Ben Bajarin and Jay Goldberg are very strong on semis and infrastructure. This episode connects cloud share, chip allocation, custom silicon, and capex plans in a way that most single-topic pods do not.</p>
<p>Amazon's AWS position matters. Google's TPU story matters. Nvidia's Vera Rubin allocation matters. Broadcom and Marvell matter because custom silicon is not a side story anymore — it is one of the main ways hyperscalers try to control cost.</p>
<h2>8. <a href="https://app.matterfact.com/podcasts/ca76243458a499f78ca16470e87f3957f61db581cc121bc7b7bd9e7a48fe9323">Motley Fool Money: AI Capex Is Off the Charts</a></h2>
<p>Less institutional than some of the others, but it states the simple risks clearly. The valuable part is the skepticism around companies using heavy debt to chase AI infrastructure demand. CoreWeave and Oracle are the obvious debates.</p>
<p>The question is not whether demand exists. The question is who carries the risk if demand is slower, financing costs stay high, or one major customer becomes too important.</p>
<h2>9. <a href="https://app.matterfact.com/podcasts/c7e3268f0ad247237f3b2745b4ac2d1221ebb3af03adc2274bb02d0fca9f2b80">Hedgeye: AI Capex, Back to Infrastructure</a></h2>
<p>Hedgeye's <em>Protect the Pile</em> episode puts AI capex into a macro and portfolio risk frame. It widens the lens in a way most TMT pods do not: power, grid equipment, commodities, construction, cooling, data center real estate, industrial capacity.</p>
<p>Analysts who only look at chips will miss second-order winners. Analysts who only look at software will miss the stress building under some software business models.</p>
<h2>10. <a href="https://app.matterfact.com/podcasts/5ac0f18b305d5090c0e09406dd4ee55ff2da6cc95a372baeb15d0943bd5230f6">Chip Stock Investor: Beyond AI Data Centers</a></h2>
<p>This episode is about the second-order semiconductor names. Every TMT pod already covers Nvidia. The harder work is finding the suppliers that benefit from higher power density, more complex racks, timing, analog, power management, networking, and industrial recovery.</p>
<p>Names like Monolithic Power, NXP, Texas Instruments, Microchip, and Littelfuse may not have headline power, but they may tell us more about how broad the AI cycle is actually becoming.</p>
<h2>The 20 stocks driving the debate</h2>
<p>Across these ten episodes, the same names keep showing up — but the bull and bear cases sit on top of each other. Below is the large-cap version of the debate sheet, distilled. The SMID-cap counterpart is available as a download.</p>
<h3>Large-cap: where the debate is loudest</h3>
<table>
<thead>
<tr>
<th>Ticker</th>
<th>Bull case</th>
<th>Bear case</th>
</tr>
</thead>
<tbody>
<tr>
<td>NVDA</td>
<td>$1T+ Blackwell/Rubin visibility through 2027; "inflection of inference"</td>
<td>Boockvar: rally is front-loaded orders, not durable demand</td>
</tr>
<tr>
<td>GOOGL</td>
<td>Pichai: full-stack TPU + Gemini 3, supply-constrained 2026</td>
<td>Search disruption from chat-native AI; capex weighs on FCF</td>
</tr>
<tr>
<td>MSFT</td>
<td>Azure AI backlog + neocloud option value on 5-yr leases</td>
<td>$50–60B/yr Nvidia bill is forcing the custom-silicon roadmap</td>
</tr>
<tr>
<td>AMZN</td>
<td>AWS + Trainium scale; Anthropic positions itself as the second model</td>
<td>Hyperscaler capex discipline pressure (Oracle precedent)</td>
</tr>
<tr>
<td>META</td>
<td>Custom AI chip + "millions" of Nvidia processors, Reels/Ads ROI</td>
<td>$30–40B/yr capex with no external cloud to monetize it</td>
</tr>
<tr>
<td>ORCL</td>
<td>Rallied 10% on a non-raise of capex — discipline gets rewarded now</td>
<td>Heavy AI-tenant concentration; debt funding the buildout</td>
</tr>
<tr>
<td>AVGO</td>
<td>Custom silicon for hyperscalers is the central trade, not a sidebar</td>
<td>Customer concentration; lumpy program timing</td>
</tr>
<tr>
<td>AMD</td>
<td>MI300/MI400 closing the price/perf gap; sovereign and neocloud demand</td>
<td>Rasgon: "way too early to worry" — Nvidia moat is intact</td>
</tr>
<tr>
<td>CRM</td>
<td>Agentforce is the cleanest agentic-AI revenue story in software</td>
<td>20VC: AI compresses seats and pricing power across SaaS</td>
</tr>
<tr>
<td>NOW</td>
<td>Enterprise AI workflow consolidation; Now Assist attach rates</td>
<td>AI-native rivals undercutting platform moat</td>
</tr>
</tbody>
</table>
<h2>Read the corpus, not the episode</h2>
<p>Ten episodes, twenty stocks, one debate that is moving faster than sell-side notes can keep up with. Each episode is a useful hour. Read together, they do what no single hour does: they let you weight the views — Vahdat against Boockvar, Pichai against the chatbot-share narrative, Goldberg against Jensen — against each other, and against the actions of the people writing the largest cheques.</p>
<p>That kind of synthesis is what TMT analysts keep asking matterfact to do for them. Not "summarise this episode" — "tell me what 538 episodes of serious AI infrastructure coverage add up to, with every source one click away."</p>]]></content:encoded>
      <category>research</category>
      <category>podcasts</category>
      <category>tmt</category>
      <category>ai-infrastructure</category>
    </item>
    <item>
      <title>Why Podcasts: The Expert Network Investors Always Wanted</title>
      <link>https://www.matterfact.com/blog/why-podcasts-why-now</link>
      <guid isPermaLink="true">https://www.matterfact.com/blog/why-podcasts-why-now</guid>
      <pubDate>Fri, 24 Apr 2026 12:00:00 GMT</pubDate>
      <dc:creator>Ashutosh Agarwal</dc:creator>
      <description>Top funds treat podcasts as a primary research input. 200M hours of expert conversation, often more candid than compliance-monitored calls, should be an input into your own investment research.</description>
      <content:encoded><![CDATA[<h1>Why Podcasts: The Expert Network Investors Always Wanted</h1>
<blockquote>
<p>Top funds treat podcasts as a primary research input. 200M hours of expert conversation, often more candid than compliance-monitored calls, should be an input into your own investment research.</p>
</blockquote>
<h2>TL;DR</h2>
<ul>
<li><strong>Mining podcasts</strong> is becoming a critical input into the fundamental investment research process</li>
<li>AI makes it possible to mine <strong>200 million hours of expert conversation</strong></li>
<li>Aggregated into <strong>actionable insights on demand</strong></li>
</ul>
<h2>Why podcasts and why now</h2>
<p>Podcasts have exploded in popularity in recent years, but you may not have heard how elite investors and money managers are using them to mine for investment insights at scale.</p>
<p>Here is just one example out of thousands that we unearthed using matterfact's Podcast tool. It is AI agent that sits on top of millions of podcasts and acts like a research assistant who can build high-quality, polished, and ready to use research reports.</p>
<p>Consider this: Between November 2025 and April 2026, CoreWeave ($CRWV) CEO Michael Intrator shared the same point across several podcast and CNBC appearances. <strong>But each time, he added a little more detail.</strong></p>
<p>In November, he said the company had started the year with <strong>80% of its backlog tied to a single customer</strong>. By early January, that number had dropped, and no customer represented more than 30% of the book. Later in January, he put the figure at 32%. By April 10, he said it was under 35%, and publicly named <strong>Meta, Anthropic, NVIDIA, and OpenAI as anchor customers</strong>.</p>
<p><img src="/assets/images/blog/timeline-podcast-insight.webp" alt="Timeline of Michael Intrator&#x27;s CoreWeave customer-concentration disclosures across podcast and CNBC appearances, November 2025 – April 2026"></p>
<p>These granular details matter to investors. <strong>Over 23% of the outstanding float has been sold short</strong> (According to NASDAQ and CapIQ) and for short sellers, customer concentration presents a risk. It also matters if you were long NVDA and trying to understand how durable demand from neocloud players might really be.</p>
<p>What is interesting beyond the content is how and where the story unfolded.</p>
<p>Few investors could follow it fully because it did not show up in one filing or an earnings call soundbite. It came out over time, across several interviews, podcasts, and appearances that most investors would simply not have the time to listen to or read.</p>
<p>The funds that picked up on it did not necessarily have access to better people via an expert network, but they did have a better process for listening. At scale.</p>
<p>Until now, podcasts were treated as entertainment, and optional listening for money managers. Interesting, sometimes useful, but not central to the research process at any serious hedge fund. Well, that is now changing and mining for insights from podcasts at scale may become as ubiquitous as using expert networks. <strong>Some of the most candid, specific, and forward-looking commentary in the market now shows up in long-form audio before it appears anywhere else.</strong></p>
<p>The problem is, if you are not systematically data mining that resource, <strong>there is a good chance you are missing critical information and competing against people who are.</strong></p>
<h2>How podcasts went from entertainment to investment tool</h2>
<p>First, the quality of the format improved. Podcasters are "monetizing" this content and are after higher quality, longer and more in-depth interviews that attract more views and sponsorships &#x26; ad revenues. The guests are incentivized to provide quality content for a different reason. For many executives, founders, and specialists, podcast appearances are now part of how they build their own reputation and personal brand. They prepare diligently, explain things clearly and in detail, and they bring specifics to back up their claims and appear highly competent. And (this one is critical) because the format is longer and less formal than an expert network call, <strong>they often say more than they would in traditional investor communication channels</strong> or on a one-to-one call with an investor.</p>
<p>Second, the quality of guests is extremely high. If you scroll through investing podcasts, for instance, you will see a mix of practitioners, operators, subject matter experts (SMEs), and hedge fund managers that you would have never seen even five years ago. They were known for keeping strategy close to the vest. Many of these people are difficult to access directly, but surprisingly willing to spend an hour speaking in public on a pod. This is not only true of investing but every other industry as well. Noam Brown (From OpenAI) went on the Redpoint podcast to explain reasoning as a new paradigm of scaling. World-renown economists are commenting on the war in Iran and leading experts in cloud computing are discussing market-moving innovations.</p>
<p>Third, the specialist layer got much deeper. If you are looking to unearth insights that are not common knowledge on Wall Street, <strong>the real opportunity is often in niche podcasts focused on specific industries</strong> like semiconductors, freight, biotech, industrial automation, healthcare IT, energy infrastructure, specialty chemicals, and dozens of other verticals. That is where you start hearing informed people talk about things that truly matter for companies and whole sectors.</p>
<p>To ground that in data: across the episodes we index, Information Technology and Real Estate dominate the conversation, but every GICS sector has meaningful coverage — hover any bar to see the exact share.</p>
<p><strong>Episodes by GICS Sector</strong>
Share of indexed podcast episodes that mention a listed company, grouped by the company's GICS sector.</p>
<table>
<thead>
<tr>
<th>GICS sector</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Information Technology</td>
<td>22.7%</td>
</tr>
<tr>
<td>Real Estate</td>
<td>19.5%</td>
</tr>
<tr>
<td>Financials</td>
<td>12%</td>
</tr>
<tr>
<td>Consumer Discretionary</td>
<td>11.2%</td>
</tr>
<tr>
<td>Industrials</td>
<td>8.1%</td>
</tr>
<tr>
<td>Health Care</td>
<td>7.9%</td>
</tr>
<tr>
<td>Energy</td>
<td>5.9%</td>
</tr>
<tr>
<td>Materials</td>
<td>4.4%</td>
</tr>
<tr>
<td>Communication Services</td>
<td>4.1%</td>
</tr>
<tr>
<td>Consumer Staples</td>
<td>2.9%</td>
</tr>
<tr>
<td>Utilities</td>
<td>1%</td>
</tr>
</tbody>
</table>
<p>So the question is no longer whether useful signals exist in podcasts, it clearly does. The issue is volume and the sheer scale of content out there.</p>
<h2>The scale problem with using podcasts for investment research</h2>
<p>There is an enormous amount of audio in the world. On top of the millions of podcasts out there with hundreds of millions of hours of recorded conversation, thousands of new episodes are published every day.</p>
<p><strong>No analyst (or even a team of analysts) can keep up with that volume manually.</strong> The bottleneck is the ability to search, filter, compare, and retrieve the insights that matter to you and your org and it's akin to finding a needle in a million digital haystacks.</p>
<p>Thankfully we have AI. Now, instead of listening at 2x speed for hours in the hope of finding one useful detail on a name in their portfolio, <strong>an analyst can simply ask a question and query the full corpus.</strong> It is an AI agent that can pull the relevant data, compare discussions across hundreds of sources, and let the analyst spend their time doing what actually matters: interpreting the signal.</p>
<p>We are seeing managers use this data in two distinct ways. Idea generation and building a better investment thesis. We are sure more exist, like red flag detection and risk management, but will focus on the two common use cases for now.</p>
<h2>Use case one: idea generation</h2>
<p>Every investor works with some version of an investable universe and a certain concentration threshold. They wake up every day thinking about the next stock to buy, either to replace a name that is on its way out, or to get exposure to a new theme.</p>
<p>Podcasts can be a surprisingly good resource for coming up with new investment ideas.</p>
<p>There are "whispers" about NVIDIA's AI strategy and the cost of new GPU clusters. There is talk about how legacy tech companies are becoming exceptionally cheap relative to the new commers. A former product lead at a big AI company explained why a platform shift will likely pressure margins across an entire category. One podcast is interesting but millions begin to formulate a theme, and an investment opportunity.</p>
<p>These things happen constantly on podcasts and most of the new ideas go unnoticed by wall street, save a few savvy investors who know how to mine these insights.</p>
<p>Here is another example. On the All-In podcast in March 2026, Perplexity CEO Aravind Srinivas cited OpenAI CFO Sarah Fryer on a point that has implications for how investors think about the economics of AI in general: <strong>the cost of a million output tokens had fallen from roughly $32 at the GPT-3 launch to roughly $0.09 today.</strong> That is a dramatic decline especially given that much of the reduction came from <strong>software</strong> rather than hardware alone.</p>
<p>Just imagine the questions you could ask of this vast body of data to help you identify your next idea. The question itself becomes your value. What would you ask? Send us your question and we will (privately) reply with a full report.</p>
<h2>Use case two: thesis enrichment</h2>
<p>Idea generation is valuable, but building a bullet-proof thesis may be the more important use case, especially for analysts pitching a new idea to the PM.</p>
<p>Analysts already know how to build a DCF model and form a view and know exactly how to present it to their portfolio manager. Where things get harder is substantiating that view with real world evidence or even having someone poke holes in it before they make the pitch to the PM.</p>
<p>Expert networks were one of the main ways funds tried to bridge that gap; and they still have value. But they are not without limitations.</p>
<p>Experts networks are not cheap and experts are warned about saying too much. On a formal, compliance-approved call, people tend to be careful. On a podcast, especially a friendly one, they are often looser, more opinionated, and more willing to explain what they actually think is going on. Also, investors will often need to speak to multiple experts about the same theme - this takes time.</p>
<p>Mining podcasts for alpha is much cheaper and provides instant value, drawing from a large pool of experts. <strong>It can give you a substantiated bull or bear case on almost any public company.</strong></p>
<p>Take the current debate around GPU depreciation and asset life in AI infrastructure. One version of the bearish case says that GPUs are likely to become obsolete quickly, which means today's aggressive capex could age badly and lead to painful write-downs later. That is an ongoing debate with experts arguing both sides, and investors need to consider both sides of it when crafting their thesis.</p>
<h2>Podcasts are still underused as an investment research tool</h2>
<p>What makes this especially interesting is that the market has not taken advantage of all the insights hidden in podcasts yet.</p>
<p>A handful of sophisticated firms have, but most small and mid-sized funds still do not have a proper workflow for it. They are not systematically indexing, querying, comparing, and extracting signal from the medium and that creates an opportunity.</p>
<p>We have seen something similar with credit card data and other alternative data sets. A new source of alpha rewards investors who get serious about it before everyone else does. First it was satellite data, then transaction data, app data, web traffic, or earnings call sentiment parsing. <strong>Today, one of the most underappreciated sources of differentiated public signal is long-form spoken content.</strong></p>
<p>Because it is too large to manage manually and still not widely integrated into research workflows. That is exactly the kind of inefficiency that tends to persist and offer ample alpha for early adopters.</p>]]></content:encoded>
      <category>white-paper</category>
      <category>podcasts</category>
      <category>alternative-data</category>
    </item>
  </channel>
</rss>
