The Coming Loop(lucumr.pocoo.org)
399 points by ingve 1 day ago | 276 comments
tl;dr: Developers are increasingly building "harness loops" around coding agents—outer loops that queue work, judge results, and re-prompt models until tasks complete without human intervention. The author argues this works well for ephemeral tasks like porting, benchmarking, and security scanning, but produces overly defensive, hard-to-understand code when used for long-lived codebases, creating systems treated more like organisms than deterministic machines. Opting out may not be viable due to competitive and security pressures, so the real question is how to preserve human judgment, code legibility, and engineering standards in a loop-driven future.
HN Discussion:
  • Clear specifications and human thinking time remain the real bottleneck, not agent loops
  • LLMs produce defensive, taste-lacking code unsuitable for codebases we care about
  • Reliance on AI is degrading human understanding and communication around code
  • Only delegate well-specified, repeatable tasks; keep judgment-heavy work human
  • The article is vague techno-babble mystifying what is just AI writing code