Skip to main content
  1. Tags/

Ai-Agents

AI Agents: Concepts and Your First Implementation

Deep Dive · Apr 12, 2026 · 20 min read
Revised with .NET examples — A newer version of this article, covering both Python and .NET, is available as part of the MAF v1: Python and .NET series: MAF v1 — 01-first-agent, MAF v1 — 02-add-tools.
AI Agents: Concepts and Your First Implementation

Prompt Engineering for AI Agents -- Grounding, Roles, and YAML Configuration

Deep Dive · Apr 12, 2026 · 21 min read
Revised with .NET examples — A newer version of this article, covering both Python and .NET, is available as part of the MAF v1: Python and .NET series: MAF v1 — 24-prompt-engineering. The newer version pulls role-specific behavior out of the system prompt and into a context provider, so you don’t re-instantiate the agent per role. The five concerns and YAML composition below are still the canonical architecture; the new chapter shows the modernised wiring.
Prompt Engineering for AI Agents -- Grounding, Roles, and YAML Configuration

What Is an AI Agent? (And When Should You Build One)

Deep Dive · Apr 7, 2026 · 12 min read
Every vendor selling software right now claims their product is “agentic.” I’ve seen chatbots with a system prompt called an agent. I’ve seen a scheduled Python script described as autonomous AI. I’ve also shipped actual agents to production — at an insurance company, handling FNOL triage, policy lookup, and claims routing. The gap between what gets marketed as an agent and what you’d actually build is significant.
What Is an AI Agent? (And When Should You Build One)