Multi-Turn Conversations & Agent Threads in Microsoft Agent Framework – Part 5

Master multi-turn conversations with Agent Threads. Learn context management, persistence patterns, and human-in-the-loop workflows.

Read more โ†’

When AI Becomes the Architect: How Agentic Systems Are Redefining What Software Can Build Itself

๐ŸŽ“ AUTHORITY NOTE Based on 20+ years architecting enterprise systems and pioneering implementations of agentic AI in production environments. This represents real-world insights from deploying autonomous systems at scale. Executive Summary The moment I watched an AI system autonomously debug its own code, refactor a function, and then write tests for the changes it made, […]

Read more โ†’

Tools & Function Calling in Microsoft Agent Framework – Part 4

Deep dive into AI agent tools and function calling. Learn MCP integration, external API patterns, error handling, and tool chaining in Microsoft Agent Framework.

Read more โ†’

Building Your First AI Agent with Microsoft Agent Framework (Python) – Part 3

Build a production-ready Research Assistant AI agent using Python. Complete tutorial covering async patterns, @ai_function decorators, multi-turn conversations, and best practices.

Read more โ†’

Building Your First AI Agent with Microsoft Agent Framework (.NET) – Part 2

Build a production-ready Customer Support AI agent using C# and .NET 8. Complete tutorial covering project setup, tools, multi-turn conversations, middleware, and error handling.

Read more โ†’

Evaluating Agent Performance: Metrics and Testing Strategies

Evaluating agent performance is harder than evaluating models. After developing evaluation frameworks for 10+ agent systems, I’ve learned what metrics matter and how to test effectively. Here’s the complete guide to evaluating agent performance. Figure 1: Agent Evaluation Metrics Framework Why Agent Evaluation is Different Agent evaluation is more complex than model evaluation: Multi-step reasoning: […]

Read more โ†’