Add AI capabilities to your C# application using Semantic Kernel from Microsoft (Part 1) - In this tutorial, I am going to introduce you to a superhero. He specializes in finding and busting myths about AI and then shares them on social media. Hes all about facts and were going to build him using Microsofts Semantic Kernel. Well be building a simple C# console application with AI superpowers by integrating the Semantic Kernel SDK. Our app, Factman, will use GPT to generate myths about AI and fact-check them. Finally, well simulate posting the debunked myths on social media platforms. Semantic Kernel is an open-source SDK that supports C#, Python, and Java and facilitates the integration of AI capabilities in your app. It allows us to easily combine AI services like OpenAI, Azure OpenAI, and Hugging Face with our C#, Java, and Python apps.