<?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: Ken Lu</title>
    <description>The latest articles on DEV Community by Ken Lu (@ai_with_ken).</description>
    <link>https://dev.to/ai_with_ken</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%2F3979796%2F5ca191d2-68bc-4beb-820f-88f3acda6b7a.png</url>
      <title>DEV Community: Ken Lu</title>
      <link>https://dev.to/ai_with_ken</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ai_with_ken"/>
    <language>en</language>
    <item>
      <title>Claude Code: A 7-Day Field Guide for Working Engineers</title>
      <dc:creator>Ken Lu</dc:creator>
      <pubDate>Thu, 11 Jun 2026 16:12:51 +0000</pubDate>
      <link>https://dev.to/ai_with_ken/claude-code-a-7-day-field-guide-for-working-engineers-31ep</link>
      <guid>https://dev.to/ai_with_ken/claude-code-a-7-day-field-guide-for-working-engineers-31ep</guid>
      <description>&lt;p&gt;I rolled out Claude Code on my own repos a few months ago and, like most people, the first week was a mix of "this is magic" and "why did it just delete my test fixtures." Below is the short, opinionated playbook I wish someone had handed me on day one.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 1 — Don't let it write code yet
&lt;/h2&gt;

&lt;p&gt;Open a sandbox repo, point it at a small bug, and &lt;strong&gt;only let it read&lt;/strong&gt;. The goal of day one is to feel how it budgets context, where it gets confused by your file layout, and how it asks for clarification. You'll save hours later.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 2 — Give it a single job per session
&lt;/h2&gt;

&lt;p&gt;Resist the urge to "set up the project and then start the feature." Each session gets one commit-sized goal. If you find yourself saying "and also…", start a new session.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 3 — Wire up review, not generation
&lt;/h2&gt;

&lt;p&gt;The first time I trusted Claude to &lt;em&gt;open&lt;/em&gt; a PR I regretted it. The first time I trusted it to &lt;em&gt;review&lt;/em&gt; a PR I didn't. Start there. A reviewer is bounded, idempotent, and easy to roll back.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 4 — Promote the good patterns into commands
&lt;/h2&gt;

&lt;p&gt;Once you find a prompt that actually works for your codebase, &lt;strong&gt;save it as a slash command.&lt;/strong&gt; Treat your &lt;code&gt;.claude/commands&lt;/code&gt; folder like a build script you actually own.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 5 — Measure, don't vibe
&lt;/h2&gt;

&lt;p&gt;Add a tiny log: how many suggestions did you accept, reject, edit? If your accept rate is below ~40% something is off in how you scope the task. The number is a mirror, not a scoreboard.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 6 — Teach it your stack's failure modes
&lt;/h2&gt;

&lt;p&gt;A two-line &lt;code&gt;CLAUDE.md&lt;/code&gt; that says "this codebase uses Tabs, not spaces, and never touch &lt;code&gt;migrations/&lt;/code&gt;" saves more time than any prompt template.&lt;/p&gt;

&lt;h2&gt;
  
  
  Day 7 — Review your own work, with it
&lt;/h2&gt;

&lt;p&gt;Open a session and say: &lt;em&gt;"be a senior reviewer of this branch, focus on what I missed."&lt;/em&gt; That feedback loop is where the real productivity compounding lives.&lt;/p&gt;




&lt;p&gt;That's the loop. None of this is novel — but the discipline of doing it for a full week is. If you try it and a step blows up, drop the failure in the comments; I'm collecting patterns for a follow-up.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>claude</category>
      <category>productivity</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
