# ai evaluation (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover ai evaluation.

Page: <https://rssamplifier.com/topics/ai-evaluation/blogs>  
Feed: <https://rssamplifier.com/topics/ai-evaluation/blogs.md>

---

## [Connecting to Any OpenAI-Compatible Endpoint with \`Microsoft.Extensions.AI.OpenAI\`](https://codetraveler.io/2026/08/17/connecting-to-any-openai-compatible-endpoint-with-microsoft-extensions-ai-openai/)

_2026-08-17 · Brandon Minnick · Code Traveler_

Did you know the Microsoft.Extensions.AI.OpenAI NuGet Package works with far more than just OpenAI? One adapter package unlocks every OpenAI-compatible endpoint on the internet — and even the ones on your laptop! This is Part 6 of our Microsoft.Extensions.AI series. We've already

## [Evaluating AI Safety in .NET with \`Microsoft.Extensions.AI.Evaluation.Safety\`](https://codetraveler.io/2026/08/10/evaluating-ai-safety-in-net-with-microsoft-extensions-ai-evaluation-safety/)

_2026-08-10 · Brandon Minnick · Code Traveler_

Last week we tested whether our LLM&apos;s answers were accurate . But are they safe for our company to use, responsing with no harmful content or violence? Microsoft.Extensions.AI.Evaluation.Safety makes it easy to check. This is Part 5 of our Microsoft.Extensions.AI series. In Part

## [Unit Testing LLMs: Evaluating LLM Quality in .NET with \`Microsoft.Extensions.AI.Evaluation\`](https://codetraveler.io/2026/08/03/unit-testing-llms-evaluating-llm-quality-in-net-with-microsoft-extensions-ai-evaluation/)

_2026-08-03 · Brandon Minnick · Code Traveler_

How do we unit test an LLM that never gives the same answer twice? Microsoft.Extensions.AI.Evaluation makes it easy. This is Part 4 of our Microsoft.Extensions.AI series. In Part 1 we built a chat app with IChatClient &#x2014; but how do we know its answers are

## [Generating Images in .NET with \`IImageGenerator\`](https://codetraveler.io/2026/07/27/generating-images-in-net-with-iimagegenerator/)

_2026-07-27 · Brandon Minnick · Code Traveler_

Did you know Microsoft.Extensions.AI can generate images too? IImageGenerator makes it easy! This is Part 3 of our Microsoft.Extensions.AI series. In Part 1 we created an AI Chat Bot with an LLM using IChatClient , and in Part 2 we built semantic search using IEmbeddingGenerator . This week,

## [Adding Semantic Search to .NET Apps with \`IEmbeddingGenerator\`](https://codetraveler.io/2026/07/20/adding-semantic-search-to-net-apps-with-iembeddinggenerator/)

_2026-07-20 · Brandon Minnick · Code Traveler_

Have you ever typed "How do I get my money back?" into a search box and gotten zero results, because the docs only ever say "refund policy"? Embeddings fix this! And Microsoft.Extensions.AI makes it easy than ever to do. This is Part 2 of

## [Creating an AI Chat Bot in .NET with \`IChatClient\`](https://codetraveler.io/2026/07/16/adding-ai-to-your-net-app-with-ichatclient/)

_2026-07-16 · Brandon Minnick · Code Traveler_

Are you looking to implement AI in your .NET app? Microsoft.Extensions.AI makes it easy! This is the first post in a new series where we&apos;ll learn Microsoft.Extensions.AI together, one building block at a time. Let&apos;s start with the most important building block

## [Introducing Bindable Property Source Generators](https://codetraveler.io/2026/01/29/introducing-bindable-property-source-generators/)

_2026-01-29 · Brandon Minnick · Code Traveler_

I am excited to announce two new source generators introduced in CommunityToolkit.Maui v14.0.0 : \[BindableProperty\] \[AttachedBindableProperty\<T\>\] These new source generators make it easier than ever to create a BindableProperty in your .NET MAUI apps. In fact, all Bindable Properties in CommunityToolkit.Maui are now automatically

## [Introducing AWSSDK.Extensions.Bedrock.MEAI](https://codetraveler.io/2025/03/25/introducing-awssdk-extensions-bedrock-meai-2/)

_2025-03-25 · Brandon Minnick · Code Traveler_

Are you looking to add GenAI functionality to your .NET app? AWSSDK.Extensions.Bedrock.MEAI makes it easy. Let&apos;s define what some of these words mean, then check out how to use this NuGet Package in our apps! You&apos;re also welcome to skip the definitions and

