• Category: Engineering post
  • Status: discussion
  • Sources: antirez, HN 48891184
  • Summary: Salvatore Sanfilippo (antirez) published "Control the Ideas, Not the Code," arguing that reading thousands of lines of model-generated code daily is inefficient and that engineers should own architecture, data structures, and QA instead. He proposes replacing line-by-line review with a maintained DESIGN.md that states data structures and implementation strategy, and says he leans on strong models for error detection in Redis work rather than manual review. He cites implementing inference for DeepSeek v4 and GLM 5.2 in his DwarfStar project as evidence that subtle implementation errors are common.
  • Why it matters: A prominent systems author sets out a concrete workflow for keeping human control at the design level as coding agents write more of the code.

Send feedback on this story