I Stopped Writing for a Year Because of AI. Here's What I Learned.
I used to write poems that got published in school. My parents compared me to Chimamanda Adichie. Writing wasn't just easy for me: it was the thing. The one skill that felt like breathing.
Then I discovered code, and technical writing became my bridge between two worlds. I wrote about async functions, supervised learning, JavaScript quirks. My articles hit 40,000 reads. Got featured on Dev.to's top 7. One piece climbed so high I had to screenshot the stats because I couldn't believe them.
Then ChatGPT launched, and I stopped writing entirely.
The Slow Fade
It started in 2024. Not a dramatic stop, just... hesitation. I'd open a blank document and think: "Why explain Promise.all() when GPT-4 can do it in 3 seconds?"
By February 2025, I'd published two articles. Then nothing. A "short pause" turned into 12 months of silence.
The excuses piled up:
- "AI explains everything better anyway"
- "YouTube is where the audience is now"
- "I should pivot to machine learning instead of just frontend"
- "Nobody reads anymore"
All technically true. All completely missing the point.
What I Actually Lost
Here's what a year without writing taught me:
1. AI Doesn't Replace Your Voice
ChatGPT can explain closures. It cannot explain closures the way you would, with the specific metaphor that clicks for your audience, shaped by your failures and breakthroughs.
46% of developers don't trust AI-generated code outputs. You know what they do trust? A tutorial written by someone who actually shipped the feature, debugged the weird edge case, and can tell you which Stack Overflow answer is outdated.
2. Writing Isn't Just Information Transfer
I thought technical writing was about explaining concepts. It's not. It's about:
- Filtering 47 ways to do something down to the 2 that actually matter
- Admitting when you're still figuring it out
- Creating the doc you wish existed when you were stuck at 2am
AI can summarise documentation. It cannot write the documentation that needs to exist.
3. The Format Doesn't Matter as Much as You Think
I convinced myself I needed to switch to video because "that's where the audience is." But here's the thing: I'm smoother with a keyboard than a camera. Fighting my natural medium wasn't strategic, it was self-sabotage.
Some devs learn from videos. Others (like me) want to skim code blocks at 3am without headphones. Both formats matter. Pick the one that doesn't feel like pulling teeth.
Why Technical Writing Still Matters in 2026
The AI integration paradox: tools got better at generating docs, which made good docs more valuable, not less.
Here's what changed:
- Companies need structured, AI-readable content (CCMS, schema markup, proper metadata)
- Someone has to validate that AI outputs aren't hallucinating deprecated APIs
- Complex architecture decisions still need human context that LLMs skip
- Answer engines scrape from somewhere: that somewhere is well-written technical content
You're not competing with AI. You're writing for and with AI, using it for first drafts while you focus on accuracy, architecture, and the stuff that actually requires taste.
What I'm Doing Differently
This morning (22nd February 2026, 7:50am, if we're being specific), I decided to just write. No grand plan. No pivot to ML content. No YouTube strategy.
Just this: the thing I'm good at, the thing that used to feel like breathing.
Here's my new approach:
- Use AI for outlines and first drafts, then rewrite in my voice
- Write about frontend and JavaScript (my actual expertise) instead of chasing trends
- Ship articles even when they're not perfect
- Stop optimising for an imaginary future where video is mandatory
If you're like me, stuck between "AI does everything" and "I should pivot to [whatever feels harder]", here's my advice:
Just write.
Not because technical writing is safe from disruption. It's not. But because your specific combination of experience, failures, and the way you explain things? That's not getting automated.
The devs who read your 40k-view article didn't just want information. They wanted your information, explained your way, at your level of honesty about what actually works.
That's still valuable. That's still needed. And if you've been stalling like I did, I promise: the blank page is less scary than another year of wondering what you could've built.
Now if you'll excuse me, I have about 12 months of articles to catch up on.
What made you stop (or start) writing technical content? Drop it in the comments. Genuinely curious if I'm the only one who spiralled this hard over ChatGPT.