Agentic patterns and architectural approaches in AI
dev.to·22h·
Discuss: DEV
🔲Cellular Automata
Preview
Report Post

Below is a set of commonly discussed agentic patterns and architectural approaches in the field of AI. These patterns often appear in intelligent agent design, multi-agent systems, and autonomous decision-making frameworks. While some patterns originate from theoretical foundations, others stem from well-known implementations and best practices.

1. Reactive (Reflex) Agents

Simple Reflex Agents: Agents that directly map percepts to actions without internal models. They respond immediately based on current input alone (e.g., a thermostat controlling temperature by simple rules).

Model-Based Reflex Agents: Agents that maintain an internal model of the environment to handle partially observable states. They update their model based on incoming perceptions, enab…

Similar Posts

Loading similar posts...