I really dislike these AI middleman plans. The value-add that Microsoft brings to Github Copilot is near zero compared to directly buying from Anthropic or OpenAI, where 99% of the value is being delivered from. I don't understand why anyone would want to deal with Microsoft as a vendor if they don't have to. The short period of discounted usage was always the obvious rug pull.
Changes to GitHub Copilot individual plans
151–160 of 241 posts
Re: Changes to GitHub Copilot individual plans
#152I have a GitHub Pro subscription, renewed for the 2nd year, and I just found out I can no longer use Opus with it. Opus was one of the reasons I had a subscription in the first place. Opus 4.6 had a 3x multiplier in Pro. Now the new Opus 4.7 model has 7.5x in Pro+, which offers 5x more requests, but costs 4x more than Pro. So now Opus is essentially 2x the price it used to be. It’s likely that Sonnet 4.7 will be the…
Reading the comments here drives home an industry wide problem with these tools: people are just using the latest and most expensive models because they can , and because they’re cargo-culting. This is perhaps the first time that software has had this kind of problem, and coders are not exactly demonstrating great discretionary decision making. I’ve been using Anthropic models exclusively for the last month on a larg…
Re: Changes to GitHub Copilot individual plans
#153Earlier quoted context omitted.
> I don't understand why anyone would want to deal with Microsoft as a vendor if they don't have to. It can bill to our Azure sub and I don't have to go through the internal bureaucracy of purchasing a new product/service from a new vendor.
Bingo. Github Copilot is mostly for organizations that have an existing Azure bill and would rather see that go up then get a new vendor bill. Professional middlemen.
Re: Changes to GitHub Copilot individual plans
#154I really dislike these AI middleman plans. The value-add that Microsoft brings to Github Copilot is near zero compared to directly buying from Anthropic or OpenAI, where 99% of the value is being delivered from. I don't understand why anyone would want to deal with Microsoft as a vendor if they don't have to. The short period of discounted usage was always the obvious rug pull.
Re: Changes to GitHub Copilot individual plans
#155Earlier quoted context omitted.
Just use claude code directly with a pro plan instead of copilot for roughly the same cost. On wait, nevermind. https://news.ycombinator.com/item?id=47855565
> Just use claude code directly with a pro plan Usage limits are/were higher in Copilot. They also charge per prompt, not per token.
It is basically a token based pricing, but you get alos a limitation of prompts (you can't just randomly ask questions to models, you have to optimize to make them do the most work for e.g. hour(s) without you replying - or ask them to use the question tool).
Re: Changes to GitHub Copilot individual plans
#156I really dislike these AI middleman plans. The value-add that Microsoft brings to Github Copilot is near zero compared to directly buying from Anthropic or OpenAI, where 99% of the value is being delivered from. I don't understand why anyone would want to deal with Microsoft as a vendor if they don't have to. The short period of discounted usage was always the obvious rug pull.
Some Opus models were free on Copilot, and in my country you cannot attach a repo to Gemini, that is limited to their premium offerings.
Re: Changes to GitHub Copilot individual plans
#157Re: Changes to GitHub Copilot individual plans
#158Earlier quoted context omitted.
Reading the comments here drives home an industry wide problem with these tools: people are just using the latest and most expensive models because they can , and because they’re cargo-culting. This is perhaps the first time that software has had this kind of problem, and coders are not exactly demonstrating great discretionary decision making. I’ve been using Anthropic models exclusively for the last month on a larg…
I think the reason is two fold: - If you pay for unlimited trips will you choose the Ferrari or the old VW? Both are waiting outside your door, ready to go. - Providers that let you choose models don't really price much difference between lower class models. On my grandfathered Cursor plan I pay 1x request to use Composer 2 or 2x request to use Opus 4.6. Until the price is more differentiated so people can say "ok ye…
Obviously we’re a long way away from being able to rationally evaluate whether the value of X tokens in model Y is better than model Z, let alone better in terms of developer cost, but that’s kind of where we need to get to, otherwise the model providers are selling magic beans rated in ineffable units of magicalness. The only rational behavior in such a world is to gorge yourself.
Re: Changes to GitHub Copilot individual plans
#159Earlier quoted context omitted.
Copilot is pretty unique in that they were only measuring requests, and that model is just broken for agentic systems.
CC wasn't per-token either? Nor is Codex? From my simple checks - and from Microsoft's own blog - per token pricing isn't going to be realistic for agentic coding either.
Re: Changes to GitHub Copilot individual plans
#160> it’s now common for a handful of requests to incur costs that exceed the plan price Pricing per turn/request was/is an idiotic model and I'm glad they are paying for it. It just forces you into a workflow just to work around business model. Heck the best laugh would be to create a plan outside vscode with interactive CC/Codex then copy paste into GH copilot to do a single session burn of few M tokens. Again ridicul…