<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Santiago Martinez</title>
    <description>The latest articles on DEV Community by Santiago Martinez (@ssmm1983).</description>
    <link>https://dev.to/ssmm1983</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4069043%2F152566a7-3db5-48ef-8d5e-b1e7cf60ced0.png</url>
      <title>DEV Community: Santiago Martinez</title>
      <link>https://dev.to/ssmm1983</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ssmm1983"/>
    <language>en</language>
    <item>
      <title>I created a tool to inspect full python codebases</title>
      <dc:creator>Santiago Martinez</dc:creator>
      <pubDate>Sat, 08 Aug 2026 22:15:14 +0000</pubDate>
      <link>https://dev.to/ssmm1983/i-created-a-tool-to-inspect-full-python-codebases-2noi</link>
      <guid>https://dev.to/ssmm1983/i-created-a-tool-to-inspect-full-python-codebases-2noi</guid>
      <description>&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;LLMs generate a lot of code so now the bottleneck is understanding that code. For this, I created a tool using this principles: increase observability + make everything as explicit as possible + top down approach. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/arnoldpredator/pyreplay" rel="noopener noreferrer"&gt;https://github.com/arnoldpredator/pyreplay&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;If you open the "FEATURES.md" file and scroll down you will see a screen capture for each of the 120+ features. You also have the README with the philosphy and the TUTORIAL.&lt;/p&gt;

&lt;p&gt;Basically you can obtain a map to see the connections, who is doing the heavy work, and then record a run and replay it like a video, using a simple html file which you can share. &lt;/p&gt;

&lt;p&gt;Any feedback?&lt;/p&gt;

</description>
      <category>llm</category>
      <category>python</category>
      <category>ai</category>
      <category>code</category>
    </item>
  </channel>
</rss>
