<?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: member_6e43b340</title>
    <description>The latest articles on DEV Community by member_6e43b340 (@member_6e43b340).</description>
    <link>https://dev.to/member_6e43b340</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%2F3312156%2Fc3208a69-3b07-468f-9fa8-44141995c067.png</url>
      <title>DEV Community: member_6e43b340</title>
      <link>https://dev.to/member_6e43b340</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/member_6e43b340"/>
    <language>en</language>
    <item>
      <title>Why Kiro Feels Like Cheating (But It's Not)</title>
      <dc:creator>member_6e43b340</dc:creator>
      <pubDate>Fri, 05 Dec 2025 14:16:09 +0000</pubDate>
      <link>https://dev.to/member_6e43b340/why-kiro-feels-like-cheating-but-its-not-256i</link>
      <guid>https://dev.to/member_6e43b340/why-kiro-feels-like-cheating-but-its-not-256i</guid>
      <description>&lt;p&gt;I had an ambitious idea for Kiroween: a tool where &lt;em&gt;“programmer ghosts”&lt;/em&gt; (AI Agents) analyze your legacy code through real-time voice. The stack was complex: &lt;strong&gt;React, TypeScript, Gemini Live API (Audio)&lt;/strong&gt; and &lt;strong&gt;6 different AI personalities&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Normally, this would take weeks. With Kiro, it took just a few days. Here’s how &lt;strong&gt;Context&lt;/strong&gt; and &lt;strong&gt;Steering Docs&lt;/strong&gt; became my secret weapon.&lt;/p&gt;




&lt;h2&gt;
  
  
  From Idea to Code: The Process
&lt;/h2&gt;

&lt;p&gt;Kiro removed friction at every critical stage:&lt;/p&gt;

&lt;h3&gt;
  
  
  ⚡ Instant Bootstrapping
&lt;/h3&gt;

&lt;p&gt;I asked for a &lt;em&gt;React + Vite + Tailwind&lt;/em&gt; project. Kiro generated the structure, settings, and dependencies without me touching the terminal.&lt;/p&gt;

&lt;h3&gt;
  
  
  👻 Character Generation
&lt;/h3&gt;

&lt;p&gt;It created 6 “ghost” profiles (from &lt;em&gt;Marcus the Hacker&lt;/em&gt; to &lt;em&gt;Beatriz from DevOps&lt;/em&gt;) with their own prompts and voice styles in seconds.&lt;/p&gt;

&lt;h3&gt;
  
  
  🎧 Gemini Live Integration
&lt;/h3&gt;

&lt;p&gt;The hardest part—processing &lt;strong&gt;PCM 16kHz audio&lt;/strong&gt;—was solved by Kiro on the first try. It generated WebSocket logic, audio buffers, and handlers without me reading Google’s technical docs.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Speed Secret: &lt;code&gt;.kiro/steering/&lt;/code&gt;
&lt;/h2&gt;

&lt;p&gt;This is where I won the race. I spent &lt;strong&gt;15 minutes&lt;/strong&gt; creating Steering Docs to give the IDE proper context. That changed &lt;em&gt;everything&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;I created files like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;.kiro/steering/horror-theme.md&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;.kiro/steering/tech-stack.md&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With clear rules such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;“Always use a sarcastic tone with references to death.”&lt;/li&gt;
&lt;li&gt;“Color scheme: &lt;code&gt;#0a0505&lt;/code&gt; (black), &lt;code&gt;#ef4444&lt;/code&gt; (blood red).”&lt;/li&gt;
&lt;li&gt;“Stack: Functional Components, TypeScript strict mode.”&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The Result:
&lt;/h3&gt;

&lt;p&gt;❌ &lt;strong&gt;Without Steering:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
I had to constantly correct the AI:&lt;br&gt;&lt;br&gt;
“Use the correct red”, “Write it in TypeScript”, etc.&lt;/p&gt;

&lt;p&gt;✅ &lt;strong&gt;With Steering:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Kiro generated perfect components on the first try, with correct styling and the sarcastic tone. It felt like working with a senior developer who had already read the entire documentation.&lt;/p&gt;




&lt;h2&gt;
  
  
  Autopilot and “Vibe Coding”
&lt;/h2&gt;

&lt;p&gt;I enabled Autopilot for complex tasks like:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;“Implement an Undo/Redo system (Ctrl+Z).”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Kiro created the hooks, history logic, and visual UI &lt;em&gt;with zero supervision&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;It also understood the project’s &lt;em&gt;vibe&lt;/em&gt;: when I asked for a linter, it didn’t just detect errors—&lt;br&gt;&lt;br&gt;
&lt;strong&gt;it added looping scream audio whenever the code was broken.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
It understood the horror theme perfectly.&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Code Necromancer&lt;/strong&gt; now includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real-time voice chat
&lt;/li&gt;
&lt;li&gt;Code analysis
&lt;/li&gt;
&lt;li&gt;Flow visualization
&lt;/li&gt;
&lt;li&gt;A fully immersive horror atmosphere
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The main lesson:&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Kiro is not just autocomplete.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
If you give it the right context (Steering Docs), it becomes a &lt;em&gt;technical co-founder&lt;/em&gt; who knows your project as well as you do.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; #kiroween #ai #react #gemini-api #productivity&lt;/p&gt;

</description>
      <category>kiro</category>
      <category>kirospecs</category>
      <category>agents</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
