Tag: AI

The Number Series Copilot Initiative
The Number Series Copilot Initiative
Blog Posts

‍ It all started as a demo during the Areopa webinar that I prepared over a weekend, almost a year ago. You can check it out here: Developing Generative AI. While the demo was limited, as any proof of concept (POC) tends to be, it showcased the exciting possibility of setting up the system using the… READ MORE

Building Your Copilot Muscle: Practical Examples
Building Your Copilot Muscle: Practical Examples
Webinars

Webinar Description: In no time at all, Copilot has completely transformed the art of the possible for how we all work, bringing the leap forward in AI capabilities right into the everyday apps and services that we all use daily to get our work done. However, just turning these on is not enough. People need guidance… READ MORE

Running Ollama on Azure Kubernetes Service
Running Ollama on Azure Kubernetes Service
Blog Posts

Ollama is a framework that simplifies deployment and interaction with Large Language Models without the need for complex setup. It supports popular models like Llama (multiple versions), Mistral and more, all based on transformer architectures. Ollama basically allows us to run our own models without relying on any third party model providers, therefore keeping our… READ MORE

Get started with AI Prompts in the Power Platform
Get started with AI Prompts in the Power Platform
Blog Posts

Generative AI is EVERYWHERE. Amongst the excitement, there’s a growing realisation that the success of generative AI significantly depends on the quality of prompt used against the large language model to give instructions and inform the response we receive. As with all professional adoption of emerging technologies, a key consideration is the risk it poses… READ MORE

Bulk Alt Text Generation using Azure AI Services
Bulk Alt Text Generation using Azure AI Services
Blog Posts

I recently hacked together a solution using ASP.NET, Azure AI services, and some help from Chat GPT to refine JavaScript. Here is how to use it: 1.  Get your Computer Vision API Key and Endpoint URL from the Azure Portal. 2.  Plug API key and endpoint URL into the controller. 3.  Run the application. 4. … READ MORE

Securing the Digital Assistant: Navigating Security Considerations for Copilot in Microsoft 365
Securing the Digital Assistant: Navigating Security Considerations for Copilot in Microsoft 365
Webinars

Securing the Digital Assistant: Navigating Security Considerations for Copilot in Microsoft 365 Webinar Description: In an age where digital assistance is becoming increasingly integrated into our daily workflows, the security of such systems is paramount. This presentation will address the critical security considerations that organizations must evaluate when adopting Copilot for Microsoft 365. We will… READ MORE

Copilot vs. Cody: Why context matters for code AI
Copilot vs. Cody: Why context matters for code AI
Blog Posts

There has been a ton of hype around code AI tools like GitHub Copilot and Cody, but how well do these tools actually deliver on real-world development tasks today? In this post, we’ll take Cody and Copilot for a spin on the code of an AI-powered video editing app. The code for this app is private,… READ MORE