Zed's Pricing Has Changed: LLM Usage Is Now Token-Based
1–10 of 205 posts
Re: Zed's Pricing Has Changed: LLM Usage Is Now Token-Based
#2Re: Zed's Pricing Has Changed: LLM Usage Is Now Token-Based
#3Re: Zed's Pricing Has Changed: LLM Usage Is Now Token-Based
#4Entirely predictable and what should've been done from the start instead of this bait-and-switch mere months after introducing agentic editing.
Re: Zed's Pricing Has Changed: LLM Usage Is Now Token-Based
#5Re: Zed's Pricing Has Changed: LLM Usage Is Now Token-Based
#6Entirely predictable and what should've been done from the start instead of this bait-and-switch mere months after introducing agentic editing.
is this effectively what Cursor did as well? I seem to remember some major pricing change of their in the past few months.
Re: Zed's Pricing Has Changed: LLM Usage Is Now Token-Based
#7Usage pricing on something like aws is pretty easy to figure out. You know what you're going to use, so you just do some simple arithmetic and you've got a pretty accurate idea. Even with serverless it's pretty easy. Tokens are so much harder, especially when using it in a development setting. It's so hard to have any reasonable forecast about how a team will use it, and how many tokens will be consumed.
I'm starting to track my usage with a bit of a breakdown in the hope that I'll find a somewhat reliable trend.
I suspect this is going to be one of the next big areas in cloud FinOps.
Re: Zed's Pricing Has Changed: LLM Usage Is Now Token-Based
#8Now I see little value in subscribing to Zed Pro compared to just bringing my own API key. Am I missing something?
Though from everything I've read online, Zed's edit prediction model is far, _far_ behind that of Cursor.
Re: Zed's Pricing Has Changed: LLM Usage Is Now Token-Based
#9Now I see little value in subscribing to Zed Pro compared to just bringing my own API key. Am I missing something?
I'm a big fan of Zed but tbf I'm just using Claude Code + Nvim nowadays. Zed's problem with their Claude integration is that it will never be as good as just using the latest from Claude Code.
Re: Zed's Pricing Has Changed: LLM Usage Is Now Token-Based
#10Token based pricing generally makes a lot of sense for companies like Zed, but it sure does suck for forecasting spend. Usage pricing on something like aws is pretty easy to figure out. You know what you're going to use, so you just do some simple arithmetic and you've got a pretty accurate idea. Even with serverless it's pretty easy. Tokens are so much harder, especially when using it in a development setting. It's…