I hosted a Microsoft Community Lunch Session on Azure AI Studio

This week, I had the pleasure of hosting a Microsoft Community Lunch Session at Knowit, with an audience of about 100 people. The focus of the session was on getting started with Azure AI Studio - a platform that has been generating a lot of buzz since it was release at Microsoft Build in May 2024.…

Get started with OpenAI in Azure AI Studio

A few months ago, at the Microsoft Build 2024 Developers Conference in Seattle, Azure AI Studio was made generally available after being in preview since November 2023. In this blog post I will guide you through getting started with Azure AI Studio and demonstrate how to send a prompt to a GPT model using the OpenAI API.…

AI Code Reviews using GitHub Actions

Lately I've been experimenting with automated AI Code Reviews using Github Actions triggered as part of our pull request process. Found this really nice action on the GitHub Marketplace called ”AI Code Review Action”, which after just a few minutes of configuration was up and running and gave some really nice feedback on initial testing.…

I'm hosting a session for wedoAI 2024

My session on how to get started with OpenAI in Azure AI Studio just got accepted for wedoAI 2024!…

Integrating Machine Learning and AI Predictions in Umbraco with ML.NET

Helping users find their way and provide them with quick and accurate answers to their questions is crucial for enhancing user experience and engagement. By integrating machine learning into your CMS, such as Umbraco, you can offer users intelligent predictions based on existing content.  In this blog post I will show how I implemented machine learning in Umbraco using ML.NET, enabling users to find the most relevant FAQ answers using AI predictions.…

Dev Day GBG: Summary!

I recently had the pleasure of co-organizing Dev Day in Gothenburg together with my good friend David Skoog, and what an incredible day it turned out to be! The event brought together Knowit developers to share knowledge, collaborate and be inspired. …

I’m speaker at Dev Day on Machine Learning and Azure AI Studio

I’m happy to announce that I will be speaking at Dev Day Gothenburg. I’ll be hosting a session on Machine Learning with ML.NET and SLM (Small Language Models) with a workshop on Azure AI Studio based on my tutorial on the same topic.…

ML.NET Lightning Talk Gothenburg

Last week, I had the opportunity to host a Lightning Talk at Knowit Experience Gothenburg, introducing the team to the basics of ML.NET and how to get started with machine learning.…

Machine Learning for .NET Developers: How to build your own AI using ML.NET

Artificial Intelligence (AI) is transforming the way we develop applications. As a .NET developer, you can use ML.NET from Microsoft to integrate machine learning (ML) into your .NET applications. In this blog post, I’ll walk you through creating a simple AI application using ML.NET in less than 5 minutes.…

Unit Testing with ChatGPT

Don't like writing unit tests or simply don't have the time for it? Good news – now you don't have to! As a newbord AI enthusiast with a long-time obsession with unit testing, I couldn't resist the urge to try and combine these two topics. Check out my latest blog post "Unit Testing with ChatGPT," to discover how you can use ChatGPT to generate test cases and code for you.…