Artificial Intelligence

Cognitive Architecture

A framework or blueprint for building AI systems that mimics aspects of human cognition, including perception, memory, reasoning, learning, and action.

Why It Matters

Cognitive architectures guide the design of capable AI agents by providing structured approaches to combining perception, memory, planning, and action.

Example

An agent architecture with components for: perceiving inputs (LLM), storing knowledge (vector DB), reasoning (chain-of-thought), planning (task decomposition), and acting (tool use).

Think of it like...

Like an architect's blueprint for a building — it defines where each room (component) goes and how they connect, ensuring the whole structure works together.

Related Terms