Master multi-turn conversations with Agent Threads. Learn context management, persistence patterns, and human-in-the-loop workflows.
Read more โTag: Agentic AI
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 โ