Agents Design
All articles / Tag: design patterns
Design Patterns · · Anthropic

Harness Design for Long-Running Application Development

Presents a GAN-inspired three-agent architecture (planner, generator, evaluator) for long-running application development, demonstrating how separating generation from structured evaluation with sprint contracts dramatically improves quality over single-agent approaches.

Platform & Tools · · Anthropic

Advanced Tool Use on the Claude Developer Platform

Introduces three advanced tool use features — tool search, programmatic tool calling, and tool use examples — that enable Claude agents to dynamically discover, efficiently orchestrate, and accurately invoke tools across large tool libraries while minimizing context token consumption.

Design Patterns · · Kerem Aydin

AI Agents Design Patterns Explained

A comprehensive overview of the major design patterns for building AI agents, from single-agent architectures to multi-agent collaboration, with clear diagrams and practical trade-offs for each pattern.