← heapsort-ai

.NET

8 items

ARTICLEDEV.to AI·4/20/2026

Microsoft Agent Framework: Introduction

This article introduces the Microsoft Agent Framework, positioning it within the current .NET AI stack and explaining its appropriate use cases. It details its importance for agents, sessions, tools, and workflows, building upon `Microsoft.Extensions.AI`.

28
ARTICLEDEV.to AI·6d ago

From Prompt to Production: Practical Lessons from Generative AI in .NET

The article highlights that the main challenge in building Generative AI features in .NET applications using Semantic Kernel is controlling the context sent to the LLM, not merely calling it. Key lessons emphasize creating dedicated context builders to send only relevant data and prioritizing token optimization over debating model versions for better cost and latency.

27
ARTICLEDEV.to AI·4/27/2026

Context Compression in .NET

This quick tip explains how to implement context compression in .NET for RAG systems, addressing the lack of a direct equivalent to tools like LLMLingua. It proposes using a smaller, cheaper worker model to pre-process retrieved documentation, extracting only essential facts to reduce cost and latency with premium AI models.

27