I'm going back to writing code by hand
Summary
An introspective post about AI-assisted coding, using k10s as a case study. It argues that AI tends to generate features instead of architecture, creates a god object, and invites data race risks when background tasks mutate UI state. It proposes architecture-centric design, concrete interfaces, ownership rules, and CLAUDE.md guidance to enforce discipline. It also shares plans to rewrite the tool in Rust and do the design work by hand first to avoid future collapse.