Browse Entries

Explore 34 entries across 8 categories

Anatomy

9 entries
Anatomy

Actor Model

Carl Hewitt's model of computation as autonomous actors communicating via messages—the theoretical foundation for distributed agent systems.

Anatomy

Agent Harnessing Patterns

How modern open-source coding agents harness language models—the architectural patterns for loops, tools, permissions, sessions, and multi-agent orchestration extracted from OpenCode, Codex, OpenHands, Oh My OpenCode, and Pi.

Anatomy

BDI Model

The Belief-Desire-Intention architecture—a philosophical framework that became a practical blueprint for goal-directed autonomous agents.

Anatomy

Agent Architecture Patterns

Visual overview of common agent architectural patterns and their flow structures

Anatomy

Grounding

The connection between language and reality—how agents anchor their outputs in facts, evidence, and the external world rather than pure pattern completion.

Anatomy

Memory Systems

How agents remember—from ephemeral context windows to persistent knowledge stores, and the mechanisms that connect past experience to present action.

Anatomy

Perception-Action Cycle

The fundamental cognitive loop connecting sensing to acting—how intelligent systems close the loop between observation and intervention.

Anatomy

Scaffolding

The external structures—code, tools, memory systems—that transform a language model into an agent capable of action and persistence.

Anatomy

Tool Use

The anatomy of how agents extend beyond language to act on the world through function calls, APIs, and external systems.