Agentic Patterns
Agentic patterns are recurring architectural and behavioral structures that emerge in AI agent systems. These patterns represent standardized solutions to common problems in agent design, such as how agents coordinate with one another, process information, execute tasks, and manage state across operations. Rather than prescriptive frameworks, agentic patterns describe observed configurations that have proven effective for specific use cases and constraints.
Multi-Agent Coordination
One significant class of agentic patterns involves the interaction and coordination between multiple agents. These patterns address challenges such as task delegation, consensus-building, and sequential or parallel execution of agent-driven workflows. Multi-agent coordination patterns enable complex problem-solving by allowing specialized agents to operate on different aspects of a problem while maintaining coherent overall behavior.
Document and Information Processing
Another common pattern class involves agents working with documents, structured data, and information retrieval. These patterns typically combine input processing, semantic analysis, and iterative refinement to extract or transform information. Document processing patterns are widely used in research workflows, content generation, and knowledge extraction tasks.
Code Execution and Development Workflows
Agentic patterns also encompass structured approaches to code generation, testing, and execution. These patterns define how agents can safely interact with code execution environments, validate outputs, and iteratively improve code-based solutions. Such patterns are central to agent-assisted software development and technical problem-solving workflows.
Source Notes
- 2026-04-07: AI Guided Software Development Leveraging Claude Code Agent Skills for · ▶ source
- 2026-04-10: Claude Code Agentic Workflows for Parallel Processing and Multi Agent · ▶ source
- 2026-04-21: Google DeepMind
- 2026-04-23: Anthropic
- 2026-04-29: Optimizing LLM Agent · ▶ source