<?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: Mohamed Saied</title>
    <description>The latest articles on Forem by Mohamed Saied (@mohamed_saied_dev).</description>
    <link>https://forem.com/mohamed_saied_dev</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%2F2466890%2Fa43b1e2e-0974-40dc-b9f8-0f198d1ac019.jpg</url>
      <title>Forem: Mohamed Saied</title>
      <link>https://forem.com/mohamed_saied_dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/mohamed_saied_dev"/>
    <language>en</language>
    <item>
      <title>Reclaiming Deep Work: I Built a VS Code Extension to Stop AI Dependency</title>
      <dc:creator>Mohamed Saied</dc:creator>
      <pubDate>Mon, 02 Mar 2026 03:24:30 +0000</pubDate>
      <link>https://forem.com/mohamed_saied_dev/reclaiming-deep-work-i-built-a-vs-code-extension-to-stop-ai-dependency-2pke</link>
      <guid>https://forem.com/mohamed_saied_dev/reclaiming-deep-work-i-built-a-vs-code-extension-to-stop-ai-dependency-2pke</guid>
      <description>&lt;p&gt;&lt;strong&gt;How "AI-Detox" breaks the dopamine loop of instant code generation.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction: The Invisible Constraint
&lt;/h2&gt;

&lt;p&gt;We’ve all been there. You are working on a complex feature, and a prompt box pops up offering to finish your function, write your unit tests, or explain the error message. It’s convenient. It’s fast. But is it making us better engineers?&lt;/p&gt;

&lt;p&gt;In my previous article, "The IDE Dopamine Loop," I explored how constant reliance on AI agents fragments our focus and turns us into reviewers rather than creators. Knowing the problem is one thing, but changing habits is another.&lt;/p&gt;

&lt;p&gt;That’s why I decided to stop talking about it and build a solution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Introducing AI-Detox
&lt;/h2&gt;

&lt;p&gt;I am thrilled to announce AI-Detox, a new open-source extension for VS Code and Cursor designed to help you consciously manage your AI usage.&lt;br&gt;
AI-Detox isn't about being anti-AI; it's about being pro-focus. It’s about ensuring that AI serves you, rather than you serving the dopamine hit of the auto-complete suggestion.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it Works
&lt;/h2&gt;

&lt;p&gt;AI-Detox works by leveraging the VS Code API to toggle the built-in chat.disableAIFeatures setting.&lt;br&gt;
One-Click Toggle: Instantly enable or disable AI features directly from your status bar.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl6xkcz8a74p0ssrechsa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl6xkcz8a74p0ssrechsa.png" alt=" " width="202" height="48"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Visual Feedback: A clear indicator tells you if AI is currently blocked, providing a psychological boundary for your work session.&lt;br&gt;
Focus Mode: Configure dedicated focus sessions that automatically disable AI, allowing you to get into the "flow state" without interruptions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why You Need This
&lt;/h2&gt;

&lt;p&gt;Build True Muscle Memory: Writing code from scratch reinforces syntax and logic understanding.&lt;br&gt;
Improve Problem-Solving: When you are forced to read the error message instead of asking AI to fix it, you actually learn why the error occurred.&lt;br&gt;
Reclaim Deep Work: Eliminate the context-switching caused by evaluating AI suggestions every 30 seconds.&lt;/p&gt;

&lt;p&gt;Install it here: [&lt;a href="https://marketplace.visualstudio.com/items?itemName=MohamedSaiedd.ai-detox" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=MohamedSaiedd.ai-detox&lt;/a&gt;]&lt;br&gt;
Check out the code: &lt;a href="https://github.com/mohamedsaiedd/ai-detox" rel="noopener noreferrer"&gt;https://github.com/mohamedsaiedd/ai-detox&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let’s stop fragmented coding and get back to engineering.&lt;br&gt;
I realized that willpower isn't enough to break the dopamine loop of instant code generation. So, I built a tool to enforce discipline.&lt;br&gt;
Introducing AI-Detox for VS Code and Cursor. It's a simple, one-click extension that disables AI features so you can get back to true deep work and sharpen your manual coding skills.&lt;/p&gt;

</description>
      <category>extensions</category>
      <category>ai</category>
      <category>programming</category>
      <category>webdev</category>
    </item>
    <item>
      <title>The IDE Dopamine Loop: How AI Agents Fragment Focus and Why You Need a Friday Detox.</title>
      <dc:creator>Mohamed Saied</dc:creator>
      <pubDate>Mon, 02 Mar 2026 03:12:47 +0000</pubDate>
      <link>https://forem.com/mohamed_saied_dev/the-ide-dopamine-loop-how-ai-agents-fragment-focus-and-why-you-need-a-friday-detox-12ag</link>
      <guid>https://forem.com/mohamed_saied_dev/the-ide-dopamine-loop-how-ai-agents-fragment-focus-and-why-you-need-a-friday-detox-12ag</guid>
      <description>&lt;h2&gt;
  
  
  The Productivity Illusion Nobody Is Talking About
&lt;/h2&gt;

&lt;p&gt;You ship more code than ever. Your bug count is down, your PR frequency is up. So why do you feel hollowed out by Thursday afternoon?&lt;br&gt;
The answer is happening at the neurological level, inside the tool you spend eight hours a day staring at. Your AI-powered IDE has quietly rewired your brain - and the cost won't show up in your sprint velocity. It'll show up in your capacity for hard thinking, which is the one thing no AI can replace.&lt;/p&gt;




&lt;h2&gt;
  
  
  1. The Novelty Trigger: Your Focus Shredder
&lt;/h2&gt;

&lt;p&gt;Psychologists call it the Orienting Response - your brain is hardwired to pause and evaluate anything new in your visual field. It's an ancient survival mechanism. And your IDE is pulling that trigger every two to three seconds.&lt;br&gt;
Every autocomplete popup, every ghost-text completion, forces a micro-context switch: your brain drops the architectural problem it was holding and pivots to evaluate the suggestion instead. Do this hundreds of times an hour and you enter what researcher Linda Stone called Continuous Partial Attention - permanently scanning, never deep.&lt;br&gt;
Deep architectural thinking requires twenty uninterrupted minutes minimum. Your IDE is offering a surprise every five seconds. The math is not in your favor.&lt;/p&gt;




&lt;h2&gt;
  
  
  2. The Dopamine Trap: "Just One More Prompt"
&lt;/h2&gt;

&lt;p&gt;Dopamine isn't released when you get a reward - it fires in anticipation of an uncertain one. That's why slot machines are more addictive than vending machines. Your AI-powered IDE is a slot machine.&lt;br&gt;
When the autocomplete lands brilliantly, you get a spike. When it misses, your brain sharpens anticipation for the next one. Researchers now call this the Success Trap: the dopamine hit arrives without the cognitive struggle that reward normally requires. You feel productive because the frequency of small wins is high. But your actual depth of understanding is quietly being outsourced.&lt;br&gt;
By Wednesday you're not building software. You're curating suggestions - and enjoying it, right up until a genuinely hard problem arrives and you discover your tolerance for difficulty has been slowly ground away.&lt;/p&gt;




&lt;h2&gt;
  
  
  3. The Auditor's Trap
&lt;/h2&gt;

&lt;p&gt;Here's why Friday feels worse than it did five years ago, even though you've typed less.&lt;br&gt;
Think about reviewing a junior developer's pull request. You have to slow down- you have to question every assumption, check what could go wrong. That kind of reading is exhausting in a way that writing never is. Now imagine doing that every few seconds, all day, all week. That's what AI coding has quietly turned your day into.&lt;br&gt;
When you write code yourself, you're in builder mode - moving forward, following a thread you understand. When the AI writes and you review, you switch to inspector mode. And AI doesn't fail the way a junior dev fails - it writes with total confidence, clean syntax, reasonable-looking logic, then gets the intent subtly wrong. You can't relax. You have to stay sharp for errors that don't look like errors.&lt;br&gt;
By Friday your brain hasn't been building. It's been auditing. And auditing never fully trusts what it sees - which is exactly what makes it so draining.&lt;/p&gt;




&lt;h2&gt;
  
  
  4. The Depth Ceiling
&lt;/h2&gt;

&lt;p&gt;AI is excellent at the obvious stuff - boilerplate, common patterns, problems it has seen a thousand times before. Give it a standard task and it will nail it faster than you ever could.&lt;br&gt;
But the hard problems are different. The architecture no one has built before. The edge case that doesn't fit any pattern. The system that needs to be reasoned about from scratch. That kind of thinking requires time, silence, and sitting with discomfort long enough for a real insight to form.&lt;br&gt;
AI doesn't give you that time. It fills the silence before you've earned the answer. And because the suggestion resolves the immediate tension, you take it. Every time. It feels like progress - and it is, on the surface. But underneath, the harder question never got asked.&lt;br&gt;
If you find yourself scrolling through suggestions the way you scroll through social media - not looking for something specific, just moving - your IDE has quietly stopped being a tool. It's become a way to feel busy without going deep.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Friday Detox
&lt;/h2&gt;

&lt;p&gt;One day a week, close the autocomplete. Disable the agent. Write code the way you did five years ago - from your own understanding, at your own pace.&lt;br&gt;
You'll be slower. That's the point. The slowness is the sensation of cognitive effort returning to places it has been absent. The struggle you feel when the suggestion doesn't appear is the same struggle that produces learning, retention, and the architectural intuition that makes you genuinely irreplaceable.&lt;br&gt;
AI gets better every month. But your brain doesn't work differently because the tool improved. If it never struggles, it never grows.&lt;br&gt;
The tools will keep getting smarter. That doesn't mean you will too.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
