<?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: Dhruv Patil</title>
    <description>The latest articles on DEV Community by Dhruv Patil (@dhurv_in_space).</description>
    <link>https://dev.to/dhurv_in_space</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%2F3959002%2F49968ccd-d957-4995-bf48-f8a22c144cfd.jpeg</url>
      <title>DEV Community: Dhruv Patil</title>
      <link>https://dev.to/dhurv_in_space</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dhurv_in_space"/>
    <language>en</language>
    <item>
      <title>Are we actually learning to code with AI or just generating more code faster?</title>
      <dc:creator>Dhruv Patil</dc:creator>
      <pubDate>Fri, 29 May 2026 19:57:38 +0000</pubDate>
      <link>https://dev.to/dhurv_in_space/are-we-actually-learning-to-code-with-ai-or-just-generating-more-code-faster-ce0</link>
      <guid>https://dev.to/dhurv_in_space/are-we-actually-learning-to-code-with-ai-or-just-generating-more-code-faster-ce0</guid>
      <description>&lt;p&gt;I've been thinking about this a lot lately, maybe way too much.&lt;/p&gt;

&lt;p&gt;AI coding tools are getting powerful &lt;strong&gt;really&lt;/strong&gt; fast. Claude Code, Codex, Cursor, Copilot, all of this, and now Anthropic just launched Opus 4.8 with Dynamic Workflows, where the direction is not just &lt;em&gt;"autocomplete my function"&lt;/em&gt; anymore. It is more like codebase-level migrations, subagents, big workflows, from kickoff to merge.&lt;/p&gt;

&lt;p&gt;At the same time, Microsoft is reportedly pushing engineers away from Claude Code toward Copilot after budget issues, and Fortune reported &lt;strong&gt;Uber burned through its 2026 AI coding tools budget in four months&lt;/strong&gt;. Uber's COO also basically questioned whether more AI tool usage is clearly turning into more useful product output.&lt;/p&gt;

&lt;p&gt;That part really stuck with me.&lt;/p&gt;

&lt;p&gt;Because maybe the issue is not only &lt;em&gt;"are the tools good enough?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Maybe the harder question is: &lt;strong&gt;are we good enough at using them?&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The junior dev who never sleeps
&lt;/h2&gt;

&lt;p&gt;Imagine having a junior dev who writes code insanely fast, never gets tired, and always sounds confident. But if your instructions are fuzzy, or you can't properly review what they built, they ship stuff that &lt;strong&gt;looks good but breaks in production&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That's AI right now. It doesn't replace your judgment. It multiplies whatever judgment you bring — and then it &lt;em&gt;feels&lt;/em&gt; productive.&lt;/p&gt;

&lt;p&gt;I keep coming back to this line from a senior dev I respect:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;AI coding is a mirror, not a ladder.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It reflects your thinking. Your context. Your taste. Your ability to review. Your ability to say &lt;em&gt;"no, this is wrong"&lt;/em&gt; when the output looks clean but the design is bad.&lt;/p&gt;

&lt;p&gt;Prompting alone is not intelligence. Vibe coding is not engineering. And maybe reviewing AI output is becoming as important as writing the first version manually. Maybe even more important in some cases. &lt;strong&gt;Unlimited tokens can honestly make you lazy&lt;/strong&gt; if you stop thinking and just keep asking the model to fix whatever the previous model broke.&lt;/p&gt;

&lt;p&gt;And I'm not saying this like I'm above it. I do this too. Sometimes when tokens are limited, I suddenly become smarter because I'm forced to explain better. When tokens feel unlimited, I can get sloppy.&lt;/p&gt;




&lt;h2&gt;
  
  
  We had proof systems before. We don't have one for this.
&lt;/h2&gt;

&lt;p&gt;Before the AI era, we had some rough but functional proof systems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub&lt;/strong&gt; showed you could build real things&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LeetCode&lt;/strong&gt; showed DSA ability&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Kaggle&lt;/strong&gt; showed ML chops&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open source contributions&lt;/strong&gt; showed consistency and collaboration&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Designers have portfolios&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But what will prove &lt;strong&gt;AI-native engineering judgment&lt;/strong&gt;?&lt;/p&gt;

&lt;p&gt;Not this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;"I used 7 agents on my laptop"&lt;/em&gt; screenshots on Twitter&lt;/li&gt;
&lt;li&gt;A random 24-hour hackathon demo&lt;/li&gt;
&lt;li&gt;Just shipping a lot of code&lt;/li&gt;
&lt;li&gt;&lt;em&gt;"I built an entire app in a weekend using AI"&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If hiring shifts toward &lt;em&gt;"show me how you work with AI,"&lt;/em&gt; then &lt;strong&gt;what do we actually show?&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;A PR? Prompt logs? A decision memo? A walkthrough of where the AI was wrong and how you corrected it? Tests proving the output was validated properly?&lt;/p&gt;

&lt;p&gt;Honestly, I don't know.&lt;/p&gt;

&lt;p&gt;And it feels like &lt;strong&gt;nobody really knows how to measure good human + AI collaboration yet.&lt;/strong&gt; That feels weird, because the tools are improving faster than most people are adapting.&lt;/p&gt;




&lt;h2&gt;
  
  
  The shift that's quietly happening
&lt;/h2&gt;

&lt;p&gt;It may be that a very small group of good engineers are becoming &lt;strong&gt;AI orchestrators&lt;/strong&gt; — not just people who write code manually, but people who &lt;em&gt;guide systems&lt;/em&gt;, give context, review output, catch hallucinations, and make judgment calls.&lt;/p&gt;

&lt;p&gt;That's a very different skill than just typing fast.&lt;/p&gt;

&lt;p&gt;And I'm not sure we're teaching it, measuring it, or honestly even talking about it enough.&lt;/p&gt;




&lt;h2&gt;
  
  
  I'm actually curious what you think
&lt;/h2&gt;

&lt;p&gt;Are you learning how to work with AI &lt;em&gt;properly&lt;/em&gt;, or mostly just using it when stuck?&lt;/p&gt;

&lt;p&gt;And if tomorrow an interviewer asked you: &lt;em&gt;"Show me proof that you can use AI well as an engineer"&lt;/em&gt; — what would you even show?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Are we actually ready for this?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;PS: Please comment whatever thoughts you have on this. It would honestly help me stop overthinking about it and thank you for reading :)&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Sources
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://fortune.com/2026/05/26/uber-coo-ai-spending-tokens-claude-code/" rel="noopener noreferrer"&gt;Uber burned its entire 2026 AI coding budget in four months — Fortune&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://fortune.com/2026/05/22/microsoft-ai-cost-problem-tokens-agents/" rel="noopener noreferrer"&gt;Microsoft shifting away from Claude Code over AI cost problem — Fortune&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://techcrunch.com/2026/05/28/anthropic-releases-opus-4-8-with-new-dynamic-workflow-tool/" rel="noopener noreferrer"&gt;Anthropic released Claude Opus 4.8 with Dynamic Workflows — TechCrunch&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>career</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
