Death of the IDE?

(addyo.substack.com)

8 points | by ingve 1 hour ago

2 comments

  • svessi 1 hour ago
    The core of what we were doing (Writing code) dictated the core of our tool kit (IDE).

    Now that we're not writing code anymore it's very exciting to see how this unfolds in the tool kit.

    Before you bury me for that "Not writing code anymore" statement my current workflow is literally just talking to Claude via Wispr Flow (mic) whether it's describing what we need to implement or reviewing what Claude Code implemented.

    Still building? Yes - Still writing? No

  • skydhash 1 hour ago
    > Historically, IDEs optimized for a tight inner loop: open files → edit → build → debug → repeat. The “death” argument is that this loop is no longer the dominant unit of productivity once agents can execute most of it autonomously.

    And the argument is rendered moot because this loop was never considered the unit of productivity. There was always a whole planning and design phase that was conducted before this one. And for some tasks, it was not a loop, just the sequence edit → build sequence.

    The article seems like written by someone who has never used an IDE professionally, just watch someone using it for 20 seconds through a window.