<?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: Kent Alstad</title>
    <description>The latest articles on DEV Community by Kent Alstad (@kentkandiforge).</description>
    <link>https://dev.to/kentkandiforge</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4145211%2F258f89d4-0a51-400e-bc3d-b91f7e7f512f.png</url>
      <title>DEV Community: Kent Alstad</title>
      <link>https://dev.to/kentkandiforge</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kentkandiforge"/>
    <language>en</language>
    <item>
      <title>The Last Mile Problem in Agentic Development</title>
      <dc:creator>Kent Alstad</dc:creator>
      <pubDate>Sun, 27 Sep 2026 08:21:01 +0000</pubDate>
      <link>https://dev.to/kentkandiforge/the-last-mile-problem-in-agentic-development-5768</link>
      <guid>https://dev.to/kentkandiforge/the-last-mile-problem-in-agentic-development-5768</guid>
      <description>&lt;p&gt;Agents have made the first 80% of building software fast. Point enough of them at a well-defined problem, and you get working code, passing tests, and a system that looks almost done, sometimes in hours.&lt;/p&gt;

&lt;p&gt;Then you hit the last 10 to 20%.&lt;/p&gt;

&lt;p&gt;That's where I think the biggest problem facing agentic developers lives today: getting from 80 or 90% done to 100%. Not generating code, but hardening an idea all the way to completion. Edge cases, integration seams, failure modes, the gap between "it works in the demo" and "it works."&lt;/p&gt;

&lt;h2&gt;
  
  
  The math stops working
&lt;/h2&gt;

&lt;p&gt;Here's the trouble. When hundreds of agents are building your system, they produce work at a scale no human can match. That's the point. But the last mile has traditionally been human work: review, verification, judgment about what "done" actually means.&lt;/p&gt;

&lt;p&gt;So you end up with hundreds of agents producing output and one person, or a small team, trying to do the finishing work for all of them. You don't have the time to do the work of the hundreds. The bottleneck isn't building anymore. It's completing.&lt;/p&gt;

&lt;p&gt;I hit this wall at KandiForge. Our agents had produced millions of lines of code across 20 repos, and I needed to ship. But how?&lt;/p&gt;

&lt;p&gt;It wasn't a knowledge problem. I understood the requirements. I understood the architecture. What I couldn't do was work through every final detail across a codebase that size. There were simply too many of them, and each one needed the kind of attention that doesn't scale with the number of agents producing the code.&lt;/p&gt;

&lt;p&gt;The agents had made building fast. They hadn't made finishing any faster.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why "just review more" doesn't fully solve it
&lt;/h2&gt;

&lt;p&gt;My first move was the obvious one. I added more reviewers and more testers, both agents and people.&lt;/p&gt;

&lt;p&gt;The testers used agents to write tests, but generally after the code was already integrated. So the change gates weren't in the right place. By the time a test caught something, the change was already in.&lt;/p&gt;

&lt;p&gt;I don't think anyone has fully solved this yet, myself included. We're all still working on it. That's part of why I'm writing this series: to share what we're trying at KandiForge, and to hear what's working for others.&lt;/p&gt;

&lt;h2&gt;
  
  
  What comes next
&lt;/h2&gt;

&lt;p&gt;Over the next few posts, I'll share behind-the-scenes notes from how we're tackling this at KandiForge, where we build with an agent factory that follows an evidence-based SDLC across multiple repos. Some of it has worked. Some of it hasn't. I'll share both.&lt;/p&gt;

&lt;p&gt;This series leads up to my talk at #BuildStuff15 in Vilnius this December (&lt;a href="https://x.com/BuildStuffConf" rel="noopener noreferrer"&gt;@buildstuffconf&lt;/a&gt;, &lt;a href="https://buildstuff.events" rel="noopener noreferrer"&gt;buildstuff.events&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you're building with agents: where does your last mile break down?&lt;/strong&gt; I'd like to hear how others are handling it.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>softwareengineering</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
