AI Explained: 9 Key Concepts You Need to Know in 2025

Artificial intelligence, whilst a phrase used in most of our daily lives, can feel huge, strange, unknown, scary, exciting and sometimes even intimidating. In this post I decided I would strip back the noise and waffle and share nine crisp, usable concepts. I’ve aimed to provide clarity over jargon and give some practical examples over theory.

Before I start, many and to put into familiar brands, here are a few AI tools and brands you will of already know or at least of have heard of:

1. Common AI Tools to know about

  • ChatGPT – What really started the world of “publicly accessible” Generative AI Chat Bots. ChatGPT (version 5 is the current) is a conversational AI that generates text, pictures, and even video. It can answer questions and help with creative writing. It’s a clear example of generative AI in action, showing how large language models can produce human‑like responses. Free and Paid versions.
  • Copilot (Microsoft) – leverages many different AI models including ChatGPT, Microsoft’s own and others, can do very what ChatGPT can do, but is also integrated across line of business apps and data like Word, Excel, PowerPoint, and Windows. Copilot acts as an AI agent that helps you create, draft, analyse, and even automate tasks. It’s a practical demonstration of how AI agents and retrieval techniques can boost productivity. Free tier (ChatGPT Pro equivalent) and Premium for Consumer/Family. Microsoft 365 Copilot for Business use.
  • Google Gemini – Google’s AI assistant that blends search with generative capabilities, pulling in live information to give context‑aware answers. Free and Paid tiers.
  • GitHub Copilot – A developer‑focused AI that suggests code snippets and functions in real time. It shows how reasoning models and pattern recognition can accelerate software development.
  • MidJourney / DALL·E – Image generation tools that turn text prompts into visuals. These highlight the creative side of AI, where models learn patterns from vast datasets and apply them to new artistic outputs.
  • Perplexity – Great for research including financial data and educational content. Has free and paid versions.
  • Siri / Alexa – typically home style voice assistants that act as simpler AI agents, interpreting commands and connecting to external systems like calendars, music apps, or smart home devices. Great for simple tasks like “what is weather like today” and for linking to smart home devices – “Alexa, turn on the porch light“.

If you are just starting (or are a beginner), the easiest way to decide which AI tool to use is to match the tool to the problem you’re trying to solve. If you need help writing or brainstorming, generative text tools like ChatGPT or Copilot in Word are ideal. If you’re working with numbers or data, Copilot in Excel can analyse and visualise patterns for you. For deeply creative projects, image generators like MidJourney or DALL·E turn ideas into visuals, while GitHub Copilot accelerates coding tasks. The key is not to chase every shiny new AI release, but to ask: what am I trying to achieve, and which tool is designed for that job? If you are starting out, start small, experiment with one or two tools in their daily workflow, and build confidence before expanding into more advanced applications.

Which AI in 5: Pick the AI tool that fits your task- writing, data, images, or code—and grow from there.

2. What is Artificial Intelligence (AI)

Artificial Intelligence (AI) is not really a product though word bingo might have people say ChatGPT or Copilot (at work), but it is far more than that! AI is a broad field of computer science focused on creating systems that can perform tasks which normally require human intelligence. These tasks include many things such as recognising speech, interpreting and understanding images and videos, making decisions, and even generating creative content such as music, videos and images. As of 2025, AI is already embedded in many aspects of our everyday lives – in work and in personal life – from recommendation engines on Netflix to fraud detection in banking, to summarising meetings at work.

At its core, AI combines data, algorithms, and computing power to simulate aspects of human cognition, but it does so at a scale and speed that humans could never achieve.

AI in 5: AI is machines learning, reasoning, and acting like humans.

3. AI Agents

Right, so an AI Agent is a system designed to act autonomously in pursuit of a goal. Unlike traditional software that follows rigid instructions, agents can perceive their environment, make decisions, and take actions with or without constant human input.

For example, a customer service chatbot is an agent that listens to queries, interprets intent, and responds appropriately. More advanced agents can coordinate multiple tasks, such as scheduling meetings, analysing reports, or even controlling robots in manufacturing.

The key is autonomy: agents don’t just follow orders—they adapt to changing conditions.

AI Agents in 5: AI agents are digital helpers that think and act for you.

4. Retrieval-Augmented Generation (RAG)

RAG is a technique that makes AI more reliable by combining generative models (or sub models) with external knowledge sources such as the Web or date from corporate SharePoint sites, email etc.

Instead of relying solely on what the AI model was trained on (which may be outdated or incomplete), RAG can retrieves relevant documents or data in (near) real time and integrates them into its response.

This is especially powerful in business contexts, where accuracy and timeliness are critical – for example, pulling the latest compliance rules or product specifications from an application or data repository, before answering a query. RAG bridges the gap between static training data and dynamic, real-world knowledge.

RAG in 5: RAG = AI that looks things up from multiple sources before answering.

5. Explainable AI (XAI)

One of the biggest challenges with AI is the “black box” problem. What I mean by that is that often do not know how AI arrived at its decisions or answer when instructed.

Explainable AI addresses this by making the reasoning process transparent and understandable to humans. For instance, if an AI is being used by a bank to determine if a customer should/can get a loan or not and that AI  model rejects the loan application, XAI will highlight / explain the factors such as credit history or income that influenced the decision.

In essence this is about seeing it’s workings out. If you have used Microsofts Researcher or Analyst agent at work, you will see some of this as it does its work.

This transparency is vital in ensuring we can trust AI and is required in regulated industries like healthcare, finance, and law, where accountability and fairness are non-negotiable.

By opening this black box, XAI builds trust and ensures AI is used responsibly.

XAI in 5: XAI shows you why the AI answers the way it did, what information it used and how it made its choice.

6. Artificial Super Intelligence (ASI)

While today’s AI is powerful, it is still considered “narrow AI” – specialised in specific tasks despite the advances we see every week.

Artificial Superintelligence (ASI) is a (some say) theoretical future state where machines surpass human intelligence across every domain, from scientific discovery to emotional understanding.

Many might be thinking “The Terminator” here but in reality it is more than conceivable given the current pace of evolution that ASI could in design new technologies, solve global challenges, or even “create” beyond human imagination.

This naturally raises profound ethical and safety concerns: how do we ensure such intelligence aligns with human values and what happens if ASI becomes smarter than the humans that created it?

ASI remains speculative and there are many opinions and research on the matter, but today it is a concept that drives much of the debate around the long-term future of AI.

ASI in 5: ASI is the idea of AI being smarter than all humans in every way.

7. Reasoning Models

Traditional AI models excel at recognising patterns, but they often struggle with multi-step logic.

Reasoning models are designed to overcome this by simulating structured, logical thought processes. They can break down complex problems into smaller steps, evaluate different pathways, and arrive at conclusions in a way that mirrors human reasoning.

This makes them especially useful in domains like legal analysis, financial analysis, scientific research, or strategic planning, where answers are notjust about recognising patterns and finding information but about weighing evidence and making defensible decisions in a way similar to how we as humans might undertake such work.

Reasoning Models in 5: Reasoning models let AI think step by step like us.

8. Vector Databases

AI systems need efficient ways to store and retrieve information, and that’s where vector databases come in.

Unlike traditional databases that store data in rows and columns, vector databases store information as mathematical vectors – dense numerical representations that capture meaning and relationships.

This allows AI to perform semantic searches, finding results based on similarity of meaning rather than exact keywords. For example, if you search for “holiday by the sea,” a vector database could also return results for “beach vacation” because it understands the conceptual link.

Vector Databases in 5: Vector databases help AI find meaning, not just words.

9. Model Context Protocol (MCP)

Finally, MCP is a framework that helps AI agents connect seamlessly with external systems, APIs, and data sources. Instead of being limited to their own training data, agents using MCP can pull in live information, interact with business tools, and execute workflows across platforms. For example, an MCP-enabled agent could retrieve customer records from a CRM, analyse them, and then trigger a follow-up email campaign—all without human intervention.

MCP makes AI more versatile and practical in enterprise environments.

MCP in 5 : MCP is the bridge that connects AI to other tools.


What next and Getting Started

AI is not a single technology but a constellation of concepts – agents, RAG, XAI, ASI, reasoning models, vector databases, and MCP – that together define its capabilities and potential. Understanding these terms helps demystify AI and highlights both its current applications and future possibilities.

As AI continues to evolve, these building blocks will shape how businesses, governments, and individuals harness its power responsibly.

AI is a toolkit of ideas working together to change the world. When we look at what tool to use when, in reality there is not one better than the other it’s more about context of use, the platform you use it on, what your work provides, what you get included in your other software (for example Copilot in Windows, Office apps etc) and what task you are performing. Some AI’s are better at images, some at research and some at writing and analysis.

2023 year in review – from the eyes of my Blog

Hello, followers and subscribers! As the year comes to an end, I want to take a moment to thank you for your support and interest in my blog. It has been a busy and exciting year in tech and I hope you enjoyed reading my posts which focussed mainly around AI, Modern Work, Cloud Security, Windows and Surface.

In my last blog post before Christmas, I will recap some of the highlights of what I posted about throughout 2023. Let’s take a look at what news and info I shared this year.

If you dont currently read or subscribe to my blog you can tune in or subscribe here.

January 2023

I kicked of the new year with ISE event, some news around Microsoft’sd Secyriuty revenue, the MVP programme and Cisco and Microsoft’s partnership around collaboration.

  • Cisco and Microsoft Teams partnership: The blog discusses the significance and benefits of the collaboration between Cisco and Microsoft to enable Cisco devices to run both Webex and Teams seamlessly without a reboot¹[1].
  • Microsoft’s security revenue and market share: The blog reports on Microsoft’s impressive growth in the cybersecurity market, driven by its integrated and comprehensive security portfolio and partner ecosystem.
  • Teams Premium features and pricing: The blog explains what Teams Premium is, how it differs from the standard Teams license, and how much it costs for different currencies.
  • Microsoft’s cloud price harmonisation: The blog informs about Microsoft’s plan to align the pricing of its cloud products and services across the globe based on the US dollar exchange rate, and how customers can prepare for it²[2].
  • Windows Insider MVP award and program: The blog shares the author’s personal experience and excitement of being re-awarded as a Windows Insider MVP, and invites others to join the Windows Insider Program and nominate potential MVPs.

February 2023

In february 2023, we sawe Cisco Contact Centre certified for Teams and a new Teams client announced (which is now generally available). I also found my old RM Tablet PC (running Windows XP tablet and did a quick recap review). Here is a summary of all the things I blogged about in Feb 23:

  • Microsoft Teams new client: The blog reports that Microsoft is working on a new version of Teams that will be faster, more efficient, and more stable than the current one. The new version will use Webview2 and React technologies and will be available in preview soon.
  • Webex Contact Center for Teams: The blog announces that Cisco Webex Contact Center has received official Microsoft Teams certification, which means that it can integrate seamlessly with Teams to provide enterprise-class customer service across multiple channels. The blog explains the benefits of this integration for both Microsoft and Cisco, as well as for organisations, partners, and customers.
  • Yealink DeskVision A24: The blog reviews a new all-in-one collaboration device from Yealink that combines a 24 inch 4K touch-display, a pop-up camera, a speaker, a wireless charger, and a touch screen monitor. The device is certified for both Teams and Zoom and offers a premium desktop collaboration experience. The blog praises the device’s design, functionality, and value.
  • RM Tablet PC: The blog revisits an old RM Tablet PC from 2002 that ran Windows XP Tablet PC Edition, which was a special edition of Windows XP designed for pen-sensitive screens. The blog credits the RM Tablet PC and Windows XP Tablet PC Edition for introducing and innovating the touch and tablet computing world that we now take for granted. The blog also reflects on the evolution of tablet devices and operating systems since then such as Microsoft Surface Pro.

March 2023

March was a busy month. We saw the Cisco and Microsoft partnership expand, talked about how Cisco Thousand Eyes is a vital tool for troubsleooting and managing the end user expewrience in the world of remote work and SaaS applications, chewed the fat over Windows 365 and Azure Virtual Desktop, covered new AI features coming to Windows 11 and of course, covered the huge announcement about the upcoming Microsoft 365 Copilot. Here’s some of the things I talked about:

  • Microsoft and Cisco partnership: The blog starts with the announcement of the certification of Cisco Board Pro to run Microsoft Teams Rooms natively, as well as supporting Webex. This is part of the ongoing collaboration between Microsoft and Cisco to provide interoperability and seamless experiences for their customers.
  • Surface Hub 2S update: The blog then mentions the new version of Windows that will ship with the next generation of Surface Hub 2S devices, called Teams Rooms on Windows. This will feature a new user interface, unified management, and new collaborative features such as FrontRow and Copilot for Teams.
  • New Teams app for Windows: The blog also covers the new preview version of the Teams app for Windows, which is said to be faster, more efficient, and more streamlined. The new app also includes the foundations for new AI-powered experiences, such as Copilot for Microsoft Teams.
  • Microsoft 365 Copilot: The blog introduces Microsoft 365 Copilot, a new AI assistant that leverages large language models and Microsoft Graph data to help users with natural language queries, tasks, insights, and content creation across Microsoft 365 apps and services.
  • ThousandEyes by Cisco: The blog explains how ThousandEyes by Cisco is a digital end user experience monitoring solution that helps ensure optimal performance of SaaS apps and cloud services for employees and customers. It also compares it with Azure Virtual Desktop and Windows 365.
  • Windows 11 updates: The blog concludes with a summary of the latest updates and features coming to Windows 11 in 2023, such as Taskbar enhancements, Energy Recommendations, File Explorer improvements, and Moment updates.

April 2023

April saw me talk more about updated to Windows 11 and Windows 365 (including Windows 365 Boot), a review of the gorgeous Surface Pro 9 5G, new AI features in Widnows 11 and Surface and the lauch of Mcirosoft Designer in preview.

May 2023

May 2023, saw Microsoft Announce Fabric – their new data analtics platform for the AI era, Windows Copilot (the neg gen Clippy/Cortana for Windows 11) and a in depth comparison of ChatGPT vs Bing Chat (now, Copilot). Here are the summaries of the blog posts in order:

  • Microsoft Fabric: A new data and analytics platform for the AI era. This post introduces Microsoft Fabric, a new platform that integrates Azure Data Factory, Azure Synapse Analytics, and Power BI into a single product. Fabric aims to simplify data management, integration, and operation by providing a lake-centric, open, and AI-powered approach. Fabric also offers role-specific experiences for data professionals and business users, as well as seamless integration with Microsoft 365 applications.
  • Windows Copilot: The Cortana that never was. This post discusses the new Windows Copilot feature that will bring AI to the forefront of Windows 11. Copilot will live in the Windows sidebar and offer contextual actions and suggestions based on what’s on screen. Users will also be able to ask natural language questions and Copilot will respond much like Bing Chat. Copilot will also support third-party plugins that use OpenAI’s ChatGPT technology, enabling cross-application tasks and generative AI capabilities.
  • Bing Chat vs ChatGPT: Why Bing Chat is better. This post compares and contrasts Bing Chat and ChatGPT, two natural language chatbots that use OpenAI’s GPT technology. The post argues that Bing Chat is superior to ChatGPT in several aspects, such as speed, accuracy, quality, capability, and accessibility. The post also highlights some of the unique features of Bing Chat, such as web search, image search, image creation, conversation modes, and integration with other Microsoft apps and services.

June 2023

June 2023, I talked about how Microsoft is helping defend Ukraine from Cyber Attacks from Russia, the death of Internet Explorer and Windows Autopatch. We also looked at the massive changes to Cisco’s Cloud managed network infrastructure solutions.

Here are the summaries of the blog posts in order:

  • Microsoft shares lessons from Ukraine cyber war. This post talks about how Microsoft helped Ukraine defend against Russian cyberattacks and information operations, and what insights they gained from this experience.
  • Cisco brings Catalyst to the Meraki cloud. This post announced that Cisco was introducing a new option for customers to manage their Catalyst switches and access points using the Cisco Meraki cloud dashboard. This was announced at Cisco Live 2023.
  • Microsoft announces Viva Sales. This post introduces a new intelligent service that connects customer data across any CRM into Teams and Office and fills many of the gaps left by legacy CRM platforms. This was the latest additon to the Microsoft’s Viva suite.
  • Internet Explorer is officially dead: This post marks the end of life of Internet Explorer, the once dominant web browser that was released in 1995. It explains what end of life means for users, and why they should switch to Microsoft Edge or other modern browsers. It also reviews the history of Internet Explorer, its decline in market share, and its legacy features that are still supported by Edge.
  • Microsoft acquires Milburo: This post reveals that Microsoft has agreed to acquire Milburo, a world leader in foreign threat analysis and research detection services. It states that Milburo will join Microsoft’s Customer Security and Trust organisation, and will enhance Microsoft’s threat detection and analysis capabilities.
  • Microsoft launches software updates dashboard: This post unveils a new software updates dashboard in the Microsoft 365 admin center that enables IT to get a unified overview of the installation status of Windows and Microsoft 365 app updates across all their devices. It shows how the dashboard provides charts and statistics on update status and end of service, and how it supports both fully managed and monitored only devices. It also provides links to further information and instructions on how to enable the preview.
  • Windows Autopatch reaches public preview: This post announces that Windows Autopatch, a service to automatically keep Windows and Microsoft 365 up to date in enterprise organisations, has now reached public preview. It describes how Windows Autopatch shifts the update orchestration burden from the IT department to Microsoft, and how it provides features such as testing rings, halt and rollback, and expedited updates. I also covered prerequisites, licensing, and features of the service, and how to join the preview.

July 2023

The second part of the year, kicked off with pricing being announced for Microsoft 365 Copilot, Microsoft renaming Azure AD to Entra ID and Bing Chat Enterprise (a commercial grade version of Bing Chat) being made available free to Microsoft 365 Business and Enterprise Customers.

  • Bing Chat Enterprise: A new version of Bing Chat that is secure and private for work, powered by generative AI. It can be accessed from Microsoft Edge, Windows 11, or bing.com/chat. It is free for existing Microsoft 365 customers or $5 per user per month as a standalone version.
  • Microsoft 365 Copilot Pricing: An AI powered service that brings generative AI features into Microsoft 365 apps and services. It is currently in a closed private preview and will cost $30 per user per month for commercial customers on top of their Microsoft 365 licenses.
  • Orca AI: A new open-sourced AI model that can imitate the reasoning of large foundation models like GPT-4 in a much smaller footprint. It is designed to solve the limitations of using smaller language models and revolutionise the AI industry.
  • Microsoft Entra ID: A new brand name for Microsoft’s unified access and security offering, which includes two new products: Entra Private Access and Entra Internet Access. These products are designed to provide identity-centric and zero trust network access to any app or resource, from anywhere. Azure Active Directory is also renamed to Entra ID.

August 2023

In August (while many of were on summer holidays), I gave some key tips o Microsoft 365 Copilot based on feedback and questions from customers, talked about Microsoft’s upcoming Surface and Windows 11 event, highlighed key things from Cisco’s latest Network Trends report.

Here are the summaries of the three blog posts on this page:

  • 5 things you need to know about Microsoft 365 Copilot: This post covered the main features and benefits of Microsoft 365 Copilot, a new AI-powered assistant that can help users with various tasks across Microsoft 365 apps. It also discussed the pricing, availability, and preparation for Copilot, as well as the potential drawbacks and limitations of AI-generated content.
  • New devices? More AI? What is coming to Windows 11 and Surface?: This post speculates on what Microsoft we going to announce at their “special event” on September 21st, 2023. It expects that Microsoft will unveil new Surface products, such as Surface Laptop Studio 2, Surface Laptop Go 3, and Surface Go 4, as well as highlight the recent advancements in AI, such as Windows Copilot, Bing Chat Enterprise, and Windows Studio Effects.
  • Cisco adds ransomware detection and recovery to their XDR system: This post reports on Cisco’s new solution that integrates their Extended Detection and Response (XDR) system with Cohesity’s DataProtect and DataHawk offerings to provide ransomware detection and recovery support. It explains how this solution can help organisations protect and restore their data in the event of a ransomware attack, and how it fits into Cisco’s comprehensive security portfolio.
  • Key highlights from Cisco network Trends Report. The blog post discusses the 2023 Global Networking Trends Report by Cisco, which covers some of the emerging networking trends in the multi-cloud world, and how they affect the IT operations and security of organisations and highlights the challenges and opportunities of hybrid work and multi-cloud adoption, such as providing secure access to applications distributed across multiple cloud platforms, gaining end-to-end visibility into network performance and security, and adopting a SASE (Secure Access Service Edge) model that delivers simplified and consistent security and performance for multi-cloud access and hybrid work. I also covered an overview of the Cisco products that can help organisations address many of the challenges of multi-cloud networking and security, such as Cisco SD-WAN, Cisco Umbrella, Cisco Cloudlock, and Cisco SASE.

September 2023

This was a busy month of blogging. I talked about the Meta and Microsoft partnership, availability of Microsoft 365 Copilot for “some customers”, Cisco’s aquistion of Splunk, New AI features in Surface and Windows, Microsoft Copilot “copyright” protection, changes to E5 licensing with more Security included and more.

Here are the key things talked about in each blog post on this page:

  • Meta AI to use Microsoft Bing: This post discusses the expanded AI partnership between Microsoft and Meta, which will integrate Bing Search into Meta’s AI chat experiences, such as ChatGPT, WhatsApp, Messenger, and Instagram.
  • Microsoft Mesh entered public preview in October: This post introduces Microsoft Mesh, a new 3D immersive experience that will be surfaced through Microsoft Teams. It explains how Mesh can help blur the lines between the physical and virtual space, and how to get started with it.
  • Microsoft unveils the Surface Hub 3: This post explores the features and benefits of Surface Hub 3, the latest all-in-one hybrid meeting and collaboration device that combines the best of Microsoft Teams Rooms, Windows, and Surface Hub. It also compares it to Surface Hub 2S and explains how to upgrade from it.
  • Cisco to Aquire Splunk: This post reports the news that Cisco will acquire Splunk, a cybersecurity and observability platform, for $28 billion. It describes how the acquisition will help Cisco create the next generation of AI-enabled security and observability solutions.
  • Microsoft announces Microsoft 365 Copilot availabilty: This post announces the availability and pricing of Microsoft 365 Copilot, a new AI assistant that helps users with various tasks across Microsoft 365 apps and services. It also covers the features and benefits of Copilot in Windows, Bing, and Microsoft Shopping.
  • Windows 365 get’s top spot in the Gartner Magic Quadrant. – where I discussed that Microsoft had been recognized as a Leader in the Gartner Magic Quadrant™ for Desktop as a Service (DaaS), which is the provision of virtual desktops by a public cloud or service provider. We covered their Windows 365 and Azure Virtual Desktop platforms and Microsoft’s unique position in this space.

October 2023

October saw me talk more about the ROI of Microsoft Copilot, the new vision for Micrsosoft OneDrive, Teams Town Hall, major updates to Bing Image Creator and the end of support (RIP) for Windows Server 2012!

  • OneDrive 3.0 Update: This post announces a major update for OneDrive, which includes a new design, AI features, and more. It also explains how to get started with OneDrive Town Hall, a new experience for large-scale events that replaces Live Events.
  • Teams Town Hall: This post introduces Teams Town Hall, a new feature that allows users to host various types of internal and external events, such as company-wide town halls, all hands, global team meetings, etc. It also describes the advanced production capabilities, the structured approach for attendee engagement, and the unified experience for users that Teams Town Hall offers.
  • Windows 11 Moment 4 Update: This post highlights the new features and improvements that are rolling out with the latest feature update for Windows 11. It includes a new File Explorer design, Copilot for Windows, a new AI assistant, improvements to the Taskbar, and notable in-box app updates.
  • Windows Server 2012 End of Support: This post reminds users that support for Windows Server 2012 and Windows Server 2012 R2 ended on 10th Oct 234. It also provides some options for users to upgrade, purchase Extended Security Updates, or migrate to Azure.
  • Bing Image Creator: This post showcases the new Bing Image Creator, which uses OpenAI’s DALL-E 3 to generate high-quality, creative, and realistic images from natural language prompts. It also explains how to use Bing Image Creator and how it provides improved safety and ethics with content credentials and content moderation system.
  • Microsoft 365 CoPilot: What is the ROI? – This talked about availability and pricing of Copilot, and went into looking at examples around the ROI. We explored how it can help with productivity, creativity, and decision-making for users who can leverage its features and capabilities and looked at some numbers. We also covered the need to adopt Copilot in the right way – proper planning, training, support, and data management to ensure successful adoption and measurable outcomes.
  • News about the key annoucements at Microsoft Envision: this was a review of the key things announced at Microsoft’s AI event in London in 2023. I talked about my take on the keynote speeches and what we have and what is coming in this esciting world of AI.

November 2023

Another busy month of news – it never slows down. In November I talked about my hands on experiences with Windows 365, Copilot coming to Windows 10, all the new “Copilots” Microsoft announced at Ignite, new Apps in Teams and did a demo and walk through of Copilkot Studio. I also shared my view on why “everyone” needs a Surface Pro for work!! I also shared details of major updates coming to Cisco’s partner programme in 2024.

Here is a summary of my key blog posts:

December 2023

In the the last month of 2023 (a short month for many), I closed the year with a post about the Cisco and Microsoft “better together” story and invited people to register for our event in January at our new Client Exdperience Centre, gave tips on writing AI prompts, talked about Google’s Gemini AI (the ChatGPT compete), talked more about Designer and Image Creation, updates to Copilot with GPT4 Turbo, and highlighted the results of the latest Gartner Magic Quadrant for UCaaS. We also talk about Mcirosoft investment in the UK for AI data centres and charges coming for Windows 10 support beyond 2025.

  • Cisco and Microsoft: Simplifying Enterprise Collaboration. This post discusses how Cisco and Microsoft have partnered to enable Cisco’s Webex video devices to connect to Microsoft Teams meeting services, and how this collaboration benefits customers who use both platforms.
  • Microsoft investing 2.5 Billion in UK Data Centres – This blog seems me talk about what this means for the UK and for AI, jobs and the future.
  • Prompt Engineering: AI prompts that punch! This post provides some tips on how to write and perfect good AI prompts for generative AI tools like ChatGPT and Copilot, including how to be specific, provide context, use simple language, and experiment with different variations.
  • Teams meetings, webinars and Townhalls. What to use when. This post explains the differences and use cases of three distinct formats of virtual events in Teams: meetings, webinars, and town halls. It also outlines the key features and considerations of each format.
  • Microsoft and Cisco: Leaders in the UCaaS Gartner 2023 Magic Quadrant This post summarises the highlights of the Gartner 2023 Magic Quadrant for UCaaS, where Microsoft and Cisco are both Leaders. It also compares their strengths and weaknesses in terms of messaging, meetings, telephony, contact center, and pricing.
  • What is Google Gemini and when is it available? This post introduces Google Gemini, a new AI-powered search engine that aims to provide more relevant and personalised results for users. It also discusses the features and benefits of Google Gemini, such as semantic understanding, contextual awareness, and conversational interface. It says that Google Gemini is expected to launch in mid-2024.

Goodbye 2023 – Hello to an AI Powered 2024

That’s it for my year in review! I hope you enjoyed reading it, maybe learned something new or useful from it or saw different perspective.

I want to thank you again for your support and interest in my blog and for being part of my journey. I appreciate your comments, likes, shares, and feedback and I look forward to hearing more from you in the future.

In 2023, we witnessed the dawn of a new era, where AI became an integral part of our everyday lives, enabling us to accomplish things beyond our imagination. This era is as significant as the inception of the personal computer, the start of the world wide web, mobile phones, and cloud in the previous decades. What new opportunities and challenges will AI bring us in 2024?

I wish you all a Happy New Year! May 2024 bring you health, happiness, and success in all your endeavors!

Thanks again,
Rob

What is Google Gemini and when is it available?

The Gen AI wars have just taken a step up. To compete against the growing popularity of ChatGPT, (and of course Microsoft copilot which is powered by ChatGPT), Google announced that they are upgrading their Bard AI generative AI chat bot with the highly anticipated “Gemini” model, which Google say will create a vastly superior chatbot to OpenAI’s ChatGPT (in its current capacity at least).

As the dominant force in search, Gemini looks to help Google to better compete in the rapidly growing field of generative artificial intelligence and given their advertising reach, it won’t be long before everyone knows what Gemini is – kind of reminds me of the Genesys AI from the later Terminator Film 🙂

According to Google, the model has already made Bard smart enough to overtake OpenAI’s free ChatGPT service in six out of eight benchmarks it used including in math and language understanding.

In contrast, OpenAI’s ChatGPT v3 was released last year at end of November 2023 and has since been used as the primary large language model used by Microsoft Copilot. It has undergone many enhancements and upgrades this year including the most recent ChatGPT 4 turbo models.

ChatGPT can also be purchased and used as a standalone AI and comes in a free, Premium and enterprise SKU for business. Microsoft use ChatGPT4 in their consumer and enterprise grade generative chat services including Bing Chat (now Copilot for Edge) and Copilot for Microsoft 365.

What is Google Gemini?

Gemini is a collection of large language models that can handle various data tasks, as well as read and understand entire pages, including signature blocks, document stamps, process text, images, audio, video, 3D models, and graphs simultaneously.

Gemini comes in three tiers – Gemini Ultra, Gemini Pro, and Gemini Nano.

  • Gemini Ultra is Google’s most powerful model, pitched as a competitor to OpenAI’s GPT-4.
  • Gemini Pro is a mid-range model powered to beat out GPT-3.5, the baseline version of ChatGPT.
  • Gemini Nano, a more efficient model built to run on mobile devices and is expected to come to Google pixel next year.

Google say that Gemini responds in a much more human like way to ChatGPT and has more sophisticated multimodal capabilities and can better master human-style conversations, language, and content.

Image (c) Google

The also say it can understand and interpret images, code prolifically and effectively, and generate data analytics. Gemini can also be used by developers to create new AI apps and APIs⁴.

Gemini is expected to power most of Google’s products and services in the near future, such as Google Workspace, Gmail, Search, Bard, Pixel, and Nest⁴. Some of the services will be included in their products for free whist others will be premium/costed options. It will be part of the Bard Advanced service. I couldn’t find any details around pricing at time of writing.

This is the biggest upgrade to Bard since it launched….. In the coming months, users can also expect Gemini to power other services, including Google Search, ads, and Chrome.

Google

According to Google, the Gemini model has already made Bard smart enough to overtake OpenAI’s free ChatGPT service in six out of eight benchmarks it used including in math and language understanding. They claim:

Gemini is the first model to outperform human experts on MMLU (Massive Multitask Language Understanding), one of the most popular methods to test the knowledge and problem-solving abilities of AI models.”

Demos and teasers

People can see demos of Gemini’s capabilities on a website that showcases how their new AI model can understand user inputs in a variety of different sources, including text, images, audio, and code. For example, the model can produce a small computer program simulating the movement of a flock of birds simply by showing Gemini a video.

A YouTube video also shows a teaser aimed at parents in which it shows how Gemini can understand math problems written on a sheet of paper and provide correct answers.

Google Gemini does math

Gemini – a threat to Microsoft ChatGPT and Copilot?

In the consumer world, where Google dominates search, this could stop Microsoft from making any form of dent in Google’s search dominance, and area Microsoft has been trying to gain market share in with the power and uniqueness of ChatGPT 4 through Copilot in Edge. ChatGPT already has a strong brand presence in the Enterprise and Commercial space and also leverages Bing as its primary internet search tool, making the relationship between Open AI (the founder of ChatGPT) two-way and plutonic.

What is ChatGPT 4?

ChatGPT-4 is an AI-powered language model developed by OpenAI, capable of generating human-like text based on context and past conversations. At time of writing, it is the most advanced system produced by OpenAI, with broader general knowledge and problem-solving abilities than previous models. It can solve difficult problems with greater accuracy, generate, edit, and iterate with users on creative and technical writing tasks, such as composing songs, writing screenplays, or learning a user’s writing style. It is more creative and collaborative than ever before. It can also generate visual content and solve problems with visual input. GPT-4 is 82% less likely to respond to requests for disallowed content and 40% more likely to produce factual responses than GPT-3.5 on OpenAI’s internal evaluations.

ChatGPT-4 is built on the structure of GPT-4, which is based on a large language model that checks for the probability of what words might come next in sequence. It enables users to refine and steer a conversation towards a desired length, format, style, level of detail, and language.

What is Microsoft Copilot?

Microsoft Copilot is the name for Microsoft’s suite of AI tools built closely around the ChatGPT large language model. Initially announced in March 2023 and now generally available in other product suites include Edge, Power Platform and GitHub, Copilot is now a board room level conversation for most commercial organisations.

Copilot for Microsoft 365 for example brings generative AI into the heart of Microsoft’s collaboration and productivity tool set and combines that with the organisations content, data and objects such as people and relationships into the Microsoft 365 apps and services that people use every day, such as Word, Excel, PowerPoint, Outlook, Teams, and others.

Microsoft Copilot is also not just a single AI model but is described as a platform that also empowers organisations and third-party developers to you to build their own copilots for different domains and scenarios.

Microsoft also recently released Copilot Studio to create custom copilots that can handle specific tasks, such as sales, cybersecurity, healthcare, education, and more⁸. There is then the wider Azure AI Studio which can be used to build generative AI apps, discrete and trainable language models and custom copilots that using natural language prompts.

Summary

As you can see, Google Gemini, ChatGPT and Microsoft Copilot have their own strengths and weaknesses, and they can complement each other in different ways. The only way to determine which is best for each business use case (and it may not be a simple case of one or the other) is to look at the use case, test and PoC each service (and others) and make your own deductions. Cost and integration, as well as security, control, and governance will also be key considerations as organisations look to develop and adapt their strategy around AI and in particular Gen AI tools within business.

Happy AI-ing!


Links, References and further reading

Microsoft Copilot for Microsoft 365 overview | Microsoft Learn.

Introducing Gemini: Google’s most capable AI model yet (blog.google)

Chat GPT Enterprise by Open AI