01
๐
No-AI First Hour
The first hour of your workday belongs to you. Before any AI, before any Slack, before any meetings โ you write code, think through a problem, or read something difficult. This is your cognitive warm-up. It rebuilds what AI use erodes overnight.
The rule: No AI tools for the first 60 minutes of your workday
02
๐
The Explanation Requirement
Before you accept any AI suggestion, write down why you chose it. Not "it worked." Not "the AI suggested it." A specific technical reason that existed before you opened the AI. This is the practice that separates learning from delegation.
The rule: For every AI suggestion accepted, write one sentence explaining why before you used it
03
๐ง
Debug Before You Ask
When something breaks, spend 20 minutes investigating manually before reaching for AI. Read the error. Trace the stack. Check the docs. The struggle is notๆตช่ดน โ it is the mechanism by which your brain maintains the pattern recognition that makes you a competent debugger.
The rule: 20 minutes of manual debugging before AI assistance
04
๐ฏ
One AI Session Per Feature
For each feature or task, use AI once โ to get unblocked or generate an initial approach. After that single session, you own the implementation. No iterating back to AI for every sub-problem that comes up. One door, then you walk through it alone.
The rule: One AI interaction maximum per distinct task or feature
05
๐ซ
No-AI Fridays
One day per week, no AI for core engineering work. Build something from scratch. Fix a bug without assistance. Review a PR by reading code, not running AI analysis. This is not deprivation โ it is calibration. Your internal reference for what "hard" feels like gets maintained by doing hard things.
The rule: Zero AI-assisted coding every Friday
06
๐
Read Code Before Running It
When AI generates a function or file, read every line before you run it. Not to understand every line perfectly โ to develop a feel for what AI-generated code looks like and to catch obvious errors. AI makes plausible mistakes. Plausible looks correct until it's catastrophically not.
The rule: Read all AI-generated code before execution โ minimum one full pass
07
๐
Learn One Thing Without AI Per Week
Every week, learn one new concept, tool, or technique entirely without AI. Read the documentation. Follow a tutorial manually. Build a small project by copying from examples, not prompting. This maintains the learning loop that AI consumption breaks.
The rule: One manual learning session per week, minimum 60 minutes
08
๐ฃ๏ธ
Explain It Before You Ship It
Before you merge anything AI-assisted, explain it out loud โ to a colleague, a rubber duck, or a voice memo. If you can't explain why the code works the way it does in plain language, you don't own it. The explanation is the ownership.
The rule: Verbal explanation required before merging any AI-assisted change
09
โฐ
Batch AI Queries
Don't keep an AI tab open all day. Collect your questions and use AI in scheduled batches โ once in the morning, once after lunch. Between sessions, do the work manually. Constant AI availability creates cognitive offloading as a reflex, not a choice.
The rule: Maximum two AI sessions per workday, separated by at least 2 hours
10
๐
No AI After 8PM
Stop using AI tools after 8PM. This is not about productivity โ it's about what your brain processes during rest. The brain does significant consolidation work during evening downtime. AI use before bed disrupts the default-mode network processing that underlies intuition and creative problem-solving.
The rule: No AI tools after 8 PM local time