Agent Anatomy 101: Brain, Tools, and Memory
In the previous posts, we explored what AI agents are and how quickly you can get started building them using C# and Azure AI Foundry. By now, one thing should already be clear: AI agents are not just
Search for a command to run...
Articles tagged with #agentic-ai
In the previous posts, we explored what AI agents are and how quickly you can get started building them using C# and Azure AI Foundry. By now, one thing should already be clear: AI agents are not just
Introduction In my earlier blogpost, we built a Coordinator/Dispatcher Agent that routes tasks to specialized workers. We also read about how agent patterns mirror microservice patterns—API Gateways, Sagas, and Domain-Driven Design. But there's one c...
Introduction You've built an AI agent. It can answer questions, call tools, and even make decisions autonomously. It feels like magic. But then a question keeps you up at night: What is it actually doing when I'm not looking? Unlike a traditional mic...
Large Language Models (LLMs) such as ChatGPT, Claude and Gemini have moved quickly from research labs into everyday use. They write emails, summarize documents, and hold conversations well enough that many people treat them as if they “understand” wh...
If you’ve been following the excitement around AI agents, you’ve probably noticed that most tutorials still scatter essential steps across several tools, repos, and half-finished guides. When I started down this path, I kept wondering: why isn’t ther...
Introduction In this blog post, I will guide you through the detailed process of configuring and running pre-built servers with the Claude desktop application. I will be covering up the prerequisites needed to ensure a smooth setup, including necessa...