Dev reads 40k words of AI output daily, shares 5-step workflow to cut it down
Wise-Reflection-3701 · reddit · 2026-09-05
A 7-year developer realized Claude Code had him reading 12k lines (40k words) of AI output per day — a novel's worth — and shares his 5-step fix:
- Make the model write less: a CLAUDE.md/AGENTS.md block mandating a strict report format (changes, non-changes, decisions needed; no recaps; 150-word cap) cut his daily volume by 1/3.
- Compress what he didn't control: a fixed prompt that squashes any long spec into a 30-second read while preserving identifiers and error messages.
- Read diffs in order: file list first, deleted lines before added (models delete what they don't understand), then hardcoded values, new deps, network calls, and test assertions.
- Listen instead of read: uses macOS Spoken Content to hear specs while testing branches; he built a small tool (Kairo) for this.
- Clean before pasting: rewrites AI text into plain first-person messages and edits a few words before anything leaves his machine under his name.
More from coding & agent
- HKUDS open-sources Vibe-Trading, a personal trading agent for backtests, hits 32.5k GitHub stars — tom_doerr · 2026-09-05
- 106 MCP servers measured: tool-schema context cost spans 1,700x, GitHub's official server eats 27% of a 200K window — aksh_stocks · 2026-09-05
- Agent builds a rocket in Blender via computer use in under 2 minutes for under $0.30 — cneuralnetwork · 2026-09-05
- Authority as a first-class primitive: why agents need portable, verifiable permission objects — DogInteresting8548 · 2026-09-05
- Codex usage telemetry gotchas: keep explicit zeros, as OpenBench adapter nulls cache_write_input_tokens — Due_Emu_8229 · 2026-09-05
- If your agent can pay automatically, it can get scammed: GateKeep402 guards x402 wallets — Wild_Expression_5772 · 2026-09-05