Copilot for Microsoft 365 How it ACTUALLY Works!

Sdílet
Vložit
  • čas přidán 3. 06. 2024
  • In this, the last of 3 special episodes featuring the Director of Microsoft 365 and the host of Microsoft mechanics, Jeremy Chapman and I discuss Microsoft 365 Copilot. Answering all of your questions, we’ll discuss everything you need to know about Copilot. Including how it works, what it can do and how to prepare your business and get ready for the AI revolution. This is a deep dive session. That aims to ask some hard hitting questions that goes beyond the fluffy marketing.
    Visit Jeremys CZcams channel / @deployjeremy
    Microsoft mechanics - / @msftmechanics
    For more on me visit me on LinkedIn or at Andymalone.org
    If you want access to exclusive content and more why not consider supporting me and join me on Patreon. / andymalonemvp
    Timecodes
    00:00 Introductions
    02:53 Introducing Jeremy Chapman
    03:53 How Copilot Works
    04:31 Microsoft 365 Copilot Demo
    05:54 How Copilot Works from the Backend
    07:03 Understanding Copilot Architecture
    09:00 Customising Copilot Prompts
    10:30 Building your own Copilot with Azure AI Studio
    18:30 Customising Copilot Thresholds & Filters
    19:42 Security & Compliance Controls
    21:51 How to Prepare your Organisation for Copilot
    24:30 Auditing Copilot
    26:35 How do I get started and learn more?
    30:19 Check out the NEW Copilot Dashboards
    31:11 Session conclusions and next steps

Komentáře • 85

  • @nocodecreative
    @nocodecreative Před 4 měsíci +6

    Excellent Andy, some of the best content I've seen to date on the subject!

  • @YN-wv1rd
    @YN-wv1rd Před 4 měsíci +4

    Great overview, thank you! This is the information I was looking for.

  • @1.618Golden
    @1.618Golden Před 4 měsíci +1

    Thank you for this. I have been trying to figure this out for a while now.

  • @saurabhvkadam
    @saurabhvkadam Před 4 měsíci +2

    Thanks mr. Andy, for the educational video on copilot, we have purchase license for copilot and soon delivered to india. Happy see ms mechanic giving such info abt copilot. Waiting for some deep dive from you.

  • @yankeeee80
    @yankeeee80 Před 4 měsíci +6

    Great summary of copilot in general and copilot for M365 in particular. Thank you both!

  • @Sarakness
    @Sarakness Před 4 měsíci +1

    That was great. Thank you!

  • @driver288
    @driver288 Před 4 měsíci +1

    We were supposedly the first company to get Copilot licenses through CSP in Europe and are doing a pilot now 😊

  • @UR_Great
    @UR_Great Před 3 měsíci +1

    Thank you for the information.

  • @ankurakashady
    @ankurakashady Před 3 měsíci +1

    Thanks for this Andy

  • @tonyelliott5045
    @tonyelliott5045 Před 3 měsíci +2

    wait, @ 7:23 when the architect diagram is presented, I see that step 3 is to take the massaged prompt and put it into the LLM. However the disclaimer on the LLM is that it does not learn from prompts, responses or grounding data. So how do LLM's get improved to operate better? How does the RAI get improved to run better? A see a circular argument occurring with LLM and RAI maintainers: "Boss: I'd like you to make the XYZ LLM run more efficiently and to be able to handle more complex requests" "Maintainer: sure, give me some real world data models to study" "Boss: oh no, we don't use actual user prompts, responses, etc to study". I feel it would be easy enough to de-identify user metadata to allow enough information to be used by LLMs and RAIs.

  • @Daniel_alejandro39
    @Daniel_alejandro39 Před 3 měsíci +2

    Finally an employee that doesn't take lunch breaks or coffee mornings.

  • @MrSam_Derp_Man
    @MrSam_Derp_Man Před 4 měsíci +3

    A lot to learn, a lot to build!

  • @xyberfunk
    @xyberfunk Před měsícem

    Congrats on the Silver Award! Look forward to many more tech videos. Thank you.

  • @mukundthaker794
    @mukundthaker794 Před 4 měsíci +1

    Excellent insights into the subject. Thanks so much

  • @Nimitz_oceo
    @Nimitz_oceo Před 4 měsíci +1

    We did it!!!

  • @iamalfofficial
    @iamalfofficial Před 4 měsíci +3

    Congratulations on your 100k subs and yt award.

  • @user-tj8ub7cz1g
    @user-tj8ub7cz1g Před 4 měsíci

    Nice video. Hate that noise at 22:11 though!

  • @earlthompson6212
    @earlthompson6212 Před 2 měsíci

    Thank you. Just subscribed. E

  • @starfish258852
    @starfish258852 Před měsícem

    Thank you

  • @7350652
    @7350652 Před měsícem +1

    thanks

  • @vap0rtranz
    @vap0rtranz Před 4 měsíci +1

    Great walk-thru of custom bot building in Studio. Most vids never step through building a custom copilot (small "c"), which is the REAL power of Copilot & Graph. What Jeremy steps-thru is RAG (Retrieval Augmented Generation) and a lot of AI research is saying Hybrid semantic search with re-ranking and backed by a vectorDB of embedded document contents and a frontend custom prompt is THE most accurate response (aka. least LLM hallucinations).
    I thought Copilot Studio would be the no-code alternative to AI Studio for Business/Enterprise customers?

    • @AndyMaloneMVP
      @AndyMaloneMVP  Před 4 měsíci +1

      I’ll leave this one to Jeremy 😀

    • @DeployJeremy
      @DeployJeremy Před 4 měsíci +2

      Copilots use retrieval augmented generation. It's actually one of the most common misnomers I hear when someone says "the LLMs in Copilot are trained on your data." The personalization in the responses is based on search and session state only. The LLMs are a shared service, which do not retain data from any session state or inference interactions, so you have to add the information to your prompt. As token limits continue to increase, it makes fine tuning or custom training increasingly less justifiable, because you can just add it in real time via augmented prompts. Also, even though vector databases and calculating embeddings for them is not a trivial exercise, it's more efficient once complete compared doing multiple retrieve-read-retrieve turns in RAG orchestration to achieve the same result and the better the retrieval is, the more you can load balance LLM completions.

    • @DeployJeremy
      @DeployJeremy Před 4 měsíci +1

      Sorry, I forgot to answer the question of using Copilot Studio for low code RAG apps. It does allow you to add data sources from various locations, but isn't yet quite as rich as Azure AI Studio for hybrid search, prompt flows, content filters, monitoring, etc. The core elements are there though. Check out the blogs on this topic from Carlotta Castellucio (I can't link them directly, or CZcams will remove this comment).

    • @vap0rtranz
      @vap0rtranz Před 4 měsíci +1

      @@DeployJeremy That makes sense because Azure AI Studio has been around longer. It's good to hear that there's capability in the works. I'm checking out Carlotta's blogs, ty Jeremy!

    • @DeployJeremy
      @DeployJeremy Před 4 měsíci

      @@vap0rtranz Azure AI Studio was purpose built for building RAG style apps using lots of LLM options, too. Copilot Studio is a nice evolution of Power Virtual Agents and to some extent, the Azure Bot Framework to add Copilot capabilites and integration, where you might say the conversation progressions and branches were a bit more codified than ChatGPT style interactions to for example step through a workflow, like booking an appointment or travel. And it continues to work for bots that have been built on it over the past few years. If you think about it, the ChatGPT style interactions are simpler in terms of workflow or sequences of tasks comparatively, because currently the objective is to generate content. Will be interesting to see if generative AI does eventually evolve partially to improve process automation in a more conversational way.

  • @Teramos
    @Teramos Před 4 měsíci +3

    Would love to see Semantic Index in action, is it indexing the files metadata or the content within the file also? For example, Word or PDF Files in a SharePoint library.

    • @DeployJeremy
      @DeployJeremy Před 4 měsíci

      We just published two short Semantic Index explainer videos on @msftmechanics - one with how it works and another with a demonstration - and I'd also recommend watching our show on vector search with Pablo Castro. I can't add links unfortunately or CZcams will remove this comment. Semantic indexes are built at both the tenant level and the user account level to add more context and personalization used with search results and as part of info retrieval during Copilot orchestration.

    • @DeployJeremy
      @DeployJeremy Před 4 měsíci +1

      We just published two short Semantic Index explainer videos on Microsoft Mechanics - one with how it works and another with a demonstration - and I'd also recommend watching our show on vector search with Pablo Castro. I can't add links unfortunately, due to comment filters. Semantic indexes are built at both the tenant level and the user account level to add more context and personalization used with search results and as part of info retrieval during Copilot orchestration.

  • @tH3steg
    @tH3steg Před 4 měsíci +2

    My biggest gripe of the release of co-pilot is the cost. Working with in education the benefits of this solution is unparalleled. But at a cost of £30 per FTE per month is just not doable for most schools.
    Sadly trying to keep schools in the Microsoft ego system as the costs increase against Google’s offering is becoming a weekly struggle.

    • @AndyMaloneMVP
      @AndyMaloneMVP  Před 4 měsíci +1

      I’m m sure there will be a plan for education soon

  • @605man
    @605man Před 2 měsíci

    Another question that needs to be asked is how does Microsoft handle companies compliance needs? Such as NIST 800, PUB 1075, HIPA etc....

    • @AndyMaloneMVP
      @AndyMaloneMVP  Před 2 měsíci

      They are fully compliant with audit reports available

  • @georgedubberc
    @georgedubberc Před 4 měsíci +1

    At 28.26 Jeremy talks about public web content. Forgive me if this is a silly question; I am not tech qualified/ an admin. If the business is buying Copilot for Microsoft 365 and wants to keep its data within the M365 service boundary, can you (1) explain the relationship between "Copilot for M365" and "Microsoft Copilot formerly known as Bing Chat Enterprise"? and (2) if you check the box on Jeremy's slide in the Admin centre "Allow Copilot to reference public web content" are you thereby enabling web connection via M365 Chat or are you using Bing Chat Enterprise (which has different T&Cs)? (3) Aren't you losing some of your M365 protection of your data?

    • @DeployJeremy
      @DeployJeremy Před 4 měsíci +1

      Good question. The checkbox in the Copilot admin center page is enabled/checked by default. It enables information retrieval from the web, in addition to the Microsoft Graph, as part of the retrieval process to gather data. It functions similar to how a plugin would in this case, traversing outside the Microsoft 365 boundary for retrieval. In this case, when the prompt is interpreted, it's running a sub query and would not need to use the full user prompt to retrieve what's required from the web.

  • @DavidGodin
    @DavidGodin Před 4 měsíci +2

    It feels to me that all of the CZcams videos and content I look for seem to brush over the odd thing that the 365 version does not use Chatgpt 4 Turbo underneath, but the Pro version does. I am using the former, and I keep hoping that the 365 version does the upgrade.

  • @abe6215
    @abe6215 Před 4 měsíci +4

    I've been using it, and I find it way less powerful that chat GPT plus, no way to easily build custom gpt's, copilot studio feels basic and more tuned for public facing gpt's

  • @johncarr123
    @johncarr123 Před 29 dny +1

    Now we know how big brother AI works to access all our private data.

  • @bogzero
    @bogzero Před 3 měsíci +1

    I bought the business version of copilot in all office apps the copliot button is shown but in teams chat the copilot button is missing. Which config is wrong ?
    In Apps the Copilot is shown but i dont can use them in chats

    • @DeployJeremy
      @DeployJeremy Před 3 měsíci +1

      Do you have Copilot Pro (which is for personal use with for example a hotmail account), or Copilot for Microsoft 365 (which is for work use with a work account, aka Microsoft Entra ID)?

  • @DataSpook
    @DataSpook Před 3 měsíci +1

    Using Copilot studio is the only way to create the bot? If so I saw it’s $200 mo. Is that the only option? Thanks! Helpful vid.

    • @DeployJeremy
      @DeployJeremy Před 3 měsíci +1

      You can create chat style apps with several tools, AI Studio just makes it easier to build the orchestration, add data for RAG, content filters, and monitoring into your app.

  • @user-jv7el4zx4b
    @user-jv7el4zx4b Před 3 měsíci

    Thank you for your chanel. My Q is, Is Microsoft 365 itself a LLM that learn?

    • @AndyMaloneMVP
      @AndyMaloneMVP  Před 3 měsíci

      No, Microsoft, 365 is not a large language model. It’s based on a number of technologies, including the graph API, security graph, API, Entra ID, SharePoint, exchange and so on. Copilot, however, can integrate with all of these technologies. For more details on Microsoft Copilot check out learn.microsoft.com and I’m delighted to have you on board 👍

    • @DeployJeremy
      @DeployJeremy Před 3 měsíci +1

      In this scenario, a great way to think about it is that the LLM is trained on public content (training). It doesn't learn as processes interact with it (inference). Imagine the times when someone has asked you to write a report on a topic that you are only somewhat familiar with. So you would need to find relevant information from the Internet, library, or files you've worked on in Microsoft 365, then you read that content and write a better report. The difference here is that the LLM doesn't retain any of that temporary knowledge it used to write the report, it's more like a calculator in that sense. The calculator stopped training, too, once it left the factory.

  • @AhmadZahida
    @AhmadZahida Před 4 měsíci +2

    Hi Andy thanks for this amazing vedio I have two questions if you allow me. Does Microsoft graph need to be configured to work with CoPilot or does it work out of the box. Copilot can be used for education organizations to build content, including personalizing the learning experience .

    • @AndyMaloneMVP
      @AndyMaloneMVP  Před 4 měsíci +1

      Yes, copilot can be configured to use Microsoft graph. But it’s already configured by default copilot for education will no doubt be released in due course. Watch this space for more details.

  • @mohamedifham3195
    @mohamedifham3195 Před 16 dny

    Is it posssible to use copilot api to search and get results from a 3rd party application or postman

    • @AndyMaloneMVP
      @AndyMaloneMVP  Před 15 dny

      Yea copilot can be extended using numerous connectors I’m preparing a new copilot video this week 👍

  • @dancnabest
    @dancnabest Před 4 měsíci

    He didn't talk about the set u how to get. Which license does it work for tutorial for setting it up

    • @AndyMaloneMVP
      @AndyMaloneMVP  Před 4 měsíci

      Ah great point I’ll cover this in an upcoming video

  • @juanpablocortesl-iv7ze
    @juanpablocortesl-iv7ze Před 3 měsíci

    Explains the random emails about updates I never asked for.

  • @gthofm
    @gthofm Před 2 měsíci +1

    Exactly what I needed. Thank You!

  • @user-js4mt5cd2t
    @user-js4mt5cd2t Před 3 měsíci +7

    Would be nice if it actually did some real work for a change.

  • @jaygutierrez7230
    @jaygutierrez7230 Před měsícem

    Dose this version of copilot work the same way in Dynamics?

  • @pookapookyoyo3095
    @pookapookyoyo3095 Před 2 měsíci

    Does anybody know where i can get a more in depth explanation of the architecture/processflow?

    • @AndyMaloneMVP
      @AndyMaloneMVP  Před 2 měsíci

      All documentation is on learn.microsoft.com

  • @605man
    @605man Před 2 měsíci

    Sorry, somehow i missed this section in your video....

  • @davidjones7144
    @davidjones7144 Před měsícem

    How did I get this get this forced into my MS update? I dont want it, killed it already, now I'm getting all these "how great coplit is" vids in my feed. If I wanted AI on my PC, I would seek it out and install it.

  • @ThomasAnderson-MetaCortex
    @ThomasAnderson-MetaCortex Před 3 měsíci

    Even Microsoft employees don't call it Entra lol

  • @getl0st
    @getl0st Před 4 měsíci

    Imagine all of the other Corporate Data Microsoft is analysing from it's Customers that no-one knows anything about....

    • @AndyMaloneMVP
      @AndyMaloneMVP  Před 4 měsíci +1

      Please don’t be paranoid. I can tell you that there are numerous protections in place to prevent this. That’s why we have compliance a complex governance and auditing tools to prevent this.

  • @Seanpfree
    @Seanpfree Před 4 měsíci +1

    Scammers all over the globe rejoice! This is terrible for vulnerable people. Microsoft, google, CZcams cant even keep the scammers out of the comments section of EVERY video, AI is just going to help scammers.

    • @AndyMaloneMVP
      @AndyMaloneMVP  Před 4 měsíci +2

      Chat GPT yes. Not Copilot for Microsoft 365 as its internal

    • @TheVineOfChristLives
      @TheVineOfChristLives Před 3 měsíci

      @@AndyMaloneMVPsad because the OP doesn’t know older transformer models have been doing this for years.

  • @1zcott
    @1zcott Před 3 měsíci

    Microsoft forced subscription models suck huge doney

  • @mattcunliffe2807
    @mattcunliffe2807 Před 3 měsíci

    Man - no fluff ? Show some real life examples - from scratch - you need plugins? 😅 gee man relate to the audience

    • @DeployJeremy
      @DeployJeremy Před 3 měsíci

      We didn't use plugins in this the case for the demo, it was the native orchestration with Microsoft 365.

  • @nicolasblanc5885
    @nicolasblanc5885 Před 28 dny

    We don't want Copilot

    • @AndyMaloneMVP
      @AndyMaloneMVP  Před 28 dny

      And those cavemen never wanted fire either

    • @nicolasblanc5885
      @nicolasblanc5885 Před 28 dny

      @@AndyMaloneMVP Fire was not invented by man...
      Beyond the joke, Copilot poses many problems under the GDPR: finality of processes, legal basis, proportionality....Moreover, audits are going to be very complicated and Microsoft places the responsibility on the data controller.
      Who is going to configure the thresholds and filters discussed in the video, which raises questions in terms of subjectivity

    • @AndyMaloneMVP
      @AndyMaloneMVP  Před 28 dny

      I totally agree. It is scoped only to your tenant UNLESS you enable it to work outside. You are in control. Can I ask have you actually tried it yet?

    • @DrFuzzyDuck
      @DrFuzzyDuck Před 9 dny

      ​@@nicolasblanc5885recommend you don't buy it. Eventually a competitor will solve these problems and out compete those who avoid these tools.