Microsoft Agent Framework Workflows: When to Use Them and When to Stay in C#
When to use Microsoft Agent Framework workflows for explicit, observable, resumable, long-running orchestration, and why normal C# code is often the better choice.
Agents as Tools in Microsoft Agent Framework
How to delegate work between Microsoft Agent Framework agents by exposing focused agents as function tools, and when this is better than manual routing or a workflow engine.
Why CancellationToken Matters More in .NET AI Systems
Why CancellationToken matters more in .NET AI systems, and how to pass it through LLM calls, streaming responses, embeddings, retrieval, and tool execution.
Your Brain Was Not Designed for Infinite Context
Why AI systems should be designed not only around model context windows, but also around the human capacity for judgment.
Manual Multi-Agent Routing in .NET
How to route requests between specialized Microsoft Agent Framework agents with a cheap intent agent, structured output, and a normal C# switch statement.
