Agents Design
All articles / Tag: orchestration
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.

Fundamentals · · Jared Zoneraich

Claude Code: Behind-the-Scenes of the Master Agent Loop

A detailed reverse-engineering of Claude Code's agent architecture, revealing how a single-threaded master loop with flat message history, structured tool interfaces, async steering, and TODO-based planning delivers controllable autonomy without multi-agent complexity.

Fundamentals · · Google

Agents White Paper

Google's comprehensive whitepaper distinguishing agents from plain models, explaining how tools, orchestration layers, and cognitive architectures combine to create capable AI agents.

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.