<?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: Aditya Shah</title>
    <description>The latest articles on DEV Community by Aditya Shah (@venom21adi).</description>
    <link>https://dev.to/venom21adi</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%2F4108508%2Fd6487c0a-57c0-41ca-b8a9-3542cc61799b.jpg</url>
      <title>DEV Community: Aditya Shah</title>
      <link>https://dev.to/venom21adi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/venom21adi"/>
    <language>en</language>
    <item>
      <title>Semantic Vision – interactive call graph, impact analysis, and code-to-data lineage for Python/JS/TS codebases</title>
      <dc:creator>Aditya Shah</dc:creator>
      <pubDate>Thu, 03 Sep 2026 17:38:32 +0000</pubDate>
      <link>https://dev.to/venom21adi/semantic-vision-interactive-call-graph-impact-analysis-and-code-to-data-lineage-for-40b1</link>
      <guid>https://dev.to/venom21adi/semantic-vision-interactive-call-graph-impact-analysis-and-code-to-data-lineage-for-40b1</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F54u9uxa54bsczz93bep9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F54u9uxa54bsczz93bep9.png" alt=" " width="800" height="689"&gt;&lt;/a&gt;I built this after spending hours manually tracing a codebase I didn't write — following imports by hand, guessing at blast radius before touching anything, finding a database table involved three levels deep.&lt;/p&gt;

&lt;p&gt;The tool statically parses Python (native AST) and JS/TS (tree-sitter) — no LLM guessing, fully deterministic. It builds an interactive call graph with impact analysis, execution flowcharts, a cyclomatic complexity heatmap, AI-generated docs, and code-to-data lineage that traces from a Python function all the way to the specific database column it reads or writes.&lt;/p&gt;

&lt;p&gt;Tested against Apache Superset (1,458 files): found 37 tables, 206 columns, and 462 read/write edges automatically with zero configuration.&lt;/p&gt;

&lt;p&gt;Three ways to run it:&lt;/p&gt;

&lt;p&gt;VS Code extension — backend ships bundled, no Python or uv required&lt;br&gt;
Docker: docker compose up&lt;br&gt;
Local: uv sync + npm install&lt;/p&gt;

&lt;p&gt;Everything runs on your machine. No account, no telemetry, no cloud.&lt;/p&gt;

&lt;p&gt;Benchmarks against FastAPI (1,138 files), three.js, and NestJS (1,907 files) are in the repo.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/venom21adi/Semantic_Vision" rel="noopener noreferrer"&gt;Semantic Vision&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>python</category>
      <category>tools</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
