Like intelisence which has been doing it faster, more consistantly and offline since the mid 2000’s?
Comment on Claude Code is suddenly everywhere inside Microsoft
Nioxic@lemmy.dbzer0.com 2 weeks ago
We got copilot reviewing our code at work
It mostly just finds typos and other things like that
Quite useless at anything else
MadPsyentist@lemmy.nz 2 weeks ago
lepinkainen@lemmy.world 2 weeks ago
Intellisense can review a 1000 line PR?
MadPsyentist@lemmy.nz 2 weeks ago
Of course? Just as quick as it can candy colour the braces and highlight your references of your 1000 line pr
douglasg14b@lemmy.world 2 weeks ago
We have ours configured pretty well at this point and it does an absolute bang-up job at code review. It will point developers towards tools and utilities that our monorepo has If they appear to be reinventing the wheel. It will catch common problems and issues that we have in our instruction file, and does a pretty good job of catching bugs and small issues like typos and what not.
Perhaps you need to tighten up your instruction file?
mech@feddit.org 2 weeks ago
Yeah, LLMs are pretty great contextual search engines if you curate a good dataset for them to draw from.
They aren’t a magic bullet that’ll find what’s relevant to you from the vast ocean of shit that is the internet.MonkderVierte@lemmy.zip 2 weeks ago
Can you share yours?
1984@lemmy.today 2 weeks ago
My girlfriend is forced to use only Copilot at her work, and its just completely useless. She frequently posts me failed tasks it couldnt do. :).
gravitas_deficiency@sh.itjust.works 2 weeks ago
It’s only core competency is convincing idiot c-suites that they should force their org to use copilot
3abas@lemmy.world 2 weeks ago
GitHub copilot within visual studio is not bad actually, if it doesn’t find anything to but typos then congrats your team is all competent senior developers…
It does cut down review time for juniors’ work, and it’s capable of implementing full features given the correct documentation and instructions. It’s a useful tool that assists and doesn’t replace competent developers.
Kissaki@feddit.org 2 weeks ago
For copilot in visual studio at least you can select between models it will use, depending on the org setup showing them.
lepinkainen@lemmy.world 2 weeks ago
They’re all objectively shit.
Even with Opus in the backend Copilot is so bad compared to Claude code
JustEnoughDucks@feddit.nl 2 weeks ago
I don’t know, that is about all Mistral can do too.
That and python scipy is like a 50/50 for relevant code snippits.
It had never once output compilable embedded code, even when I have tried to directly lead it there.
k0e3@lemmy.ca 2 weeks ago
Which is weird because isn’t ChatGPT supposed to be one of the best (least shittiest)? Isn’t CoPilot rebranded ChatGPT?
lepinkainen@lemmy.world 2 weeks ago
The model (sonnet, opus, gpt) is the engine, the framework (copilot, Claude, codex) is the rest of the car
If you put a V8 Hemi in a shitbox, it’s still a shitbox.
1984@lemmy.today 2 weeks ago
No, gpt is much better. I dont know how it works behind the scenes but I think Copilot is what Microsoft built and gpt is what open ai built.