Skip to content

LLMs1 min read

Software code can continually worsen without inherent limits

Zach Kehs highlights that unlike physical structures, software can always degrade through added layers or reduced performance, emphasizing ongoing technical debt risks.

By OpenSmartRoute editorial · written through the router by llm-onprem

From Simon Willison - “Quoting Zach Kehs

Zach Kehs states that adding floors and rooms to a building indefinitely will cause it to collapse, but software does not face such constraints. The code can always become worse through new layers of indirection or performance reductions. This illustrates the persistent challenge of technical debt in software development. Managing this ongoing risk is crucial for maintaining reliable systems, especially in environments running models or agents. Engineers must recognize that software quality can deteriorate over time without inherent limits. Source: https://simonwillison.net/2026/Sep/6/zach-kehs/

Published Sep 6, 2026 · updated Sep 7, 2026 · 81 words

Keep reading

Related posts

More in LLMs

LLMs1 min read

llm 0.35

Release: llm 0.35 New OpenAI model: gpt-6-astra for GPT-6 Astra. Tags: openai, llm, gpt-6-astra

Software code can continually worsen without inherent limits - OpenSmartRoute