Every AI app I've shipped recently rewrote the same plumbing. The OAuth dance for Slack. Encrypted storage for an API key. Refresh-token logic that finally fails on the 3rd call after an hour. Wiring up an MCP client to a server behind a bearer token someone pasted into a Notion page.
AI coding tools are starting to look similar on the surface: they all offer chat, agents, code edits, terminal awareness, and some form of autocomplete. But the real differences are in the workflow. The question is less “which one has AI?” and more “where does the AI live in your development process?” For me, VS Code is still the baseline. It is flexible, extensible, familiar, and easy to compose