Browsed by
Tag: Generative AI

Enable Tracing in Prompt flow

Enable Tracing in Prompt flow

Working with Generative AI is cool. As a user, you mostly see the chatbot as frontend of an AI application with amazing results produced by Large Language Models (LLMs). However, as a developer, I need more insights during the development phase. Specifically, I want to know what information is being passed to my LLM. That’s why I usually enable tracing for my AI applications, but how can I do this in Prompt flow? That is not so difficult. So let…

Read More Read More

Deploy your Prompty as Docker Container

Deploy your Prompty as Docker Container

In my last blog post, I started using Prompty for VS Code, and it was an amazing experience. I realized how easily I can define and write my prompts in a single Prompty file. This solves one of the basic problems I encounter when starting to create a new AI solution. However, there is another challenge: How do I deploy my Prompty – maybe within a Docker container? Yes, for sure, this is possible. Moreover, this is a good practice…

Read More Read More

Prompty for VS Code!

Prompty for VS Code!

I love developing and prototyping AI solutions. For that reason, I’m always looking for new tools that help me streamline this process. What should I say? I have found a new friend in VS Code. Yes, I recently discovered Prompty – a new extension for VS Code developed by Microsoft. But what is the difference of Prompty to other extensions such as Prompt flow for VS Code? The answer is simple. Prompty standardizes how I can specify, develop, run, and…

Read More Read More

Azure AI Studio – AI Development Process

Azure AI Studio – AI Development Process

Are you ready for the next steps? In my last blog post Getting started with ALM in AI Studio I described how-to define an AI use case in Azure AI Studio. I have written down my objective for my use case, prepared my sample data and created a basic prompt for my AI application. Finally, I drafted my solution set. Today, I will continue the application lifecycle management (ALM) process and explain to you how I’ll start developing my example…

Read More Read More

Azure AI Studio – Getting started with ALM!

Azure AI Studio – Getting started with ALM!

Hey there! I love talking about the principles of application lifecycle management (ALM) because it’s a crucial aspect of developing successful applications. I know it might sound boring, but trust me, it’s not! Understanding and implementing ALM from the beginning can simplify the development, usage, and management of your applications. This is especially important for Generative AI applications. I discovered that Azure AI Studio can be a great tool to get started with ALM for your Generative AI solutions. The…

Read More Read More

Using GenAI – Meeting Minutes Copilot

Using GenAI – Meeting Minutes Copilot

As a citizen developer it’s so easy to use generative AI. In one of my last blog posts, I outlined the use case of generating meeting minutes from a meeting protocol. Furthermore, I explained the technical details of my meeting minute service. Today I will show you how I build a meeting minutes copilot. Correctly, I’m talking about building a copilot. Copilot is formerly known as Power Virtual Agent. Moreover, you might have noticed this when you navigate to https://powerva.microsoft.com/:…

Read More Read More

Using GenAI: “AI convert into my Time Zone!”

Using GenAI: “AI convert into my Time Zone!”

Do you also struggle with converting time zones into your local time? I do, and most of the time, I use tools to help me with this kind of problem. But did you know that you can treat converting time zones also as a language problem? Today, I will show you an example of how I use Azure OpenAI to master this challenge for me. I let the AI convert appointment proposals from an email into my own time zone….

Read More Read More

Getting started with Azure AI Studio

Getting started with Azure AI Studio

Will the development of new AI applications within the Microsoft ecosystem become easier in the future? That’s a good question, because Azure AI Studio is currently in preview. The documentation and marketing videos are promising a lot. But what’s behind the scenes? That’s why I’m writing this blog post to share my first impressions with you. Benefits of Azure AI Studio Ok, let me start and answer an important question: Why should I use Azure AI Studio? Microsoft docs says…

Read More Read More

Using GenAI – Generate my Meeting Minutes!

Using GenAI – Generate my Meeting Minutes!

Today I will share another example where I utilize Generative AI with you. Although the story is explained quite quickly. Documenting meeting minutes can be a tedious task, especially when I am an active participant. However, the outcome of the meeting is crucial as I need to share the action items and results with my colleagues. What if I had a buddy who could do this task for me? Right, I use my Generative AI for this. In other words,…

Read More Read More

Using GenAI – Create Demo Data

Using GenAI – Create Demo Data

Generative AI can do a lot for me. Today I’ll share a common example with you where I use my Microsoft OpenAI chatbot to simplify my life. My common example is, I need demo data and my AI Assistant will help me to setup this data in seconds. Moreover, I will use my own copilot that I deployed some weeks ago as an Azure Web Application (read more: Using Azure OpenAI in Business). In detail, I need an excel file…

Read More Read More