Earlier quoted context omitted.
So if you use Claude via Copilot in Zed... You use Zed's harness, I think? What does Copilot do, at that point?
I believe you are using https://github.com/github/copilot-cli or potentially this https://github.com/github/copilot-language-server-release#ag... via the Agent Client Protocol https://github.com/agentclientprotocol/agent-client-protocol which means you are indeed using Copilot's harness ACP is just a standard that bridges harnesses easily into IDEs, Text Editors, or whatever consumes it (I wrote a TUI that consumes t…
Kimi K2.7 Code is generally available in GitHub Copilot
101–110 of 201 posts
Re: Kimi K2.7 Code is generally available in GitHub Copilot
#102I am a huge fan of Copilot CLI. It just feels so logical and low-friction to use compared to Claude Code. Having the ability to juggle various models at will is really nice too. ("Plan this using Opus 4.6, let GPT 5.4 verify the plan and give feedback before implementing with Sonnet 4.6"). Unfortunately the June pricing change for Copilot forced me personally as well as my entire department at work to switch to Claud…
> they should have waited until the competition changed their prices first. They did... They're literally just passing on the costs https://platform.claude.com/docs/en/about-claude/pricing Anthropic just provides a subscription - which Enterprise usually doesn't want you to use because everything you're submitting through that will be trained on / becomes part of their model. So If you use it without explicit permiss…
If you use Claude via API in your own app, you're paying full price.
If you have an "API Plan" for Claude Code (i.e., free), you're paying full price.
If you have a Pro, Max, Max 5x, or Max 20x, your tokens are subsidized up until a rate limit. Then you pay full price for usage thereafter, until the end of the billing cycle.
The widespread belief in industry right now is that the per-seat pricing (which Copilot bailed from first) is going to go away in the near-term.
Re: Kimi K2.7 Code is generally available in GitHub Copilot
#103Earlier quoted context omitted.
I am curious if you implicitly assumed they are Macs or if that's what you are looking for specifically?
I assumed the 27B dense model would be preferable to a MoE model, and that it wouldn’t fit into a consumer graphics card, which leaves the Macs. Then I assumed for cost and battery/heat reasons that a Mini would be better than a laptop.
Re: Kimi K2.7 Code is generally available in GitHub Copilot
#104I am a huge fan of Copilot CLI. It just feels so logical and low-friction to use compared to Claude Code. Having the ability to juggle various models at will is really nice too. ("Plan this using Opus 4.6, let GPT 5.4 verify the plan and give feedback before implementing with Sonnet 4.6"). Unfortunately the June pricing change for Copilot forced me personally as well as my entire department at work to switch to Claud…
pleasantly surprised, claude's way ahead in tooling but the ability to designate what model your subagents use and having access to all models is a better feature than all of what claude offers combine atm.
The only limit on the amount of ai can consume in a month a work is dollars, so anything that helps with cost is the best model/harness for me.
It also did a better job at smart designating subagents itself where as claude often used higher cost models.
Re: Kimi K2.7 Code is generally available in GitHub Copilot
#105Earlier quoted context omitted.
I never got into any of the AI models because it was clear local first was going to be more valueable, if they were to replace coding tasks. I tried out a few models and ended up going with either Qwen3-Coder-Next (no think, just do) and Qwen3.6-35B (thinking, w/llamacpp token budget). Created a customized prompt that works fairly well to around ~60k tokens and then is a toss up on whether it's poisoned itself or I'v…
We live in a non-deterministic world. Anything "deterministic" in it is a castle built on quicksand. LLMs are, as far as the nastiness of the Real World goes, really fucking benign. Future models outperform past models, both in open weight land and at the big frontier labs. Performance per $ only ever goes up. That's just nice.
#2 is not fine; that non-determinism you do not control, have no insight into, etc.
I'm saying sure, give me #1 if it means I can build a harness around it and smooth over the edges. But I'm not taking #1 and #2. There's zero reasonable way to manae two non-deterministic systems.
Re: Kimi K2.7 Code is generally available in GitHub Copilot
#106Earlier quoted context omitted.
Qwen is the Alibaba distilled Anthropic Claude model So piracy on an by piracy trained ai model..
Piracy? Lol. Alibaba didn't steal Opus weights, they used opus output to train their model. If this is piracy, then so is reverse engineering efforts powering a bunch of Linux drivers.
Also, yeah, they already stole their copyrighted works, so a thief from a thief is still...theives?
Re: Kimi K2.7 Code is generally available in GitHub Copilot
#107Earlier quoted context omitted.
The price hike was insane. My $dayjob is moving away from Copilot and into Claude Code subscriptions. In parallel we are testing AWS bedrock and Deepinfra for open weight models in preparation for when CC inevitably stops being such a good deal and aligns with actual token cost. Fun times.
I had to do the same. I expect everything will go token pricing, and at that point a LOT of small/mid businesses will drastically change how they use code. I've swapped to the 20x Claude plan for a month or two to knock out two ideas I need to get it MVP - expecting Claude to go token priced soon.
Re: Kimi K2.7 Code is generally available in GitHub Copilot
#108Finally an alternative to the big dogs that a company can use. People have been asking for a way to run the Chinese models from a trusted provider. Here GitHub delivered! The performance, if we trust the benchmarks, put it at Sonnet 4.6. Let’s see if it’s worth it with GitHubs pricing.
> The performance, if we trust the benchmarks, put it at Sonnet 4.6. I don't trust these benchmarks. I used a number of times Kimi K2.7 and I was disappointed. It would run in circles for things that Claude would do in one shot. However, my usage was via Ollama cloud, and I have no idea if they serve the actual model or a quantized version, and it was the quantization that degraded the performance. The great news, in…
Re: Kimi K2.7 Code is generally available in GitHub Copilot
#109Earlier quoted context omitted.
> they should have waited until the competition changed their prices first. They did... They're literally just passing on the costs https://platform.claude.com/docs/en/about-claude/pricing Anthropic just provides a subscription - which Enterprise usually doesn't want you to use because everything you're submitting through that will be trained on / becomes part of their model. So If you use it without explicit permiss…
It's a little more complicated than that, unfortunately. If you use Claude via API in your own app, you're paying full price. If you have an "API Plan" for Claude Code (i.e., free), you're paying full price. If you have a Pro, Max, Max 5x, or Max 20x, your tokens are subsidized up until a rate limit. Then you pay full price for usage thereafter, until the end of the billing cycle. The widespread belief in industry ri…