11 Tiny Coding Agent Fixes With a Stupid Amount of Payoff
Cole Medin's 11 easy, agent-agnostic tips to make coding agents more reliable, each backed by a study: write for the agent (specific paths/commands, not human prose); your instruction files rot (1 in 4 repos have stale rules — audit with rules-check-drift); /compact is not worth it (only ~10% of detail survives); put load-bearing rules in hooks (deterministic guarantees, not probabilistic rules); less context is more (keep global rules <200-300 lines); stop liberal sub-agents (39% of a weekly limit went to parallel sessions); don't escalate mid-task (write a handoff doc and burn the conversation); skip the coordinator/team-lead (delegation beats agent-teams); never let the writer approve its own work; you can over-revise (85% had an earlier iteration better than the last); and treat validation as a system planned before code.























