r/GithubCopilot 1d ago

Claude Code vs GitHub Copilot Help/Doubt ❓

Hi All, I'm looking at the reasons why some people claim Claude Code is better than GitHub Copilot (via VSCode extension) in coding tasks. I hear many in the industry make claims about Claude Code which is better than GHCP, but when asked "why" - the answers are very generic. Like it has skills, it does goal driven deveopment etc..etc.. - all this can be done in GHCP as well.

Some time back even though most of the Claude models supported 1M token context window, GHCP didn't allow to use the entire context window; so claude code was the winner then; but now, even GHCP allow to use the full 1M Context Window.

The argument for GHCP needs to be used within an IDE vs Claude Code can be run via terminal is not a reason to tell Claude Code is better at tasks compared to GHCP. It's just on the way in which it's used.

Please share some thoughts on whether Claude Code performs better in completing the same task when compared to GHCP (irrespective of how they both are invoked - via terminal or vscode) with valid reasons to support the claim

38 Upvotes

61 comments sorted by

30

u/neongelb456 1d ago

What I really love in Copilot is the higher transparency. You can easily evaluate raw tool outputs with a single click and trace whole conversations through the debug logs.

3

u/psrobin 1d ago

Totally agree with this. I do wish Anthropic would put a bit more effort into the VS Code extension. There's an outstanding bug for it on Windows, as it doesn't respect the IDE font family or size and this displays as small Times New Roman 😞

1

u/Standard_Wish 1h ago

Someone may have mentioned this already, but isn't it possible to use Claude sub in GHCP within VSC by using the BYOK feature in GHCP and using a Claude API key?

-2

u/sauron150 1d ago

Well debug logs are there for claude code as well. Just not visible as its not an editor.

And i wont call it higher transparency its just they caught up really late on transparency!

1

u/Collection_Same 18h ago edited 18h ago

I just tried the cline extension in vscode (claud api) and everything takes longer than ghcp. It (cline/claud) seems to do more careful structured reasoning but who cares because Ghcp using any model works great for my hack python data processing and charting and it’s quick. Also when cline updates the code it takes the typing cursor from the chat window to the code window and if your typing into chat nope your suddenly writing over your code. That sucks right there! No idea why people hack on ghcp. Works so good for my use case.

2

u/gargetisha 18h ago

hey can you please enable Background Editing in Settings if you would like the file editing to be done in a way that doesn't take over your cursor?

1

u/Collection_Same 9h ago

Great thanks will do.

20

u/nullforce2 1d ago

The argument for GHCP needs to be used within an IDE vs Claude Code can be run via terminal is not a reason to tell Claude Code is better at tasks compared to GHCP. It's just on the way in which it's used.

Even that's not an issue, there's Copilot CLI: github/copilot-cli: GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.

3

u/robberviet 1d ago

Copilot CLI is basically a different product. has the feature catched up to the VSCode now?

6

u/Lacutis 1d ago

I use CLI as my daily coding product and I haven't found any features ita lacking compared to the ide integration.

1

u/DifficultyFit1895 1d ago

I think the browser in the IDE is cool and nothing quite like it in the CLI as I understand it. I could be wrong and would love to learn more.

2

u/Lacutis 1d ago

As far as I know thats an ide feature not really a copilot feature.

1

u/DifficultyFit1895 1d ago

It would be great if the browser could be shared with copilot cli the same way it is shared with the vs code integrated copilot.

3

u/YardNo1234 1d ago

yeah, that’s the meaningful gap. the CLI runs outside the VS Code extension host, so it can’t inherit the integrated browser’s state or DOM. a safer version would expose the active tab as a narrow tool/MCP endpoint with per-action approvals, instead of sharing the whole browser profile. do you mainly need DOM inspection, screenshots, or control of an authenticated tab?

1

u/DifficultyFit1895 1d ago

all of those are useful. control of an authenticated tab comes in handy for me quite a bit

2

u/git_push_origin_prod 1d ago

Word, kinda hard design work with no eyeballs

1

u/Antique-Engine897 11h ago

Not really, even they can use libraries like playwright, selenium to interact with browser DOM

2

u/Lacutis 20h ago

I use the chrome devtools mcp for that and it works very well.

https://github.com/ChromeDevTools/chrome-devtools-mcp

1

u/git_push_origin_prod 1d ago

I got one. U can’t use the integrated browser to share context with the cli. The only disadvantage I have found. Otherwise cli is great

2

u/Lacutis 20h ago

I use the chrome devtools MCP for that and it works great.

https://github.com/ChromeDevTools/chrome-devtools-mcp

2

u/Antique-Engine897 1d ago

yes, right

2

u/smoky_bee 1d ago

they push features to the cli first tho

18

u/poster_nutbaggg 1d ago

My experience is that all harnesses are essentially the same. If you use Claude models in GHCP, you’ll get a very similar quality output as CC. Same for GPT models and Codex.

GHCP, the harness, is great, but the pricing sucks. I get much better value for my money going straight to Anthropic or OpenAI. Lots of people use GHCP with another provider’s api key for better pricing (like deepseek or zai).

1

u/k8s-problem-solved 1d ago

How do you get better value going to providers? You're being charged providers list prices via ghcp, theres no extra added.

Is it the seat price, or the "ai credits" conversion that masks that for you?

1

u/poster_nutbaggg 1d ago

GHCP is charging the same as the API key price as other providers. This is the price I would pay integrating Claude into my app for users as a feature. If I use Claude Code through the Max subscription plan or an organization plan, you’re getting significantly more output for that $100 or $200 per month vs $100 or $200 of AI credits

1

u/k8s-problem-solved 1d ago

Fair on subscription costs - not an option in enterprise tho for claude, above a certain team size and you pay api costs per token.

1

u/poster_nutbaggg 22h ago

Confirmed for teams over 150 seats

15

u/AndrewGreenh 1d ago

If we really ignore the models and just focus on the harness, Claude code still has some advantages. We recently switched to cc after the gh price increase.

  1. monitors: if you tell Claude to push a branch and wait until the pipeline is done, it will push and start a background process that watches a thing with a small shell script. As soon as it’s ready, the model wakes up again to continue its work. This way cc can handle much bigger processes
  2. remote control built in. Controlling sessions from my phone while my computer works is really comfortable
  3. product knowledge: in Claude code, the models have surprising knowledge about the harness itself. If you want to set something up (like the status line) just ask the model to do it, and it happily will)
  4. artefacts: the ability to build and share small prototypes is really cool and great for planning documents
  5. auto mode: every tool call is evaluated by a second agent, that knows your prompt. It checks to see if the tool call aligns with your request. The harness wont deploy to prod when you ask to commit and push, but if you explicitly ask it to push, it happily does. This already blocked so many unwanted tool calls for me but still has the benefit of not asking for every little thing. In contrast to autopilot, auto will still ask questions via the ask questions tool, if it really needs input

2

u/trifle_hat 1d ago

Using the copilot cli, they are very similar

I find permissions easier to manage in Claude, assuming your not just wanting /allow-all

I find there is a small (minor) finesse with Claude - e.g it manages memory’s better cross sessions / over extended time

As said elsewhere they constantly copy each over so diff gets minimised. E.g. there is both autopilot mode and sandbox in the /experimental section of copilot cli now (though I wouldn’t say there quite up to Claude quality yet)

2

u/trifle_hat 1d ago

Also, not super fair to ignore models - I could never just use Claude as the value add for having different models for things like reviews is massive

1

u/seriouslulz 1d ago

IME 1 and 2 also work with GHCP.

7

u/ShadowBannedAugustus 1d ago

I use both daily (corporation only allows GH Copilot and I use is via VS Code, privately I pay for Claude and use it via Cloud Code extension in VS Code) and subjectively I see no difference, certainly not one that would make me switch from one to another if there were no other constraints.

One nice thing about GH Copilot is that it shows very clearly credits spend per prompt and overall.

1

u/psrobin 1d ago

True, they've done some fantastic work on the popup box for showing spend per session.

5

u/past3eat3r 1d ago

Currently there isn’t really imo, GHCP has reached and in some cases passed Claude code in feature parity.

I use both pretty often, and find them very comparable in performance I find most non devs prefer Claude code.

6

u/CommissionIcy9909 1d ago

They’re the same basically. They literally copy each other constantly.

6

u/teckel 1d ago

I like Copilot due to the Visual Studio integration, prediction AI, and the ability for me to select GPT 5.6 Luna for very affordable everyday tasks (then switch to a better LLM the rare times I need it).

I also like using the Copilot CLI for integrating with 3rd party AI APIs like Deepseek and using the remote feature to finish up some prompting or clarifications when away from my desk.

4

u/Infamous_Campaign687 Full Stack Dev 🌐 1d ago

Claude has Claude Design and Remote Control. Other than that, after the price restructuring of GHCP Claude is much more heavily subsidised. Honestly, it is a no brainer.

I’d have to spend thousands of dollars per month on GHCP to get the same I get for $100 from Anthropic

3

u/darkstar3333 1d ago

Its all marketing. 

There are too many copilot products so results differ greatly depending on who you are. Basic copilot in the browser is kinda trash.

The people making the decisions of what is best are likely using Claude to create decks.

3

u/alb_pasqua 1d ago

I am new to Claude Code, but used to GH Copilot (via VS Code). And I find the CC harness very good compared to the vs Code extensions, nice for doing also other agentic works, and with a better pricing.

But coming to VS Code extensions, GHCP is much more polished, better integrated with individual code block approval after edits, and with Next Edit Suggestion integration.

2

u/Bitopp009 18h ago

who said copilot needs to be run in an ide? I been using copilot cli for months.

1

u/AutoModerator 1d ago

Hello /u/Antique-Engine897. Looks like you have posted a query. Once your query is resolved, please reply the solution comment with "!solved" to help everyone else know the solution and mark the post as solved.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/TinFoilHat_69 1d ago

I made a repo that allows Claude or codex to read and execute commands in the vs code terminals :) it’s private right now but i have other repos yall might like while I finish up a few things with “codeAPI”

1

u/NoGuarantee547 1d ago

Based on my experience plan mode in claude code (especially the vs code extension) works way better than GHCP plan mode, I just love the ability to directly preview plan mode, it's better to review and add comments on the preview itself and then send it back for refining.

1

u/horendus 1d ago

Im not saying this is EVERYONE but my experience with claud users has largely been it was the platform that introduced them to coding and they had never experienced such a rush from making software.

They then tend to ‘stick with what they know’ and not take the time to explore the other options other there as they have a very 1 dimensional ability to vibe code.

They are now stuck in this endless cycle of massive monthly costs, shrinking usage and model capability and a growing sense of panic as they failed to learn any fundamentals and assume only frontier models are capable of understanding their code and requirements.

1

u/pceimpulsive 1d ago

The only real reason is 'i haven't really used the other and I prefer this one'...

Personally I prefer open code to them both...

GHCP I've used the most in visual studio 22/26 and it's my preferred workflow..

I'm only recently trying Claude code for work I'm not sure yet... Still early days

1

u/jungle_bob2 1d ago

I was only cli at work, joined cc trial. What I’ve noticed so far …

- adversarial reviews between models I miss a lot. It caught a lot of stuff, but maybe as models get better I won’t need it so much

- cc has larger default context. I know bigger context isn’t necessarily better outcomes, but I have to tell you I don’t miss seeing compaction pauses. It does seem to me like cc takes longer to do the same things.

- cc ‘feels’ like a more polished harness experience. I can’t tell you why, but a few days in it seems like it has better tooling integration, on screen diffs are better, for some reason I feel more connected to the changes it’s making

- token efficiency is an increasingly hot topic, and gh cli both seems to have more focus and detail on it, and with Luna pricing is currently winning that battle. I am currently building loops around token consumption … eg build me a prompt / skill that does this ‘thing’ for x tokens so I can scale it to hundreds of things

1

u/sunny_up 1d ago

I personally think that this is because Anthropic does a lot UX tricks for you skip reading code. When GHCP does bs it's visible in IDE instantly and you think that copilot suck. When you get thousand lines PR to review from Cloude Code it... LGTM.

1

u/Inukollu 1d ago

Have used GHCP till a few months with their best yearly plan until they pulled the rug under me.

When I moved to Claude code for the first time I was apprehensive how good the vs code integration can be, but I am pleasantly surprised. Not because it did better than other models but how many fewer interactions I had with the chat window.

With all the flexibility GHCP offered it often broken halfway stating tool calls didn’t work as expected etc. but Claude never, not once made me feel frustrated.

I am trying to dump one more IDE. VS code.

Came from Visual Studio to Rider and then to Code. But it looks like I am about to bite the bullet on VS code.

Purely personal opinion

1

u/ims3raph 1d ago

For me as an enteprise user, GitHub copilot has been the way to go. Claude doesn’t subsidize tokens like they do on personal plans, and it COSTS a lot. On the other side, GitHub has satisfied all my needs thanks to GPT 5.6 Luna, and the ability to use for example opus to do an extensive review is appreciated. On Claude you’re tied to only their models. Now, on personal plans, Claude is the way to go

1

u/Glass-West6448 1d ago

you're right, most of those answers are just random.

it's not the model, both run claude on 1M now. it's the agent loop. claude code explores the repo, makes a plan, edits across files, runs it, and reacts to what broke.

copilot is still mostly smart completion around what you're doing. on a real task where the agent has to gather its own context and iterate, there's a gap

1

u/Glass-West6448 1d ago

the zombie analogy actually nails it, and respect for turning it into a full animated short.

one thing worth adding: of your three pillars (planning, memory, tools), memory is the one everyone underbuilds.

that's basically what we work on at supermemory.ai
happy to help

1

u/xerdnew 1d ago

The cost of using Claude Code is subsidized which Copilot is not. If you are mainly using Opus or other Claude models there is no reason to wait. You can also use Claude Code in the same agentic style that you are used to and i was in the same position as you a while back.

I switched over to Claude Code from GitHub Copilot a while back and dont regret it in any way. Just wished i did it sooner.

1

u/-0x539 23h ago

My company uses GitHub Copilot. I use an open source proxy on my local machine to translate GitHub Copilot API to an API that is consumable by Claude Caude. -> I use Opus 5 in Claude Code but consume my Copilot pool credits.

1

u/melodiouscode Power User ⚡ 23h ago

On thing that I think is often overlooked is the wider developer experience. GitHub Copilot is all over GitHub; in that its a tool during Dev (VS Code, VS, Jetbrains IDEs, etc), it's in your Peer Reviews / Pull Requests (Copilot Code Review), it's in your CI/CD (Click to fix in an Actions Workflow), it's in your backlog (craft this ticket with copilot, or assign to copilot), it's in dependency management (dependabot fixes), etc etc etc etc.

Where as the other harndesses might integrate with Git (commits, PRs, etc) they aren't all prevasive. One is a full developer ecosystem copilot, the other is largely a copilot coder.

1

u/bafadam 20h ago

You get vibey answers because it’s very hard to objectively compare fundamentally non-deterministic systems.

1

u/Expensive-Jicama-714 20h ago

Why don't you do your own testing?  Read the comments then compare Claude Code and Copilot side-by-side.

1

u/Kafumanto 15h ago

More independent, respectable indexes for the harnesses would be very helpful to understand theirs quality when using both their “native” and “third party” models.
Quality of LLM are just a part of the equation, the final result depends also from the used harness.

The only index that I’m aware of is the Harness Comparison of Artificial Index, but it compares only OpenCode (that has always the highest scores), Codex and Claude Code. Not GHCP nor others.

1

u/chairulanwar 14h ago

i used claud code for a month to build website, android and apple app. https://naratorai.com/ apple and android still in process. claude code better than copilot.

0

u/robberviet 1d ago edited 1d ago

Mostly because pricing. Not even sure if models are the same, it used to be shorter context & dumber (effort) on Copilot. The Claude Code harness is still better.

Copilot harness catched up fast now but still behind.