Showing archive results for February 2026

Feb 19, 2026
Post comments count3
Post likes count5

Microsoft Agent Framework Reaches Release Candidate

Shawn Henry
Shawn Henry

We're happy to announce that Microsoft Agent Framework is now in Release Candidate status for both .NET and Python. Release Candidate is an important milestone on the road to General Availability — it means the API surface is stable, and all features that we intend to release with version 1.0 are complete. Whether you're building a single helpful a...

Agent FrameworkMicrosoft Foundry
Feb 18, 2026
Post comments count0
Post likes count1

What’s new in Microsoft Foundry | Dec 2025 & Jan 2026

Nick Brady
Nick Brady

Catch up on all the new models, audio updates, fine-tuning expansions, and SDK updates from Microsoft Foundry spanning December 2025 and January 2026 — including GPT-5.2, Codex Max, DeepSeek V3.2, FLUX.2, and the azure-ai-projects v2 beta consolidation.

Microsoft FoundryWhat's New
Feb 13, 2026
Post comments count0
Post likes count0

DPO Fine-Tuning Using Microsoft Foundry SDK

Jayesh Tanna
Jayesh Tanna

In the rapidly evolving landscape of large language models (LLMs), achieving precise control over model behavior while maintaining quality has become a critical challenge. While models like GPT-4 demonstrate impressive capabilities, ensuring their outputs align with human preferences—whether for safety, helpfulness, or style—requires sophisticated ...

Microsoft Foundry
Feb 11, 2026
Post comments count1
Post likes count1

Beyond the Prompt – Why and How to Fine-tune Your Own Models

Radhika Bollineni
Radhika Bollineni

Large Language Models (LLMs) have reached a point where general intelligence is no longer the bottleneck. The real challenge in enterprise AI systems behavioral alignment ensuring models that produce consistent, reliable, policy-compliant outputs on a scale. Prompt engineering and Retrieval-Augmented Generation (RAG) are powerful but they do not ch...

Microsoft Foundry
Feb 6, 2026
Post comments count2
Post likes count0

Building an AI Skills Executor in .NET: Bringing Anthropic’s Agent Pattern to the Microsoft Ecosystem

Matt Kruczek
Matt Kruczek

We welcome guest author, Matt Kruczek, to share how to build a complete Skills Executor in .NET, combining Azure OpenAI with the Model Context Protocol (MCP) C# SDK to bring the same agentic patterns to the Microsoft ecosystem. You’ll see how to define reusable skills, connect local and external tools, and orchestrate intelligent agent loops—so ent...

Microsoft FoundryAIAgentMCP