Because of the partnership with OpenAI, I always assumed Copilot was just built on top of GPT.
So how did MS make Copilot Suck, if it started with same base?
replies(2):
So how did MS make Copilot Suck, if it started with same base?
But, it’s mostly a RAG tool, “grounded in web” as they say. When you give Copilot a query, it uses the model to reword your query into an optimal Bing search query, fetches the results, and then crafts output using the model.
I commend their attempt to use Bing as a source of data to keep up to date and reduce hallucinations, especially in an enterprise setting where users may be more sensitive to false information, however as a result some of the answers it gives can only be as good as the Bing search results.