atlas by clearpeople

Blog posts

    3 ways Product Management teams use Atlas AI Assistant

    In today’s fast-paced product development world, leveraging the power of artificial intelligence is not just a luxury—it's a necessity. A staggering 66% of product leaders trust AI to summarize and analyze results, yet only a fraction, 15%, fully utilize its capabilities (Pendo.io). In this blog post, Iwill share how weuse Atlas AI Assistant, a tool that's revolutionizing the way we approach product management at ClearPeople.

    SharePoint Premium explained: All you need to know about this content intelligence service

    The transformation of Microsoft Syntex into SharePoint Premium represents an enhancement in Microsoft's content services platform. SharePoint Premium is positioned as an AI-powered content management and experiences platform designed to boost productivity and optimize content value.

    Syntex will sunset as a brand and become part of SharePoint Premium, encapsulating its AI-powered content processing capabilities within the new premium offering. This rebranding was officially announced at Ignite on November 15, 2023.

    Unleash the power of collaboration: Why Professional Services firms should invest in a Microsoft 365 based intranet 

    If you work in a professional services firm, you will know that effective communication and seamless collaboration are essential for success. With numerous projects, diverse teams, and complex client requirements, the need for a centralized platform that fosters information sharing and collaboration has never been greater. This is where an intranet comes into play. In this blog post, we will explore why professional services firms should embrace the use of an intranet based on Microsoft 365 (M365) and how it can revolutionize their operations.

    Calling Azure OpenAI API in stream mode from an SPFx solution

    As mentioned in my previous article, we have integrated ChatGPT in our Atlas product. This was both challenging and fun. The OpenAI API is well documented, so is the Azure OpenAI service. However, one of the things that is not completely documented, is the Stream option. This allows you to call the API and get the response as a stream of data, so you are getting data from the very first second, and you don´t have to wait for the entire response. Note that depending on your request, ChatGPT can take some seconds until you get the response, so from a UX point of view, it is potentially a better experience if you start showing data while the response is fully completed.

    Using OpenAI NodeJS library in SharePoint calling Azure OpenAI service

    Unless you are in a desert island with no internet connection, you have heard about ChatGPT. In its own words (and I really mean it, as I have asked ChatGPT for a short summary about it):

    How can Microsoft Office 365 be used as a knowledge portal?

    When it comes to streamlining and enhancing day-to-day operations in your company, there's nothing more cost-effective nor simpler to use than a knowledge portal.

    Microsoft 365 Copilot and Business Chat Explained

    Microsoft 365 Copilot (Copilot) is developed by Microsoft and integrated into your Microsoft 365 tenant (subject to licensing and so forth), and was announced to the wider world on March 16, 2023.

    When you use Copilot, you will experience it in two predominant ways.

    • First, Copilot is embedded within Microsoft 365 apps such as Outlook, Word, PowerPoint, Excel, Teams and more.
    • Second, it is surfaced through a new app called "Business Chat".

    ClearBox Intranet and Employee Experience Platforms Report 2023

     

    Kiota client for your Sharepoint API

    In this follow-up blog to using Microsoft Kiota to create a client for any API described using OpenAPI, Luis Mañez looks at using a Typescript client in a SharePoint framework solution.

    Using Microsoft Kiota tool to generate Atlas API SDKs

    Hi. I’m Luis Mañez, Atlas Chief Architect, and in this article, I am going to tell you about a new tool created by Microsoft, called Kiota. Kiota allows you to create a client for any API described using OpenApi.