I Spent a Week Debugging Without Google, Stack Overflow, or AI — What Changed Wasn’t My Speed

After watching a veteran programmer debug a nasty issue without searching for a ready-made answer, I decided to copy his workflow for seven days. Google stayed closed, Stack Overflow was off limits, AI coding tools were disabled. Documentation, source code, logs, debuggers and man pages were still allowed.
The week was slower than expected. It was also much more useful than expected.
Two bugs in particular changed the way I think about debugging: a TCP problem that looked like broken JSON and an asyncio problem that looked like random network freezes.

