<?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: 백승준</title>
    <description>The latest articles on DEV Community by 백승준 (@_c354662633fa663d7fee7).</description>
    <link>https://dev.to/_c354662633fa663d7fee7</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3859377%2Fb73d142d-14a5-4d64-bf1a-8d4cc46a5762.png</url>
      <title>DEV Community: 백승준</title>
      <link>https://dev.to/_c354662633fa663d7fee7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_c354662633fa663d7fee7"/>
    <language>en</language>
    <item>
      <title>I built an AI that fixes legacy code automatically (not just suggestions)</title>
      <dc:creator>백승준</dc:creator>
      <pubDate>Fri, 03 Apr 2026 11:37:54 +0000</pubDate>
      <link>https://dev.to/_c354662633fa663d7fee7/i-built-an-ai-that-fixes-legacy-code-automatically-not-just-suggestions-ic6</link>
      <guid>https://dev.to/_c354662633fa663d7fee7/i-built-an-ai-that-fixes-legacy-code-automatically-not-just-suggestions-ic6</guid>
      <description>&lt;p&gt;Dealing with legacy code is painful.&lt;/p&gt;

&lt;p&gt;You fix one thing, and something else breaks.&lt;br&gt;
Small changes often require understanding a large, messy codebase.&lt;/p&gt;

&lt;p&gt;I ran into this problem repeatedly, so I built something to help.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;I built EIDOS, an AI tool that fixes messy legacy code automatically.&lt;/p&gt;

&lt;p&gt;Most AI coding tools just suggest changes.&lt;/p&gt;

&lt;p&gt;EIDOS takes a different approach:&lt;br&gt;
it actually edits your real files and iterates on them until the issue is resolved.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it can do
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Fix bugs (e.g., SQL injection, type errors)&lt;/li&gt;
&lt;li&gt;Refactor messy code into a cleaner structure&lt;/li&gt;
&lt;li&gt;Add features directly into existing code&lt;/li&gt;
&lt;li&gt;Generate docs and basic tests&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is not just suggestions, but actually modifying real code.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Here’s a quick demo:&lt;br&gt;
&lt;a href="https://kaausia45-jpg.github.io/page/" rel="noopener noreferrer"&gt;https://kaausia45-jpg.github.io/page/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built this
&lt;/h2&gt;

&lt;p&gt;I got tired of dealing with legacy systems where even small fixes felt expensive and risky.&lt;/p&gt;

&lt;p&gt;I wanted something that could take over the repetitive and painful parts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Looking for feedback
&lt;/h2&gt;

&lt;p&gt;This is still early, and I'm exploring how far this approach can go.&lt;/p&gt;

&lt;p&gt;If you've dealt with messy codebases:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How do you usually handle them?&lt;/li&gt;
&lt;li&gt;Do you rely on tools, or mostly refactor manually?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Would love to hear your thoughts.&lt;/p&gt;

&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.amazonaws.com%2Fuploads%2Farticles%2Fje1kj68fqjlo49sot7og.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.amazonaws.com%2Fuploads%2Farticles%2Fje1kj68fqjlo49sot7og.png" alt=" " width="800" height="433"&gt;&lt;/a&gt;&lt;br&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.amazonaws.com%2Fuploads%2Farticles%2Fr45fhb5jmobq9kcoile1.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.amazonaws.com%2Fuploads%2Farticles%2Fr45fhb5jmobq9kcoile1.png" alt=" " width="800" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
