Wednesday
Room 4
13:40 - 14:40
(UTC+02)
Talk (60 min)
Enhancing ASP.NET Core Apps with Semantic Kernel
These days it seems every app developer is in a frenzy to sprinkle some Generative AI into their apps. Often developers slap a thinly veiled GPT wrapper into the app and call it a day. But we can't we do better? We sure can! There's a good reason for all the hype around generative AI. When used well, it can bring powerful features to an application. In this talk, we look at how to add AI to an existing web app that does something useful beyond a thin GPT wrapper. In particular we'll learn to: - Add and configure Semantic Kernel - Call GPT completions API using Semantic Kernel in a decoupled manner - Write Plugins to interact with other systems - Instrument the AI interactions with plugins The application is available on GitHub to enable learning beyond the scope of this talk. After attending this talk, you should be ready to add AI to a real-world app in an interesting and useful manner.