<?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: Mayank rajput</title>
    <description>The latest articles on DEV Community by Mayank rajput (@trynocoder).</description>
    <link>https://dev.to/trynocoder</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%2F4068903%2F33ab4c26-bfef-438a-ab56-20cd8b38e562.jpg</url>
      <title>DEV Community: Mayank rajput</title>
      <link>https://dev.to/trynocoder</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/trynocoder"/>
    <language>en</language>
    <item>
      <title>What Our AI Agent Still Can't Do</title>
      <dc:creator>Mayank rajput</dc:creator>
      <pubDate>Sat, 08 Aug 2026 14:11:06 +0000</pubDate>
      <link>https://dev.to/trynocoder/what-our-ai-agent-still-cant-do-fm3</link>
      <guid>https://dev.to/trynocoder/what-our-ai-agent-still-cant-do-fm3</guid>
      <description>&lt;p&gt;Most AI tools only tell you what they're good at. That's how you end up discovering the gaps in production. So here's the other half: where our AI agent still misses, specifically, and what we're doing about each one.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it's genuinely good at
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Targeted bug-fixing (~85–90%)&lt;/strong&gt; — given real broken code, it produces a fix that compiles clean and makes the specific change.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Simple full-stack builds&lt;/strong&gt; — it scaffolds working SPAs reliably.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Prompt → full-stack app → live deploy&lt;/strong&gt; with a real database — validated end to end.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Where it still misses
&lt;/h2&gt;

&lt;p&gt;From our own correctness-gated evals, the honest gaps:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Complex full-stack scaffolding.&lt;/strong&gt; On a notes app with auth, it built the database schema but missed declaring the &lt;code&gt;bcrypt&lt;/code&gt; / &lt;code&gt;jsonwebtoken&lt;/code&gt; dependencies — the kind of gap that compiles in isolation but breaks the build.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Run-to-run consistency.&lt;/strong&gt; A landing-page fixture's dev-server check passed on one run and failed on another. Non-determinism is real, and we measure it instead of hiding it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Small correctness slips.&lt;/strong&gt; Using &lt;code&gt;React.Fragment&lt;/code&gt; without importing it; a to-do app that skipped localStorage persistence. Individually minor — exactly the sort of thing you'd want to catch in a diff review, not in production.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Read-only tasks.&lt;/strong&gt; On a task that only asked it to &lt;em&gt;find&lt;/em&gt; and report something, it wrote files instead of answering. Knowing when &lt;em&gt;not&lt;/em&gt; to act is its own skill.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What we do about it
&lt;/h2&gt;

&lt;p&gt;Every genuine failure feeds a closed &lt;strong&gt;self-improvement loop&lt;/strong&gt;: the run is analyzed, a prompt change is proposed, and the candidate is validated against the same correctness gate — with a holdout set guarding against regressions — before anything reaches production. Some of the misses above already have fixes in flight; some don't yet. We publish both states.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why publish this at all
&lt;/h2&gt;

&lt;p&gt;Because you're going to hit these limits either way — the only question is whether you find out from us now or from a broken build later. It's also why &lt;a href="https://nocoder.codes" rel="noopener noreferrer"&gt;NoCoder&lt;/a&gt; puts diff review at the center: the agent isn't perfect, so you stay in the loop. Every change is a per-file diff you approve before it applies.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The short version:&lt;/strong&gt; Our agent is strong at bug-fixing (~85–90%) and simple full-stack builds, and weaker on complex scaffolding, consistency, and a few specific tasks (missed auth deps, a skipped localStorage step, a Fragment import, a read-only find task). We fix what we can via a validated self-improvement loop and publish the rest. See &lt;a href="https://nocoder.codes/blog/how-we-benchmark-our-ai-agent" rel="noopener noreferrer"&gt;how we benchmark&lt;/a&gt; or &lt;a href="https://nocoder.codes/register?utm_source=devto&amp;amp;utm_medium=organic&amp;amp;utm_campaign=crosspost" rel="noopener noreferrer"&gt;try NoCoder free&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;&lt;em&gt;This post originally appeared on the &lt;a href="https://nocoder.codes/blog/what-our-ai-agent-cant-do" rel="noopener noreferrer"&gt;NoCoder blog&lt;/a&gt;. NoCoder is an AI full-stack app builder that shows every change as a diff you approve before it ships — build at AI speed, ship only what you've reviewed. Free to start on free models.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
