<?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: Linford</title>
    <description>The latest articles on DEV Community by Linford (@linfordlee14).</description>
    <link>https://dev.to/linfordlee14</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%2F3074718%2F5e6b4b25-e96c-414f-90f6-ed9c80c89cd7.jpg</url>
      <title>DEV Community: Linford</title>
      <link>https://dev.to/linfordlee14</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/linfordlee14"/>
    <language>en</language>
    <item>
      <title>How Kiro Specs Made Me Ship a Full-Stack AI App in 48 Hours</title>
      <dc:creator>Linford</dc:creator>
      <pubDate>Fri, 05 Dec 2025 00:23:22 +0000</pubDate>
      <link>https://dev.to/linfordlee14/how-kiro-specs-made-me-ship-a-full-stack-ai-app-in-48-hours-dc7</link>
      <guid>https://dev.to/linfordlee14/how-kiro-specs-made-me-ship-a-full-stack-ai-app-in-48-hours-dc7</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.amazonaws.com%2Fuploads%2Farticles%2F9v2sjlbalck2lhgqh6hg.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%2F9v2sjlbalck2lhgqh6hg.png" alt="Cover Image" width="800" height="446"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  How Kiro Specs Made Me Ship a Full-Stack AI App in 48 Hours
&lt;/h1&gt;

&lt;h2&gt;
  
  
  The Challenge
&lt;/h2&gt;

&lt;p&gt;I had 48 hours to build &lt;strong&gt;NecroNet&lt;/strong&gt;-a full-stack AI application that resurrects dead web artifacts (Flash, old HTML) into an interactive museum. That's:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React + Next.js frontend&lt;/li&gt;
&lt;li&gt;FastAPI backend&lt;/li&gt;
&lt;li&gt;Supabase database&lt;/li&gt;
&lt;li&gt;AWS S3 storage&lt;/li&gt;
&lt;li&gt;ElevenLabs voice integration&lt;/li&gt;
&lt;li&gt;Ruffle emulator for Flash playback&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;48 hours. Solo developer. This needed serious automation.&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%2Fb1jfc9t9zffjvwcon9lm.jpeg" 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%2Fb1jfc9t9zffjvwcon9lm.jpeg" alt="NecroNet Upload" width="800" height="460"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution: Kiro Specs
&lt;/h2&gt;

&lt;p&gt;Instead of jumping into code, I spent 30 minutes writing &lt;code&gt;/resurrection.spec.md&lt;/code&gt;:&lt;/p&gt;

&lt;p&gt;Project: NecroNet&lt;br&gt;
Goal: Resurrect obsolete web artifacts into an interactive museum&lt;br&gt;
Stack: FastAPI, Next.js, Supabase, S3, ElevenLabs&lt;br&gt;
Pipeline:&lt;/p&gt;

&lt;p&gt;User uploads artifact → Backend detects MIME type&lt;/p&gt;

&lt;p&gt;Migration service → Ruffle for Flash, sanitize HTML&lt;/p&gt;

&lt;p&gt;AI narration → ElevenLabs generates ghost curator voice&lt;/p&gt;

&lt;p&gt;Museum exhibit → Published to gallery&lt;br&gt;
Database:&lt;/p&gt;

&lt;p&gt;artifacts table (id, name, type, storage_url, status, ghost_narration_url)&lt;/p&gt;

&lt;p&gt;migration_logs table (artifact_id, event, timestamp)&lt;/p&gt;

&lt;p&gt;Then I gave Kiro this spec and asked: "Generate the database schema, API endpoints, and migration pipeline based on this."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Result?&lt;/strong&gt; Kiro generated code that &lt;em&gt;actually fit together&lt;/em&gt;. No refactoring. No "wait, this doesn't match the schema." It just worked because Kiro understood the entire system upfront.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Specs Beat Vibe Coding
&lt;/h2&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%2Fbdt7z4e8lwifhh79e1bh.jpeg" 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%2Fbdt7z4e8lwifhh79e1bh.jpeg" alt="Kiro IDE" width="800" height="427"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Vibe Coding:&lt;/strong&gt; "Make me a file upload endpoint"&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Kiro generates a handler function&lt;/li&gt;
&lt;li&gt;You paste it in&lt;/li&gt;
&lt;li&gt;You realize it doesn't know about your S3 bucket configuration&lt;/li&gt;
&lt;li&gt;You ask Kiro again: "Update it to use AWS"&lt;/li&gt;
&lt;li&gt;You debug for 30 minutes&lt;/li&gt;
&lt;li&gt;It still doesn't integrate with your migration pipeline&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Spec-Driven:&lt;/strong&gt; Define the contract upfront&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Kiro sees the full architecture&lt;/li&gt;
&lt;li&gt;Generated code respects the database schema&lt;/li&gt;
&lt;li&gt;Endpoints return the right data types&lt;/li&gt;
&lt;li&gt;Integration points are already designed&lt;/li&gt;
&lt;li&gt;Code ships with 80% fewer surprises&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Steering Docs Cherry on Top
&lt;/h2&gt;

&lt;p&gt;I also created &lt;code&gt;/curator.steering.md&lt;/code&gt;:&lt;/p&gt;

&lt;p&gt;Curator Steering&lt;br&gt;
Voice: Spooky but Professional&lt;br&gt;
Tone: Witty, preservationist, theatrical&lt;br&gt;
Examples:&lt;/p&gt;

&lt;p&gt;"This Flash game was released in 2003 during the golden age of Newgrounds..."&lt;/p&gt;

&lt;p&gt;"The original devs are probably on LinkedIn now. 🎃"&lt;/p&gt;

&lt;p&gt;"Museum note: This artifact demonstrates early web creativity..."&lt;/p&gt;

&lt;p&gt;text&lt;/p&gt;

&lt;p&gt;Every time Kiro wrote UI copy or generated the ElevenLabs narration prompt, it followed this steering. Result: the entire app had one cohesive personality. Not generic. Not "meh." &lt;em&gt;Haunted&lt;/em&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Numbers
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Time to MVP:&lt;/strong&gt; 6 hours (thanks to spec-driven generation)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Time debugging integration bugs:&lt;/strong&gt; ~30 minutes (Kiro already aligned everything)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lines of code I had to rewrite:&lt;/strong&gt; &amp;lt; 100 out of 5000+&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Coffee cups:&lt;/strong&gt; 4 (could have been 8 with vibe coding)&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Specs are documentation AND contracts.&lt;/strong&gt; Kiro uses them to generate aligned code. So do future developers reading your codebase.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Steering matters.&lt;/strong&gt; Without it, every generated artifact is a snowflake. With it, your product has a voice.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Context is king.&lt;/strong&gt; Vibe coding = asking for help with no context. Specs = walking someone through your entire system first.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The Bottom Line
&lt;/h2&gt;

&lt;p&gt;If you are shipping under deadline (or just shipping, period), stop vibe coding. Write a spec. Give it to Kiro. Watch your project assemble itself.&lt;/p&gt;

&lt;p&gt;The future of development isn't "write better prompts." It is "write better specs."&lt;/p&gt;

&lt;h1&gt;
  
  
  kiro #AI #Development #Automation #Hackathon
&lt;/h1&gt;

</description>
      <category>development</category>
      <category>automation</category>
      <category>kirodotdev</category>
      <category>kiro</category>
    </item>
    <item>
      <title>Excited to share our Echo Location Project, created together with @williamhenryking for the Google AI Studio Multimodal Challenge! #devchallenge #googleaichallenge #ai #gemini</title>
      <dc:creator>Linford</dc:creator>
      <pubDate>Sun, 14 Sep 2025 22:25:28 +0000</pubDate>
      <link>https://dev.to/linfordlee14/excited-to-share-our-echo-location-project-created-together-with-williamhenryking-for-the-google-1il8</link>
      <guid>https://dev.to/linfordlee14/excited-to-share-our-echo-location-project-created-together-with-williamhenryking-for-the-google-1il8</guid>
      <description>&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/williamhenryking/echo-location-project-google-ai-studio-multimodal-challenge-4fpk" class="crayons-story__hidden-navigation-link"&gt;Echo Location Project [Google AI Studio Multimodal Challenge]&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
      &lt;a href="https://dev.to/williamhenryking/echo-location-project-google-ai-studio-multimodal-challenge-4fpk" class="crayons-article__context-note crayons-article__context-note__feed"&gt;&lt;p&gt;Google AI Challenge Submission&lt;/p&gt;

&lt;/a&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/williamhenryking" class="crayons-avatar  crayons-avatar--l  "&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%2Fuser%2Fprofile_image%2F223613%2Fa708493a-3ed6-45e8-9891-c5245c0e6cf7.png" alt="williamhenryking profile" class="crayons-avatar__image"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/williamhenryking" class="crayons-story__secondary fw-medium m:hidden"&gt;
              William Henry King
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                William Henry King
                
              
              &lt;div id="story-author-preview-content-2845470" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/williamhenryking" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&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%2Fuser%2Fprofile_image%2F223613%2Fa708493a-3ed6-45e8-9891-c5245c0e6cf7.png" class="crayons-avatar__image" alt=""&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;William Henry King&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/williamhenryking/echo-location-project-google-ai-studio-multimodal-challenge-4fpk" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Sep 14 '25&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/williamhenryking/echo-location-project-google-ai-studio-multimodal-challenge-4fpk" id="article-link-2845470"&gt;
          Echo Location Project [Google AI Studio Multimodal Challenge]
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/devchallenge"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;devchallenge&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/googleaichallenge"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;googleaichallenge&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/ai"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;ai&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/gemini"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;gemini&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/williamhenryking/echo-location-project-google-ai-studio-multimodal-challenge-4fpk" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/multi-unicorn-b44d6f8c23cdd00964192bedc38af3e82463978aa611b4365bd33a0f1f4f3e97.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/exploding-head-daceb38d627e6ae9b730f36a1e390fca556a4289d5a41abb2c35068ad3e2c4b5.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;19&lt;span class="hidden s:inline"&gt; reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/williamhenryking/echo-location-project-google-ai-studio-multimodal-challenge-4fpk#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              Comments


              3&lt;span class="hidden s:inline"&gt; comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            3 min read
          &lt;/small&gt;
            
              &lt;span class="bm-initial"&gt;
                

              &lt;/span&gt;
              &lt;span class="bm-success"&gt;
                

              &lt;/span&gt;
            
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


</description>
      <category>devchallenge</category>
      <category>googleaichallenge</category>
      <category>ai</category>
      <category>gemini</category>
    </item>
  </channel>
</rss>
