Escape the attention economy. Reclaim your focus.

I Stopped Using ChatGPT for a Month. Did I Get Dumber?

A software engineer's experiment in cognitive independence. Measuring speed, creativity, and anxiety without AI assistance.

·10 min read
AIChatGPTCognitionProductivity

The Dependency

I realized I had a problem when I opened ChatGPT to write a birthday card. Not a work email. A birthday card. For my mother.

I'd been using AI for:

  • Code reviews
  • Email drafts
  • Meeting summaries
  • Creative writing
  • Even deciding what to cook

The tool that was supposed to save time had become a cognitive crutch.

The Experiment

Duration: 30 days Rules: No ChatGPT, no Claude, no Copilot. Stack Overflow and documentation allowed.

Week 1: The Slowdown

Coding

Before: Write prompt → Get solution → Tweak → Done (10 minutes) After: Read docs → Try solution → Debug → Try again → Done (45 minutes)

I felt stupid. I felt slow. I felt like I was falling behind my AI-assisted colleagues.

Writing

Before: Outline with AI → Fill in gaps → Edit (20 minutes) After: Stare at blank page → Write garbage → Rewrite → Acceptable (90 minutes)

Week 2: The Return

Something unexpected happened around Day 10. I started remembering syntax I'd forgotten. I started seeing patterns in code that AI had been hiding behind its confident answers.

I wrote a function to parse JSON. It took an hour. It had three bugs. I fixed them myself. I remembered that function three weeks later.

When I used AI, I remembered nothing. The solution appeared, I used it, I forgot it.

Week 3: The Creativity

Without AI, I had to think of solutions myself. Some were worse than AI's. Some were better.

I solved a caching problem by using a data structure I'd learned in college and never used since. AI would have suggested Redis. My solution was simpler, required no new infrastructure, and worked better for our scale.

Week 4: The Decision

I went back to AI, but with rules:

Task AI Allowed? Why
Boilerplate code Yes Boring, error-prone
Novel problems No I need to think
Documentation Yes Faster to verify
Architecture decisions No I need to own the trade-offs
Creative writing No I want my voice

Measurements

Metric With AI Without AI Difference
Tasks completed/day 8 5 -37%
Bugs introduced 2 1 -50%
Solutions remembered (1 month) 10% 70% +60%
Creative satisfaction 3/10 7/10 +4
Anxiety about "falling behind" High Low Reversed

The Real Cost of AI

It's not that AI makes you dumber. It's that AI makes you think you're thinking, when you're actually just selecting.

The best use of AI isn't replacement. It's amplification. But you can't amplify zero.

What I Do Now

I write the first draft. Then I ask AI to critique it. I own the thinking. AI owns the formatting.

> "AI is a bicycle for the mind. But you still have to pedal." — Adapted from Steve Jobs

This story was published in Unplugr Stories.

← Back to Stories