<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://media.rss.com/style.xsl"?>
<rss xmlns:podcast="https://podcastindex.org/namespace/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:psc="http://podlove.org/simple-chapters" xmlns:atom="http://www.w3.org/2005/Atom" xml:lang="en" version="2.0">
  <channel>
    <title><![CDATA[RLM Podcast]]></title>
    <link>https://rss.com/podcasts/rlm-podcast</link>
    <atom:link href="https://media.rss.com/rlm-podcast/feed.xml" rel="self" type="application/rss+xml"/>
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com/"/>
    <description><![CDATA[<p>about the RLM to the AI world</p>]]></description>
    <generator>RSS.com 2026.428.112250</generator>
    <lastBuildDate>Sun, 07 Jun 2026 05:01:27 GMT</lastBuildDate>
    <language>en</language>
    <copyright><![CDATA[This is a demo podcast, don't use it]]></copyright>
    <itunes:image href="https://media.rss.com/rlm-podcast/podcast_cover_20260607_040614_0074659e81bde23386c0836e8b923076.png"/>
    <podcast:guid>bd62c68f-9eac-5eb4-baad-390d3d97765b</podcast:guid>
    <image>
      <url>https://media.rss.com/rlm-podcast/podcast_cover_20260607_040614_0074659e81bde23386c0836e8b923076.png</url>
      <title>RLM Podcast</title>
      <link>https://rss.com/podcasts/rlm-podcast</link>
    </image>
    <podcast:locked>no</podcast:locked>
    <podcast:license>This is a demo podcast, don't use it</podcast:license>
    <itunes:author>Kamalesh</itunes:author>
    <itunes:owner>
      <itunes:name>Kamalesh</itunes:name>
    </itunes:owner>
    <itunes:explicit>false</itunes:explicit>
    <itunes:type>episodic</itunes:type>
    <itunes:category text="Technology"/>
    <podcast:medium>podcast</podcast:medium>
    <item>
      <title><![CDATA[RLM Intro]]></title>
      <itunes:title><![CDATA[RLM Intro]]></itunes:title>
      <description><![CDATA[<p>RLM - Recursive Language Model </p><p><strong>[Host A]</strong></p><p>Welcome back to the studio, everyone. Today, we are breaking down what is easily one of the most exciting agentic paradigms to hit the AI space recently: Recursive Language Models, or RLMs.</p><p><strong>[Host B]</strong></p><p>Yeah, and let's be honest—this completely flips the script on how we handle massive data. For the longest time, the industry's answer to handling huge codebases or books was just: "Squeeze a longer KV cache into the GPU hardware."</p><p><strong>[Host A]</strong></p><p>Exactly. We all know the failure modes of that approach. Context rot, attention dispersion, and skyrocketing inference costs. If you feed a million tokens directly into a transformer's forward pass, it inevitably starts missing details. But RLMs treat context entirely differently. They treat it as an external state variable in a Turing-complete environment.</p><p><strong>[Host B]</strong></p><p>Right! Think of it like a Jupyter notebook or a Python REPL. The massive multi-million token document isn't jammed into the LLM's brain all at once. Instead, the document sits outside the model as a variable called context. The root model just gets the user’s query and metadata about the data.</p><p><strong>[Host A]</strong></p><p>And that's where the program synthesis magic happens. Instead of guessing the next token across a massive field of attention, the root LLM writes Python code to systematically inspect, slice, and manipulate that external data. If it needs a deep semantic understanding of a specific slice, it fires off a sub-LLM query to a child agent.</p><p><strong>[Host B]</strong></p><p>Which is why it's called <em>Recursive</em>! It can literally call smaller, highly focused versions of itself to perform Map-Reduce operations or semantic binary searches over programmatic chunks.</p><p><strong>[Host A]</strong></p><p>Think about the algorithmic efficiency of that. For a "needle-in-a-haystack" search, a standard LLM has to read linearly through everything—that's an $O(N)$ operational complexity. An RLM can write a script to split the text into ten blocks, execute a quick sub-query check on them, and drill down recursively. It changes the game to a logarithmic $O(\log N)$ process.</p><p><strong>[Host B]</strong></p><p>It’s brilliant, but it definitely changes what we expect from our models. If the LLM writes a buggy loop index or messes up a string slice, the whole inference chain crashes. We're shifting the burden from hardware engineering to pure code generation accuracy.</p><p><strong>[Host A]</strong></p><p>It's a trade-off worth making. The benchmarks show that an RLM using a smaller, cheaper engine like a mini-tier model can actually outperform top-tier frontier models on dense, long-context reasoning tasks—and at a fraction of the token cost.</p><p><strong>[Host B]</strong></p><p>It's moving us away from hardcoded JSON tool-calling and pushing us into autonomous code environments. I don't know about you, but I'm ready to start scaffolding one of these into my local local pipelines.</p><p><strong>[Host A]</strong></p><p>Agreed. The future isn't bigger context windows—it's smarter context management. Thanks for tuning in, and we’ll catch you in the next deep dive. Thank you!</p>]]></description>
      <link>https://rss.com/podcasts/rlm-podcast/2893579</link>
      <enclosure url="https://content.rss.com/episodes/390042/2893579/rlm-podcast/2026_06_07_04_51_41_17d6a80b-370f-47fc-92dc-dd1096dde8e5.mp3" length="2771530" type="audio/mpeg"/>
      <guid isPermaLink="false">e3c6da61-6c26-4428-bbd4-95e3a4a86d54</guid>
      <itunes:duration>173</itunes:duration>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:explicit>false</itunes:explicit>
      <pubDate>Sun, 07 Jun 2026 04:52:28 GMT</pubDate>
      <itunes:image href="https://media.rss.com/rlm-podcast/ep_cover_20260607_040638_098daa5c2df6f1d7afa97d96a363e6d4.png"/>
    </item>
  </channel>
</rss>