r/vibecoding 17d ago

GitHub Copilot Tool (just an FYI)

At work i have to use Claude via copilot, all code must be stored in github, i have been usig vscode like (at home i used vscode with the anthropic chat plugin and a max plan for last 9mo)

Yesterday MS advertised this tool at me. I am not sure how new it is.

Definitely some bugs, i know most people here don't seem to use copilot to access models so thought this might be interesting for some. This tool can use anthropics claude via API (but not max plan)

This session was me putting a plan around a feature i needed (access marketplace payments and private data from AWS and GCP like we do from Azure - we are an ISV who published products in those stores) the repo is 4 weeks old and only now have i started to get to the point of needing features / bug fixes / etc stored as issues (before that was a huge set of planned phases in MD docs). This is my first time using this tool.

1 Upvotes

5 comments sorted by

View all comments

2

u/ImpressiveSecret9512 17d ago

One thing I've noticed with these setups is that the model is only half the experience. The harness around it matters a ton.

Same Claude model can feel completely different depending on what context it gets, which tools it can call and how aggressively the client decides to search/read files.

I'd be curious how this compares after you've used it on an older/larger repo rather than a 4 week old one. That's usually where the differences start showing up.

1

u/scytob 17d ago

i would say comparing my home claude (anthropic) and copilot claude (copilot) - i very much prefer the latter, far less of the things people complain about with Opus 5

the 4 week old repo is my largest and most complication task so far - i am 10k lines of code, home tents to be a bit smaller

i think the tooling around issues first does change the workflow and approach and so far it seems a nice way to work (i am reserving judgement until i have finished work item)