After the recent change where Microsoft started adding their advertisements into your commit messages in VSCode, I really want to migrate away from it. However, I'm really struggling to find alternatives. Many people were recommending Zed, so I spent time now trying to make it work, and unfortunately, it just doesn't work (I encountered a plethora of problems when trying to run a Jupyter notebook, and in the end I got it to a state where it churns for a long time and then silently fails without an error message)
I just got an email from GitHub that they're increasing the cost for GitHub Copilot and they're making it extremely opaque and unpredictable to see how much it will cost in the future. This is the final nail in the coffin. I'm out. Which products should I look into as an alternative? I want to continue coding in VSCode or in a fork of VSCode.
I just got an email from Anthropic telling me they are deprecating their good model, which actually works well, claude-sonnet-4-5-20250929, and will be forcing all users to use the worse newer model, claude-sonnet-4-6. Okay, fine, I thought. Then I went to their model page to check what is the latest version of that model. They don't list any! The only version they list is "claude-sonnet-4-6", which, according to their own documentation, always refers to the newest version of Claude Sonnet 4.6. This means that the client applications I've built using Sonnet will unpredictably break at random times when the model version changes. I tried contacting Anthropic customer support, but of course they don't have any actual humans, they only have an AI chatbot (chatbot called "Fin", OUTSOURCED from Intercom, which is notoriously bad at making chatbots). Their AI chatbot tells me that if I use the version "claude-sonnet-4-6", it will always refer to the latest model version, so I should instead pin to the specific version, "claude-sonnet-4-6". Those strings are the same. Anthropic's AI chatbot does not seem to comprehend that they are the same strings. I also checked the model listing in their API playground and I checked the docs, and there's absolutely no way to pin a specific version anymore.