this post was submitted on 08 Jul 2026
501 points (99.0% liked)

Technology

86145 readers
4167 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
 

Fewer than 4.5% of Microsoft 365 customers pay for Copilot after three years, only 1% use it weekly, and Microsoft raised prices regardless.

you are viewing a single comment's thread
view the rest of the comments
[–] trem@lemmy.blahaj.zone 2 points 12 hours ago (1 children)

You're doubly confused. You're thinking of GitHub Copilot, when this is about M365 Copilot. Last I heard, they have 78 different products called Something Copilot, so confusion is understandable.

But then what you're actually thinking of is the "GPT" series of large language models, developed by OpenAI.
GitHub Copilot is merely a GUI and a harness for large language models. It defaults to the GPT models, and is probably somewhat optimized for them, but it can use other models as well.

This harness can influence the quality quite a bit, as it decides which source code files to feed into the model for context. I'm not aware of people saying that GitHub Copilot is particularly good at that, but it's available as an extension for IDEs, so it automatically knows which files you're editing, which can be useful.

And yes, the GPT models have fallen quite a bit behind since the start of the year.

[–] panda_abyss@lemmy.ca 3 points 12 hours ago (1 children)

But in Copilot Chat in MS Office for example, isn’t the LLM itself Copilot? That’s what I’m talking about as being a weak LLM — I know originally it was some variant of ChatGPT.

GitHub Copilot now is less a model and more a router. Kind of a pity, they had a solid lead there. I at least used it to complete yaml and json configs and it made fewer typos than me.

[–] trem@lemmy.blahaj.zone 1 points 5 hours ago

Oh, hmm, no idea. I certainly wouldn't put it past them to choose even more confusing naming, though...