The bottleneck was never the code

· coding · Source ↗

TLDR

  • Coding agents shift the velocity constraint from writing code to producing precise specs and maintaining shared organizational context.

Key Takeaways

  • The .txt team used Codex to implement a structured-generation experiment in hours that had sat on the roadmap for a year, illustrating the new implementation floor.
  • Brooks and Weinberg both identified coordination, not coding, as the hard part; agents make this visible by collapsing the cost of the residue.
  • Jevons effect in practice: cheaper code means more features attempted, not fewer, multiplying the focus and prioritization burden on management.
  • Agents cannot do osmosis – whatever context is not written down and packed into the prompt is invisible to them, producing plausible answers to slightly wrong questions.
  • .txt is building context-producing agents that crawl PRs, issues, commit messages, and design docs to externalize the implicit decisions humans accrete informally.

Hacker News Comment Review

  • Veteran engineers broadly agree the organizational diagnosis is correct, but several note it is ironic coming from a community that historically resisted spec work, ceremonies, and documentation as flow-state killers.
  • A sharp thread questions whether “more code faster” is even the right goal: code is a liability, and agents that accelerate output also accelerate accumulated maintenance burden without changing the underlying liability math.
  • Commenters flag a real definitional error: the article labels Jevons Paradox as “when something gets cheaper, you use more of it,” but the actual paradox is about efficiency gains increasing total resource consumption, not simple price elasticity.

Notable Comments

  • @jmilloy: frames code as a liability, not an asset – agents producing more code faster means “producing more liability faster,” which the excitement often ignores.
  • @Antibabelic: challenges the premise directly: projects where management intent is the only hard part are a narrow slice, not the general case.

Original | Discuss on HN