<?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>Forem: Phoebe P.</title>
    <description>The latest articles on Forem by Phoebe P. (@phoebepitt).</description>
    <link>https://forem.com/phoebepitt</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%2F3693823%2Fb2a15193-c6c7-4e62-92e4-9f600ef90d60.png</url>
      <title>Forem: Phoebe P.</title>
      <link>https://forem.com/phoebepitt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/phoebepitt"/>
    <language>en</language>
    <item>
      <title>AI Didn’t Replace My Job. It Replaced My Worst Habits.</title>
      <dc:creator>Phoebe P.</dc:creator>
      <pubDate>Mon, 05 Jan 2026 08:47:03 +0000</pubDate>
      <link>https://forem.com/phoebepitt/ai-didnt-replace-my-job-it-replaced-my-worst-habits-578o</link>
      <guid>https://forem.com/phoebepitt/ai-didnt-replace-my-job-it-replaced-my-worst-habits-578o</guid>
      <description>&lt;p&gt;A year ago, I thought AI tools would make me lazy.&lt;/p&gt;

&lt;p&gt;I was wrong.&lt;/p&gt;

&lt;p&gt;They exposed how inefficient my workflow actually was.&lt;/p&gt;

&lt;p&gt;This is not a hype piece about AI writing entire apps. This is about what &lt;em&gt;actually&lt;/em&gt; changed when I started using AI daily as a developer and what didn’t.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Lie I Believed About Productivity
&lt;/h2&gt;

&lt;p&gt;I assumed productivity was about typing faster.&lt;/p&gt;

&lt;p&gt;It isn’t.&lt;/p&gt;

&lt;p&gt;Most of my time was wasted on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Searching for answers I half remembered&lt;/li&gt;
&lt;li&gt;Rewriting boilerplate I had written dozens of times&lt;/li&gt;
&lt;li&gt;Debugging obvious mistakes after staring too long at the same file&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;AI did not remove thinking from my job.&lt;br&gt;&lt;br&gt;
It removed friction.&lt;/p&gt;

&lt;p&gt;That difference matters.&lt;/p&gt;




&lt;h2&gt;
  
  
  What AI Is Genuinely Good At
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Explaining Code I Wrote Months Ago
&lt;/h3&gt;

&lt;p&gt;You know the feeling.&lt;br&gt;&lt;br&gt;
You open a file and think, “Why did I do this?”&lt;/p&gt;

&lt;p&gt;AI is excellent at:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Explaining legacy code&lt;/li&gt;
&lt;li&gt;Summarizing functions&lt;/li&gt;
&lt;li&gt;Translating messy logic into plain language&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This does not replace understanding. It accelerates it.&lt;/p&gt;




&lt;h3&gt;
  
  
  2. Acting as a Rubber Duck That Talks Back
&lt;/h3&gt;

&lt;p&gt;Talking through problems works. AI just responds faster than my desk.&lt;/p&gt;

&lt;p&gt;I use it to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Validate assumptions&lt;/li&gt;
&lt;li&gt;Spot edge cases I missed&lt;/li&gt;
&lt;li&gt;Suggest alternative approaches I had not considered&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most suggestions are not perfect. That is fine. They still force better thinking.&lt;/p&gt;




&lt;h3&gt;
  
  
  3. Killing Boilerplate Without Killing Context
&lt;/h3&gt;

&lt;p&gt;Generating repetitive setup code is where AI shines.&lt;/p&gt;

&lt;p&gt;Configs, types, mocks, migrations.&lt;br&gt;&lt;br&gt;
This saves time without touching the core logic where human judgment matters most.&lt;/p&gt;




&lt;h2&gt;
  
  
  Where AI Still Falls Apart
&lt;/h2&gt;

&lt;p&gt;Let’s be honest.&lt;/p&gt;

&lt;p&gt;AI is bad at:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Understanding product intent&lt;/li&gt;
&lt;li&gt;Making architectural tradeoffs&lt;/li&gt;
&lt;li&gt;Knowing when &lt;em&gt;not&lt;/em&gt; to add complexity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It will confidently suggest patterns that are unnecessary or actively harmful if you follow them blindly.&lt;/p&gt;

&lt;p&gt;If you copy paste without thinking, the problem is not AI.&lt;/p&gt;

&lt;p&gt;It is you.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Shift Was Psychological
&lt;/h2&gt;

&lt;p&gt;The biggest change was not speed.&lt;br&gt;&lt;br&gt;
It was momentum.&lt;/p&gt;

&lt;p&gt;Less friction meant:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fewer context switches&lt;/li&gt;
&lt;li&gt;Less frustration&lt;/li&gt;
&lt;li&gt;More energy for actual problem solving&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is why AI feels powerful. Not because it is smarter than you, but because it removes the tiny annoyances that slowly drain motivation.&lt;/p&gt;




&lt;h2&gt;
  
  
  A Rule That Keeps Me From Becoming Lazy
&lt;/h2&gt;

&lt;p&gt;I never ask AI to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Design the system&lt;/li&gt;
&lt;li&gt;Decide tradeoffs&lt;/li&gt;
&lt;li&gt;Own critical logic&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I ask it to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Explain&lt;/li&gt;
&lt;li&gt;Suggest&lt;/li&gt;
&lt;li&gt;Refactor with constraints&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If I cannot explain the result in my own words, I do not ship it.&lt;/p&gt;

&lt;p&gt;Simple rule. Big difference.&lt;/p&gt;




&lt;h2&gt;
  
  
  What This Means for Developers
&lt;/h2&gt;

&lt;p&gt;AI is not replacing developers.&lt;/p&gt;

&lt;p&gt;It is replacing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Poor documentation&lt;/li&gt;
&lt;li&gt;Repetitive grunt work&lt;/li&gt;
&lt;li&gt;The excuse of “I’ll figure it out later”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The developers who struggle will not be the ones who use AI.&lt;/p&gt;

&lt;p&gt;They will be the ones who rely on it without understanding.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;AI did not make me a better developer.&lt;/p&gt;

&lt;p&gt;It forced me to confront how I work.&lt;/p&gt;

&lt;p&gt;And that turned out to be the most valuable upgrade of all.&lt;/p&gt;




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