In January, I made a bet with myself:
No Copilot. No ChatGPT. No Claude. No AI-assisted anything for 30 days.
Not because I think AI is bad. I'm not that person.
But I noticed something creeping in — I was shipping code I couldn't fully explain. PRs went up faster, but when a colleague asked "why did you do it this way?" I'd pause. ðŸ«
The answer was always some version of:
"The AI suggested it. It worked."
That scared me more than any "AI will replace developers" headline ever could.
📋 Week 1:
🔥 Week 1: The Withdrawal Is Real
I felt like I was coding with one hand tied behind my back.
Everything took longer. I Googled things I hadn't Googled in months. I read docs. Actual docs. MDN became my best friend again.
But here's the thing — I understood what I was writing. Every line had a reason I could articulate.
I wasn't faster. But I was intentional. And that felt... different.
📋 Week 2:
💀 Week 2: The Uncomfortable Truth
I realized I had been outsourcing my thinking, not just my typing.
There's a terrifying difference between:
- 🧠"I don't remember this syntax"
- 💀 "I never understood this concept"
AI had been covering for both. When you lose the crutch, you find out which one you're dealing with.
For me? It was embarrassingly the second one in more places than I'd like to admit. Async patterns I thought I knew? I was just prompting my way through them. I went back and actually learned them.
That was humbling.
📋 Week 3:
✨ Week 3: The Craft Comes Back
Something weird happened.
I started enjoying code again. 🎉
The puzzle-solving feeling. That moment when the abstraction clicks. I'd been missing it without even knowing.
I also noticed my code reviews got way better. When you write every line yourself, you have opinions about every line. When AI writes half of it, you just... approve it if the tests pass. 😅
📋 Week 4:
🔄 Week 4: I Turned AI Back On (But Different)
I'm not anti-AI. That would be stupid.
But here's what permanently changed for me:
| Rule | Why |
|---|---|
| 🚫 Never use AI for things I'm trying to learn | If I'm exploring a new pattern, I write it by hand first |
| ✅ Use AI for boilerplate I've written 100x | Tests, configs, type defs — muscle memory stuff |
| 🔒 Never accept AI code I can't explain | If a colleague asks, my answer can't be "Copilot wrote it" |
📋 The Real Problem:
🎯 The Real Problem Nobody's Talking About:
Look at what's trending on dev.to right now:
- 😩 Burnout posts getting 200+ reactions
- 😰 "AI will replace us" anxiety posts with 130+ comments
- 🩺 People's bodies literally falling apart from sitting in chairs
Here's my take — and I'll die on this hill:
The industry isn't struggling with AI replacing developers. It's struggling with developers replacing their own judgment with AI's output.
We're not going to lose our jobs to AI.
We're going to lose our skills to AI — slowly, one accepted suggestion at a time — and then wonder why senior engineers can't debug production at 2am anymore. 🕑
The "90% AI-generated code" future? Fine.
But someone still needs to know which 10% matters, and why.
That someone should be you. 👆
📋 Self-Test Quiz:
📊 Quick Self-Test: (Be Honest)
Answer these honestly. I'll go first:
- Can you write a full component/function without AI — right now, no cheating? 🤔
- When was the last time you read official docs instead of asking AI to summarize them? 📖
- Do you understand the code in your last PR — or just trust that it works? 🫣
- If AI tools disappeared tomorrow, would your productivity drop by 10% or 80%? 📉
My honest answers:
- Yes, but slower than I'd like
- Last week (post-experiment). Before that? ...months.
- Now I do. Before January? 😬
- Probably 60%. That number used to be 20%.
📋 Closing / CTA:
💬 I Want to Hear From You
Not the diplomatic answer. The real one.
- Have you noticed your skills getting sharper or softer since AI tools became the default?
- What's the one thing you refuse to let AI do for you?
- If you tried a 30-day AI detox — what do you think you'd discover about yourself?
Drop your honest take below. 👇 No judgment. I literally just admitted I was prompting my way through async patterns for months.
The best conversations happen when we stop pretending we've got it all figured out.
What changed for you? I'm reading every comment. 🫡



Top comments (0)