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

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.

Design Patterns · · Cauri

Memory in Multi-Agent Systems: Technical Implementations

A practical breakdown of memory architecture for multi-agent systems — covering four memory categories (working, episodic, procedural, semantic), implementation approaches from file-based context to MCP-backed databases and RAG with pgvector, plus advanced techniques like memory distillation and semantic conflict resolution.

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.

Fundamentals · · Lilian Weng

LLM-Powered Autonomous Agents

Lilian Weng's seminal deep-dive into the architecture of LLM-based autonomous agents, covering planning (CoT, ToT, self-reflection), memory systems (sensory, short-term, long-term), and tool use as the three pillars of agent design.