Developers are attached to tools because tools encode trust(stackoverflow.blog)
216 points by HieronymusBosch 4 days ago | 119 comments
tl;dr: Developers build deep trust in tools like Vim, Emacs, and IDEs through predictability and muscle memory, but agentic AI coding tools break this model—Stack Overflow's survey shows usage rising (76%→84%) while trust falls (40%→29%). AI shifts the bottleneck from writing code to reviewing and validating it, exposing flaws in existing SDLC processes that new tooling alone can't fix. Rebuilding trust requires explicit human ownership (not "human-in-the-loop"), better context/memory systems for agents, enforcing DRY principles, and knowing when deterministic code beats non-deterministic LLMs.
HN Discussion:
  • Trust erosion from unpredictable tools predates AI, going back to automatic updates and changing environments
  • AI agents mirror the frustration of uncontrollable tools, reinforcing the need for predictability
  • Article is too abstract/rambly and lacks actionable hands-on solutions for real tooling problems
  • Stack Overflow itself has lost trust, making it hypocritical to publish about trust in tools
  • ~Developer attachment to tools stems from learning speed and investment, not just trust encoding