AI Wisdom
Learning Track

Agentic Systems

Tool use, planning loops, LangGraph, AutoGen, MCP, memory and multi-agent orchestration — building autonomous AI systems that act.

12+
Topics
12
Published
100%
Free
Browse articles ↓

12 articlesin Agentic Systems

Agentic Systems
Building a Production Tool Registry

Building a Production Tool Registry

Advanced

Design and maintain a central catalogue of agent tools — versioning, capability tagging, and dynamic discovery for scalable agent systems.

11 min
Read →
Agentic Systems
Managing Short-Term Memory in Agents

Managing Short-Term Memory in Agents

Intermediate

Manage the context window as working memory — what to include, summarise, or drop to keep agents coherent across long conversations.

12 min
Read →
Agentic Systems
Designing Reliable Planning Loops

Designing Reliable Planning Loops

Advanced

Build reliable thought-action-observation cycles that let agents decompose complex goals into executable steps without going off-track.

12 min
Read →
Agentic Systems
Long-Term Memory for AI Agents

Long-Term Memory for AI Agents

Advanced

Persist agent knowledge beyond the context window — vector stores, key-value caches, and structured stores for cross-session recall.

12 min
Read →
Agentic Systems
LangGraph: Stateful Agentic Workflows

LangGraph: Stateful Agentic Workflows

Advanced

Model agent workflows as stateful graphs — nodes execute LLM calls or tools, edges control flow — for reliable, debuggable, and resumable agents.

12 min
Read →
Agentic Systems
Episodic Memory: Agents That Learn From Experience

Episodic Memory: Agents That Learn From Experience

Advanced

Store and retrieve past agent episodes — full trajectories of thought, action, and outcome — so agents avoid repeating mistakes and replicate past successes.

11 min
Read →
Agentic Systems
AutoGen: Conversational Multi-Agent Systems

AutoGen: Conversational Multi-Agent Systems

Advanced

Microsoft's conversational multi-agent framework where agents exchange messages to collaborate, critique, and complete tasks — the v0.4 async rewrite, GroupChat patterns, and when to reach for it over LangGraph.

12 min
Read →
Agentic Systems
From Chatbot to Agent: Adding Tools, Memory, and Planning to a Simple Chat Interface

From Chatbot to Agent: Adding Tools, Memory, and Planning to a Simple Chat Interface

A practical walkthrough of evolving a basic LLM chatbot into a capable agent — adding tool calling, persistent memory, and multi-step planning.

13 min
Read →
Agentic Systems
AI-Powered Code Review: Building a Review Bot That Actually Helps

AI-Powered Code Review: Building a Review Bot That Actually Helps

How to build an AI code review system that catches real issues — architecture, prompt design, GitHub integration, and practical lessons.

10 min
Read →
Agentic Systems
Multi-Agent Architecture Patterns in Production

Multi-Agent Architecture Patterns in Production

Advanced

Orchestrator, supervisor, and swarm patterns for multi-agent systems with real trade-offs and failure modes.

14 min
Read →
Agentic Systems
MCP Servers: Building Tool-Using AI Agents with the Model Context Protocol

MCP Servers: Building Tool-Using AI Agents with the Model Context Protocol

How MCP works, how to build MCP servers that expose tools to AI agents, and practical patterns for connecting LLMs to your systems.

12 min
Read →
Agentic Systems
Testing Autonomous Coding Agents: GitHub Copilot, Cursor, and Windsurf in Real Projects

Testing Autonomous Coding Agents: GitHub Copilot, Cursor, and Windsurf in Real Projects

A hands-on experiment comparing autonomous coding agents on real engineering tasks — multi-file refactoring, bug fixing, and feature implementation.

14 min
Read →