✍️Learn AI-Assisted Technical Writing
Learn which parts of writing AI is great at (outline, gap-finding, copyedit) and which it quietly destroys (voice, judgment, taste), then ship a personal protocol that names exactly which steps you delegate and which you guard.
Phase 1What AI Is Actually Good At in Writing
See where AI helps writing and where it strips voice
AI writes the average — and the average sounds like nobody
6 minAI writes the average — and the average sounds like nobody
Outlines are template-shaped — your voice isn't
6 minOutlines are template-shaped — your voice isn't
AI rewrites destroy what AI feedback could have saved
6 minAI rewrites destroy what AI feedback could have saved
The AI prose tells — and your readers already know them
6 minThe AI prose tells — and your readers already know them
Phase 2Running a Real Piece Through the Loop
Run a real piece through outline, gap-find, and copyedit
Three outlines beat one — and AI gives you all three in a minute
6 minThree outlines beat one — and AI gives you all three in a minute
Draft into the friction — your prose, AI silent
7 minDraft into the friction — your prose, AI silent
Gap-find prompts — the one move worth its weight in editors
7 minGap-find prompts — the one move worth its weight in editors
Revise twice — once for gaps, once for what you actually meant
7 minRevise twice — once for gaps, once for what you actually meant
Copyedit narrowly — fix mechanics, leave choices alone
6 minCopyedit narrowly — fix mechanics, leave choices alone
Phase 3Detection, Voice Prompts, and Citation Limits
Handle detection, voice prompts, and where citations break
AI detectors don't work — and chasing them makes your writing worse
7 minAI detectors don't work — and chasing them makes your writing worse
Show your voice, don't describe it — feed AI samples, not adjectives
7 minShow your voice, don't describe it — feed AI samples, not adjectives
AI citations are for finding, not for citing
7 minAI citations are for finding, not for citing
When the topic is delicate, write it yourself or don't write it
7 minWhen the topic is delicate, write it yourself or don't write it
Phase 4Building Your Personal Writing Protocol
Write your own protocol for what AI does and doesn't
Ship your AI writing protocol
18 minShip your AI writing protocol
Frequently asked questions
- How do I use AI for writing without losing my voice?
- This is covered in the “Learn AI-Assisted Technical Writing” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
- Which parts of writing should I never give to AI?
- This is covered in the “Learn AI-Assisted Technical Writing” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
- Why does AI-edited writing all start to sound the same?
- This is covered in the “Learn AI-Assisted Technical Writing” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
- How do I get AI to find gaps in my draft instead of rewriting it?
- This is covered in the “Learn AI-Assisted Technical Writing” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
- Can AI detectors actually tell if I used ChatGPT to edit my work?
- This is covered in the “Learn AI-Assisted Technical Writing” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
Related paths
🎹Learn Diatonic Chords in a Major Key
Go from guessing which chords 'sound right together' to knowing exactly why. Build the seven diatonic chords from any major scale, read the pattern that makes every pop song work, and write an 8-bar section of your own.
🐍Python Decorators Introduction
Build one mental model for Python decorators that covers closures, argument passing, functools.wraps, and stacking — then ship a working caching or logging decorator from scratch in under 30 lines.
🦀Rust Lifetimes Explained
Stop reading `'a` as line noise and start reading it as scope arithmetic — one failing snippet at a time — until you can thread lifetimes through a small parser or iterator adapter without fighting the borrow checker.
📈Big O Intuition
Stop treating Big O as math you memorized for an interview — build the intuition to spot O(n²) disasters, pick the right data structure without thinking, and rewrite a slow function from O(n²) to O(n) in under five minutes.