If you opened Windsurf after June 2, 2026, you weren't using Windsurf anymore. The editor silently updated itself into Devin Desktop, and on July 1, 2026, Cascade — the local agent that defined Windsurf — reached end-of-life. Scripts, CI pipelines, and workflows that invoked Cascade stopped working past that hard deadline unless repointed to its replacement, Devin Local. For one of the most popular AI IDEs of the past two years, that's a remarkable way to disappear.
What actually happened
The short version of a long acquisition saga: in 2025–2026 the AI IDE market consolidated hard — Google acqui-hired Windsurf's founders in a deal reported at $2.4 billion, Cognition (the company behind the Devin cloud agent) acquired the rest of Windsurf for a reported $250 million, and weeks later SpaceX bought Cursor's maker Anysphere for $60 billion. On June 2, 2026, Cognition shipped Devin Desktop as an over-the-air update — same accounts, same keybindings, new product. Cascade was retired a month later, replaced by Devin Local, a Rust rewrite that Cognition says is about 30% more token-efficient and supports parallel subagents.
To be fair to Cognition: Devin Desktop is a real product, still $20/month, and it adopted the open Agent Client Protocol so third-party agents (Codex, Claude Agent, Gemini CLI) can run inside it. Users weren't abandoned. But they also weren't asked. Their daily tool changed identity, behavior, and agent underneath them — because the company that owned it changed hands.
The real lesson: tool risk is now part of your stack
Developers already think about vendor lock-in for databases and clouds. 2026 made it clear the same thinking applies to your editor. When an AI IDE is closed-source and its agent runs on the vendor's infrastructure, three risks stack up:
- Acquisition risk. Windsurf is the proof: your tool can be bought, rebranded, and rebuilt in weeks.
- Pricing risk. Cursor's June 2026 shift from unlimited agent use to a monthly credit allowance showed how quickly the economics of a bundled-inference tool can change under heavy agentic use.
- Shutdown risk. A cloud-dependent agent stops existing the day the vendor turns it off. Cascade users didn't get a vote.
What to look for in your next tool
Whatever you choose — including if you choose Devin Desktop — evaluate it on survivability, not just capability:
- Open code beats closed. If the code is public, users can audit it and the tool is harder to take away. Cortex AI IDE is partially open source today — core components are public on GitHub, with full open-sourcing planned once security review is complete.
- Local agents beat cloud-dependent ones. Cortex's agentic loop runs on your machine; there is no server-side agent to reach end-of-life.
- BYOK beats bundled inference. With your own API keys you pay providers directly at list price — no credit systems, no repricing events. Full cost breakdown in our BYOK pricing guide.
- Open protocols beat proprietary ones. Cortex speaks MCP (Model Context Protocol), now governed by the Linux Foundation — your tool integrations survive tool changes.
Migrating is also a good moment to re-evaluate what an agent should do at all — our breakdown of the plan–act–verify loop covers what separates agents that verify their work from agents that narrate it. And if you're on Windows, the field is smaller than it looks: most survivors of the consolidation are macOS-first. Our guide to choosing an AI IDE for Windows covers the native-vs-Electron question in depth.