<?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: Aster Rin</title>
    <description>The latest articles on DEV Community by Aster Rin (@ekiritsugu).</description>
    <link>https://dev.to/ekiritsugu</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%2F3867179%2Fc6c96544-4b63-46fa-8369-e6ace576020e.jpeg</url>
      <title>DEV Community: Aster Rin</title>
      <link>https://dev.to/ekiritsugu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ekiritsugu"/>
    <language>en</language>
    <item>
      <title>Vibe-Degrade：make your code smell like AI</title>
      <dc:creator>Aster Rin</dc:creator>
      <pubDate>Sat, 11 Apr 2026 13:04:21 +0000</pubDate>
      <link>https://dev.to/ekiritsugu/vibe-degrademake-your-code-smell-like-ai-1n2d</link>
      <guid>https://dev.to/ekiritsugu/vibe-degrademake-your-code-smell-like-ai-1n2d</guid>
      <description>&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;vibe-degrade is a tiny, delightfully useless Python tool that "adds AI flavor" to your code. It doesn't fix bugs or improve style — it makes your code look like an overzealous (and incompetent) AI touched it.&lt;/p&gt;

&lt;p&gt;What it injects (including but not limited to):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;meaningless protective logic &lt;/li&gt;
&lt;li&gt;stupid type casts that accomplish nothing&lt;/li&gt;
&lt;li&gt;misspellings and odd word replacements in comments/strings&lt;/li&gt;
&lt;li&gt;if/else branches that will never be executed&lt;/li&gt;
&lt;li&gt;pointless print() statements and debug noise&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is maximal comedic value: make code parseable and runnable, but suspiciously AI-made.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo &amp;amp; Code
&lt;/h2&gt;

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

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Language: Python.&lt;/li&gt;
&lt;li&gt;Approach: small code rewrites using AST for structure and token-level edits for strings/comments.&lt;/li&gt;
&lt;li&gt;Behavior: a tiny scheduler randomly applies lightweight transforms .&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Prize Category
&lt;/h2&gt;

&lt;p&gt;418challenge&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>418challenge</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
