ATRIUMsearch → argument graph
MechanismArticle · 46:03 — 47:30

Conceptual integrity — the quality where well-designed software has no surprises, covers exactly the right domain, and everything fits together — is much harder to maintain with coding agents because features are added so cheaply.

Referencing The Mythical Man-Month, Simon explains that conceptual integrity — coherence and fit in software design — erodes with agents because the low cost of generating features leads to uncontrolled, incoherent growth. ✦ AI generated

Simon Willison · Simon Willison's Weblog · 2026-08-19 · original ↗

There's a concept in The Mythical Man-Month — conceptual integrity — where well-designed software has an integrity to it: there are no surprises in it, it covers exactly the right domain of things, everything fits together and makes sense. That's so much harder with coding agents, where you can have an idea for a feature, run a prompt, and five minutes later you've got the feature. Your software grows little weird bumps in funny different directions.

Read full article ↗excerpt · fair-use quotation

Around this claim