<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Empryo Blog</title>
    <link>https://empryo.com/blog</link>
    <description>Engineering deep-dives and design decisions behind Empryo.</description>
    <language>en-us</language>
    <atom:link href="https://empryo.com/blog/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Why an AI agent should edit symbols, not strings</title>
      <link>https://empryo.com/blog/ast-editor-for-ai</link>
      <guid isPermaLink="true">https://empryo.com/blog/ast-editor-for-ai</guid>
      <description>String-replacement editing breaks on whitespace, drifts on line numbers, and corrupts syntax. Empryo edits the AST instead.</description>
      <pubDate>Sun, 01 Jun 2025 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The Genome - a live structural map of your codebase</title>
      <link>https://empryo.com/blog/the-genome</link>
      <guid isPermaLink="true">https://empryo.com/blog/the-genome</guid>
      <description>Instead of grepping blindly, Empryo loads a ranked map of every file, symbol, and dependency edge - rebuilt after every edit.</description>
      <pubDate>Tue, 20 May 2025 08:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
