---
title: An interactive agentic AI mental model
date: 2026-04-16
abstract: An interactive mental model for agentic AI that explains how instructions, retrieved context, session state, memory, MCP servers, sandbox execution, tool results, and the Think-Act-Observe loop fit together.
tags: AI, Context Engineering, GitHub Copilot, MCP
author: Chris Reddington
canonical_url: https://chrisreddington.com/project/agentic-ai/
---


An interactive agentic AI mental model is an interactive guide to how an agentic AI system works. It brings together the moving parts that are easy to talk about separately, but harder to hold as one picture when you are building with agents.

The project walks through how instructions, capabilities, retrieved context, session state, memory, MCP servers, sandbox execution, tool results, and the Think-Act-Observe loop connect in practice.

## Features

- **Interactive mental model**: Explore the core components of an agentic AI system in one connected view
- **Context engineering focus**: Understand how context windows, retrieved context, and session state shape agent behaviour
- **Operational building blocks**: See where memory, tool use, MCP servers, and sandbox execution fit into the overall system
- **Practical framing**: Use the Think-Act-Observe loop as a simple way to reason about how agents work in real workflows

